You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
563 B
10 lines
563 B
<?php
|
|
return [
|
|
'hello thinkphp' => '欢迎使用ThinkPHP',
|
|
'data type error' => '数据类型错误',
|
|
'tabbar count can not be greater than' => '菜单栏数量不能大于',
|
|
'auto get template error' => '自动获取服务通知模板失败,请稍后再试。',
|
|
'wx app site error ,please check site message.' => '微信小程序配置异常,请检查站点配置',
|
|
'wx app site error' => '微信小程序配置异常,请检查站点配置',
|
|
'upload config error' => '上传配置错误,请检查上传配置是否正确。'
|
|
]; |