Files
worklenz/worklenz-frontend/public/locales/zh/auth/signup.json
chamiakJ 591d348ae5 feat(localization): update and enhance localization files for multiple languages
- Updated localization files for various languages, including English, German, Spanish, Portuguese, and Chinese, to ensure consistency and accuracy across the application.
- Added new keys and updated existing ones to support recent UI changes and features, particularly in project views, task lists, and admin center settings.
- Enhanced the structure of localization files to improve maintainability and facilitate future updates.
- Implemented performance optimizations in the frontend components to better handle localization data.
2025-07-28 07:19:55 +05:30

32 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"headerDescription": "注册以开始使用",
"nameLabel": "全名",
"namePlaceholder": "输入您的全名",
"nameRequired": "请输入您的全名!",
"nameMinCharacterRequired": "全名必须至少包含4个字符",
"emailLabel": "电子邮件",
"emailPlaceholder": "输入您的电子邮件",
"emailRequired": "请输入您的电子邮件!",
"passwordLabel": "Password",
"passwordGuideline": "Password must be at least 8 characters, include uppercase and lowercase letters, a number, and a special character.",
"passwordPlaceholder": "Enter your password",
"passwordRequired": "请输入您的密码!",
"passwordMinCharacterRequired": "密码必须至少包含8个字符",
"passwordMaxCharacterRequired": "Password must be at most 32 characters!",
"passwordPatternRequired": "密码不符合要求!",
"strongPasswordPlaceholder": "输入更强的密码",
"passwordValidationAltText": "密码必须至少包含8个字符包括大小写字母、一个数字和一个符号。",
"signupSuccessMessage": "您已成功注册!",
"privacyPolicyLink": "隐私政策",
"termsOfUseLink": "使用条款",
"bySigningUpText": "通过注册,您同意我们的",
"andText": "和",
"signupButton": "注册",
"signInWithGoogleButton": "使用Google登录",
"alreadyHaveAccountText": "已经有账户了?",
"loginButton": "登录",
"orText": "或",
"reCAPTCHAVerificationError": "reCAPTCHA验证错误",
"reCAPTCHAVerificationErrorMessage": "我们无法验证您的reCAPTCHA。请重试。"
}