1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Gerenciar assinatura',
- ],
-
- 'logout' => [
- 'label' => 'Logout',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Abrir notificações',
- ],
-
- 'open_user_menu' => [
- 'label' => 'Menu do usuário',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Recolher barra lateral',
- ],
-
- 'expand' => [
- 'label' => 'Expandir barra lateral',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Mudar para tema escuro',
- ],
-
- 'light' => [
- 'label' => 'Mudar para tema claro',
- ],
-
- 'system' => [
- 'label' => 'Mudar para tema do sistema',
- ],
-
- ],
-
- ],
-
- ];
|