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' => 'Spravovať predplatné',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Odhlásiť sa',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Zobraziť notifikácie',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Používateľské menu',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Schovať bočný panel',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Otvoriť bočný panel',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Zapnúť tmavý režim',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Zapnúť svetlý režim',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Zapnúť systémový režim',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Profilový obrázok pre :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => ':name logo',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Vyhľadávanie nájomcu',
|
||||
'placeholder' => 'Hľadať',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user