73 lines
1.3 KiB
PHP
73 lines
1.3 KiB
PHP
<?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' => 'تفعيل سمة النظام',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'avatar' => [
|
|
'alt' => 'صورة شخصية لـ :name',
|
|
],
|
|
|
|
'logo' => [
|
|
'alt' => ':name شعار',
|
|
],
|
|
|
|
'tenant_menu' => [
|
|
|
|
'search_field' => [
|
|
'label' => 'البحث عن جهة',
|
|
'placeholder' => 'بحث',
|
|
],
|
|
|
|
],
|
|
|
|
];
|