[WIP] Refactor project
This commit is contained in:
41
resources/lang/vendor/boilerplate/it/auth.php
vendored
Normal file
41
resources/lang/vendor/boilerplate/it/auth.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'last_name' => 'Nome',
|
||||
'first_name' => 'Cognome',
|
||||
'email' => 'E-mail',
|
||||
'password' => 'Password',
|
||||
'password_confirm' => 'Conferma Password',
|
||||
],
|
||||
'password' => [
|
||||
'title' => 'Password dimenticata',
|
||||
'intro' => 'Enter the following field to reset your password',
|
||||
'submit' => 'Invia reset password',
|
||||
'login_link' => 'Accedi con un utente registrato',
|
||||
],
|
||||
'password_reset' => [
|
||||
'title' => 'Password reset',
|
||||
'intro' => 'Enter the following fields to reset your password',
|
||||
'submit' => 'Reset',
|
||||
],
|
||||
'register' => [
|
||||
'title' => 'Registra un nuovo utente',
|
||||
'intro' => 'Enter the following fields to create a new user',
|
||||
'register_button' => 'Registra',
|
||||
'login_link' => 'Accedi con un utente registrato',
|
||||
],
|
||||
'login' => [
|
||||
'title' => 'Login',
|
||||
'intro' => 'Effettua l\'accesso per accedere',
|
||||
'rememberme' => 'Ricordami',
|
||||
'signin' => 'Accedi',
|
||||
'forgotpassword' => 'Password dimenticata',
|
||||
'register' => 'Nuovo utente',
|
||||
],
|
||||
'firstlogin' => [
|
||||
'title' => 'Primo login',
|
||||
'intro' => 'Questo è il tuo primo login, inserisci la password per attivare l\' account',
|
||||
'button' => 'Login',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user