Files
leadchat/app/javascript/dashboard/i18n/locale/zh_TW/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
413 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Reset password",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "請輸入您的電子信箱.",
"ERROR": "請輸入一個有效的電子信箱."
},
"API": {
"SUCCESS_MESSAGE": "密碼重置連結已發送到您的電子信箱.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "送出"
}
}