feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
<?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' => 'بحث',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user