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' => 'Kelola langganan',
|
||||
],
|
||||
|
||||
'logout' => [
|
||||
'label' => 'Keluar',
|
||||
],
|
||||
|
||||
'open_database_notifications' => [
|
||||
'label' => 'Buka notifikasi',
|
||||
],
|
||||
|
||||
'open_user_menu' => [
|
||||
'label' => 'Menu pengguna',
|
||||
],
|
||||
|
||||
'sidebar' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Persempit menu',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Perluas menu',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'theme_switcher' => [
|
||||
|
||||
'dark' => [
|
||||
'label' => 'Mode Gelap',
|
||||
],
|
||||
|
||||
'light' => [
|
||||
'label' => 'Mode Terang',
|
||||
],
|
||||
|
||||
'system' => [
|
||||
'label' => 'Sesuai tema perangkat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'avatar' => [
|
||||
'alt' => 'Avatar :name',
|
||||
],
|
||||
|
||||
'logo' => [
|
||||
'alt' => 'Logo :name',
|
||||
],
|
||||
|
||||
'tenant_menu' => [
|
||||
|
||||
'search_field' => [
|
||||
'label' => 'Pencarian tenant',
|
||||
'placeholder' => 'Cari',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user