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