iachat/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.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

18 lines
551 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.

{
"RESET_PASSWORD": {
"TITLE": "重置密码",
"DESCRIPTION": "输入您用来登录到Chatwoot 的电子邮件地址,获取密码重置说明。",
"GO_BACK_TO_LOGIN": "回到登录页面",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "请输入 Email 地址.",
"ERROR": "请输入一个有效的电子邮件."
},
"API": {
"SUCCESS_MESSAGE": "密码重置链接已发送到您的电子邮件.",
"ERROR_MESSAGE": "无法连接Woot服务器请稍后再试"
},
"SUBMIT": "提交"
}
}