iachat/app/javascript/dashboard/i18n/locale/it/login.json
Chatwoot Bot 3dedfee350
chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

27 lines
796 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"
},
"OAUTH": {
"GOOGLE_LOGIN": "Login with Google",
"BUSINESS_ACCOUNTS_ONLY": "Please use your company email address to login",
"NO_ACCOUNT_FOUND": "We couldn't find an account for your email address."
},
"FORGOT_PASSWORD": "Password dimenticata?",
"CREATE_NEW_ACCOUNT": "Crea un nuovo account",
"SUBMIT": "Accedi"
}
}