iachat/app/javascript/dashboard/i18n/locale/zh_TW/login.json
snowild 17e5c01948
chore: Update zh_TW i18n files (#1262)
Co-authored-by: JackTsai <jacktsai@larvata.tw>
2020-09-22 19:16:00 +05:30

22 lines
542 B
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.

{
"LOGIN": {
"TITLE": "登入到 Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "電子信箱 例如somone@example.com"
},
"PASSWORD": {
"LABEL": "密碼",
"PLACEHOLDER": "密碼"
},
"API": {
"SUCCESS_MESSAGE": "登入成功",
"ERROR_MESSAGE": "無法連接伺服器,請稍後再試",
"UNAUTH": "用户名/密碼不正確。請重試"
},
"FORGOT_PASSWORD": "忘記密碼了?",
"CREATE_NEW_ACCOUNT": "建立新帳戶",
"SUBMIT": "登入"
}
}