summaryrefslogtreecommitdiff
path: root/app/Locale/th_TH/translations.php
blob: ba4a587e638752fbb1bac9e8e6309a0f14acf009 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
<?php

return array(
    // 'number.decimals_separator' => '',
    // 'number.thousands_separator' => '',
    'None' => 'ไม่มี',
    'Edit' => 'แก้ไข',
    'Remove' => 'ลบ',
    'Yes' => 'ใช่',
    'No' => 'ไม่',
    'cancel' => 'ยกเลิก',
    'or' => 'หรือ',
    'Yellow' => 'สีเหลือง',
    'Blue' => 'สีน้ำเงิน',
    'Green' => 'สีเขียว',
    'Purple' => 'สีม่วง',
    'Red' => 'สีแดง',
    'Orange' => 'สีส้ม',
    'Grey' => 'สีเทา',
    'Brown' => 'สีน้ำตาล',
    'Deep Orange' => 'สีส้มเข้ม',
    'Dark Grey' => 'สีเทาเข้ม',
    'Pink' => 'สีชมพู',
    'Teal' => 'สีเขียวหัวเป็ด',
    'Cyan' => 'สีฟ้า',
    'Lime' => 'สีมะนาว',
    'Light Green' => 'สีเขียวสว่าง',
    'Amber' => 'สีเหลืองอำพัน',
    'Save' => 'บันทึก',
    'Login' => 'เข้าสู่ระบบ',
    'Official website:' => 'เวบไซต์อย่างเป็นทางการ:',
    'Unassigned' => 'ไม่กำหนด',
    'View this task' => 'รายละเอียดงานนี้',
    'Remove user' => 'เอาผู้ใช้ออก',
    'Do you really want to remove this user: "%s"?' => 'คุณต้องการเอาผู้ใช้ « %s » ออกใช่หรือไม่?',
    'All users' => 'ผู้ใช้ทั้งหมด',
    'Username' => 'ชื่อผู้ใช้',
    'Password' => 'รหัสผ่าน',
    'Administrator' => 'ผู้ดูแลระบบ',
    'Sign in' => 'เข้าสู่ระบบ',
    'Users' => 'ผู้ใช้',
    'Forbidden' => 'ไม่อนุญาต',
    'Access Forbidden' => 'ไม่อนุญาตให้เข้า',
    'Edit user' => 'แก้ไขผู้ใช้',
    'Logout' => 'ออกจากระบบ',
    'Bad username or password' => 'ชื่อผู้ใช้หรือรหัสผ่านผิด',
    'Edit project' => 'แก้ไขโปรเจค',
    'Name' => 'ชื่อ',
    'Projects' => 'โปรเจค',
    'No project' => 'ไม่มีโปรเจค',
    'Project' => 'โปรเจค',
    'Status' => 'สถานะ',
    'Tasks' => 'งาน',
    'Board' => 'บอร์ด',
    'Actions' => 'การกระทำ',
    'Inactive' => 'ไม่เปิดใช้งาน',
    'Active' => 'เปิดใช้งาน',
    'Unable to update this board.' => 'ไม่สามารถปรับปรุงบอร์ดได้.',
    'Disable' => 'ปิดการทำงาน',
    'Enable' => 'เปิดการทำงาน',
    'New project' => 'โปรเจคใหม่',
    'Do you really want to remove this project: "%s"?' => 'คุณต้องการเอาโปรเจค « %s » ออกใช่หรือไม่?',
    'Remove project' => 'ลบโปรเจค',
    'Edit the board for "%s"' => 'แก้ไขบอร์ดสำหรับ « %s »',
    'Add a new column' => 'เพิ่มคอลัมน์ใหม่',
    'Title' => 'หัวเรื่อง',
    'Assigned to %s' => 'กำหนดให้ %s',
    'Remove a column' => 'ลบคอลัมน์',
    'Unable to remove this column.' => 'ไม่สามารถลบคอลัมน์นี้',
    'Do you really want to remove this column: "%s"?' => 'คุณต้องการลบคอลัมน์ « %s » ออกใช่หรือไม่?',
    'Settings' => 'ตั้งค่า',
    'Application settings' => 'ตั้งค่าการทำงาน',
    'Language' => 'ภาษา',
    // 'Webhook token:' => '',
    'API token:' => 'API token:',
    'Database size:' => 'ขนาดฐานข้อมูล:',
    'Download the database' => 'ดาวน์โหลดฐานข้อมูล',
    'Optimize the database' => 'ปรับปรุงฐานข้อมูล',
    '(VACUUM command)' => '(VACUUM command)',
    '(Gzip compressed Sqlite file)' => '(Gzip compressed Sqlite file)',
    'Close a task' => 'ปิดงาน',
    'Column' => 'คอลัมน์',
    'Color' => 'สี',
    'Assignee' => 'กำหนดให้',
    'Create another task' => 'สร้างงานอื่น',
    'New task' => 'งานใหม่',
    'Open a task' => 'เปิดงาน',
    'Do you really want to open this task: "%s"?' => 'คุณต้องการเปิดงาน: « %s » ใช่หรือไม่?',
    'Back to the board' => 'กลับไปที่บอร์ด',
    'There is nobody assigned' => 'ไม่มีใครถูกกำหนด',
    'Column on the board:' => 'คอลัมน์บนบอร์ด:',
    'Close this task' => 'ปิดงานนี้',
    'Open this task' => 'เปิดงานนี้',
    'There is no description.' => 'ไม่มีคำอธิบาย',
    'Add a new task' => 'เพิ่มงานใหม่',
    'The username is required' => 'ต้องการชื่อผู้ใช้',
    'The maximum length is %d characters' => 'จำนวนตัวอักษรสูงสุด %d ตัวอักษร',
    'The minimum length is %d characters' => 'จำนวนตัวอักษรน้อยสุด %d ตัวอักษร',
    'The password is required' => 'ต้องการรหัสผ่าน',
    'This value must be an integer' => 'ต้องเป็นตัวเลข',
    'The username must be unique' => 'ชื่อผู้ใช้ต้องไม่ซ้ำ',
    'The user id is required' => 'ต้องการไอดีผู้ใช้',
    'Passwords don\'t match' => 'รหัสผ่านไม่ถูกต้อง',
    'The confirmation is required' => 'ต้องการการยืนยัน',
    'The project is required' => 'ต้องการโปรเจค',
    'The id is required' => 'ต้องการไอดี',
    'The project id is required' => 'ต้องการไอดีโปรเจค',
    'The project name is required' => 'ต้องการชื่อโปรเจค',
    'The title is required' => 'ต้องการหัวเรื่อง',
    'Settings saved successfully.' => 'บันทึกการตั้งค่าเรียบร้อยแล้ว',
    'Unable to save your settings.' => 'ไม่สามารถบันทึกการตั้งค่าได้',
    'Database optimization done.' => 'ปรับปรุงฐานข้อมูลเรียบร้อยแล้ว',
    'Your project have been created successfully.' => 'สร้างโปรเจคเรียบร้อยแล้ว',
    'Unable to create your project.' => 'ไม่สามารถสร้างโปรเจคได้',
    'Project updated successfully.' => 'ปรับปรุงโปรเจคเรียบร้อยแล้ว',
    'Unable to update this project.' => 'ไม่สามารถปรับปรุงโปรเจคได้',
    'Unable to remove this project.' => 'ไม่สามารถลบโปรเจคได้',
    'Project removed successfully.' => 'ลบโปรเจคเรียบร้อยแล้ว',
    'Project activated successfully.' => 'เปิดใช้งานโปรเจคเรียบร้อยแล้ว',
    'Unable to activate this project.' => 'ไม่สามารถเปิดใช้งานโปรเจคได้',
    'Project disabled successfully.' => 'ปิดโปรเจคเรียบร้อยแล้ว',
    'Unable to disable this project.' => 'ไม่สามารถปิดโปรเจคได้',
    'Unable to open this task.' => 'ไม่สามารถเปิดงานนี้',
    'Task opened successfully.' => 'เปิดงานเรียบร้อยแล้ว',
    'Unable to close this task.' => 'ไม่สามารถปิดงานนี้',
    'Task closed successfully.' => 'ปิดงานเรียบร้อยแล้ว',
    'Unable to update your task.' => 'ไม่สามารถปรับปรุงงานได้',
    'Task updated successfully.' => 'ปรับปรุงงานเรียบร้อยแล้ว',
    'Unable to create your task.' => 'ไม่สามารถสร้างงานได้',
    'Task created successfully.' => 'สร้างงานเรียบร้อยแล้ว',
    'User created successfully.' => 'สร้างผู้ใช้เรียบร้อยแล้ว',
    'Unable to create your user.' => 'ไม่สามารถสร้างผู้ใช้ได้',
    'User updated successfully.' => 'ปรับปรุงผู้ใช้เรียบร้อยแล้ว',
    'User removed successfully.' => 'ลบผู้ใช้เรียบร้อยแล้ว',
    'Unable to remove this user.' => 'ไม่สามารถลบผู้ใช้ได้',
    'Board updated successfully.' => 'ปรับปรุงบอร์ดเรียบร้อยแล้ว',
    'Ready' => 'พร้อม',
    'Backlog' => 'งานค้าง',
    'Work in progress' => 'กำลังทำ',
    'Done' => 'เสร็จ',
    'Application version:' => 'แอพเวอร์ชัน:',
    'Id' => 'ไอดี',
    'Public link' => 'ลิงค์สาธารณะ',
    'Timezone' => 'เขตเวลา',
    'Sorry, I didn\'t find this information in my database!' => 'เสียใจด้วย ไม่สามารถหาข้อมูลในฐานข้อมูลได้',
    'Page not found' => 'ไม่พบหน้า',
    'Complexity' => 'ความซับซ้อน',
    'Task limit' => 'จำกัดงาน',
    'Task count' => 'นับงาน',
    'User' => 'ผู้ใช้',
    'Comments' => 'ความคิดเห็น',
    'Comment is required' => 'ต้องการความคิดเห็น',
    'Comment added successfully.' => 'เพิ่มความคิดเห็นเรียบร้อยแล้ว',
    'Unable to create your comment.' => 'ไม่สามารถสร้างความคิดเห็น',
    'Due Date' => 'วันที่ครบกำหนด',
    'Invalid date' => 'วันที่ผิด',
    'Automatic actions' => 'การกระทำอัตโนมัติ',
    'Your automatic action have been created successfully.' => 'การกระทำอัตโนมัติสร้างเรียบร้อยแล้ว',
    'Unable to create your automatic action.' => 'ไม่สามารถสร้างการกระทำอัตโนมัติได้',
    'Remove an action' => 'ลบการกระทำ',
    'Unable to remove this action.' => 'ไม่สามารถลบการกระทำ',
    'Action removed successfully.' => 'ลบการกระทำเรียบร้อยแล้ว',
    'Automatic actions for the project "%s"' => 'การกระทำอัตโนมัติสำหรับโปรเจค « %s »',
    'Add an action' => 'เพิ่มการกระทำ',
    'Event name' => 'ชื่อเหตุกาณ์',
    'Action' => 'การกระทำ',
    'Event' => 'เหตุการณ์',
    'When the selected event occurs execute the corresponding action.' => 'เหตุการ์ที่เลือกจะเกิดขึ้นเมื่อมีการกระทำที่สอดคล้องกัน',
    'Next step' => 'ขั้นตอนต่อไป',
    'Define action parameters' => 'กำหนดพารามิเตอร์ของการกระทำ',
    'Do you really want to remove this action: "%s"?' => 'คุณต้องการลบการกระทำ « %s » ใช่หรือไม่?',
    'Remove an automatic action' => 'ลบการกระทำอัตโนมัติ',
    'Assign the task to a specific user' => 'กำหนดงานให้ผู้ใช้แบบเจาะจง',
    'Assign the task to the person who does the action' => 'กำหนดงานให้ผู้ใช้งานปัจจุบัน',
    'Duplicate the task to another project' => 'ทำซ้ำงานนี้ในโปรเจคอื่น',
    'Move a task to another column' => 'ย้ายงานไปคอลัมน์อื่น',
    'Task modification' => 'แก้ไขงาน',
    'Task creation' => 'สร้างงาน',
    'Closing a task' => 'กำลังปิดงาน',
    'Assign a color to a specific user' => 'กำหนดสีให้ผู้ใช้แบบเจาะจง',
    'Position' => 'ตำแหน่ง',
    'Duplicate to another project' => 'ทำซ้ำในโปรเจคอื่น',
    'Duplicate' => 'ทำซ้ำ',
    'Link' => 'ลิงค์',
    'Comment updated successfully.' => 'ปรับปรุงความคิดเห็นเรียบร้อยแล้ว',
    'Unable to update your comment.' => 'ไม่สามารถปรับปรุงความคิดเห็นได้',
    'Remove a comment' => 'ลบความคิดเห็น',
    'Comment removed successfully.' => 'ลบความคิดเห็นเรียบร้อยแล้ว',
    'Unable to remove this comment.' => 'ไม่สามารถลบความคิดเห็นได้',
    'Do you really want to remove this comment?' => 'คุณต้องการลบความคิดเห็น',
    'Current password for the user "%s"' => 'รหัสผ่านปัจจุบันของผู้ใช้ « %s »',
    'The current password is required' => 'ต้องการรหัสผ่านปัจจุบัน',
    'Wrong password' => 'รหัสผ่านผิด',
    'Unknown' => 'ไม่ทราบ',
    'Last logins' => 'เข้าใช้ล่าสุด',
    'Login date' => 'วันที่เข้าใข้',
    'Authentication method' => 'วิธีการยืนยันตัวตน',
    'IP address' => 'ที่อยู่ไอพี',
    'User agent' => 'User agent',
    'Persistent connections' => 'Persistent connections',
    'No session.' => 'No session.',
    'Expiration date' => 'หมดอายุวันที่',
    'Remember Me' => 'จดจำฉัน',
    'Creation date' => 'สร้างวันที่',
    'Everybody' => 'ทุกคน',
    'Open' => 'เปิด',
    'Closed' => 'ปิด',
    'Search' => 'ค้นหา',
    'Nothing found.' => 'ค้นหาไม่พบ.',
    'Due date' => 'วันที่ครบกำหนด',
    'Description' => 'คำอธิบาย',
    '%d comments' => '%d ความคิดเห็น',
    '%d comment' => '%d ความคิดเห็น',
    'Email address invalid' => 'ที่อยู่อีเมลไม่ถูกต้อง',
    'Your external account is not linked anymore to your profile.' => 'บัญชีภายนอกของคุณไม่ได้เชื่อมโยงมายังโปรไฟล์ของคุณอีกต่อ',
    'Unable to unlink your external account.' => 'ไม่สามารถยกเลิกการเชื่อมโยงบัญชีภายนอกของคุณ',
    'External authentication failed' => 'การตรวจสอบภายนอกล้มเหลว',
    'Your external account is linked to your profile successfully.' => 'ทำการเชื่อมโยงบัญชีภายนอกของคุณกับโปรไฟล์ของคุณเรียบร้อย',
    'Email' => 'อีเมล',
    'Task removed successfully.' => 'ลบงานเรียบร้อยแล้ว',
    'Unable to remove this task.' => 'ไม่สามารถลบงานนี้',
    'Remove a task' => 'ลบงาน',
    'Do you really want to remove this task: "%s"?' => 'คุณต้องการลบงาน "%s" ออกใช่หรือไม่?',
    'Assign automatically a color based on a category' => 'กำหนดสีอัตโนมัติขึ้นอยู่กับหมวด',
    'Assign automatically a category based on a color' => 'กำหนดหมวดอัตโนมัติขึ้นอยู่กับสี',
    'Task creation or modification' => 'สร้างหรือแก้ไขงาน',
    'Category' => 'หมวดหมู่',
    'Category:' => 'หมวดหมู่:',
    'Categories' => 'หมวดหมู่',
    'Your category have been created successfully.' => 'สร้างหมวดหมู่เรียบร้อยแล้ว',
    'This category has been updated successfully.' => 'ปรับปรุงหมวดเรียบร้อยแล้ว',
    'Unable to update this category.' => 'ไม่สามารถปรับปรุงหมวดหมู่ได้',
    'Remove a category' => 'ลบหมวดหมู่',
    'Category removed successfully.' => 'ลบหมวดเรียบร้อยแล้ว',
    'Unable to remove this category.' => 'ไม่สามารถลบหมวดหมู่ได้',
    'Category modification for the project "%s"' => 'แก้ไขหมวดหมู่สำหรับโปรเจค "%s"',
    'Category Name' => 'ชื่อหมวดหมู่',
    'Add a new category' => 'เพิ่มหมวดหมู่ใหม่',
    'Do you really want to remove this category: "%s"?' => 'คุณต้องการลบหมวดหมู่ "%s" ใช่หรือไม่?',
    'All categories' => 'หมวดหมู่ทั้งหมด',
    'No category' => 'ไม่มีหมวดหมู่',
    'The name is required' => 'ต้องการชื่อ',
    'Remove a file' => 'ลบไฟล์',
    'Unable to remove this file.' => 'ไม่สามารถลบไฟล์ได้',
    'File removed successfully.' => 'ลบไฟล์เรียบร้อยแล้ว',
    'Attach a document' => 'แนบเอกสาร',
    'Do you really want to remove this file: "%s"?' => 'คุณต้องการลบไฟล์ "%s" ใช่หรือไม่?',
    'Attachments' => 'แนบ',
    'Edit the task' => 'แก้ไขงาน',
    'Add a comment' => 'เพิ่มความคิดเห็น',
    'Edit a comment' => 'แก้ไขความคิดเห็น',
    'Summary' => 'สรุป',
    'Time tracking' => 'การติดตามเวลา',
    'Estimate:' => 'ประมาณ:',
    'Spent:' => 'ใช้:',
    'Do you really want to remove this sub-task?' => 'คุณต้องการลบงานย่อยใช่หรือไม่?',
    'Remaining:' => 'เหลือ:',
    'hours' => 'ชั่วโมง',
    'spent' => 'ใช้',
    'estimated' => 'ประมาณ',
    'Sub-Tasks' => 'งานย่อย',
    'Add a sub-task' => 'เพิ่มงานย่อย',
    'Original estimate' => 'ประมาณการเดิม',
    'Create another sub-task' => 'สร้างงานย่อยอื่น',
    'Time spent' => 'ใช้เวลา',
    'Edit a sub-task' => 'แก้ไขงานย่อย',
    'Remove a sub-task' => 'ลบงานย่อย',
    'The time must be a numeric value' => 'เวลาที่ต้องเป็นตัวเลข',
    'Todo' => 'สิ่งที่ต้องทำ',
    'In progress' => 'กำลังดำเนินการ',
    'Sub-task removed successfully.' => 'ลบงานย่อยเรียบร้อยแล้ว',
    'Unable to remove this sub-task.' => 'ไม่สามารถลบงานย่อยได้',
    'Sub-task updated successfully.' => 'ปรับปรุงงานย่อย่่เรียบร้อยแล้ว',
    'Unable to update your sub-task.' => 'ไม่สามารถปรับปรุงานย่อยได้',
    'Unable to create your sub-task.' => 'ไม่สามารถสร้างงานย่อยได้',
    'Maximum size: ' => 'ขนาดไฟล์สูงสุด:',
    'Display another project' => 'แสดงโปรเจคอื่น',
    'Created by %s' => 'สร้างโดย %s',
    'Tasks Export' => 'ส่งออกงาน',
    'Start Date' => 'เริ่มวันที่',
    'Execute' => 'ประมวลผล',
    'Task Id' => 'งาน ไอดี',
    'Creator' => 'ผู้สร้าง',
    'Modification date' => 'วันที่แก้ไข',
    'Completion date' => 'วันที่เสร็จสิ้น',
    'Clone' => 'เลียนแบบ',
    'Project cloned successfully.' => 'เลียนแบบโปรเจคเรียบร้อยแล้ว',
    'Unable to clone this project.' => 'ไม่สามารถเลียบแบบโปรเจคได้',
    'Enable email notifications' => 'เปิดอีเมลแจ้งเตือน',
    'Task position:' => 'ตำแหน่งงาน',
    'The task #%d have been opened.' => 'งานที่ #%d ถุกเปิด',
    'The task #%d have been closed.' => 'งานที่ #%d ถูกปิด',
    'Sub-task updated' => 'ปรับปรุงงานย่อย',
    'Title:' => 'หัวเรื่อง:',
    'Status:' => 'สถานะ:',
    'Assignee:' => 'กำหนดให้:',
    'Time tracking:' => 'การติดตามเวลา:',
    'New sub-task' => 'งานย่อยใหม่',
    'New attachment added "%s"' => 'เพิ่มการแนบใหม่ "%s"',
    'New comment posted by %s' => 'ความคิดเห็นใหม่จาก %s',
    'New comment' => 'ความคิดเห็นใหม่',
    'Comment updated' => 'ปรับปรุงความคิดเห็น',
    'New subtask' => 'งานย่อยใหม่',
    'I want to receive notifications only for those projects:' => 'ฉันต้องการรับการแจ้งเตือนสำหรับโปรเจค:',
    'view the task on Kanboard' => 'แสดงงานบน Kanboard',
    'Public access' => 'การเข้าถึงสาธารณะ',
    'Disable public access' => 'ปิดการเข้าถึงสาธารณะ',
    'Enable public access' => 'เปิดการเข้าถึงสาธารณะ',
    'Public access disabled' => 'การเข้าถึงสาธารณะถูกปิด',
    'Move the task to another project' => 'ย้ายงานไปโปรเจคอื่น',
    'Move to another project' => 'ย้ายไปโปรเจคอื่น',
    'Do you really want to duplicate this task?' => 'คุณต้องการทำซ้ำงานนี้ใช่หรือไม่?',
    'Duplicate a task' => 'ทำซ้ำงาน',
    'External accounts' => 'บัญชีภายนอก',
    'Account type' => 'ประเภทบัญชี',
    'Local' => 'ท้องถิ่น',
    'Remote' => 'รีโมท',
    'Enabled' => 'เปิดการใช้',
    'Disabled' => 'ปิดการใช้',
    'Login:' => 'ชื่อผู้ใช้:',
    'Full Name:' => 'ชื่อ:',
    'Email:' => 'อีเมล:',
    'Notifications:' => 'แจ้งเตือน:',
    'Notifications' => 'การแจ้งเตือน',
    'Account type:' => 'ประเภทบัญชี:',
    'Edit profile' => 'แก้ไขประวัติ',
    'Change password' => 'เปลี่ยนรหัสผ่าน',
    'Password modification' => 'แก้ไขรหัสผ่าน',
    'External authentications' => 'การยืนยันภายนอก',
    'Never connected.' => 'ไม่เชื่อมต่อ',
    'No external authentication enabled.' => 'ปิดการใช้งานการยืนยันภายนอก',
    'Password modified successfully.' => 'แก้ไขรหัสผ่านเรียบร้อย',
    'Unable to change the password.' => 'ไม่สามารถเปลี่ยนรหัสผ่านได้',
    'Change category' => 'เปลี่ยนหมวดหมู่',
    '%s updated the task %s' => '%s ได้ปรับปรุงงาน %s',
    '%s opened the task %s' => '%s ได้สร้างงาน %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s ได้ย้ายงาน %s ไปยังตำแหน่ง #%d ในคอลัมน์ "%s"',
    '%s moved the task %s to the column "%s"' => '%s ได้ย้ายงาน %s ไปยังคอลัมน์ "%s"',
    '%s created the task %s' => '%s ได้สร้างงาน %s',
    '%s closed the task %s' => '%s ได้ปิดงาน %s',
    '%s created a subtask for the task %s' => '%s ได้สร้างงานย่อยสำหรับงาน %s',
    '%s updated a subtask for the task %s' => '%s ได้ปรับปรุงงานย่อยสำหรับงาน %s',
    'Assigned to %s with an estimate of %s/%sh' => 'มอบหมายให้ %s โดยประมาณเวลาที่ใช้ %s/%sh',
    'Not assigned, estimate of %sh' => 'ไม่ระบุผู้รับผิดชอบ, ประมาณเวลาที่ใช้ %s ชั่วโมง',
    '%s updated a comment on the task %s' => '%s ได้ปรับปรุงความคิดเห็นในงาน %s',
    '%s commented the task %s' => '%s ได้แสดงความคิดเห็นในงาน %s',
    '%s\'s activity' => 'กิจกรรม %s',
    'RSS feed' => 'RSS feed',
    '%s updated a comment on the task #%d' => '%s ได้ปรับปรุงความคิดเห็นในงาน #%d',
    '%s commented on the task #%d' => '%s ได้แสดงความคิดเห็นบนงาน #%d',
    '%s updated a subtask for the task #%d' => '%s ได้ปรับปรุงงานย่อยสำหรับงาน #%d',
    '%s created a subtask for the task #%d' => '%s ได้สร้างงานย่อยสำหรับงาน #%d',
    '%s updated the task #%d' => '%s ได้ปรับปรุงงาน #%d',
    '%s created the task #%d' => '%s ได้สร้างงาน #%d',
    '%s closed the task #%d' => '%s ได้ปิดงาน #%d',
    '%s opened the task #%d' => '%s ได้เปิดงาน #%d',
    'Activity' => 'กิจกรรม',
    'Default values are "%s"' => 'ค่าเริ่มต้น "%s"',
    'Default columns for new projects (Comma-separated)' => 'คอลัมน์เริ่มต้นสำหรับโปรเจคใหม่ (Comma-separated)',
    'Task assignee change' => 'เปลี่ยนการกำหนดบุคคลของงาน',
    '%s changed the assignee of the task #%d to %s' => '%s ได้เปลี่ยนผู้รับผิดชอบงาน #%d เป็น %s',
    '%s changed the assignee of the task %s to %s' => '%s ได้เปลี่ยนผู้รับผิดชอบงาน %s เป็น %s',
    'New password for the user "%s"' => 'รหัสผ่านใหม่สำหรับผู้ใช้ "%s"',
    'Choose an event' => 'เลือกเหตุการณ์',
    'Create a task from an external provider' => 'สร้างงานจากบริการภายนอก',
    'Change the assignee based on an external username' => 'เปลี่ยนผู้รับผิดชอบขึ้นอยู่กับชื่อผู้ใช้ภายนอก',
    'Change the category based on an external label' => 'เปลี่ยนหมวดขึ้นอยู่กับป้ายชื่อภายนอก',
    'Reference' => 'อ้างถึง',
    'Label' => 'ป้ายชื่อ',
    'Database' => 'ฐานข้อมูล',
    'About' => 'เกี่ยวกับ',
    'Database driver:' => 'เครื่องมือฐานขข้อมูล',
    'Board settings' => 'ตั้งค่าบอร์ด',
    // 'Webhook settings' => '',
    // 'Reset token' => '',
    // 'API endpoint:' => '',
    'Refresh interval for private board' => 'ระยะเวลารีเฟรชบอร์ดส่วนตัว',
    'Refresh interval for public board' => 'ระยะเวลารีเฟรชบอร์ดสาธารณะ',
    'Task highlight period' => 'ช่วงเวลาไฮไลต์งาน',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'ช่วงเวลา (เป็นวินาที) ใช้ในการตัดสินใจว่าเป็นการแก้ไขเร็วๆ นี้ (0 ไม่ใช้งาน, ค่าเริ่มต้น 2 วัน)',
    'Frequency in second (60 seconds by default)' => 'ความถี่ (ค่าเริ่มต้นทุก 60 วินาที) ',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'ความถี่ (0 ไม่ใช้คุณลักษณะนี้, ค่าเริ่มต้นทุก 10 วินาที)',
    // 'Application URL' => '',
    // 'Token regenerated.' => '',
    'Date format' => 'รูปแบบวันที่',
    'ISO format is always accepted, example: "%s" and "%s"' => 'ยอมรับรูปแบบ ISO ตัวอย่าง: "%s" และ "%s"',
    'New private project' => 'เพิ่มโปรเจคส่วนตัวใหม่',
    'This project is private' => 'โปรเจคนี้เป็นโปรเจคส่วนตัว',
    'Add' => 'เพิ่ม',
    'Start date' => 'เริ่มวันที่',
    'Time estimated' => 'เวลาโดยประมาณ',
    'There is nothing assigned to you.' => 'ไม่มีอะไรกำหนดให้คุณ',
    'My tasks' => 'งานของฉัน',
    'Activity stream' => 'กิจกรรมที่เกิดขึ้น',
    'Dashboard' => 'แดชบอร์ด',
    'Confirmation' => 'ยืนยันรหัสผ่าน',
    // 'Webhooks' => '',
    // 'API' => '',
    'Create a comment from an external provider' => 'สร้างความคิดเห็นจากบริการภายนอก',
    'Project management' => 'การจัดการโปรเจค',
    'Columns' => 'คอลัมน์',
    'Task' => 'งาน',
    'Percentage' => 'เปอร์เซ็นต์',
    'Number of tasks' => 'จำนวนงาน',
    'Task distribution' => 'การกระจายงาน',
    'Analytics' => 'การวิเคราะห์',
    'Subtask' => 'งานย่อย',
    'User repartition' => 'การแบ่งงานของผู้ใช้',
    'Clone this project' => 'สำเนาโปรเจคนี้',
    'Column removed successfully.' => 'ลบคอลัมน์สำเร็จ',
    'Not enough data to show the graph.' => 'ไม่มีข้อมูลเพียงพอสำหรับการแสดงกราฟ',
    'Previous' => 'ก่อนหน้า',
    'The id must be an integer' => 'ไอดีต้องเป็นตัวเลขจำนวนเต็ม',
    'The project id must be an integer' => 'ไอดีโปรเจคต้องเป็นตัวเลขเท่านั้น',
    'The status must be an integer' => 'สถานะต้องเป็นตัวเลขเท่านั้น',
    'The subtask id is required' => 'ต้องการงานย่อย',
    'The subtask id must be an integer' => 'ไอดีงานย่อยต้องเป็นตัวเลขเท่านั้น',
    'The task id is required' => 'ต้องการไอดีงาน',
    'The task id must be an integer' => 'ไอดีงานต้องเป็นตัวเลขเท่านั้น',
    'The user id must be an integer' => 'ไอดีผู้ใช้ต้องเป็นตัวเลขเท่านั้น',
    'This value is required' => 'ต้องการค่านี้',
    'This value must be numeric' => 'ค่านี้ต้องเป็นตัวเลข',
    'Unable to create this task.' => 'ไม่สามารถสร้างงานนี้',
    'Cumulative flow diagram' => 'แผนภาพงานสะสม',
    'Daily project summary' => 'สรุปโปรเจครายวัน',
    'Daily project summary export' => 'ส่งออกสรุปโปรเจครายวัน',
    'Exports' => 'ส่งออก',
    'This export contains the number of tasks per column grouped per day.' => 'การส่งออกนี้เป็นการนับจำนวนงานในแต่ละคอลัมน์ในแต่ละวัน',
    'Active swimlanes' => 'สวิมเลนพร้อมใช้งาน',
    'Add a new swimlane' => 'เพิ่มสวิมเลนใหม่',
    'Default swimlane' => 'สวิมเลนเริ่มต้น',
    'Do you really want to remove this swimlane: "%s"?' => 'คุณต้องการลบสวิมเลนนี้ : "%s"?',
    'Inactive swimlanes' => 'สวิมเลนไม่ทำงาน',
    'Remove a swimlane' => 'ลบสวิมเลน',
    'Swimlane modification for the project "%s"' => 'แก้ไขสวิมเลนสำหรับโปรเจค "%s"',
    'Swimlane removed successfully.' => 'ลบสวิมเลนเรียบร้อยแล้ว',
    'Swimlanes' => 'สวิมเลน',
    'Swimlane updated successfully.' => 'ปรับปรุงสวิมเลนเรียบร้อยแล้ว',
    'Unable to remove this swimlane.' => 'ไม่สามารถลบสวิมเลนนี้',
    'Unable to update this swimlane.' => 'ไม่สามารถปรับปรุงสวิมเลนนี้',
    'Your swimlane have been created successfully.' => 'สวิมเลนของคุณถูกสร้างเรียบร้อยแล้ว',
    'Example: "Bug, Feature Request, Improvement"' => 'ตัวอย่าง: "Bug, Feature Request, Improvement"',
    'Default categories for new projects (Comma-separated)' => 'ค่าเริ่มต้นหมวดสำหรับโปรเจคใหม่ (Comma-separated)',
    'Integrations' => 'การใช้ร่วมกัน',
    'Integration with third-party services' => 'การใช้งานร่วมกับบริการ third-party',
    'Subtask Id' => 'ไอดีของงานย่อย',
    'Subtasks' => 'งานย่อย',
    'Subtasks Export' => 'ส่งออก งานย่อย',
    'Task Title' => 'ชื่องาน',
    'Untitled' => 'ไม่มีชื่อ',
    'Application default' => 'แอพพลิเคชันเริ่มต้น',
    'Language:' => 'ภาษา:',
    'Timezone:' => 'เขตเวลา:',
    'All columns' => 'คอลัมน์ทั้งหมด',
    'Next' => 'ต่อไป',
    '#%d' => '#%d',
    'All swimlanes' => 'สวิมเลนทั้งหมด',
    'All colors' => 'สีทั้งหมด',
    'Moved to column %s' => 'เคลื่อนไปคอลัมน์ %s',
    'User dashboard' => 'ผู้ใช้แดชบอร์ด',
    'Allow only one subtask in progress at the same time for a user' => 'อนุญาตให้ทำงานย่อยได้เพียงงานเดียวต่อหนึ่งคนในเวลาเดียวกัน',
    'Edit column "%s"' => 'แก้ไขคอลัมน์ "%s"',
    'Select the new status of the subtask: "%s"' => 'เลือกสถานะใหม่ของงานย่อย: "%s"',
    'Subtask timesheet' => 'เวลางานย่อย',
    'There is nothing to show.' => 'ไม่มีที่ต้องแสดง',
    'Time Tracking' => 'ติดตามเวลา',
    'You already have one subtask in progress' => 'คุณมีหนึ่งงานย่อยที่กำลังทำงาน',
    'Which parts of the project do you want to duplicate?' => 'เลือกส่วนของโปรเจคที่คุณต้องการทำซ้ำ?',
    'Disallow login form' => 'ไม่อนุญาตให้ใช้แบบฟอร์มการเข้าสู่ระบบ',
    'Start' => 'เริ่ม',
    'End' => 'จบ',
    'Task age in days' => 'อายุงาน',
    'Days in this column' => 'วันในคอลัมน์นี้',
    '%dd' => '%d วัน',
    'Add a new link' => 'เพิ่มลิงค์ใหม่',
    'Do you really want to remove this link: "%s"?' => 'คุณต้องการลบลิงค์นี้: "%s"?',
    'Do you really want to remove this link with task #%d?' => 'คุณต้องการลบลิงค์นี้ของงาน #%d?',
    'Field required' => 'จำเป็นต้องใส่',
    'Link added successfully.' => 'เพิ่มลิงค์เรียบร้อยแล้ว',
    'Link updated successfully.' => 'ปรับปรุงลิงค์เรียบร้อยแล้ว',
    'Link removed successfully.' => 'ลบลิงค์เรียบร้อยแล้ว',
    'Link labels' => 'ป้ายลิงค์',
    'Link modification' => 'แก้ไขลิงค์',
    'Links' => 'ลิงค์',
    'Opposite label' => 'ป้ายชื่อตรงข้าม',
    'Remove a link' => 'ลบลิงค์',
    'The labels must be different' => 'ป้ายชื่อต้องต่างกัน',
    'There is no link.' => 'ไม่มีลิงค์',
    'This label must be unique' => 'ป้ายชื่อต้องไม่ซ้ำกัน',
    'Unable to create your link.' => 'ไม่สามารถสร้างลิงค์ของคุณ',
    'Unable to update your link.' => 'ไม่สามารถปรับปรุงลิงค์ของคุณ',
    'Unable to remove this link.' => 'ไม่สามารถลบลิงค์นี้',
    'relates to' => 'เกี่ยวข้องกับ',
    'blocks' => 'ห้าม',
    'is blocked by' => 'ถูกห้ามด้วย',
    'duplicates' => 'ซ้ำกัน',
    'is duplicated by' => 'ถูกทำซ้ำโดย',
    'is a child of' => 'เป็นลูกของ',
    'is a parent of' => 'เป็นพ่อแม่ของ',
    'targets milestone' => 'เป้าหมาย',
    'is a milestone of' => 'เป็นเป้าหมายของ',
    'fixes' => 'เจาะจง',
    'is fixed by' => 'ถูกเจาะจงด้วย',
    'This task' => 'งานนี้',
    '<1h' => '<1 ชม.',
    '%dh' => '%d ชม.',
    'Expand tasks' => 'ขยายงาน',
    'Collapse tasks' => 'ย่องาน',
    'Expand/collapse tasks' => 'ขยาย/ย่อ งาน',
    'Close dialog box' => 'ปิดกล่องข้อความ',
    'Submit a form' => 'ยอมรับฟอร์ม',
    'Board view' => 'มุมมองบอร์ด',
    'Keyboard shortcuts' => 'คีย์ลัด',
    'Open board switcher' => 'เปิดการสลับบอร์ด',
    'Application' => 'แอพพลิเคชัน',
    'Compact view' => 'มุมมองพอดี',
    'Horizontal scrolling' => 'เลื่อนตามแนวนอน',
    'Compact/wide view' => 'พอดี/กว้าง มุมมอง',
    'Currency' => 'สกุลเงิน',
    'Private project' => 'โปรเจคส่วนตัว',
    'AUD - Australian Dollar' => 'AUD - ดอลลาร์ออสเตรเลีย',
    'CAD - Canadian Dollar' => 'CAD - ดอลลาร์แคนาดา',
    'CHF - Swiss Francs' => 'CHF - ฟรังก์สวิส',
    'Custom Stylesheet' => 'สไตล์ที่กำหนดเอง',
    'download' => 'ดาวน์โหลด',
    'EUR - Euro' => 'EUR - ยูโร',
    'GBP - British Pound' => 'GBP - ปอนด์อังกฤษ',
    'INR - Indian Rupee' => 'INR - รูปี',
    'JPY - Japanese Yen' => 'JPY - เยน',
    'NZD - New Zealand Dollar' => 'NZD - ดอลลาร์นิวซีแลนด์',
    'RSD - Serbian dinar' => 'RSD - ดีนาร์เซอร์เบีย',
    // 'CNY - Chinese Yuan' => '',
    'USD - US Dollar' => 'USD - ดอลลาร์สหรัฐ',
    'Destination column' => 'คอลัมน์เป้าหมาย',
    'Move the task to another column when assigned to a user' => 'ย้ายงานไปคอลัมน์อื่นเมื่อกำหนดบุคคลรับผิดชอบ',
    'Move the task to another column when assignee is cleared' => 'ย้ายงานไปคอลัมน์อื่นเมื่อไม่กำหนดบุคคลรับผิดชอบ',
    'Source column' => 'คอลัมน์ต้นทาง',
    'Transitions' => 'การเปลี่ยนคอลัมน์',
    'Executer' => 'ผู้ประมวลผล',
    'Time spent in the column' => 'เวลาที่ใช้ในคอลัมน์',
    'Task transitions' => 'การเปลี่ยนคอลัมน์งาน',
    'Task transitions export' => 'ส่งออกการเปลี่ยนคอลัมน์งาน',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'รายงานนี้มีการเคลื่อนไหวคอลัมน์ทั้งหมดของงานแต่ละงานมีวันที่ผู้ใช้และเวลาที่ใช้สำหรับแต่ละการเปลี่ยนแปลง',
    'Currency rates' => 'อัตราค่าเงิน',
    'Rate' => 'อัตรา',
    'Change reference currency' => 'เปลี่ยนการอ้างถึงค่าเงิน',
    'Reference currency' => 'อ้างถึงค่าเงิน',
    'The currency rate have been added successfully.' => 'เพิ่มอัตราค่าเงินเรียบร้อย',
    'Unable to add this currency rate.' => 'ไม่สามารถเพิ่มค่าเงินนี้',
    // 'Webhook URL' => '',
    '%s removed the assignee of the task %s' => '%s เอาผู้รับผิดชอบออกจากงาน %s',
    'Information' => 'ข้อมูลสารสนเทศ',
    // 'Check two factor authentication code' => '',
    // 'The two factor authentication code is not valid.' => '',
    // 'The two factor authentication code is valid.' => '',
    'Code' => 'รหัส',
    // 'Two factor authentication' => '',
    // 'This QR code contains the key URI: ' => '',
    'Check my code' => 'ตรวจสอบรหัสของฉัน',
    'Secret key: ' => 'กุญแจลับ',
    'Test your device' => 'ทดสอบอุปกรณ์ของคุณ',
    'Assign a color when the task is moved to a specific column' => 'กำหนดสีเมื่องานถูกย้ายไปคอลัมน์ที่กำหนดไว้',
    // '%s via Kanboard' => '',
    'Burndown chart' => 'แผนภูมิงานกับเวลา',
    'This chart show the task complexity over the time (Work Remaining).' => 'แผนภูมิแสดงความซับซ้อนของงานตามเวลา (งานที่เหลือ)',
    'Screenshot taken %s' => 'จับภาพหน้าจอ %s',
    'Add a screenshot' => 'เพิ่ม screenshot',
    'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'จับภาพหน้าจอ (screenshot) และกด CTRL+V หรือ ⌘+V เพื่อวางที่นี้',
    'Screenshot uploaded successfully.' => 'อัพโหลด screenshot เรียบร้อยแล้ว',
    'SEK - Swedish Krona' => 'SEK - โครนสวีเดน',
    'Identifier' => 'ตัวบ่งชี้',
    // 'Disable two factor authentication' => '',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'คุณต้องการยกเลิก the two factor authentication สำหรับผู้ใช้นีั: "%s"?',
    'Edit link' => 'แก้ไขลิงค์',
    'Start to type task title...' => 'พิมพ์ชื่องาน',
    'A task cannot be linked to itself' => 'งานไม่สามารถลิงค์ตัวเอง',
    // 'The exact same link already exists' => '',
    'Recurrent task is scheduled to be generated' => 'งานแบบวนลูปถูกสร้างตามที่กำหนดไว้',
    'Score' => 'คะแนน',
    'The identifier must be unique' => 'ตัวบ่งชี้ต้องไม่ซ้ำ',
    // 'This linked task id doesn\'t exists' => '',
    'This value must be alphanumeric' => 'ค่านี้ต้องเป็นตัวอักษร',
    'Edit recurrence' => 'แก้ไขการวนลูป',
    'Generate recurrent task' => 'สร้างงานที่เป็นวนลูป',
    'Trigger to generate recurrent task' => 'จะสร้างงานแบบวนลูป',
    'Factor to calculate new due date' => 'ปัจจัยการคำนวณวันครบกำหนดใหม่',
    'Timeframe to calculate new due date' => 'ระยะเวลาการคำนวณวันครบกำหนดใหม่',
    'Base date to calculate new due date' => 'ฐานวันที่การคำนวณวันครบกำหนดใหม่',
    'Action date' => 'วันที่ทำ',
    'Base date to calculate new due date: ' => 'ฐานวันที่การคำนวณวันครบกำหนดใหม่: ',
    'This task has created this child task: ' => 'งานนี้สร้างงานลูกคือ',
    'Day(s)' => 'วัน',
    'Existing due date' => 'วันครบกำหนดที่มีอยู่',
    'Factor to calculate new due date: ' => 'ปัจจัยการคำนวณวันครบกำหนดใหม่: ',
    'Month(s)' => 'เดือน',
    'Recurrence' => 'วนลูป',
    'This task has been created by: ' => 'งานนี้ถูกสร้างโดย',
    'Recurrent task has been generated:' => 'งานแบบวนลูปถูกสร้าง',
    'Timeframe to calculate new due date: ' => 'ระยะเวลาการคำนวณวันครบกำหนดใหม่: ',
    'Trigger to generate recurrent task: ' => 'จะสร้างงานแบบวนลูป',
    'When task is closed' => 'เมื่อปิดงาน',
    'When task is moved from first column' => 'เมื่องานถูกย้ายจากคอลัมน์แรก',
    'When task is moved to last column' => 'เมื่องานถูกย้ายไปคอลัมน์สุดท้าย',
    'Year(s)' => 'ปี',
    'Project settings' => 'ตั้งค่าโปรเจค',
    'Automatically update the start date' => 'ปรับปรุงวันที่เริ่มอัตโนมมัติ',
    // 'iCal feed' => '',
    // 'Preferences' => '',
    'Security' => 'ความปลอดภัย',
    // 'Two factor authentication disabled' => '',
    // 'Two factor authentication enabled' => '',
    'Unable to update this user.' => 'ไม่สามารถปรับปรุงผู้ใช้นี้',
    'There is no user management for private projects.' => 'ไม่มีการจัดการผู้ใช้สำหรับโปรเจคส่วนตัว',
    'User that will receive the email' => 'ผู้ใช้จะได้รับอีเมล์',
    'Email subject' => 'หัวเรื่องอีเมล์',
    'Date' => 'วันที่',
    'Add a comment log when moving the task between columns' => 'เพิ่มล็อกความคิดเห็นเมื่อย้ายงานระหว่างคอลัมน์',
    'Move the task to another column when the category is changed' => 'ย้ายงานไปคอลัมน์อื่นเมื่อหมวดถูกเปลี่ยน',
    'Send a task by email to someone' => 'ส่งงานโดยถึงบางคน',
    'Reopen a task' => 'เปิดงานอีกครั้ง',
    'Notification' => 'แจ้งเตือน',
    '%s moved the task #%d to the first swimlane' => '%s ย้ายงาน #%d ไปสวินเลนแรก',
    'Swimlane' => 'สวิมเลน',
    '%s moved the task %s to the first swimlane' => '%s ย้ายงาน %s ไปสวินเลนแรก',
    '%s moved the task %s to the swimlane "%s"' => '%s ย้ายงาน %s ไปสวินเลนไปสวินเลน "%s"',
    'This report contains all subtasks information for the given date range.' => 'รายงานนี้มีข้อมูลงานย่อยทั้งหมดในช่วงวันที่กำหนด',
    'This report contains all tasks information for the given date range.' => 'รายงานนี้มีข้อมูลงานทั้งหมดสำหรับช่วงวันที่ที่กำหนด',
    'Project activities for %s' => 'กิจกรรมโปรเจคสำหรับ %s',
    'view the board on Kanboard' => 'แสดงบอร์ดบนคังบอร์ด',
    'The task have been moved to the first swimlane' => 'งานถูกย้านไปสวิมเลนแรก',
    'The task have been moved to another swimlane:' => 'งานถูกย้านไปสวิมเลนอื่น:',
    'New title: %s' => 'ชื่อเรื่องใหม่: %s',
    'The task is not assigned anymore' => 'ไม่กำหนดผู้รับผิดชอบ',
    'New assignee: %s' => 'ผู้รับผิดชอบใหม่: %s',
    'There is no category now' => 'ปัจจุบันไม่มีหมวด',
    'New category: %s' => 'หมวดใหม่: %s',
    'New color: %s' => 'สีใหม่: %s',
    'New complexity: %d' => 'ความซับซ้อนใหม่: %d',
    'The due date have been removed' => 'วันครบกำหนดถูกลบ',
    'There is no description anymore' => 'ไม่มีคำอธิบาย',
    'Recurrence settings have been modified' => 'แก้ไขการตั้งค่าการวนลูป',
    'Time spent changed: %sh' => 'เวลาที่ใช้ในการเปลี่ยน: %s ชม.',
    'Time estimated changed: %sh' => 'เวลาโดยประมาณในการเปลี่ยน: %s ชม.',
    'The field "%s" have been updated' => 'ฟิลด์ "%s" ถูกปรับปรุง',
    'The description has been modified:' => 'คำอธิบายถูกแก้ไข',
    'Do you really want to close the task "%s" as well as all subtasks?' => 'คุณต้องการปิดงาน "%s" เช่นเดียวกับงานย่อยทั้งหมด?',
    'I want to receive notifications for:' => 'ฉันต้องการรับการแจ้งเตือนสำหรับ:',
    'All tasks' => 'ทุกงาน',
    'Only for tasks assigned to me' => 'เฉพาะงานที่ฉันรับผิดชอบ',
    'Only for tasks created by me' => 'เฉพาะงานที่ฉันสร้าง',
    'Only for tasks created by me and assigned to me' => 'เฉพาะงานที่ฉันสร้างและฉันรับผิดชอบ',
    // '%%Y-%%m-%%d' => '',
    'Total for all columns' => 'จำนวนคอลัมน์ทั้งหมด',
    'You need at least 2 days of data to show the chart.' => 'คุณต้องการอย่างน้อย 2 วันในการแสดงแผนภูมิ',
    '<15m' => '<15นาที',
    '<30m' => '<30นาที',
    'Stop timer' => 'หยุดจับเวลา',
    'Start timer' => 'เริ่มจับเวลา',
    'My activity stream' => 'กิจกรรมที่เกิดขึ้นของฉัน',
    'Search tasks' => 'ค้นหางาน',
    'Reset filters' => 'ล้างตัวกรอง',
    'My tasks due tomorrow' => 'งานถึงกำหนดของฉันวันพรุ่งนี้',
    'Tasks due today' => 'งานถึงกำหนดวันนี้',
    'Tasks due tomorrow' => 'งานถึงกำหนดพรุ่งนี้',
    'Tasks due yesterday' => 'งานถึงกำหนดเมื่อวาน',
    'Closed tasks' => 'งานปิด',
    'Open tasks' => 'งานเปิด',
    'Not assigned' => 'ไม่กำหนดใคร',
    'View advanced search syntax' => 'แสดงรูปแบบการค้นหาขั้นสูง',
    'Overview' => 'ภาพรวม',
    'Board/Calendar/List view' => 'มุมมอง บอร์ด/ปฎิทิน/ลิสต์',
    'Switch to the board view' => 'เปลี่ยนเป็นมุมมองบอร์ด',
    'Switch to the list view' => 'เปลี่ยนเป็นมุมมองลิสต์',
    'Go to the search/filter box' => 'ไปที่กล่องค้นหา/ตัวกรอง',
    'There is no activity yet.' => 'ตอนนี้ไม่มีกิจกรรม',
    'No tasks found.' => 'ไม่พบงาน',
    'Keyboard shortcut: "%s"' => 'คีย์ลัด: %s',
    'List' => 'ลิสต์',
    'Filter' => 'ตัวกรอง',
    'Advanced search' => 'ค้นหาขั้นสูง',
    'Example of query: ' => 'ตัวอย่างคิวรี: ',
    'Search by project: ' => 'ค้นหาตามโปรเจค: ',
    'Search by column: ' => 'ค้นหาตามคอลัมน์: ',
    'Search by assignee: ' => 'ค้นหาตามผู้รับผิดชอบ: ',
    'Search by color: ' => 'ค้นหาตามสี: ',
    'Search by category: ' => 'ค้นหาตามหมวด: ',
    'Search by description: ' => 'ค้นหาตามคำอธิบาย: ',
    'Search by due date: ' => 'ค้นหาตามวันครบกำหนด: ',
    'Average time spent into each column' => 'ค่าเฉลี่ยเวลาที่ใช้แต่ละคอลัมน์',
    'Average time spent' => 'ค่าเฉลี่ยเวลาที่ใช้',
    'This chart show the average time spent into each column for the last %d tasks.' => 'แผนภูมิแสดงค่าเฉลี่ยเวลาที่ใช้แต่ละคอลัมน์สำหรับ %d งานล่าสุด',
    'Average Lead and Cycle time' => 'ค่าเฉลี่ยเวลานำและรอบเวลา',
    'Average lead time: ' => 'ค่าเฉลี่ยเวลานำ: ',
    'Average cycle time: ' => 'ค่าเฉลี่ยรอบเวลา: ',
    'Cycle Time' => 'รอบเวลา',
    'Lead Time' => 'เวลานำ',
    'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'แผนภูมิแสดงค่าเฉลี่ยเวลานำและรอบเวลาสำหรับ %d งานล่าสุดเมื่อเวลาผ่านไป',
    'Average time into each column' => 'ค่าเฉลี่ยเวลาแต่ละคอลัมน์',
    'Lead and cycle time' => 'เวลานำและรอบเวลา',
    'Lead time: ' => 'เวลานำ: ',
    'Cycle time: ' => 'รอบเวลา: ',
    'Time spent into each column' => 'เวลาที่ใช้แต่ละคอลัมน์',
    'The lead time is the duration between the task creation and the completion.' => 'เวลานำคือระหว่างสร้างงานและจบงาน',
    'The cycle time is the duration between the start date and the completion.' => 'รอบเวลาคือระหว่างวันที่เริ่มและจบงาน',
    // 'If the task is not closed the current time is used instead of the completion date.' => '',
    'Set automatically the start date' => 'ตั้งค่าวันที่เริ่มต้นอัตโนมัติ',
    'Edit Authentication' => 'แก้ไขการตรวจสอบ',
    'Remote user' => 'ผู้ใช้รีโมท',
    // 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
    // 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
    'Default task color' => 'สีเริ่มต้นของงาน',
    'This feature does not work with all browsers.' => 'คุณลักษณะนี้ไม่สามารถทำงานได้ทุกเบราเซอร์',
    // 'There is no destination project available.' => '',
    'Trigger automatically subtask time tracking' => 'เรียกโดยอัตโนมัติการติดตามเวลางานย่อย',
    // 'Include closed tasks in the cumulative flow diagram' => '',
    'Current swimlane: %s' => 'สวิมเลนปัจจุบัน: %s',
    'Current column: %s' => 'คอลัมน์ปัจจุบัน: %s',
    'Current category: %s' => 'หมวดปัจจุบัน: %s',
    'no category' => 'ไม่มีหมวด',
    'Current assignee: %s' => 'ผู้รับผิดชอบปัจจุบัน: %s',
    'not assigned' => 'ไม่กำหนด',
    'Author:' => 'ผู้แต่ง:',
    'contributors' => 'ผู้ให้กำเนิด',
    'License:' => 'สัญญาอนุญาต:',
    'License' => 'สัญญาอนุญาต',
    'Enter the text below' => 'พิมพ์ข้อความด้านล่าง',
    'Start date:' => 'วันที่เริ่ม:',
    'Due date:' => 'วันครบกำหนด:',
    'People who are project managers' => 'คนที่เป็นผู้จัดการโปรเจค',
    'People who are project members' => 'คนที่เป็นสมาชิกโปรเจค',
    'NOK - Norwegian Krone' => 'NOK - โครนนอร์เวย์',
    'Show this column' => 'แสดงคอลัมนี้',
    'Hide this column' => 'ซ่อนคอลัมน์นี้',
    'open file' => 'เปิดไฟล์',
    'End date' => 'วันจบ',
    'Users overview' => 'ภาพรวมผู้ใช้',
    'Members' => 'สมาชิก',
    'Shared project' => 'แชร์โปรเจค',
    'Project managers' => 'ผู้จัดการโปรเจค',
    'Projects list' => 'รายการโปรเจค',
    'End date:' => 'วันที่จบ:',
    'Change task color when using a specific task link' => 'เปลี่ยนสีงานเมื่อมีการใช้การเชื่อมโยงงาน',
    'Task link creation or modification' => 'การสร้างการเชื่อมโยงงานหรือการปรับเปลี่ยน',
    'Milestone' => 'ขั้น',
    'Documentation: %s' => 'เอกสาร: %s',
    'Reset the search/filter box' => 'รีเซตกล่องค้นหา/ตัวกรอง',
    'Documentation' => 'เอกสาร',
    'Table of contents' => 'สารบัญ',
    'Author' => 'ผู้แต่ง',
    'Version' => 'เวอร์ชัน',
    'Plugins' => 'ปลั๊กอิน',
    'There is no plugin loaded.' => 'ไม่มีปลั๊กอินถูกโหลดไว้',
    'My notifications' => 'การแจ้งเตือนของฉัน',
    'Custom filters' => 'ตัวกรองกำหนดเอง',
    'Your custom filter have been created successfully.' => 'ตัวกรองกำหนดเองของคุณสร้างเรียบร้อย',
    'Unable to create your custom filter.' => 'ไม่สามารถสร้างตัวกรองกำหนดเอง',
    'Custom filter removed successfully.' => 'ลบตัวกรองกำหนดเองเรียบร้อย',
    'Unable to remove this custom filter.' => 'ไม่สามารถลบตัวกรองกำหนดเอง',
    'Edit custom filter' => 'แก้ไขตัวกรองกำหนดเอง',
    'Your custom filter have been updated successfully.' => 'ตัวกรองกำหนดเองของคุณแก้ไขเรียบร้อย',
    'Unable to update custom filter.' => 'ไม่สามารถแก้ไขตัวกรองกำหนดเอง',
    'Web' => 'เวบ',
    'New attachment on task #%d: %s' => 'แนบใหม่ของงาน #%d: %s',
    'New comment on task #%d' => 'ความคิดเห็นใหม่ของงาน #%d',
    'Comment updated on task #%d' => 'แก้ไขความคิดเห็นของงาน #%d',
    'New subtask on task #%d' => 'งานย่อยใหม่ของงาน #%d',
    'Subtask updated on task #%d' => 'แก้ไขงานย่อยของงาน #%d',
    'New task #%d: %s' => 'งานใหม่ #%d: %s',
    'Task updated #%d' => 'แก้ไขงาน #%d',
    'Task #%d closed' => 'ปิดงาน #%d',
    'Task #%d opened' => 'เปิดงาน #%d',
    'Column changed for task #%d' => 'เปลี่ยนคอลัมน์สำหรับงาน #%d',
    'New position for task #%d' => 'ตำแหน่งใหม่ของงาน #%d',
    'Swimlane changed for task #%d' => 'เปลี่ยนสวิมเลนสำหรับงาน #%d',
    'Assignee changed on task #%d' => 'เปลี่ยนผู้รับผิดชอบงาน #%d',
    '%d overdue tasks' => '%d งานเกินกำหนด',
    'Task #%d is overdue' => 'งาน #%d เกินกำหนด',
    'No notification.' => 'ไม่มีการแจ้งเตือนใหม่',
    'Mark all as read' => 'มาร์คทั้งหมดว่าอ่านแล้ว',
    'Mark as read' => 'มาร์คว่าอ่านแล้ว',
    // 'Total number of tasks in this column across all swimlanes' => '',
    'Collapse swimlane' => 'ย่อสวิมเลน',
    'Expand swimlane' => 'ขยายสวิมเลน',
    'Add a new filter' => 'เพิ่มตัวกรองใหม่',
    'Share with all project members' => 'แชร์ให้สมาชิกทุกคนของโปรเจค',
    'Shared' => 'แชร์',
    'Owner' => 'เจ้าของ',
    'Unread notifications' => 'การแจ้งเตือนยังไม่ได้อ่าน',
    'Notification methods:' => 'ลักษณะการแจ้งเตือน:',
    'Unable to read your file' => 'ไม่สามารถอ่านไฟล์ของคุณ',
    '%d task(s) have been imported successfully.' => '%d งานนำเข้าเรียบร้อย',
    'Nothing have been imported!' => 'ไม่มีอะไรถูกนำเข้า',
    'Import users from CSV file' => 'นำเข้าผู้ใช้จากไฟล์ CSV',
    '%d user(s) have been imported successfully.' => '%d ผู้ใช้นำเข้าเรียบร้อย',
    'Comma' => ', - Comma',
    'Semi-colon' => '; - Semi-colon',
    'Tab' => 'Tab - Tab',
    'Vertical bar' => '| - Vertical bar',
    'Double Quote' => '" " - Double Quote',
    'Single Quote' => '\' \' - Single Quote',
    '%s attached a file to the task #%d' => '%s แนบไฟล์ในงาน #%d',
    'There is no column or swimlane activated in your project!' => 'ไม่มีคอลัมน์หรือสวิมเลนเปิดใช้งานในโปรเจคของคุณ!',
    // 'Append filter (instead of replacement)' => '',
    'Append/Replace' => 'เพิ่มเติม/แทนที่',
    'Append' => 'เพิ่มเติม',
    'Replace' => 'แทนที่',
    'Import' => 'นำเข้า',
    'Change sorting' => 'เปลี่ยนการเรียง',
    'Tasks Importation' => 'การนำเข้างาน',
    'Delimiter' => 'คั่น',
    'Enclosure' => 'กำหนดข้อความ',
    'CSV File' => 'ไฟล์ CSV',
    'Instructions' => 'คำสั่ง',
    'Your file must use the predefined CSV format' => 'ไฟล์ของคุณจะต้องใช้รูปแบบ CSV ที่กำหนดไว้ล่วงหน้า',
    'Your file must be encoded in UTF-8' => 'ไฟล์ของคุณต้องเอนโค้ดด้วย UTF-8',
    'The first row must be the header' => 'แถวแรกต้องเป็นหัวข้อ',
    'Duplicates are not verified for you' => 'รายการที่ซ้ำกันจะไม่ได้รับการตรวจสอบสำหรับคุณ',
    'The due date must use the ISO format: YYYY-MM-DD' => 'วันที่ต้องอยู่ในรูปแบบ ISO: YYYY-MM-DD',
    'Download CSV template' => 'ดาวน์โหลด CSV ต้นฉบับ',
    'No external integration registered.' => 'ไม่มีการรวมภายนอกถูกลงทะเบียนไว้',
    'Duplicates are not imported' => 'ซ้ำกันไม่สามารถนำเข้าได้',
    'Usernames must be lowercase and unique' => 'ชื่อผู้ใช้ต้องเป็นตัวพิมพ์เล็กและไม่ซ้ำ',
    // 'Passwords will be encrypted if present' => '',
    '%s attached a new file to the task %s' => '%s แนบไฟล์ใหม่ในงาน %s',
    'Link type' => 'ประเภทลิงค์',
    'Assign automatically a category based on a link' => 'กำหนดหมวดอัตโนมัติตามลิงค์',
    // 'BAM - Konvertible Mark' => '',
    'Assignee Username' => 'กำหนดชื่อผู้ใช้',
    'Assignee Name' => 'กำหนดชื่อ',
    'Groups' => 'กลุ่ม',
    'Members of %s' => 'สมาชิกของ %s',
    'New group' => 'กลุ่มใหม่',
    'Group created successfully.' => 'สร้างกลุ่มสำเร็จ',
    'Unable to create your group.' => 'ไม่สามารถสร้างกลุ่มของคุณ',
    'Edit group' => 'แก้ไขกลุ่ม',
    'Group updated successfully.' => 'แก้ไขกลุ่มเรียบร้อย',
    'Unable to update your group.' => 'ไม่สามารถแก้ไขกลุ่มของคุณ',
    'Add group member to "%s"' => 'เพิ่มสมาชิกในกลุ่ม %s',
    'Group member added successfully.' => 'เพิ่มสมาชิกกลุ่มเรียบร้อย',
    'Unable to add group member.' => 'ไม่สามารถเพิ่มสมาชิกกลุ่ม',
    'Remove user from group "%s"' => 'เอาผู้ใช้ออกจากกลุ่ม %s',
    'User removed successfully from this group.' => 'เอาผู้ใช้ออกจากกลุ่มนี้เรียบร้อย',
    'Unable to remove this user from the group.' => 'ไม่สามารถลบผู้ใช้ออกจากกลุ่มนี้',
    'Remove group' => 'ลบกลุ่ม',
    'Group removed successfully.' => 'ลบกลุ่มเรียบร้อย',
    'Unable to remove this group.' => 'ไม่สามารถลบกลุ่มนี้',
    'Project Permissions' => 'การอนุญาตใช้งานโปรเจค',
    'Manager' => 'ผู้จัดการ',
    'Project Manager' => 'ผู้จัดการโปรเจค',
    'Project Member' => 'สมาชิกโปรเจค',
    'Project Viewer' => 'ผู้ดูโปรเจค',
    'Your account is locked for %d minutes' => 'บัญชีของคุณถูกล็อก %d นาที',
    'Invalid captcha' => 'captcha ไม่ถูกต้อง',
    'The name must be unique' => 'ชื่อต้องไม่ซ้ำ',
    'View all groups' => 'แสดงกลุ่มทั้งหมด',
    // 'There is no user available.' => '',
    'Do you really want to remove the user "%s" from the group "%s"?' => 'คุณต้องการลบผู้ใช้ "%s" ออกจากกลุ่ม "%s"?',
    'There is no group.' => 'ไม่มีกลุ่ม',
    'Add group member' => 'เพิ่มสมาชิกกลุ่ม',
    'Do you really want to remove this group: "%s"?' => 'คุณต้องการลบกลุ่มนี้: "%s"?',
    'There is no user in this group.' => 'ไม่มีผู้ใช้ในกลุ่มนี้',
    'Permissions' => 'การอนุญาตใช้งาน',
    'Allowed Users' => 'การอนุญาตผู้ใช้',
    'No user have been allowed specifically.' => 'ไม่มีผู้ใช้ได้รับอนุญาตเป็นพิเศษ',
    'Role' => 'บทบาท',
    'Enter user name...' => 'พิมพ์ชื่อผู้ใช้...',
    'Allowed Groups' => 'อนุญาตกลุ่ม',
    'No group have been allowed specifically.' => 'ไม่มีกลุ่มได้รับอนุญาตเป็นพิเศษ',
    'Group' => 'กลุ่ม',
    'Group Name' => 'ชื่อกลุ่ม',
    'Enter group name...' => 'พิมพ์ชื่อกลุ่ม...',
    'Role:' => 'บทบาท:',
    'Project members' => 'สมาชิกโปรเจค',
    '%s mentioned you in the task #%d' => '%s กล่าวถึงคุณในงาน #%d',
    '%s mentioned you in a comment on the task #%d' => '%s กล่าวถึงคุณในความคิดเห็นของงาน #%d',
    'You were mentioned in the task #%d' => 'คุณได้รับการกล่าวถึงในงาน #%d',
    'You were mentioned in a comment on the task #%d' => 'คุณได้รับการกล่าวถึงในความคิดเห็นของงาน #%d',
    'Estimated hours: ' => 'เวลาโดยประมาณ:',
    'Actual hours: ' => 'เวลาที่เกิดขึ้นจริง:',
    'Hours Spent' => 'เวลาที่ใช้',
    'Hours Estimated' => 'เวลาโดยประมาณ',
    'Estimated Time' => 'เวลาโดยประมาณ',
    'Actual Time' => 'เวลาที่ใช้',
    'Estimated vs actual time' => 'เวลาโดยประมาณกับเวลาจริง',
    'RUB - Russian Ruble' => 'RUB - รูเบิลรัสเซีย',
    'Assign the task to the person who does the action when the column is changed' => 'กำหนดผู้รับผิดชอบงานเมื่อเปลี่ยนคอลัมน์',
    'Close a task in a specific column' => 'ปิดงานในคอลัมน์ที่เฉพาะเจาะจง',
    // 'Time-based One-time Password Algorithm' => '',
    // 'Two-Factor Provider: ' => '',
    // 'Disable two-factor authentication' => '',
    // 'Enable two-factor authentication' => '',
    // 'There is no integration registered at the moment.' => '',
    'Password Reset for Kanboard' => 'รีเซตรหัสผ่านสำหรับคังบอร์ด',
    'Forgot password?' => 'ลืมรหัสผ่าน?',
    'Enable "Forget Password"' => 'เปิดการใช้งาน "ลืมรหัสผ่าน"',
    'Password Reset' => 'รีเซตรหัสผ่าน',
    'New password' => 'รหัสผ่านใหม่',
    'Change Password' => 'เปลี่ยนรหัสผ่าน',
    'To reset your password click on this link:' => 'ในการรีเซตรหัสผ่านของคุณคลิ๊กที่ลิงค์นี้:',
    'Last Password Reset' => 'รีเซตรหัสผ่านครั้งล่าสุด',
    'The password has never been reinitialized.' => 'รหัสผ่านไม่เคยเริ่มใหม่อีกครั้ง',
    'Creation' => 'สร้าง',
    'Expiration' => 'สิ้นสุด',
    'Password reset history' => 'ประวัติการรีเซตรหัสผ่าน',
    'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => 'ทุกงานของคอลัมน์ "%s" และสวิมเลน "%s" ถูกปิดเรียบร้อย',
    'Do you really want to close all tasks of this column?' => 'คุณต้องการปิดทุกงานในคอลัมนี้ใช่หรือไม่?',
    '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '%d งานในคอลัมน์ "%s" และสวิมเลน "%s" จะปิด',
    'Close all tasks of this column' => 'ปิดทุกงานในคอลัมน์นี้',
    'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => 'ปลั๊กอินไม่ได้ลงทะเบียนการแจ้งเตือนในโปรเจค คุณยังสามารถกำหนดค่าการแจ้งเตือนรายบุคคลในโปรไฟล์ผู้ใช้ของคุณ',
    'My dashboard' => 'แดชบอร์ดของฉํน',
    'My profile' => 'โปรเจคของฉัน',
    'Project owner: ' => 'เจ้าของโปรเจค: ',
    'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => 'ตัวบ่งชี้โปรโจคเป็นตัวเลือกเสริมและต้องเป็นตัวอักษรหรือตัวเลข ตัวอย่าง: MYPROJECT',
    'Project owner' => 'เจ้าของโปรเจค',
    'Private projects do not have users and groups management.' => 'โปรเจคส่วนตัวไม่มีการจัดการผู้ใช้และกลุ่ม',
    'There is no project member.' => 'ไม่มีสมาชิกโปรเจค',
    'Priority' => 'ความสำคัญ',
    'Task priority' => 'ความสำคัญของงาน',
    'General' => 'ทั่วไป',
    'Dates' => 'วันที่',
    'Default priority' => 'ความสำคัญเริ่มต้น',
    'Lowest priority' => 'ความสำคัญต่ำสุด',
    'Highest priority' => 'ความสำคัญสูงสุด',
    'Close a task when there is no activity' => 'ปิดงานเมื่อไม่มีกิจกกรมเกิดขึ้น',
    'Duration in days' => 'ระยะเวลาวันที่',
    'Send email when there is no activity on a task' => 'ส่งอีเมลเมื่อไม่มีกิจกรรมเกิดขึ้นในงาน',
    'Unable to fetch link information.' => 'ไม่สามารถดึงข้อมูลการเชื่อมโยง',
    // 'Daily background job for tasks' => '',
    'Auto' => 'อัตโนมัติ',
    'Related' => 'ที่เกี่ยวข้อง',
    'Attachment' => 'แนบ',
    'Title not found' => 'ไม่พบหัวเรื่อง',
    'Web Link' => 'เวบลิงค์',
    'External links' => 'เชื่อมโยงภายนอก',
    'Add external link' => 'เพิ่มการเชื่อมโยงภายนอก',
    'Type' => 'ประเภท',
    'Dependency' => 'ขึ้นอยู่กับ',
    'Add internal link' => 'เพิ่มการเชื่อมโยงภายใน',
    'Add a new external link' => 'เพิ่มการเชื่อมโยงภายนอกใหม่',
    'Edit external link' => 'แก้ไขการเชื่อมโยงภายนอก',
    'External link' => 'เชื่อมโยงภายนอก',
    'Copy and paste your link here...' => 'คัดลอกและวางลิงค์ของคุณที่นี้...',
    'URL' => 'URL',
    'Internal links' => 'เชื่อมโยงภายใน',
    'Assign to me' => 'ฉันรับผิดชอบ',
    'Me' => 'ฉัน',
    // 'Do not duplicate anything' => '',
    'Projects management' => 'การจัดการโปรเจค',
    'Users management' => 'การจัดการผู้ใช้',
    'Groups management' => 'การจัดการกลุ่ม',
    'Create from another project' => 'สร้างโปรเจคอื่น',
    'open' => 'เปิด',
    'closed' => 'ปิด',
    'Priority:' => 'ความสำคัญ:',
    'Reference:' => 'อ้างถึง:',
    'Complexity:' => 'ความซับซ้อน:',
    'Swimlane:' => 'สวิมเลน:',
    'Column:' => 'คอลัมน์:',
    'Position:' => 'ตำแหน่ง:',
    'Creator:' => 'ผู้สร้าง:',
    'Time estimated:' => 'เวลาเฉลี่ย:',
    '%s hours' => '%s ชั่วโมง',
    'Time spent:' => 'ใช้เวลา:',
    'Created:' => 'สร้าง:',
    'Modified:' => 'แก้ไข:',
    'Completed:' => 'เสร็จสิ้น:',
    'Started:' => 'เริ่ม:',
    'Moved:' => 'ย้าย:',
    'Task #%d' => 'งานที่ #%d',
    'Time format' => 'รูปแบบของเวลา',
    'Start date: ' => 'เริ่มวันที่:',
    'End date: ' => 'จบวันที่:',
    'New due date: ' => 'วันครบกำหนดใหม่',
    'Start date changed: ' => 'เปลี่ยนวันที่เริ่ม',
    // 'Disable private projects' => '',
    // 'Do you really want to remove this custom filter: "%s"?' => '',
    // 'Remove a custom filter' => '',
    // 'User activated successfully.' => '',
    // 'Unable to enable this user.' => '',
    // 'User disabled successfully.' => '',
    // 'Unable to disable this user.' => '',
    // 'All files have been uploaded successfully.' => '',
    // 'The maximum allowed file size is %sB.' => '',
    // 'Drag and drop your files here' => '',
    // 'choose files' => '',
    // 'View profile' => '',
    // 'Two Factor' => '',
    // 'Disable user' => '',
    // 'Do you really want to disable this user: "%s"?' => '',
    // 'Enable user' => '',
    // 'Do you really want to enable this user: "%s"?' => '',
    // 'Download' => '',
    // 'Uploaded: %s' => '',
    // 'Size: %s' => '',
    // 'Uploaded by %s' => '',
    // 'Filename' => '',
    // 'Size' => '',
    // 'Column created successfully.' => '',
    // 'Another column with the same name exists in the project' => '',
    // 'Default filters' => '',
    // 'Your board doesn\'t have any columns!' => '',
    // 'Change column position' => '',
    // 'Switch to the project overview' => '',
    // 'User filters' => '',
    // 'Category filters' => '',
    // 'Upload a file' => '',
    // 'View file' => '',
    // 'Last activity' => '',
    // 'Change subtask position' => '',
    // 'This value must be greater than %d' => '',
    // 'Another swimlane with the same name exists in the project' => '',
    // 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
    // 'Actions duplicated successfully.' => '',
    // 'Unable to duplicate actions.' => '',
    // 'Add a new action' => '',
    // 'Import from another project' => '',
    // 'There is no action at the moment.' => '',
    // 'Import actions from another project' => '',
    // 'There is no available project.' => '',
    // 'Local File' => '',
    // 'Configuration' => '',
    // 'PHP version:' => '',
    // 'PHP SAPI:' => '',
    // 'OS version:' => '',
    // 'Database version:' => '',
    // 'Browser:' => '',
    // 'Task view' => '',
    // 'Edit task' => '',
    // 'Edit description' => '',
    // 'New internal link' => '',
    // 'Display list of keyboard shortcuts' => '',
    // 'Menu' => '',
    // 'Set start date' => '',
    // 'Avatar' => '',
    // 'Upload my avatar image' => '',
    // 'Remove my image' => '',
    // 'The OAuth2 state parameter is invalid' => '',
    // 'User not found.' => '',
    // 'Search in activity stream' => '',
    // 'My activities' => '',
    // 'Activity until yesterday' => '',
    // 'Activity until today' => '',
    // 'Search by creator: ' => '',
    // 'Search by creation date: ' => '',
    // 'Search by task status: ' => '',
    // 'Search by task title: ' => '',
    // 'Activity stream search' => '',
    // 'Projects where "%s" is manager' => '',
    // 'Projects where "%s" is member' => '',
    // 'Open tasks assigned to "%s"' => '',
    // 'Closed tasks assigned to "%s"' => '',
    // 'Assign automatically a color based on a priority' => '',
    // 'Overdue tasks for the project(s) "%s"' => '',
    // 'Upload files' => '',
    // 'Installed Plugins' => '',
    // 'Plugin Directory' => '',
    // 'Plugin installed successfully.' => '',
    // 'Plugin updated successfully.' => '',
    // 'Plugin removed successfully.' => '',
    // 'Subtask converted to task successfully.' => '',
    // 'Unable to convert the subtask.' => '',
    // 'Unable to extract plugin archive.' => '',
    // 'Plugin not found.' => '',
    // 'You don\'t have the permission to remove this plugin.' => '',
    // 'Unable to download plugin archive.' => '',
    // 'Unable to write temporary file for plugin.' => '',
    // 'Unable to open plugin archive.' => '',
    // 'There is no file in the plugin archive.' => '',
    // 'Create tasks in bulk' => '',
    // 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
    // 'There is no plugin available.' => '',
    // 'Install' => '',
    // 'Update' => '',
    // 'Up to date' => '',
    // 'Not available' => '',
    // 'Remove plugin' => '',
    // 'Do you really want to remove this plugin: "%s"?' => '',
    // 'Uninstall' => '',
    // 'Listing' => '',
    // 'Metadata' => '',
    // 'Manage projects' => '',
    // 'Convert to task' => '',
    // 'Convert sub-task to task' => '',
    // 'Do you really want to convert this sub-task to a task?' => '',
    // 'My task title' => '',
    // 'Enter one task by line.' => '',
    // 'Number of failed login:' => '',
    // 'Account locked until:' => '',
    // 'Email settings' => '',
    // 'Email sender address' => '',
    // 'Email transport' => '',
    // 'Webhook token' => '',
    // 'Project tags management' => '',
    // 'Tag created successfully.' => '',
    // 'Unable to create this tag.' => '',
    // 'Tag updated successfully.' => '',
    // 'Unable to update this tag.' => '',
    // 'Tag removed successfully.' => '',
    // 'Unable to remove this tag.' => '',
    // 'Global tags management' => '',
    // 'Tags' => '',
    // 'Tags management' => '',
    // 'Add new tag' => '',
    // 'Edit a tag' => '',
    // 'Project tags' => '',
    // 'There is no specific tag for this project at the moment.' => '',
    // 'Tag' => '',
    // 'Remove a tag' => '',
    // 'Do you really want to remove this tag: "%s"?' => '',
    // 'Global tags' => '',
    // 'There is no global tag at the moment.' => '',
    // 'This field cannot be empty' => '',
    // 'Close a task when there is no activity in an specific column' => '',
    // '%s removed a subtask for the task #%d' => '',
    // '%s removed a comment on the task #%d' => '',
    // 'Comment removed on task #%d' => '',
    // 'Subtask removed on task #%d' => '',
    // 'Hide tasks in this column in the dashboard' => '',
    // '%s removed a comment on the task %s' => '',
    // '%s removed a subtask for the task %s' => '',
    // 'Comment removed' => '',
    // 'Subtask removed' => '',
    // '%s set a new internal link for the task #%d' => '',
    // '%s removed an internal link for the task #%d' => '',
    // 'A new internal link for the task #%d have been defined' => '',
    // 'Internal link removed for the task #%d' => '',
    // '%s set a new internal link for the task %s' => '',
    // '%s removed an internal link for the task %s' => '',
    // 'Automatically set the due date on task creation' => '',
    // 'Move the task to another column when closed' => '',
    // 'Move the task to another column when not moved during a given period' => '',
    // 'Dashboard for %s' => '',
    // 'Tasks overview for %s' => '',
    // 'Subtasks overview for %s' => '',
    // 'Projects overview for %s' => '',
    // 'Activity stream for %s' => '',
    // 'Assign a color when the task is moved to a specific swimlane' => '',
    // 'Assign a priority when the task is moved to a specific swimlane' => '',
    // 'User unlocked successfully.' => '',
    // 'Unable to unlock the user.' => '',
    // 'Move a task to another swimlane' => '',
    // 'Creator Name' => '',
    // 'Time spent and estimated' => '',
    // 'Move position' => '',
    // 'Move task to another position on the board' => '',
    // 'Insert before this task' => '',
    // 'Insert after this task' => '',
    // 'Unlock this user' => '',
    // 'Custom Project Roles' => '',
    // 'Add a new custom role' => '',
    // 'Restrictions for the role "%s"' => '',
    // 'Add a new project restriction' => '',
    // 'Add a new drag and drop restriction' => '',
    // 'Add a new column restriction' => '',
    // 'Edit this role' => '',
    // 'Remove this role' => '',
    // 'There is no restriction for this role.' => '',
    // 'Only moving task between those columns is permitted' => '',
    // 'Close a task in a specific column when not moved during a given period' => '',
    // 'Edit columns' => '',
    // 'The column restriction has been created successfully.' => '',
    // 'Unable to create this column restriction.' => '',
    // 'Column restriction removed successfully.' => '',
    // 'Unable to remove this restriction.' => '',
    // 'Your custom project role has been created successfully.' => '',
    // 'Unable to create custom project role.' => '',
    // 'Your custom project role has been updated successfully.' => '',
    // 'Unable to update custom project role.' => '',
    // 'Custom project role removed successfully.' => '',
    // 'Unable to remove this project role.' => '',
    // 'The project restriction has been created successfully.' => '',
    // 'Unable to create this project restriction.' => '',
    // 'Project restriction removed successfully.' => '',
    // 'You cannot create tasks in this column.' => '',
    // 'Task creation is permitted for this column' => '',
    // 'Closing or opening a task is permitted for this column' => '',
    // 'Task creation is blocked for this column' => '',
    // 'Closing or opening a task is blocked for this column' => '',
    // 'Task creation is not permitted' => '',
    // 'Closing or opening a task is not permitted' => '',
    // 'New drag and drop restriction for the role "%s"' => '',
    // 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
    // 'Remove a column restriction' => '',
    // 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
    // 'New column restriction for the role "%s"' => '',
    // 'Rule' => '',
    // 'Do you really want to remove this column restriction?' => '',
    // 'Custom roles' => '',
    // 'New custom project role' => '',
    // 'Edit custom project role' => '',
    // 'Remove a custom role' => '',
    // 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
    // 'There is no custom role for this project.' => '',
    // 'New project restriction for the role "%s"' => '',
    // 'Restriction' => '',
    // 'Remove a project restriction' => '',
    // 'Do you really want to remove this project restriction: "%s"?' => '',
    // 'Duplicate to multiple projects' => '',
    // 'This field is required' => '',
    // 'Moving a task is not permitted' => '',
    // 'This value must be in the range %d to %d' => '',
    // 'You are not allowed to move this task.' => '',
    // 'API User Access' => '',
    // 'Preview' => '',
    // 'Write' => '',
    // 'Write your text in Markdown' => '',
    // 'No personal API access token registered.' => '',
    // 'Your personal API access token is "%s"' => '',
    // 'Remove your token' => '',
    // 'Generate a new token' => '',
    // 'Showing %d-%d of %d' => '',
    // 'Outgoing Emails' => '',
    // 'Add or change currency rate' => '',
    // 'Reference currency: %s' => '',
    // 'Add custom filters' => '',
    // 'Export' => '',
    // 'Add link label' => '',
    // 'Incompatible Plugins' => '',
    // 'Compatibility' => '',
    // 'Permissions and ownership' => '',
    // 'Priorities' => '',
    // 'Close this window' => '',
    // 'Unable to upload this file.' => '',
    // 'Import tasks' => '',
    // 'Choose a project' => '',
    // 'Profile' => '',
    // 'Application role' => '',
    // '%d invitations were sent.' => '',
    // '%d invitation was sent.' => '',
    // 'Unable to create this user.' => '',
    // 'Kanboard Invitation' => '',
    // 'Visible on dashboard' => '',
    // 'Created at:' => '',
    // 'Updated at:' => '',
    // 'There is no custom filter.' => '',
    // 'New User' => '',
    // 'Authentication' => '',
    // 'If checked, this user will use a third-party system for authentication.' => '',
    // 'The password is necessary only for local users.' => '',
    // 'You have been invited to register on Kanboard.' => '',
    // 'Click here to join your team' => '',
    // 'Invite people' => '',
    // 'Emails' => '',
    // 'Enter one email address by line.' => '',
    // 'Add these people to this project' => '',
    // 'Add this person to this project' => '',
    // 'Sign-up' => '',
    // 'Credentials' => '',
    // 'New user' => '',
    // 'This username is already taken' => '',
    // 'A link to reset your password has been sent by email.' => '',
    // 'Your profile must have a valid email address.' => '',
    // 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '',
    // 'TRL - Turkish Lira' => '',
    // 'The project email is optional and could be used by several plugins.' => '',
    // 'The project email must be unique across all projects' => '',
    // 'The email configuration has been disabled by the administrator.' => '',
    // 'Close this project' => '',
    // 'Open this project' => '',
    // 'Close a project' => '',
    // 'Do you really want to close this project: "%s"?' => '',
    // 'Reopen a project' => '',
    // 'Do you really want to reopen this project: "%s"?' => '',
    // 'This project is open' => '',
    // 'This project is closed' => '',
    // 'Unable to upload files, check the permissions of your data folder.' => '',
    // 'Another category with the same name exists in this project' => '',
    // 'Comment sent by email successfully.' => '',
    // 'Sent by email to [%s](mailto:%s) (%s)' => '',
    // 'Unable to read uploaded file.' => '',
    // 'Database uploaded successfully.' => '',
    // 'Task sent by email successfully.' => '',
    // 'There is no category in this project.' => '',
    // 'Send by email' => '',
    // 'Create and send a comment by email' => '',
    // 'Subject' => '',
    // 'Upload the database' => '',
    // 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
    // 'Database file' => '',
    // 'Upload' => '',
    // 'Your project must have at least one active swimlane.' => '',
    // 'Project: %s' => '',
    // 'Automatic action not found: "%s"' => '',
    // '%d projects' => '',
    // '%d project' => '',
    // 'There is no project.' => '',
    // 'Sort' => '',
    // 'Project ID' => '',
    // 'Project name' => '',
    // 'Public' => '',
    // 'Private' => '',
    // '%d tasks' => '',
    // '%d task' => '',
    // 'Task ID' => '',
    // 'Assign automatically a color when due date is expired' => '',
    // 'Total score in this column across all swimlanes' => '',
    // 'HRK - Kuna' => '',
    // 'ARS - Argentine Peso' => '',
    // 'COP - Colombian Peso' => '',
    // '%d groups' => '',
    // '%d group' => '',
    // 'Group ID' => '',
    // 'External ID' => '',
    // '%d users' => '',
    // '%d user' => '',
    // 'Hide subtasks' => '',
    // 'Show subtasks' => '',
    // 'Authentication Parameters' => '',
    // 'API Access' => '',
    // 'No users found.' => '',
    // 'User ID' => '',
    // 'Notifications are activated' => '',
    // 'Notifications are disabled' => '',
    // 'User disabled' => '',
    // '%d notifications' => '',
    // '%d notification' => '',
    // 'There is no external integration installed.' => '',
    // 'You are not allowed to update tasks assigned to someone else.' => '',
    // 'You are not allowed to change the assignee.' => '',
    // 'Task suppression is not permitted' => '',
    // 'Changing assignee is not permitted' => '',
    // 'Update only assigned tasks is permitted' => '',
    // 'Only for tasks assigned to the current user' => '',
    // 'My projects' => '',
    // 'Your are not member of any project.' => '',
    // 'My subtasks' => '',
    // '%d subtasks' => '',
    // '%d subtask' => '',
    // 'Only moving task between those columns is permitted for tasks assigned to the current user' => '',
    // '[DUPLICATE]' => '',
    // 'DKK - Danish Krona' => '',
    // 'Remove user from group' => '',
    // 'Assign the task to its creator' => '',
    // 'This task was sent by email to "%s" with subject "%s".' => '',
    // 'Predefined Email Subjects' => '',
    // 'Write one subject by line.' => '',
    // 'Create another link' => '',
    // 'BRL - Brazilian Real' => '',
    // 'Add a new Kanboard task' => '',
    // 'Subtask not started' => '',
    // 'Subtask currently in progress' => '',
    // 'Subtask completed' => '',
    // 'Subtask added successfully.' => '',
    // '%d subtasks added successfully.' => '',
    // 'Enter one subtask by line.' => '',
    // 'Predefined Contents' => '',
    // 'Predefined contents' => '',
);