iachat/app/javascript/dashboard/i18n/locale/it/login.json
Chatwoot Bot 03d0688cc2
chore: Update translations (#12519)
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
2025-09-25 15:59:03 +05:30

42 lines
1.3 KiB
JSON

{
"LOGIN": {
"TITLE": "Accedi a Chatwoot",
"EMAIL": {
"LABEL": "Email",
"PLACEHOLDER": "example{'@'}companyname.com",
"ERROR": "Inserisci un indirizzo email valido"
},
"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",
"SAML": {
"LABEL": "Log in via SSO",
"TITLE": "Initiate Single Sign-on (SSO)",
"SUBTITLE": "Enter your work email to access your organization",
"BACK_TO_LOGIN": "Login via Password",
"WORK_EMAIL": {
"LABEL": "Work Email",
"PLACEHOLDER": "Enter your work email"
},
"SUBMIT": "Continue with SSO",
"API": {
"ERROR_MESSAGE": "SSO authentication failed. Please check your credentials and try again."
}
}
}
}