iachat/app/javascript/dashboard/i18n/locale/zh_CN/login.json
2020-08-26 21:33:52 +05:30

22 lines
541 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": "登录"
}
}