feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
+72
View File
@@ -0,0 +1,72 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => '管理訂閱',
],
'logout' => [
'label' => '登出',
],
'open_database_notifications' => [
'label' => '通知',
],
'open_user_menu' => [
'label' => '用戶菜單',
],
'sidebar' => [
'collapse' => [
'label' => '收起側邊欄',
],
'expand' => [
'label' => '展開側邊欄',
],
],
'theme_switcher' => [
'dark' => [
'label' => '切換至暗色模式',
],
'light' => [
'label' => '切換至亮色模式',
],
'system' => [
'label' => '切換至系統模式',
],
],
],
'avatar' => [
'alt' => ':name 的頭像',
],
'logo' => [
'alt' => ':name 標誌',
],
'tenant_menu' => [
'search_field' => [
'label' => '租戶搜尋',
'placeholder' => '搜尋',
],
],
];