This commit is contained in:
Anyon 2025-11-26 18:01:11 +08:00
commit 4a896ae268

View File

@ -14,10 +14,21 @@
$extra = [];
return array_merge($extra, [
// 插件管理
'管理插件' => 'Manage Plugin',
'取消默认' => 'Cancel Default',
'设为默认' => 'Set as Default',
'未配置菜单' => 'Menu Not Configured',
'无记录' => 'No Records',
// 用户菜单(与 think-plugs-admin 共享)
'基本资料' => 'Basic Information',
'安全设置' => 'Security Setting',
'缓存加速' => 'Cache Acceleration',
'清理缓存' => 'Clean Cache',
'配色方案' => 'Color Scheme',
'退出登录' => 'Logout',
'确定要退出登录吗?' => 'Are you sure you want to logout?',
'立即登录' => 'Login',
]);