Chatwoot/app/javascript/dashboard/i18n/locale/zh_TW/signup.json
2022-12-15 14:11:15 +05:30

41 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.

{
"REGISTER": {
"TRY_WOOT": "註冊帳戶",
"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": "通過註冊,您同意我們的 <a href=\"https://www.chatwoot.com/terms\">T & C</a> 和 <a href=\"https://www.chatwoot.com/privacy-policy\">隱私政策</a>",
"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": "送出",
"HAVE_AN_ACCOUNT": "已經有帳號了嗎?"
}
}