mirror of https://gitee.com/karson/fastadmin.git
语言包优化
parent
07c1d06340
commit
d375f0c6fd
|
|
@ -113,6 +113,7 @@ return [
|
||||||
'%d year%s ago' => '%d年前',
|
'%d year%s ago' => '%d年前',
|
||||||
'Set to normal' => '设为正常',
|
'Set to normal' => '设为正常',
|
||||||
'Set to hidden' => '设为隐藏',
|
'Set to hidden' => '设为隐藏',
|
||||||
|
'Set to recommend' => '设为推荐',
|
||||||
//提示
|
//提示
|
||||||
'Go back' => '返回首页',
|
'Go back' => '返回首页',
|
||||||
'Jump now' => '立即跳转',
|
'Jump now' => '立即跳转',
|
||||||
|
|
@ -172,4 +173,7 @@ return [
|
||||||
'Admin log tips' => '管理员可以查看自己所拥有的权限的管理员日志',
|
'Admin log tips' => '管理员可以查看自己所拥有的权限的管理员日志',
|
||||||
'Group tips' => '角色组可以有多个,角色有上下级层级关系,如果子角色有角色组和管理员的权限则可以派生属于自己组别的下级角色组或管理员',
|
'Group tips' => '角色组可以有多个,角色有上下级层级关系,如果子角色有角色组和管理员的权限则可以派生属于自己组别的下级角色组或管理员',
|
||||||
'Rule tips' => '规则通常对应一个控制器的方法,同时左侧的菜单栏数据也从规则中体现,通常建议通过命令行进行生成规则节点',
|
'Rule tips' => '规则通常对应一个控制器的方法,同时左侧的菜单栏数据也从规则中体现,通常建议通过命令行进行生成规则节点',
|
||||||
|
'Test' => '测试',
|
||||||
|
'Please input' => '请填写',
|
||||||
|
'Please select' => '请选择',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -18,5 +18,8 @@ return [
|
||||||
'Storage' => '存储引擎',
|
'Storage' => '存储引擎',
|
||||||
'Upload to third' => '上传到第三方',
|
'Upload to third' => '上传到第三方',
|
||||||
'Upload to local' => '上传到本地',
|
'Upload to local' => '上传到本地',
|
||||||
'Upload from editor' => '从编辑器上传'
|
'Upload from editor' => '从编辑器上传',
|
||||||
|
'No file upload or server upload limit exceeded' => '未上传文件或超出服务器上传限制',
|
||||||
|
'Uploaded file format is limited' => '上传文件格式受限制',
|
||||||
|
'Upload successful' => '上传成功',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue