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' => 'Gestionar subscripció',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Tancar la sessió',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Obrir notificacions',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menú de l\'usuari',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Replegar barra lateral',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Ampliar barra lateral',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Habilitar tema fosc',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Habilitar tema clar',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Habilitar tema del sistema',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Avatar de :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => 'Logotip de :name',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Cercar tenant',
|
||||
'placeholder' => 'Cercar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user