Files
leadchat/app/javascript/dashboard/i18n/locale/zh_CN/resetPassword.json
Chatwoot Bot be3c75e858 chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

16 lines
406 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "重置密码",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "请输入 Email 地址.",
"ERROR": "请输入一个有效的电子邮件."
},
"API": {
"SUCCESS_MESSAGE": "密码重置链接已发送到您的电子邮件.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "提交"
}
}