iachat/app/javascript/dashboard/i18n/locale/it/login.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

22 lines
569 B
JSON

{
"LOGIN": {
"TITLE": "Accedi a Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "Email es.: qualcuno@esempio.com"
},
"PASSWORD": {
"LABEL": "Password",
"PLACEHOLDER": "Password"
},
"API": {
"SUCCESS_MESSAGE": "Accesso riuscito",
"ERROR_MESSAGE": "Impossibile connettersi al server Woot, riprova più tardi",
"UNAUTH": "Nome utente / Password errati. Riprova"
},
"FORGOT_PASSWORD": "Password dimenticata?",
"CREATE_NEW_ACCOUNT": "Crea un nuovo account",
"SUBMIT": "Accedi"
}
}