Chatwoot/app/javascript/dashboard/i18n/locale/zh_TW/signup.json
Sojan Jose 7a7f6234b1
chore: Enable Polish (pl), update translations (#2403)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2021-06-15 22:15:18 +05:30

38 lines
1.2 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": "註冊",
"TERMS_ACCEPT": "通過註冊,您同意我們的 <a href=\"https://www.chatwoot.com/terms\">T & C</a> 和 <a href=\"https://www.chatwoot.com/privacy-policy\">隱私政策</a>",
"ACCOUNT_NAME": {
"LABEL": "帳戶名稱",
"PLACEHOLDER": "Enter an account name. eg: Wayne Enterprises",
"ERROR": "帳號名稱過短"
},
"FULL_NAME": {
"LABEL": "姓名",
"PLACEHOLDER": "請輸入您的完整姓名,如:王大明",
"ERROR": "姓名太短了"
},
"EMAIL": {
"LABEL": "Work email",
"PLACEHOLDER": "輸入你的工作 Email。例如 bruce@wayne.enterprises",
"ERROR": "Email 無效"
},
"PASSWORD": {
"LABEL": "密碼",
"PLACEHOLDER": "密碼",
"ERROR": "密碼太短了"
},
"CONFIRM_PASSWORD": {
"LABEL": "請確認密碼",
"PLACEHOLDER": "請確認密碼",
"ERROR": "密碼不匹配"
},
"API": {
"SUCCESS_MESSAGE": "註冊成功",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試"
},
"SUBMIT": "送出",
"HAVE_AN_ACCOUNT": "已經有帳號了嗎?"
}
}