1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?php
-
- return [
-
- 'direction' => 'rtl',
-
- 'actions' => [
-
- 'billing' => [
- 'label' => 'مدیریت آبونمان',
- ],
-
- 'logout' => [
- 'label' => 'خروج',
- ],
-
- 'open_database_notifications' => [
- 'label' => 'نمایش اعلانات',
- ],
-
- 'open_user_menu' => [
- 'label' => 'منوی کاربر',
- ],
-
- 'sidebar' => [
-
- 'collapse' => [
- 'label' => 'بستن نوار کناری',
- ],
-
- 'expand' => [
- 'label' => 'باز کردن نوار کناری',
- ],
-
- ],
-
- 'theme_switcher' => [
-
- 'dark' => [
- 'label' => 'حالت تیره',
- ],
-
- 'light' => [
- 'label' => 'حالت روشن',
- ],
-
- 'system' => [
- 'label' => 'حالت سیستم',
- ],
-
- ],
-
- ],
-
- ];
|