diff --git a/plugin/think-plugs-center/src/lang/en-us.php b/plugin/think-plugs-center/src/lang/en-us.php index f4a4a5959..e414abe15 100644 --- a/plugin/think-plugs-center/src/lang/en-us.php +++ b/plugin/think-plugs-center/src/lang/en-us.php @@ -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', ]);