初始化代码
This commit is contained in:
17
app/agent/lang/zh-cn.php
Normal file
17
app/agent/lang/zh-cn.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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' => '应用名称不能为空。',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user