From d62a3c64cfe2f0c9be18b74037010b240683b71f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E9=97=B4=E8=8B=8F=E8=8B=8F?= Date: Tue, 10 Jun 2025 13:27:28 +0800 Subject: [PATCH] feat(i18n): chinese i18n (#178) --- messages/zh-CN.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/messages/zh-CN.json b/messages/zh-CN.json index 1373015f..c2420ca4 100644 --- a/messages/zh-CN.json +++ b/messages/zh-CN.json @@ -1075,5 +1075,19 @@ "authErrorNoUpdate": "没有要更新的身份验证信息", "orgErrorNoUpdate": "没有要更新的组织", "orgErrorNoProvided": "未提供组织", - "apiKeysErrorNoUpdate": "没有要更新的 API 密钥" -} \ No newline at end of file + "apiKeysErrorNoUpdate": "没有要更新的 API 密钥", + "sidebarOverview": "概览", + "sidebarHome": "首页", + "sidebarSites": "站点", + "sidebarResources": "资源", + "sidebarAccessControl": "访问控制", + "sidebarUsers": "用户", + "sidebarInvitations": "邀请", + "sidebarRoles": "角色", + "sidebarShareableLinks": "分享链接", + "sidebarApiKeys": "API密钥", + "sidebarSettings": "设置", + "sidebarAllUsers": "所有用户", + "sidebarIdentityProviders": "身份提供商", + "sidebarLicense": "证书" +}