cambiamento template con AdminLTE
This commit is contained in:
29
resources/lang/vendor/adminlte/sk/adminlte.php
vendored
Normal file
29
resources/lang/vendor/adminlte/sk/adminlte.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'full_name' => 'Celé meno',
|
||||
'email' => 'Email',
|
||||
'password' => 'Heslo',
|
||||
'retype_password' => 'Zopakujte heslo',
|
||||
'remember_me' => 'Zapamätať si ma',
|
||||
'register' => 'Registrovať',
|
||||
'register_a_new_membership' => 'Registrovať nový účet',
|
||||
'i_forgot_my_password' => 'Zabudol som heslo',
|
||||
'i_already_have_a_membership' => 'Už mám účet',
|
||||
'sign_in' => 'Prihlásiť',
|
||||
'log_out' => 'Odhlásiť',
|
||||
'toggle_navigation' => 'Prepnúť navigáciu',
|
||||
'login_message' => 'Pre pokračovanie sa prihláste',
|
||||
'register_message' => 'Registrovať nový účet',
|
||||
'password_reset_message' => 'Obnoviť heslo',
|
||||
'reset_password' => 'Obnoviť heslo',
|
||||
'send_password_reset_link' => 'Zaslať odkaz na obnovenie hesla',
|
||||
'verify_message' => 'Váš účet je potrebné overiť',
|
||||
'verify_email_sent' => 'Na vašu emailovú adresu bol odoslaný nový odkaz na overenie účtu.',
|
||||
'verify_check_your_email' => 'Pred tým, než budete pokračovať, skontrolujte svoju emailovú adresu pre overovací odkaz.',
|
||||
'verify_if_not_recieved' => 'V prípade, že ste email neobdržali',
|
||||
'verify_request_another' => 'kliknite sem pre obdržanie ďalšieho',
|
||||
'confirm_password_message' => 'Pre pokračovanie prosím potvrďte svoje heslo.',
|
||||
'remember_me_hint' => 'Udržiavať prihlásenie bez obmedzenia, alebo kým sa neodhlásim',
|
||||
];
|
||||
24
resources/lang/vendor/adminlte/sk/iframe.php
vendored
Normal file
24
resources/lang/vendor/adminlte/sk/iframe.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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' => 'Zavrieť',
|
||||
'btn_close_active' => 'Zavrieť aktívne',
|
||||
'btn_close_all' => 'Zavrieť všetky',
|
||||
'btn_close_all_other' => 'Zavrieť všetky ostatné',
|
||||
'tab_empty' => 'Nie je vybraný tab!',
|
||||
'tab_home' => 'Domov',
|
||||
'tab_loading' => 'Tab sa načítava',
|
||||
|
||||
];
|
||||
19
resources/lang/vendor/adminlte/sk/menu.php
vendored
Normal file
19
resources/lang/vendor/adminlte/sk/menu.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'main_navigation' => 'HLAVNÁ NAVIGÁCIA',
|
||||
'blog' => 'Blog',
|
||||
'pages' => 'Stránky',
|
||||
'account_settings' => 'NASTAVENIA KONTA',
|
||||
'profile' => 'Profil',
|
||||
'change_password' => 'Zmena hesla',
|
||||
'multilevel' => 'Viac úrovňové',
|
||||
'level_one' => 'Úroveň 1',
|
||||
'level_two' => 'Úroveň 2',
|
||||
'level_three' => 'Úroveň 3',
|
||||
'labels' => 'ŠTÍTKY',
|
||||
'important' => 'Dôležité',
|
||||
'warning' => 'Varovanie',
|
||||
'information' => 'Informácie',
|
||||
];
|
||||
Reference in New Issue
Block a user