Chatwoot/app/javascript/dashboard/i18n/locale/hu/resetPassword.json

16 lines
440 B
JSON
Raw Normal View History

{
"RESET_PASSWORD": {
2021-03-15 18:30:53 +00:00
"TITLE": "Új jelszó kérése",
"EMAIL": {
2021-03-15 18:30:53 +00:00
"LABEL": "E-mail",
"PLACEHOLDER": "Add meg az e-mailed",
"ERROR": "Kérjük helyes e-mailcímet adj meg"
},
"API": {
2021-03-15 18:30:53 +00:00
"SUCCESS_MESSAGE": "A jelszó helyreállító linket e-mailben elküldtük",
"ERROR_MESSAGE": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
},
2021-03-15 18:30:53 +00:00
"SUBMIT": "Elküldés"
}
}