feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+67
@@ -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',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user