mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-22 06:28:24 +00:00
Merge pull request #298 from JimmyKmi/translation
Add translation for Simplified Chinese
This commit is contained in:
179
apps/login/locales/zh.json
Normal file
179
apps/login/locales/zh.json
Normal file
@@ -0,0 +1,179 @@
|
||||
{
|
||||
"common": {
|
||||
"back": "返回"
|
||||
},
|
||||
"accounts": {
|
||||
"title": "账户",
|
||||
"description": "选择您想使用的账户。",
|
||||
"addAnother": "添加另一个账户",
|
||||
"noResults": "未找到账户"
|
||||
},
|
||||
"loginname": {
|
||||
"title": "欢迎回来!",
|
||||
"description": "请输入您的登录信息。",
|
||||
"register": "注册新用户"
|
||||
},
|
||||
"password": {
|
||||
"verify": {
|
||||
"title": "密码",
|
||||
"description": "请输入您的密码。",
|
||||
"resetPassword": "重置密码",
|
||||
"submit": "继续"
|
||||
},
|
||||
"set": {
|
||||
"title": "设置密码",
|
||||
"description": "为您的账户设置密码",
|
||||
"codeSent": "验证码已发送到您的邮箱。",
|
||||
"resend": "重发验证码",
|
||||
"submit": "继续"
|
||||
},
|
||||
"change": {
|
||||
"title": "更改密码",
|
||||
"description": "为您的账户设置密码",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"idp": {
|
||||
"title": "使用 SSO 登录",
|
||||
"description": "选择以下提供商中的一个进行登录",
|
||||
"signInWithApple": "用 Apple 登录",
|
||||
"signInWithGoogle": "用 Google 登录",
|
||||
"signInWithAzureAD": "用 AzureAD 登录",
|
||||
"signInWithGithub": "用 GitHub 登录",
|
||||
"signInWithGitlab": "用 GitLab 登录",
|
||||
"loginSuccess": {
|
||||
"title": "登录成功",
|
||||
"description": "您已成功登录!"
|
||||
},
|
||||
"linkingSuccess": {
|
||||
"title": "账户已链接",
|
||||
"description": "您已成功链接您的账户!"
|
||||
},
|
||||
"registerSuccess": {
|
||||
"title": "注册成功",
|
||||
"description": "您已成功注册!"
|
||||
},
|
||||
"loginError": {
|
||||
"title": "登录失败",
|
||||
"description": "登录时发生错误。"
|
||||
},
|
||||
"linkingError": {
|
||||
"title": "账户链接失败",
|
||||
"description": "链接账户时发生错误。"
|
||||
}
|
||||
},
|
||||
"mfa": {
|
||||
"verify": {
|
||||
"title": "验证您的身份",
|
||||
"description": "选择以下的一个因素。",
|
||||
"noResults": "没有可设置的第二因素。"
|
||||
},
|
||||
"set": {
|
||||
"title": "设置双因素认证",
|
||||
"description": "选择以下的一个第二因素。"
|
||||
}
|
||||
},
|
||||
"otp": {
|
||||
"verify": {
|
||||
"title": "验证双因素",
|
||||
"totpDescription": "请输入认证应用程序中的验证码。",
|
||||
"smsDescription": "输入通过短信收到的验证码。",
|
||||
"emailDescription": "输入通过电子邮件收到的验证码。",
|
||||
"noCodeReceived": "没有收到验证码?",
|
||||
"resendCode": "重发验证码",
|
||||
"submit": "继续"
|
||||
},
|
||||
"set": {
|
||||
"title": "设置双因素认证",
|
||||
"totpDescription": "使用认证应用程序扫描二维码。",
|
||||
"smsDescription": "输入您的电话号码以接收短信验证码。",
|
||||
"emailDescription": "输入您的电子邮箱地址以接收电子邮件验证码。",
|
||||
"totpRegisterDescription": "扫描二维码或手动导航到URL。",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"passkey": {
|
||||
"verify": {
|
||||
"title": "使用密钥认证",
|
||||
"description": "您的设备将请求指纹、面部识别或屏幕锁",
|
||||
"usePassword": "使用密码",
|
||||
"submit": "继续"
|
||||
},
|
||||
"set": {
|
||||
"title": "设置密钥",
|
||||
"description": "您的设备将请求指纹、面部识别或屏幕锁",
|
||||
"info": {
|
||||
"description": "密钥是在设备上如指纹、Apple FaceID 或类似的认证方法。",
|
||||
"link": "无密码认证"
|
||||
},
|
||||
"skip": "跳过",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"u2f": {
|
||||
"verify": {
|
||||
"title": "验证双因素",
|
||||
"description": "使用您的设备验证帐户。"
|
||||
},
|
||||
"set": {
|
||||
"title": "设置双因素认证",
|
||||
"description": "设置设备为第二因素。",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"register": {
|
||||
"title": "注册",
|
||||
"description": "创建您的 ZITADEL 账户。",
|
||||
"selectMethod": "选择您想使用的认证方法",
|
||||
"agreeTo": "注册即表示您同意条款和条件",
|
||||
"termsOfService": "服务条款",
|
||||
"privacyPolicy": "隐私政策",
|
||||
"submit": "继续",
|
||||
"password": {
|
||||
"title": "设置密码",
|
||||
"description": "为您的账户设置密码",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"invite": {
|
||||
"title": "邀请用户",
|
||||
"description": "提供您想邀请的用户的电子邮箱地址和姓名。",
|
||||
"info": "用户将收到一封包含进一步说明的电子邮件。",
|
||||
"notAllowed": "您的设置不允许邀请用户。",
|
||||
"submit": "继续",
|
||||
"success": {
|
||||
"title": "用户已邀请",
|
||||
"description": "邮件已成功发送。",
|
||||
"verified": "用户已被邀请并已验证其电子邮件。",
|
||||
"notVerifiedYet": "用户已被邀请。他们将收到一封包含进一步说明的电子邮件。",
|
||||
"submit": "邀请另一位用户"
|
||||
}
|
||||
},
|
||||
"signedin": {
|
||||
"title": "欢迎 {user}!",
|
||||
"description": "您已登录。"
|
||||
},
|
||||
"verify": {
|
||||
"userIdMissing": "未提供用户 ID!",
|
||||
"success": "用户验证成功。",
|
||||
"setupAuthenticator": "设置认证器",
|
||||
"verify": {
|
||||
"title": "验证用户",
|
||||
"description": "输入验证邮件中的验证码。",
|
||||
"resendCode": "重发验证码",
|
||||
"submit": "继续"
|
||||
}
|
||||
},
|
||||
"authenticator": {
|
||||
"title": "选择认证方式",
|
||||
"description": "选择您想使用的认证方法",
|
||||
"noMethodsAvailable": "没有可用的认证方法",
|
||||
"allSetup": "您已经设置好了一个认证器!"
|
||||
},
|
||||
"error": {
|
||||
"unknownContext": "无法获取用户的上下文。请先输入用户名或提供 loginName 作为搜索参数。",
|
||||
"sessionExpired": "当前会话已过期,请重新登录。",
|
||||
"failedLoading": "加载数据失败,请再试一次。",
|
||||
"tryagain": "重试"
|
||||
}
|
||||
}
|
@@ -20,6 +20,10 @@ export const LANGS: Lang[] = [
|
||||
name: "Español",
|
||||
code: "es",
|
||||
},
|
||||
{
|
||||
name: "简体中文",
|
||||
code: "zh",
|
||||
},
|
||||
];
|
||||
|
||||
export const LANGUAGE_COOKIE_NAME = "NEXT_LOCALE";
|
||||
|
Reference in New Issue
Block a user