New translations en.json (Chinese Simplified)

This commit is contained in:
Stavros
2026-02-22 06:51:20 +02:00
parent e4c4e34d5c
commit 4f4007ff11

View File

@@ -51,7 +51,7 @@
"forgotPasswordTitle": "忘记密码?", "forgotPasswordTitle": "忘记密码?",
"failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。", "failedToFetchProvidersTitle": "加载身份验证提供程序失败,请检查您的配置。",
"errorTitle": "发生了错误", "errorTitle": "发生了错误",
"errorSubtitleInfo": "The following error occurred while processing your request:", "errorSubtitleInfo": "处理您的请求时发生了以下错误:",
"errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。", "errorSubtitle": "执行此操作时发生错误,请检查控制台以获取更多信息。",
"forgotPasswordMessage": "您可以通过更改 `USERS ` 环境变量重置您的密码。", "forgotPasswordMessage": "您可以通过更改 `USERS ` 环境变量重置您的密码。",
"fieldRequired": "必添字段", "fieldRequired": "必添字段",
@@ -60,22 +60,22 @@
"domainWarningSubtitle": "当前实例配置的访问地址为 <code>{{appUrl}}</code>,但您正在使用 <code>{{currentUrl}}</code>。若继续操作,可能会遇到身份验证问题。", "domainWarningSubtitle": "当前实例配置的访问地址为 <code>{{appUrl}}</code>,但您正在使用 <code>{{currentUrl}}</code>。若继续操作,可能会遇到身份验证问题。",
"ignoreTitle": "忽略", "ignoreTitle": "忽略",
"goToCorrectDomainTitle": "转到正确的域名", "goToCorrectDomainTitle": "转到正确的域名",
"authorizeTitle": "Authorize", "authorizeTitle": "授权",
"authorizeCardTitle": "Continue to {{app}}?", "authorizeCardTitle": "继续访问 {{app}}",
"authorizeSubtitle": "Would you like to continue to this app? Please carefully review the permissions requested by the app.", "authorizeSubtitle": "你想继续使用这个应用程序吗?请仔细查看该应用程序请求的权限。",
"authorizeSubtitleOAuth": "Would you like to continue to this app?", "authorizeSubtitleOAuth": "您想要继续使用此应用吗?",
"authorizeLoadingTitle": "Loading...", "authorizeLoadingTitle": "正在加载...",
"authorizeLoadingSubtitle": "Please wait while we load the client information.", "authorizeLoadingSubtitle": "正在加载客户端信息,请稍候。",
"authorizeSuccessTitle": "Authorized", "authorizeSuccessTitle": "已授权",
"authorizeSuccessSubtitle": "You will be redirected to the app in a few seconds.", "authorizeSuccessSubtitle": "您将在几秒钟内被重定向到应用程序。",
"authorizeErrorClientInfo": "An error occurred while loading the client information. Please try again later.", "authorizeErrorClientInfo": "加载客户端信息时发生错误。请稍后再试。",
"authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}", "authorizeErrorMissingParams": "The following parameters are missing: {{missingParams}}",
"openidScopeName": "OpenID Connect", "openidScopeName": "OpenID 连接",
"openidScopeDescription": "Allows the app to access your OpenID Connect information.", "openidScopeDescription": "允许应用访问您的 OpenID 连接信息。",
"emailScopeName": "Email", "emailScopeName": "邮箱",
"emailScopeDescription": "Allows the app to access your email address.", "emailScopeDescription": "允许应用访问您的邮箱地址。",
"profileScopeName": "Profile", "profileScopeName": "个人资料",
"profileScopeDescription": "Allows the app to access your profile information.", "profileScopeDescription": "允许应用访问您的个人信息。",
"groupsScopeName": "Groups", "groupsScopeName": "分组",
"groupsScopeDescription": "Allows the app to access your group information." "groupsScopeDescription": "允许应用程序访问您的群组信息。"
} }