Commit iniziale
This commit is contained in:
22
lang/vendor/adminlte/it/adminlte.php
vendored
Normal file
22
lang/vendor/adminlte/it/adminlte.php
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Nome completo',
|
||||
'email' => 'Email',
|
||||
'password' => 'Password',
|
||||
'retype_password' => 'Ripeti password',
|
||||
'remember_me' => 'Ricordami',
|
||||
'register' => 'Registrazione',
|
||||
'register_a_new_membership' => 'Registra un nuovo abbonamento',
|
||||
'i_forgot_my_password' => 'Ho dimenticato la password',
|
||||
'i_already_have_a_membership' => 'Ho già un abbonamento',
|
||||
'sign_in' => 'Accedi',
|
||||
'log_out' => 'Logout',
|
||||
'toggle_navigation' => 'Attiva la navigazione',
|
||||
'login_message' => 'Accedi per iniziare la tua sessione',
|
||||
'register_message' => 'Registra un nuovo abbonamento',
|
||||
'password_reset_message' => 'Resetta la password',
|
||||
'reset_password' => 'Resetta la password',
|
||||
'send_password_reset_link' => 'Invia link di reset della password',
|
||||
];
|
||||
23
lang/vendor/adminlte/it/iframe.php
vendored
Normal file
23
lang/vendor/adminlte/it/iframe.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| IFrame Mode Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used by the AdminLTE IFrame mode blade
|
||||
| layout. You are free to modify these language lines according to your
|
||||
| application's requirements.
|
||||
|
|
||||
*/
|
||||
|
||||
'btn_close' => 'Chiudi',
|
||||
'btn_close_active' => 'Chiudi scheda',
|
||||
'btn_close_all' => 'Chiudi tutto',
|
||||
'btn_close_all_other' => 'Chiudi tutto il resto',
|
||||
'tab_empty' => 'Nessuna scheda selezionata!',
|
||||
'tab_home' => 'Home',
|
||||
'tab_loading' => 'Caricamento scheda',
|
||||
];
|
||||
19
lang/vendor/adminlte/it/menu.php
vendored
Normal file
19
lang/vendor/adminlte/it/menu.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'main_navigation' => 'MENU PRINCIPALE',
|
||||
'blog' => 'Blog',
|
||||
'pages' => 'Pagine',
|
||||
'account_settings' => 'IMPOSTAZIONI ACCOUNT',
|
||||
'profile' => 'Cambia Password',
|
||||
'change_password' => 'Modifica Password',
|
||||
'multilevel' => 'Multi Livello',
|
||||
'level_one' => 'Livello 1',
|
||||
'level_two' => 'Livello 2',
|
||||
'level_three' => 'Livello 3',
|
||||
'labels' => 'ETICHETTE',
|
||||
'important' => 'Importante',
|
||||
'warning' => 'Avvertimento',
|
||||
'information' => 'Informazione',
|
||||
];
|
||||
Reference in New Issue
Block a user