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' => '管理訂閱',
|
||||
],
|
||||
|
||||
'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' => '搜尋',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user