1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. return [
  3. 'direction' => 'ltr',
  4. 'actions' => [
  5. 'billing' => [
  6. 'label' => 'Správa předplatného',
  7. ],
  8. 'logout' => [
  9. 'label' => 'Odhlásit se',
  10. ],
  11. 'open_database_notifications' => [
  12. 'label' => 'Zobrazit notifikace',
  13. ],
  14. 'open_user_menu' => [
  15. 'label' => 'Nabídka uživatele',
  16. ],
  17. 'sidebar' => [
  18. 'collapse' => [
  19. 'label' => 'Skrýt boční panel',
  20. ],
  21. 'expand' => [
  22. 'label' => 'Otevřít boční panel',
  23. ],
  24. ],
  25. 'theme_switcher' => [
  26. 'dark' => [
  27. 'label' => 'Zapnout tmavý režim',
  28. ],
  29. 'light' => [
  30. 'label' => 'Zapnout světlý režim',
  31. ],
  32. 'system' => [
  33. 'label' => 'Použít nastavení systému',
  34. ],
  35. ],
  36. ],
  37. ];