feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'direction' => 'ltr',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'billing' => [
|
||||
'label' => 'Zarządzaj subskrypcją',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Wyloguj się',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Otwórz powiadomienia',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menu użytkownika',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Zwiń pasek boczny',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Rozwiń pasek boczny',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Tryb ciemny',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Tryb jasny',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Tryb systemowy',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Awatar :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => 'Logo :name',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Wyszukiwanie najemcy',
|
||||
'placeholder' => 'Szukaj',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user