Files
leadchat/app/javascript/dashboard/i18n/locale/zh_CN/signup.json
2023-02-27 18:15:34 -08:00

45 lines
1.6 KiB
JSON

{
"REGISTER": {
"TRY_WOOT": "Create an account",
"TITLE": "注册",
"TESTIMONIAL_HEADER": "All it takes is one step to move forward",
"TESTIMONIAL_CONTENT": "You're one step away from engaging your customers, retaining them and finding new ones.",
"TERMS_ACCEPT": "By creating an account, you agree to our <a href=\"https://www.chatwoot.com/terms\">T & C</a> and <a href=\"https://www.chatwoot.com/privacy-policy\">Privacy policy</a>",
"OAUTH": {
"GOOGLE_SIGNUP": "Sign up with Google"
},
"COMPANY_NAME": {
"LABEL": "Company name",
"PLACEHOLDER": "Enter your company name. eg: Wayne Enterprises",
"ERROR": "Company name is too short"
},
"FULL_NAME": {
"LABEL": "名字",
"PLACEHOLDER": "输入您的全名,例如 Bruce Wayne",
"ERROR": "帐号名称太短了"
},
"EMAIL": {
"LABEL": "工作邮箱",
"PLACEHOLDER": "请输入您的工作电子邮件地址,例如 bruce@wayne.enterprises",
"ERROR": "Please enter a valid work email address"
},
"PASSWORD": {
"LABEL": "密码",
"PLACEHOLDER": "密码",
"ERROR": "密码太短了",
"IS_INVALID_PASSWORD": "Password should contain atleast 1 uppercase letter, 1 lowercase letter, 1 number and 1 special character"
},
"CONFIRM_PASSWORD": {
"LABEL": "请确认密码",
"PLACEHOLDER": "请确认密码",
"ERROR": "密码不匹配"
},
"API": {
"SUCCESS_MESSAGE": "注册成功",
"ERROR_MESSAGE": "无法连接服务器,请稍后再试"
},
"SUBMIT": "Create account",
"HAVE_AN_ACCOUNT": "已经有帐号?"
}
}