feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
<?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' => 'הפעל ערכת נושא של המערכת',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user