1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Správa předplatného',
- ],
-
- 'logout' => [
- 'label' => 'Odhlásit se',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Zobrazit notifikace',
- ],
-
- 'open_user_menu' => [
- 'label' => 'Nabídka uživatele',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Skrýt boční panel',
- ],
-
- 'expand' => [
- 'label' => 'Otevřít boční panel',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Zapnout tmavý režim',
- ],
-
- 'light' => [
- 'label' => 'Zapnout světlý režim',
- ],
-
- 'system' => [
- 'label' => 'Použít nastavení systému',
- ],
-
- ],
-
- ],
-
- ];
|