mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-06-07 12:38:11 +08:00
fix: 更新语言包
This commit is contained in:
parent
7b56fd0522
commit
9e012b9444
@ -14,10 +14,21 @@
|
|||||||
$extra = [];
|
$extra = [];
|
||||||
|
|
||||||
return array_merge($extra, [
|
return array_merge($extra, [
|
||||||
|
// 插件管理
|
||||||
'管理插件' => 'Manage Plugin',
|
'管理插件' => 'Manage Plugin',
|
||||||
'取消默认' => 'Cancel Default',
|
'取消默认' => 'Cancel Default',
|
||||||
'设为默认' => 'Set as Default',
|
'设为默认' => 'Set as Default',
|
||||||
'未配置菜单' => 'Menu Not Configured',
|
'未配置菜单' => 'Menu Not Configured',
|
||||||
'无记录' => 'No Records',
|
'无记录' => 'No Records',
|
||||||
|
|
||||||
|
// 用户菜单(与 think-plugs-admin 共享)
|
||||||
|
'基本资料' => 'Basic Information',
|
||||||
|
'安全设置' => 'Security Setting',
|
||||||
|
'缓存加速' => 'Cache Acceleration',
|
||||||
|
'清理缓存' => 'Clean Cache',
|
||||||
|
'配色方案' => 'Color Scheme',
|
||||||
|
'退出登录' => 'Logout',
|
||||||
|
'确定要退出登录吗?' => 'Are you sure you want to logout?',
|
||||||
|
'立即登录' => 'Login',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user