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

18 lines
646 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Resetare parolă",
"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": "Email",
"PLACEHOLDER": "Te rugăm să introduci adresa de e-mail.",
"ERROR": "Te rugăm să introduci adresa de e-mail."
},
"API": {
"SUCCESS_MESSAGE": "Link-ul de resetare a parolei a fost trimis pe e-mail.",
"ERROR_MESSAGE": "Nu s-a putut conecta la serverul Woot. Vă rugăm să încercați din nou."
},
"SUBMIT": "Trimite"
}
}