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
+67
View File
@@ -0,0 +1,67 @@
<?php
return [
'direction' => 'ltr',
'actions' => [
'billing' => [
'label' => 'จัดการการสมัครสมาชิก',
],
'logout' => [
'label' => 'ออกจากระบบ',
],
'multi_factor_authentication' => [
'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',
],
];