iachat/app/javascript/dashboard/i18n/locale/zh_TW/signup.json
2023-02-27 18:15:34 -08:00

45 lines
1.6 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.

{
"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": "請輸入您的完整姓名,如:王大明",
"ERROR": "姓名太短了"
},
"EMAIL": {
"LABEL": "工作電子郵件",
"PLACEHOLDER": "輸入你的工作 Email。例如 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": "已經有帳號了嗎?"
}
}