Always show a feedback when recovering password (#249)
Even if email doesn't exist
This commit is contained in:
committed by
Lorenzo Milesi
parent
eaa6bf967f
commit
adf9321db8
@ -17,10 +17,9 @@
|
||||
* NOTE: this file must be saved in UTF-8 encoding.
|
||||
*/
|
||||
return [
|
||||
'Rule class name' => 'Nome classe regola',
|
||||
'Select rule...' => 'Seleziona una regola...',
|
||||
'Two factor authentication protects you in case of stolen credentials' => 'L\'autenticazione a due fattura ti protegge in caso di furto di credenziali',
|
||||
'An email with instructions to create a new password has been sent to {email} if it is associated with an {appName} account. Your existing password has not been changed.' => '',
|
||||
'{0, date, MMM dd, YYYY HH:mm}' => '',
|
||||
'An email has been sent with instructions for resetting your password' => '@@È stata inviata un\'email con le istruzioni per azzerare la tua password@@',
|
||||
'(not set)' => '(non impostato)',
|
||||
'A confirmation message has been sent to your new email address' => 'È stato inviato un messaggio di conferma al tuo nuovo indirizzo email',
|
||||
'A message has been sent to your email address. It contains a confirmation link that you must click to complete registration.' => 'È stato inviato un messaggio al tuo indirizzo email. Contiene un collegamento di verifica che devi aprire per completare la registrazione.',
|
||||
@ -32,7 +31,6 @@ return [
|
||||
'Account details have been updated' => 'I dettagli del tuo account sono stati aggiornati',
|
||||
'Account settings' => 'Impostazioni account',
|
||||
'Already registered? Sign in!' => 'Già registrato? Accedi!',
|
||||
'An email has been sent with instructions for resetting your password' => 'È stata inviata un\'email con le istruzioni per azzerare la tua password',
|
||||
'An error occurred processing your request' => 'Si è verificato un errore durante l\'elaborazione della richiesta',
|
||||
'Are you sure you want to block this user?' => 'Sicuro di voler bloccare questo utente?',
|
||||
'Are you sure you want to confirm this user?' => 'Sicuro di voler confermare questo utente?',
|
||||
@ -179,6 +177,7 @@ return [
|
||||
'Roles' => 'Ruoli',
|
||||
'Rule' => 'ruolo',
|
||||
'Rule class must extend "yii\\rbac\\Rule".' => 'La classe della regola deve estendere "yii\\rbac\\Rule".',
|
||||
'Rule class name' => 'Nome classe regola',
|
||||
'Rule name' => 'Nome regola',
|
||||
'Rule name {0} is already in use' => 'Regola {0} già in uso',
|
||||
'Rule {0} does not exists' => 'La regola {0} non esiste',
|
||||
@ -186,6 +185,7 @@ return [
|
||||
'Rules' => 'Regole',
|
||||
'Save' => 'Salva',
|
||||
'Scan the QrCode with Google Authenticator App, then insert its temporary code on the box and submit.' => 'Scansiona il codice QR con l\'applicazione Google Authenticator, poi inserisci il codice temporaneo nel riquadro ed invia.',
|
||||
'Select rule...' => 'Seleziona una regola...',
|
||||
'Send password recovery email' => 'Invia email di recupero password',
|
||||
'Sign in' => 'Accedi',
|
||||
'Sign up' => 'Registrati',
|
||||
@ -208,6 +208,7 @@ return [
|
||||
'Two Factor Authentication (2FA)' => 'Autenticazione a due fattori (2FA)',
|
||||
'Two factor authentication code' => 'Codice di autenticazione a due fattori',
|
||||
'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 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.',
|
||||
|
||||
Reference in New Issue
Block a user