Skip to content

Commit cfbee66

Browse files
committed
fixed non-translated strings
1 parent c72fcf3 commit cfbee66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Language/it/Auth.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@
2121
'throttled' => 'Troppe richieste effettuate da questo indirizzo IP. Potrai riprovare tra {0} secondi.',
2222

2323
'email' => 'Indirizzo Email',
24-
'username' => 'Username',
25-
'password' => 'Password',
26-
'passwordConfirm' => 'Password (ancora)',
24+
'username' => 'Nome Utente',
25+
'password' => 'Parola d\'ordine',
26+
'passwordConfirm' => 'Parola d\'ordine (ancora)',
2727
'haveAccount' => 'Hai già un account?',
2828

2929
// Buttons
3030
'confirm' => 'Conferma',
3131
'send' => 'Invia',
3232

3333
// Registration
34-
'register' => 'Register',
34+
'register' => 'Registrazione',
3535
'registerDisabled' => 'La registrazione non è al momento consentita.',
3636
'registerSuccess' => 'Benvenuto a bordo!',
3737

3838
// Login
39-
'login' => 'Login',
39+
'login' => 'Accesso',
4040
'needAccount' => 'Hai bisogno di un account?',
4141
'rememberMe' => 'Ricordami?',
4242
'forgotPassword' => 'Password dimenticata?',

0 commit comments

Comments
 (0)