Skip to content

Commit 6ba7f69

Browse files
committed
Merge branch '4.x' into 5.x
2 parents de97972 + 73864d8 commit 6ba7f69

35 files changed

Lines changed: 894 additions & 102 deletions

packages/actions/resources/lang/th/delete.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
'modal' => [
1010

11-
'heading' => 'ลบ:label',
11+
'heading' => 'ลบ :label',
1212

1313
'actions' => [
1414

@@ -36,7 +36,7 @@
3636

3737
'modal' => [
3838

39-
'heading' => 'ลบ:labelที่เลือก',
39+
'heading' => 'ลบ :label ที่เลือก',
4040

4141
'actions' => [
4242

packages/actions/resources/lang/th/export.php

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,16 @@
22

33
return [
44

5-
'label' => 'ส่ง :label ออก',
5+
'label' => 'ส่งออก',
66

77
'modal' => [
88

9-
'heading' => 'ส่ง :label ออก',
9+
'heading' => 'ส่งออก :label',
1010

1111
'form' => [
1212

1313
'columns' => [
14-
1514
'label' => 'คอลัมน์',
16-
17-
'form' => [
18-
19-
'is_enabled' => [
20-
'label' => ':column เปิดใช้งาน',
21-
],
22-
23-
'label' => [
24-
'label' => 'ป้ายชื่อ :column',
25-
],
26-
27-
],
28-
2915
],
3016

3117
],
@@ -43,35 +29,25 @@
4329
'notifications' => [
4430

4531
'completed' => [
46-
47-
'title' => 'การส่งออกเสร็จสิ้น',
48-
32+
'title' => 'ส่งออกข้อมูลเรียบร้อยแล้ว',
4933
'actions' => [
50-
51-
'download_csv' => [
52-
'label' => 'ดาวน์โหลด .csv',
53-
],
54-
55-
'download_xlsx' => [
56-
'label' => 'ดาวน์โหลด .xlsx',
57-
],
58-
34+
'download_csv' => 'ดาวน์โหลด .csv',
35+
'download_xlsx' => 'ดาวน์โหลด .xlsx',
5936
],
60-
6137
],
6238

6339
'max_rows' => [
64-
'title' => 'ข้อมูลส่งออกใหญ่เกินไป',
65-
'body' => 'ไม่สามารถส่งออกได้มากกว่า 1 แถวในครั้งเดียว|ไม่สามารถส่งออกได้มากกว่า :count แถวในครั้งเดียว',
40+
'title' => 'ข้อมูลมีขนาดใหญ่เกินไป',
41+
'body' => 'คุณไม่สามารถส่งออกข้อมูลมากกว่า :count แถวในครั้งเดียว',
6642
],
6743

6844
'started' => [
69-
'title' => 'การส่งออกเริ่มต้นแล้ว',
70-
'body' => 'การส่งออกได้เริ่มต้นแล้ว และ 1 แถวจะถูกประมวลผลในเบื้องหลัง|การส่งออกได้เริ่มต้นแล้ว และ :count แถวจะถูกประมวลผลในเบื้องหลัง',
45+
'title' => 'เริ่มกระบวนการส่งออกแล้ว',
46+
'body' => 'ข้อมูลจะถูกส่งออกในพื้นหลัง และคุณจะได้รับการแจ้งเตือนเมื่อเสร็จสิ้น',
7147
],
7248

7349
],
7450

75-
'file_name' => 'export-:export_id-:model',
51+
'file_name' => 'export-:resource-:date',
7652

7753
];

packages/actions/resources/lang/th/import.php

Lines changed: 9 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
return [
44

5-
'label' => 'นำเข้า :label',
5+
'label' => 'นำเข้า',
66

77
'modal' => [
88

@@ -16,18 +16,13 @@
1616
],
1717

1818
'columns' => [
19-
'label' => 'คอลัมน์',
20-
'placeholder' => 'เลือกคอลัมน์',
19+
'label' => 'จับคู่คอลัมน์',
2120
],
2221

2322
],
2423

2524
'actions' => [
2625

27-
'download_example' => [
28-
'label' => 'ดาวน์โหลดตัวอย่างไฟล์ CSV',
29-
],
30-
3126
'import' => [
3227
'label' => 'นำเข้า',
3328
],
@@ -39,39 +34,22 @@
3934
'notifications' => [
4035

4136
'completed' => [
42-
43-
'title' => 'การนำเข้าเสร็จสิ้น',
44-
45-
'actions' => [
46-
47-
'download_failed_rows_csv' => [
48-
'label' => 'ดาวน์โหลดข้อมูลเกี่ยวกับแถวที่ไม่สำเร็จ|ดาวน์โหลดข้อมูลเกี่ยวกับแถวที่ไม่สำเร็จ',
49-
],
50-
51-
],
52-
37+
'title' => 'นำเข้าข้อมูลเรียบร้อยแล้ว',
38+
'body' => 'นำเข้าข้อมูลสำเร็จ :count แถว',
5339
],
5440

5541
'max_rows' => [
56-
'title' => 'ไฟล์ CSV ที่อัปโหลดใหญ่เกินไป',
57-
'body' => 'ไม่สามารถนำเข้ามากกว่า 1 แถวในครั้งเดียวได้|ไม่สามารถนำเข้ามากกว่า :count แถวในครั้งเดียวได้',
42+
'title' => 'ไฟล์มีขนาดใหญ่เกินไป',
43+
'body' => 'คุณไม่สามารถนำเข้าข้อมูลมากกว่า :count แถวในครั้งเดียว',
5844
],
5945

6046
'started' => [
61-
'title' => 'เริ่มต้นการนำเข้าข้อมูล',
62-
'body' => 'การนำเข้าได้เริ่มต้นแล้ว และ 1 รายการจะถูกประมวลผลในเบื้องหลัง|การนำเข้าได้เริ่มต้นแล้ว และ :count รายการจะถูกประมวลผลในเบื้องหลัง',
47+
'title' => 'เริ่มกระบวนการนำเข้าแล้ว',
48+
'body' => 'ข้อมูลจะถูกนำเข้าในพื้นหลัง และคุณจะได้รับการแจ้งเตือนเมื่อเสร็จสิ้น',
6349
],
6450

6551
],
6652

67-
'example_csv' => [
68-
'file_name' => ':importer-example',
69-
],
70-
71-
'failure_csv' => [
72-
'file_name' => 'import-:import_id-:csv_name-failed-rows',
73-
'error_header' => 'error',
74-
'system_error' => 'ข้อผิดพลาดในระบบ โปรดติดต่อฝ่ายสนับสนุน',
75-
],
53+
'example_csv_file_name' => 'import-:resource-example',
7654

7755
];

packages/actions/resources/lang/th/modal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616

1717
'submit' => [
18-
'label' => 'ส่ง',
18+
'label' => 'บันทึก',
1919
],
2020

2121
],
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
return [
4+
'throttled' => [
5+
'title' => 'จำนวนครั้งในการพยายามดำเนินการได้ถึงขีดจำกัดแล้ว',
6+
'body' => 'กรุณาลองใหม่อีก :seconds วินาที',
7+
],
8+
];

packages/actions/resources/lang/th/restore.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
'single' => [
66

7-
'label' => 'กู้คืน',
7+
'label' => 'คืนค่า',
88

99
'modal' => [
1010

11-
'heading' => 'กู้คืน :label',
11+
'heading' => 'คืนค่า :label',
1212

1313
'actions' => [
1414

1515
'restore' => [
16-
'label' => 'กู้คืน',
16+
'label' => 'คืนค่า',
1717
],
1818

1919
],
@@ -23,7 +23,7 @@
2323
'notifications' => [
2424

2525
'restored' => [
26-
'title' => 'กู้คืนข้อมูลเรียบร้อย',
26+
'title' => 'คืนค่าข้อมูลเรียบร้อย',
2727
],
2828

2929
],
@@ -32,16 +32,16 @@
3232

3333
'multiple' => [
3434

35-
'label' => 'กู้คืนที่เลือก',
35+
'label' => 'คืนค่าที่เลือก',
3636

3737
'modal' => [
3838

39-
'heading' => 'กู้คืน :label ที่เลือก',
39+
'heading' => 'คืนค่า :label ที่เลือก',
4040

4141
'actions' => [
4242

4343
'restore' => [
44-
'label' => 'กู้คืน',
44+
'label' => 'คืนค่า',
4545
],
4646

4747
],
@@ -51,7 +51,7 @@
5151
'notifications' => [
5252

5353
'restored' => [
54-
'title' => 'กู้คืนข้อมูลเรียบร้อย',
54+
'title' => 'คืนค่าข้อมูลเรียบร้อย',
5555
],
5656

5757
],

0 commit comments

Comments
 (0)