feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Pārvaldīt abonementu',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Iziet',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Atvērt paziņojumus',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Lietotāja izvēlne',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Sakļaut sānjoslu',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Izvērst sānjoslu',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Pārslēgt uz tumšo režīmu',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Pārslēgt uz gaišo režīmu',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Pārslēgt uz sistēmas režīmu',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user