1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
-
- return [
-
- 'direction' => 'ltr',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'Abunəliyi idarə et',
- ],
-
- 'logout' => [
- 'label' => 'Çıxış',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'Bildirişləri aç',
- ],
-
- 'open_user_menu' => [
- 'label' => 'İstifadəçi menyusu',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'Yan menyunu daralt',
- ],
-
- 'expand' => [
- 'label' => 'Yan menyunu genişlət',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'Qara tema',
- ],
-
- 'light' => [
- 'label' => 'Açıq tema',
- ],
-
- 'system' => [
- 'label' => 'Sistem defolt',
- ],
-
- ],
-
- ],
-
- ];
|