PR #458 - fix and improvement required by @mp1509
This commit is contained in:
		| @ -206,6 +206,10 @@ return [ | ||||
|     'Thank you, registration is now complete.' => 'Grazie, la tua registrazione è completa.', | ||||
|     'The "recaptcha" component must be configured.' => 'Occorre configurare il componente "recaptcha".', | ||||
|     'The confirmation link is invalid or expired. Please try requesting a new one.' => 'Il link di conferma non è valido o scaduto. Per favore prova a richiederne uno nuovo', | ||||
|     'The email address set is: "{0}".' => 'L\'indirizzo email impostato è: "{0}".', | ||||
|     'The email sending failed, please check your configuration.' => 'L\'invio della email non è riuscito, verifica la configurazione', | ||||
|     'The phone number set is: "{0}".' => 'Il numero di telefono impostato è: "{0}".', | ||||
|     'The sms sending failed, please check your configuration.' => 'L\'invio del messaggio di testo non è riuscito, verifica la configurazione', | ||||
|     'The verification code is incorrect.' => 'Il codice di verifica non è corretto.', | ||||
|     'There is neither role nor permission with name "{0}"' => 'Non esiste un ruolo o permesso di nome "{0}', | ||||
|     'There was an error in saving user' => 'Errore in salvataggio utente', | ||||
| @ -286,14 +290,16 @@ return [ | ||||
|     'Your password has expired, you must change it now' => 'La tua password è scaduta, devi cambiarla', | ||||
|     'Your personal information has been removed' => 'I tuoi dati personali sono stati rimossi', | ||||
|     'Your profile has been updated' => 'Il tuo profilo è stato aggiornato', | ||||
|     'Your two factor authentication method is based on "{0}".' => 'La tua autenticazione a due fattori è basata su "{0}".', | ||||
|     'privacy policy' => 'politica della privacy', | ||||
|     '{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.', | ||||
|     'Insert the mobile phone number where you want to receive text message in international format' => '', | ||||
|     'Mobile phone not found, please check your profile' => '', | ||||
|     '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@@', | ||||
|     'Insert the mobile phone number where you want to receive text message in international format.' => '@@@@', | ||||
|     'Insert the mobile phone number where you want to receive text message in international format.' => '@@Inserisci il numero di telefono sul quale ricevere il messaggio di testo nel formato internazionale@@', | ||||
|     'Insert the mobile phone number where you want to receive the SMS.' => '@@Inserisci il numero del cellulare sul quale ricevere l\'SMS.@@', | ||||
|     'Mobile phone number not registered.' => '@@L\'attivazione del numero di cellulare non è riuscita@@', | ||||
|     'Now you can resume the login process' => '@@Ora puoi riprendere il processo di autenticazione@@', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user