add support for zh_cn
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"loggingOut": "正在登出...",
|
||||
"authenticating": "正在认证...",
|
||||
"gettingThingsReady": "正在为您准备..."
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"headerDescription": "重置您的密码",
|
||||
"emailLabel": "电子邮件",
|
||||
"emailPlaceholder": "输入您的电子邮件",
|
||||
"emailRequired": "请输入您的电子邮件!",
|
||||
"resetPasswordButton": "重置密码",
|
||||
"returnToLoginButton": "返回登录",
|
||||
"passwordResetSuccessMessage": "密码重置链接已发送到您的电子邮件。",
|
||||
"orText": "或",
|
||||
"successTitle": "重置指令已发送!",
|
||||
"successMessage": "重置信息已发送到您的电子邮件。请检查您的电子邮件。"
|
||||
}
|
||||
27
worklenz-frontend/public/locales/zh/auth/login.json
Normal file
27
worklenz-frontend/public/locales/zh/auth/login.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"headerDescription": "登录到您的账户",
|
||||
"emailLabel": "电子邮件",
|
||||
"emailPlaceholder": "输入您的电子邮件",
|
||||
"emailRequired": "请输入您的电子邮件!",
|
||||
"passwordLabel": "密码",
|
||||
"passwordPlaceholder": "输入您的密码",
|
||||
"passwordRequired": "请输入您的密码!",
|
||||
"rememberMe": "记住我",
|
||||
"loginButton": "登录",
|
||||
"signupButton": "注册",
|
||||
"forgotPasswordButton": "忘记密码?",
|
||||
"signInWithGoogleButton": "使用Google登录",
|
||||
"dontHaveAccountText": "没有账户?",
|
||||
"orText": "或",
|
||||
"successMessage": "您已成功登录!",
|
||||
"loginError": "登录失败",
|
||||
"googleLoginError": "Google登录失败",
|
||||
"validationMessages": {
|
||||
"email": "请输入有效的电子邮件地址",
|
||||
"password": "密码必须至少包含8个字符"
|
||||
},
|
||||
"errorMessages": {
|
||||
"loginErrorTitle": "登录失败",
|
||||
"loginErrorMessage": "请检查您的电子邮件和密码并重试"
|
||||
}
|
||||
}
|
||||
29
worklenz-frontend/public/locales/zh/auth/signup.json
Normal file
29
worklenz-frontend/public/locales/zh/auth/signup.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"headerDescription": "注册以开始使用",
|
||||
"nameLabel": "全名",
|
||||
"namePlaceholder": "输入您的全名",
|
||||
"nameRequired": "请输入您的全名!",
|
||||
"nameMinCharacterRequired": "全名必须至少包含4个字符!",
|
||||
"emailLabel": "电子邮件",
|
||||
"emailPlaceholder": "输入您的电子邮件",
|
||||
"emailRequired": "请输入您的电子邮件!",
|
||||
"passwordLabel": "密码",
|
||||
"passwordPlaceholder": "输入您的密码",
|
||||
"passwordRequired": "请输入您的密码!",
|
||||
"passwordMinCharacterRequired": "密码必须至少包含8个字符!",
|
||||
"passwordPatternRequired": "密码不符合要求!",
|
||||
"strongPasswordPlaceholder": "输入更强的密码",
|
||||
"passwordValidationAltText": "密码必须至少包含8个字符,包括大小写字母、一个数字和一个符号。",
|
||||
"signupSuccessMessage": "您已成功注册!",
|
||||
"privacyPolicyLink": "隐私政策",
|
||||
"termsOfUseLink": "使用条款",
|
||||
"bySigningUpText": "通过注册,您同意我们的",
|
||||
"andText": "和",
|
||||
"signupButton": "注册",
|
||||
"signInWithGoogleButton": "使用Google登录",
|
||||
"alreadyHaveAccountText": "已经有账户了?",
|
||||
"loginButton": "登录",
|
||||
"orText": "或",
|
||||
"reCAPTCHAVerificationError": "reCAPTCHA验证错误",
|
||||
"reCAPTCHAVerificationErrorMessage": "我们无法验证您的reCAPTCHA。请重试。"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "验证重置电子邮件",
|
||||
"description": "输入您的新密码",
|
||||
"placeholder": "输入您的新密码",
|
||||
"confirmPasswordPlaceholder": "确认您的新密码",
|
||||
"passwordHint": "至少8个字符,包括大小写字母、一个数字和一个符号。",
|
||||
"resetPasswordButton": "重置密码",
|
||||
"orText": "或",
|
||||
"resendResetEmail": "重新发送重置电子邮件",
|
||||
"passwordRequired": "请输入您的新密码",
|
||||
"returnToLoginButton": "返回登录",
|
||||
"confirmPasswordRequired": "请确认您的新密码",
|
||||
"passwordMismatch": "两次输入的密码不匹配"
|
||||
}
|
||||
Reference in New Issue
Block a user