| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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',
- ],
-
- ],
-
- ],
-
- 'avatar' => [
- 'alt' => 'avatarı :name',
- ],
-
- 'logo' => [
- 'alt' => ':name loqo',
- ],
-
- ];
|