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
+63
View File
@@ -0,0 +1,63 @@
<?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 로고',
],
];