Files
leadchat/app/javascript/dashboard/i18n/locale/zh_CN/setNewPassword.json
Chatwoot Bot 0c01303db0 chore: Update translations (#10549)
Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-01-14 22:00:56 +05:30

24 lines
564 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.
{
"SET_NEW_PASSWORD": {
"TITLE": "设置新密码",
"PASSWORD": {
"LABEL": "密码",
"PLACEHOLDER": "密码",
"ERROR": "密码太短了."
},
"CONFIRM_PASSWORD": {
"LABEL": "请重新输入一次密码",
"PLACEHOLDER": "确认密码",
"ERROR": "密码不匹配."
},
"API": {
"SUCCESS_MESSAGE": "成功修改密码.",
"ERROR_MESSAGE": "无法连接Woot服务器请稍后再试"
},
"CAPTCHA": {
"ERROR": "验证码过期。请重新获取"
},
"SUBMIT": "提交"
}
}