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.
17 lines
924 B
17 lines
924 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' => '微信小程序配置异常,请检查站点配置',
|
|
'param error' => '参数错误',
|
|
'update success' => '更新成功',
|
|
'update error' => '更新失败,请稍后再试',
|
|
'Permission denied' => '权限不足,请联系超级管理员操作。',
|
|
'old passwd error' => '原密码错误,请检查原密码。',
|
|
'This copyright is in use and cannot be deleted' => '该版权正在被使用 无法删除',
|
|
'app_name is empty' => '应用名称不能为空。',
|
|
|
|
]; |