Chatwoot/app/javascript/dashboard/i18n/locale/it/resetPassword.json
Sojan Jose 97675c61ea
chore: Update to the latest translations (#3923)
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
2022-02-07 17:19:34 +05:30

15 lines
436 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Reimposta la password",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Inserisci la tua 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"
}
}