Files
leadchat/app/javascript/dashboard/i18n/locale/id/setNewPassword.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

24 lines
632 B
JSON

{
"SET_NEW_PASSWORD": {
"TITLE": "Set new password",
"PASSWORD": {
"LABEL": "Kata Sandi",
"PLACEHOLDER": "Kata Sandi",
"ERROR": "Kata sandi terlalu pendek."
},
"CONFIRM_PASSWORD": {
"LABEL": "Confirm password",
"PLACEHOLDER": "Konfirmasi Kata Sandi",
"ERROR": "Kata Sandi tidak cocok."
},
"API": {
"SUCCESS_MESSAGE": "Berhasil mengubah kata sandi.",
"ERROR_MESSAGE": "Tidak dapat terhubung ke Server Woot, Silahkan coba lagi nanti"
},
"CAPTCHA": {
"ERROR": "Verification expired. Please solve captcha again."
},
"SUBMIT": "Kirim"
}
}