Files
leadchat/app/javascript/dashboard/i18n/locale/it/resetPassword.json
Chatwoot Bot be3c75e858 chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

16 lines
439 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "Reimposta password",
"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": "Could not connect to Woot server. Please try again."
},
"SUBMIT": "Invia"
}
}