mirror of
https://github.com/zitadel/zitadel.git
synced 2025-11-02 07:58:46 +00:00
chore(i18n): Completion Chinese translation (#10109)
# Which Problems Are Solved
- Inconsistencies in the terminology used for "身份认证提供商" (identity
provider) and "身份认证提供者" (identity supplier) in the Chinese translation
files could lead to confusion among users.
- Missing translations for terminology related to identity providers
could hinder user experience and understanding.
# How the Problems Are Solved
- Unified the terms "身份认证提供商" and "身份认证提供者" to consistently use
"身份认证提供者" across all Chinese translation files.
- Added necessary translations to ensure that all relevant terms related
to identity providers are accurately represented in the Chinese
localization.
# Additional Changes
- Improved overall readability and clarity in the Chinese translations
by ensuring consistent terminology for identity-related phrases
throughout the application.
- Complete the missing translations.
# Additional Context
If I have missed any translations, please point them out, and I would be
happy to complete them.
---------
Co-authored-by: Florian Forster <florian@zitadel.com>
(cherry picked from commit 6d0b7ed2aa)
This commit is contained in:
@@ -512,7 +512,7 @@ Errors:
|
||||
LinkingNotAllowed: 在此提供者上不允许链接一个用户
|
||||
NoOptionAllowed: 此提供商不允许创建或链接。请联系您的管理员。
|
||||
LoginFailedSwitchLocal: |
|
||||
外部身份提供商的登录失败。返回到本地登录。
|
||||
外部身份提供者的登录失败。返回到本地登录。
|
||||
|
||||
错误详情: {{.Details}}
|
||||
GrantRequired: 无法登录,用户需要在应用程序上拥有至少一项授权,请联系您的管理员。
|
||||
|
||||
@@ -1366,8 +1366,6 @@ EventTypes:
|
||||
code:
|
||||
added: Phone number verification code generated
|
||||
sent: Phone number verification code sent
|
||||
|
||||
|
||||
web_key:
|
||||
added: Web Key added
|
||||
activated: Web Key activated
|
||||
|
||||
@@ -53,6 +53,7 @@ Errors:
|
||||
NotFound: 未找到 SMS 配置
|
||||
AlreadyActive: SMS 配置已启用
|
||||
AlreadyDeactivated: SMS 配置已停用
|
||||
NotExternalVerification: SMS 配置不支持验证码
|
||||
SMTP:
|
||||
NotEmailMessage: 消息不是电子邮件消息
|
||||
RequiredAttributes: 必须设置主题、收件人和内容,但部分或全部为空
|
||||
@@ -659,6 +660,7 @@ EventTypes:
|
||||
token:
|
||||
added: 已创建访问令牌
|
||||
v2.added: 已创建访问令牌
|
||||
removed: 已删除访问令牌
|
||||
impersonated: 用户冒充
|
||||
username:
|
||||
reserved: 保留用户名
|
||||
@@ -1136,7 +1138,7 @@ EventTypes:
|
||||
jwt:
|
||||
config:
|
||||
added: 添加了身份提供者的 JWT 配置
|
||||
changed: 身份提供商的 JWT 配置已删除
|
||||
changed: 身份提供者的 JWT 配置已删除
|
||||
customtext:
|
||||
set: 设置文本
|
||||
removed: 删除文本
|
||||
@@ -1291,10 +1293,10 @@ EventTypes:
|
||||
added: 添加了登录策略
|
||||
changed: 登录政策已更改
|
||||
idpprovider:
|
||||
added: 身份提供商已添加到登录策略中
|
||||
added: 身份提供者已添加到登录策略中
|
||||
cascade:
|
||||
removed: 身份提供者级联从登录策略中删除
|
||||
removed: 身份提供商已从登录策略中删除
|
||||
removed: 身份提供者已从登录策略中删除
|
||||
multifactor:
|
||||
added: 登录策略中添加了多因素
|
||||
removed: 从登录策略中删除了多因素
|
||||
|
||||
Reference in New Issue
Block a user