mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 22:47:35 +00:00
fix: Update missing key of Chinese translation (#4769)
Update missing key of Chinese translation Update missing key of Chinese translation,
This commit is contained in:
@@ -254,8 +254,13 @@ Errors:
|
|||||||
NotInactive: 应用不是停用状态
|
NotInactive: 应用不是停用状态
|
||||||
OIDCConfigInvalid: OIDC 配置无效
|
OIDCConfigInvalid: OIDC 配置无效
|
||||||
APIConfigInvalid: API 配置无效
|
APIConfigInvalid: API 配置无效
|
||||||
|
SAMLConfigInvalid: SAML 配置无效
|
||||||
IsNotOIDC: 应用不是 OIDC 类型
|
IsNotOIDC: 应用不是 OIDC 类型
|
||||||
IsNotAPI: 应用不是 API 类型
|
IsNotAPI: 应用不是 API 类型
|
||||||
|
IsNotSAML: 应用不是 SAML 类型
|
||||||
|
SAMLMetadataMissing: SAML 元数据丢失
|
||||||
|
SAMLMetadataFormat: SAML 元数据格式化错误
|
||||||
|
SAMLEntityIDAlreadyExisting: SAML EntityID 已经存在
|
||||||
OIDCAuthMethodNoSecret: 选择的 OIDC 身份验证方法不需要秘钥
|
OIDCAuthMethodNoSecret: 选择的 OIDC 身份验证方法不需要秘钥
|
||||||
APIAuthMethodNoSecret: 选择的 API 身份验证方法不需要秘钥
|
APIAuthMethodNoSecret: 选择的 API 身份验证方法不需要秘钥
|
||||||
AuthMethodNoPrivateKeyJWT: 选择的身份验证方法不需要 Key
|
AuthMethodNoPrivateKeyJWT: 选择的身份验证方法不需要 Key
|
||||||
@@ -273,6 +278,7 @@ Errors:
|
|||||||
NotActive: 项目授权不是启用状态
|
NotActive: 项目授权不是启用状态
|
||||||
NotInactive: 项目授权不是停用状态
|
NotInactive: 项目授权不是停用状态
|
||||||
IAM:
|
IAM:
|
||||||
|
NotFound: 实例未找到
|
||||||
Member:
|
Member:
|
||||||
RolesNotChanged: 角色没有改变
|
RolesNotChanged: 角色没有改变
|
||||||
MemberInvalid: 成员无效
|
MemberInvalid: 成员无效
|
||||||
@@ -628,7 +634,7 @@ EventTypes:
|
|||||||
changed: 更改组织成员
|
changed: 更改组织成员
|
||||||
removed: 删除组织成员
|
removed: 删除组织成员
|
||||||
cascade:
|
cascade:
|
||||||
removeD: 已删除组织成员
|
removeD: 已删除组织级联成员
|
||||||
iam:
|
iam:
|
||||||
policy:
|
policy:
|
||||||
added: 添加系统策略
|
added: 添加系统策略
|
||||||
@@ -915,11 +921,11 @@ Action:
|
|||||||
Type:
|
Type:
|
||||||
Unspecified: 未指定的
|
Unspecified: 未指定的
|
||||||
ExternalAuthentication: 外部认证
|
ExternalAuthentication: 外部认证
|
||||||
CustomiseToken: Complement Token
|
CustomiseToken: 自定义令牌
|
||||||
TriggerType:
|
TriggerType:
|
||||||
Unspecified: 未指定的
|
Unspecified: 未指定的
|
||||||
PostAuthentication: 后期认证
|
PostAuthentication: 后期认证
|
||||||
PreCreation: 创建前
|
PreCreation: 创建前
|
||||||
PostCreation: 创建后
|
PostCreation: 创建后
|
||||||
PreUserinfoCreation: Pre Userinfo creation
|
PreUserinfoCreation: 用户信息创建前
|
||||||
PreAccessTokenCreation: Pre access token creation
|
PreAccessTokenCreation: access 令牌创建前
|
||||||
|
Reference in New Issue
Block a user