Files
leadchat/app/javascript/dashboard/i18n/locale/hu/resetPassword.json
2023-08-15 13:47:38 -07:00

18 lines
646 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Jelszó megváltoztatása",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"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": "Nem sikerült csatlakozni a Woot szerverhez, kérjük próbáld később"
},
"SUBMIT": "Elküldés"
}
}