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

18 lines
631 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Reimposta password",
"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": "Inserisci il tuo indirizzo email.",
"ERROR": "Inserisci un indirizzo email valido."
},
"API": {
"SUCCESS_MESSAGE": "Il link per reimpostare la password è stato inviato alla tua email.",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi"
},
"SUBMIT": "Invia"
}
}