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
+53
View File
@@ -0,0 +1,53 @@
<?php
return [
'label' => 'ส่งออก',
'modal' => [
'heading' => 'ส่งออก :label',
'form' => [
'columns' => [
'label' => 'คอลัมน์',
],
],
'actions' => [
'export' => [
'label' => 'ส่งออก',
],
],
],
'notifications' => [
'completed' => [
'title' => 'ส่งออกข้อมูลเรียบร้อยแล้ว',
'actions' => [
'download_csv' => 'ดาวน์โหลด .csv',
'download_xlsx' => 'ดาวน์โหลด .xlsx',
],
],
'max_rows' => [
'title' => 'ข้อมูลมีขนาดใหญ่เกินไป',
'body' => 'คุณไม่สามารถส่งออกข้อมูลมากกว่า :count แถวในครั้งเดียว',
],
'started' => [
'title' => 'เริ่มกระบวนการส่งออกแล้ว',
'body' => 'ข้อมูลจะถูกส่งออกในพื้นหลัง และคุณจะได้รับการแจ้งเตือนเมื่อเสร็จสิ้น',
],
],
'file_name' => 'export-:resource-:date',
];