2fa by email and by sms
This commit is contained in:
@ -109,6 +109,7 @@ return [
|
||||
'Finish' => 'Completa',
|
||||
'Force password change at next login' => 'Forza il cambio password al prossimo accesso',
|
||||
'Forgot password?' => 'Password dimenticata?',
|
||||
'Google Authenticator' => 'Autenticatore di Google',
|
||||
'Gravatar email' => 'Email di Gravatar',
|
||||
'Hello' => 'Ciao',
|
||||
'Here you can download your personal data in a comma separated values format.' => 'Da qui puoi scaricare i tuoi dati in formato CSV.',
|
||||
@ -121,6 +122,10 @@ return [
|
||||
'In order to complete your request, please click the link below' => 'Per completare la richiesta fai click sul collegamento qui sotto',
|
||||
'In order to finish your registration, we need you to enter following fields' => 'Per finalizzare la registrazione devi fornire le seguenti informazioni',
|
||||
'Information' => 'Informazioni',
|
||||
'Insert' => 'Inserisci',
|
||||
'Insert the code you received by SMS.' => 'Inserisci il codice ricevuto tramite SMS.',
|
||||
'Insert the code you received by email.' => 'Inserisci il codice ricevuto tramite email.',
|
||||
'Insert the mobile phone number on which to receive text message.' => 'Inserisci il numero del cellulare sul quale ricevere i codici.',
|
||||
'Invalid login or password' => 'Utente o password non validi',
|
||||
'Invalid or expired link' => 'Collegamento non valido o scaduto',
|
||||
'Invalid password' => 'Password non valida',
|
||||
@ -136,6 +141,9 @@ return [
|
||||
'Login' => 'Accedi',
|
||||
'Logout' => 'Esci',
|
||||
'Manage users' => 'Gestisci gli utenti',
|
||||
'Mobile phone number' => 'Numero di cellulare',
|
||||
'Mobile phone number not registered.' => 'L\'attivazione del numero di cellulare non è riuscita',
|
||||
'Mobile phone number successfully enabled.' => 'Il numero di cellulare è stato abilitato',
|
||||
'Name' => 'Nome',
|
||||
'Networks' => 'Rete',
|
||||
'Never' => 'Mai',
|
||||
@ -156,6 +164,8 @@ return [
|
||||
'Please be certain' => 'Pensaci bene',
|
||||
'Please click the link below to complete your password reset' => 'Per favore fai click sul collegamento sotto per completare il cambio password',
|
||||
'Please fix following errors:' => 'Per favore correggi i seguenti errori:',
|
||||
'Please, enter the right code. The code is valid for {0} seconds. If you want to get a new code, please click on \'Cancel\' and repeat the login request.' => 'Inserire il codice corretto. Il codice è valido per {0} secondi. Se si desidera ricevere un nuovo codice cliccare su \'Annulla\' e ripetere la procedura di autenticazione',
|
||||
'Please, enter the right code. The code is valid for {0} seconds. If you want to get a new code, please close this window and repeat the enabling request.' => 'Inserire il codice corretto. Il codice è valido per {0} secondi. Se si desidera ricevere un nuovo codice, chiudere questa finestra e ripetere la richiesta di abilitazione.',
|
||||
'Privacy' => 'Privacy',
|
||||
'Privacy settings' => 'Impostazioni privacy',
|
||||
'Profile' => 'Profilo',
|
||||
@ -192,6 +202,7 @@ return [
|
||||
'Something went wrong' => 'È successo qualcosa di strano',
|
||||
'Submit' => 'Invia',
|
||||
'Switch identities is disabled.' => 'Il cambio identità è disabilitato',
|
||||
'Text message' => 'Messaggio di testo tramite SMS',
|
||||
'Thank you for signing up on {0}' => 'Grazie per esserti registrato su {0}',
|
||||
'Thank you, registration is now complete.' => 'Grazie, la tua registrazione è completa.',
|
||||
'The "recaptcha" component must be configured.' => 'Occorre configurare il componente "recaptcha".',
|
||||
@ -208,8 +219,10 @@ return [
|
||||
'Time zone is not valid' => 'Il fuso orario non è valido',
|
||||
'Two Factor Authentication (2FA)' => 'Autenticazione a due fattori (2FA)',
|
||||
'Two factor authentication code' => 'Codice di autenticazione a due fattori',
|
||||
'Two factor authentication code by SMS' => 'Codice di autenticazione a due fattori tramite SMS',
|
||||
'Two factor authentication code by email' => 'Codice di autenticazione a due fattori tramite email',
|
||||
'Two factor authentication has been disabled.' => 'Autenticazione a due fattori disabilitata.',
|
||||
'Two factor authentication protects you in case of stolen credentials' => 'L\'autenticazione a due fattura ti protegge in caso di furto di credenziali',
|
||||
'Two factor authentication protects you in case of stolen credentials' => 'L\'autenticazione a due fattori ti protegge in caso di furto di credenziali',
|
||||
'Two factor authentication successfully enabled.' => 'Autenticazione a due fattori abilitata con successo.',
|
||||
'Unable to confirm user. Please, try again.' => 'Impossibile confermare l\'utente, per favore ritenta.',
|
||||
'Unable to create an account.' => 'Impossibile creare l\'account.',
|
||||
@ -278,5 +291,8 @@ return [
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '{0, date, MMM dd, YYYY HH:mm}',
|
||||
'{0, date, MMMM dd, YYYY HH:mm}' => '{0, date, dd MMMM YYYY HH:mm}',
|
||||
'{0} cannot be blank.' => '{0} non può essere vuoto.',
|
||||
'This is the code to insert to enable two factor authentication' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@È stata inviata un\'email con le istruzioni per azzerare la tua password@@',
|
||||
'Now you can resume the login process' => '@@Ora puoi riprendere il processo di autenticazione@@',
|
||||
'Send new code' => '@@Invia un nuovo codice@@',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user