12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Gerir assinatura',
- ],
-
- 'logout' => [
- 'label' => 'Terminar Sessão',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Abrir notificações',
- ],
-
- 'open_user_menu' => [
- 'label' => 'Menu de utilizador',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Recolher barra lateral',
- ],
-
- 'expand' => [
- 'label' => 'Expandir barra lateral',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Activar o modo escuro',
- ],
-
- 'light' => [
- 'label' => 'Activar o modo claro',
- ],
-
- 'system' => [
- 'label' => 'Activar o modo de sistema',
- ],
-
- ],
-
- ],
-
- 'avatar' => [
- 'alt' => 'Avatar de :name',
- ],
-
- 'logo' => [
- 'alt' => 'Logótipo de :name',
- ],
-
- ];
|