iachat/app/javascript/dashboard/i18n/locale/hu/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
440 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Jelszó megváltoztatása",
"EMAIL": {
"LABEL": "E-mail",
"PLACEHOLDER": "Kérjük add meg az e-mailcímed.",
"ERROR": "Kérjük helyes e-mailcímet adj meg."
},
"API": {
"SUCCESS_MESSAGE": "A jelszó helyreállító linket e-mailben elküldtük.",
"ERROR_MESSAGE": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Elküldés"
}
}