summaryrefslogtreecommitdiff
path: root/app/Locale/my_MY/translations.php
blob: 587721cea9ee21a866d20134fd6f5d26f4b1a17c (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
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
<?php

return array(
    'number.decimals_separator' => '.',
    'number.thousands_separator' => ',',
    'None' => 'Tiada',
    'Edit' => 'Sunting',
    'Remove' => 'Hapus',
    'Yes' => 'Ya',
    'No' => 'Tidak',
    'cancel' => 'batal',
    'or' => 'atau',
    'Yellow' => 'Kuning',
    'Blue' => 'Biru',
    'Green' => 'Hijau',
    'Purple' => 'Ungu',
    'Red' => 'Merah',
    'Orange' => 'Oren',
    'Grey' => 'Kelabu',
    'Brown' => 'Coklat',
    'Deep Orange' => 'Oren Gelap',
    'Dark Grey' => 'Kelabu Malap',
    'Pink' => 'Merah Jambu',
    'Teal' => 'Teal',
    'Cyan' => 'Sian',
    'Lime' => 'Lime',
    'Light Green' => 'Hijau Muda',
    'Amber' => 'Amber',
    'Save' => 'Simpan',
    'Login' => 'Masuk',
    'Official website:' => 'Laman rasmi :',
    'Unassigned' => 'Belum ditugaskan',
    'View this task' => 'Lihat tugas ini',
    'Remove user' => 'Hapus pengguna',
    'Do you really want to remove this user: "%s"?' => 'Anda yakin mahu menghapus pengguna ini : « %s » ?',
    'All users' => 'Semua pengguna',
    'Username' => 'Nama pengguna',
    'Password' => 'Kata laluan',
    'Administrator' => 'Pentadbir',
    'Sign in' => 'Masuk',
    'Users' => 'Para Pengguna',
    'Forbidden' => 'Larangan',
    'Access Forbidden' => 'Akses Dilarang',
    'Edit user' => 'Ubah Pengguna',
    'Logout' => 'Keluar',
    'Bad username or password' => 'Nama pengguna atau kata laluan tidak sepadan',
    'Edit project' => 'Ubah projek',
    'Name' => 'Nama',
    'Projects' => 'Projek',
    'No project' => 'Tiada projek',
    'Project' => 'Projek',
    'Status' => 'Status',
    'Tasks' => 'Tugasan',
    'Board' => 'Papan',
    'Actions' => 'Tindakan',
    'Inactive' => 'Tidak Aktif',
    'Active' => 'Aktif',
    'Unable to update this board.' => 'Tidak berupaya mengemaskini papan ini',
    'Disable' => 'Nyah-Upaya',
    'Enable' => 'Aktifkan',
    'New project' => 'Projek Baru',
    'Do you really want to remove this project: "%s"?' => 'Anda yakin mahu menghapus projek ini : « %s » ?',
    'Remove project' => 'Hapus projek',
    'Edit the board for "%s"' => 'Ubah papan untuk « %s »',
    'Add a new column' => 'Tambah kolom baru',
    'Title' => 'Judul',
    'Assigned to %s' => 'Ditugaskan ke %s',
    'Remove a column' => 'Hapus kolom',
    'Unable to remove this column.' => 'Tidak dapat menghapus kolom ini.',
    'Do you really want to remove this column: "%s"?' => 'Apakah anda yakin akan menghapus kolom ini : « %s » ?',
    'Settings' => 'Penetapan',
    'Application settings' => 'Penetapan aplikasi',
    'Language' => 'Bahasa',
    'Webhook token:' => 'Token webhook :',
    'API token:' => 'Token API :',
    'Database size:' => 'Saiz pengkalan data:',
    'Download the database' => 'Muat turun pengkalan data',
    'Optimize the database' => 'Optimakan pengkalan data',
    '(VACUUM command)' => '(perintah VACUUM)',
    '(Gzip compressed Sqlite file)' => '(File Sqlite yang termampat Gzip)',
    'Close a task' => 'Tutup tugas',
    'Column' => 'Kolom',
    'Color' => 'Warna',
    'Assignee' => 'Orang yang ditugaskan',
    'Create another task' => 'Buat tugas lain',
    'New task' => 'Tugasan baru',
    'Open a task' => 'Buka tugas',
    'Do you really want to open this task: "%s"?' => 'Anda yakin untuk buka tugas ini : « %s » ?',
    'Back to the board' => 'Kembali ke papan',
    'There is nobody assigned' => 'Tidak ada orang yand ditugaskan',
    'Column on the board:' => 'Kolom di dalam papan : ',
    'Close this task' => 'Tutup tugas ini',
    'Open this task' => 'Buka tugas ini',
    'There is no description.' => 'Tidak ada keterangan.',
    'Add a new task' => 'Tambah tugas baru',
    'The username is required' => 'Nama pengguna adalah wajib',
    'The maximum length is %d characters' => 'Panjang maksimum adalah %d karakter',
    'The minimum length is %d characters' => 'Panjang minimum adalah %d karakter',
    'The password is required' => 'Kata laluan adalah wajib',
    'This value must be an integer' => 'Nilai ini harus integer',
    'The username must be unique' => 'Nama pengguna semestinya unik',
    'The user id is required' => 'Id Pengguna adalah wajib',
    'Passwords don\'t match' => 'Kata laluan tidak sepadan',
    'The confirmation is required' => 'Pengesahan diperlukan',
    'The project is required' => 'Projek diperlukan',
    'The id is required' => 'Id diperlukan',
    'The project id is required' => 'Id projek diperlukan',
    'The project name is required' => 'Nama projek diperlukan',
    'The title is required' => 'Judul diperlukan',
    'Settings saved successfully.' => 'Penetapan berjaya disimpan.',
    'Unable to save your settings.' => 'Tidak dapat menyimpan penetapan anda.',
    'Database optimization done.' => 'Optimasi pengkalan data selesai.',
    'Your project have been created successfully.' => 'Projek anda berhasil dibuat.',
    'Unable to create your project.' => 'Tidak dapat membuat projek anda.',
    'Project updated successfully.' => 'projek berhasil diperbaharui.',
    'Unable to update this project.' => 'Tidak dapat memperbaharui projek ini.',
    'Unable to remove this project.' => 'Tidak dapat menghapus projek ini.',
    'Project removed successfully.' => 'projek berhasil dihapus.',
    'Project activated successfully.' => 'projek berhasil diaktivasi.',
    'Unable to activate this project.' => 'Tidak dapat mengaktifkan projek ini.',
    'Project disabled successfully.' => 'projek berhasil dinonaktifkan.',
    'Unable to disable this project.' => 'Tidak dapat menonaktifkan projek ini.',
    'Unable to open this task.' => 'Tidak dapat membuka tugas ini.',
    'Task opened successfully.' => 'Tugas berhasil dibuka.',
    'Unable to close this task.' => 'Tidak dapat menutup tugas ini.',
    'Task closed successfully.' => 'Tugas berhasil ditutup.',
    'Unable to update your task.' => 'Tidak dapat memperbaharui tugas ini.',
    'Task updated successfully.' => 'Tugas berhasil diperbaharui.',
    'Unable to create your task.' => 'Tidak dapat membuat tugas anda.',
    'Task created successfully.' => 'Tugas berhasil dibuat.',
    'User created successfully.' => 'Pengguna berhasil dibuat.',
    'Unable to create your user.' => 'Tidak dapat membuat pengguna anda.',
    'User updated successfully.' => 'Pengguna berhasil diperbaharui.',
    'User removed successfully.' => 'pengguna berhasil dihapus.',
    'Unable to remove this user.' => 'Tidak dapat menghapus pengguna ini.',
    'Board updated successfully.' => 'Papan berhasil diperbaharui.',
    'Ready' => 'Siap',
    'Backlog' => 'Tertunda',
    'Work in progress' => 'Sedang dalam pengerjaan',
    'Done' => 'Selesai',
    'Application version:' => 'Versi aplikasi :',
    'Id' => 'Id.',
    'Public link' => 'Pautan publik',
    'Timezone' => 'Zona waktu',
    'Sorry, I didn\'t find this information in my database!' => 'Maaf, saya tidak menemukan informasi ini dalam basis data saya !',
    'Page not found' => 'Halaman tidak ditemukan',
    'Complexity' => 'Kompleksitas',
    'Task limit' => 'Batas tugas.',
    'Task count' => 'Jumlah tugas',
    'User' => 'Pengguna',
    'Comments' => 'Komentar',
    'Comment is required' => 'Komentar diperlukan',
    'Comment added successfully.' => 'Komentar berhasil ditambahkan.',
    'Unable to create your comment.' => 'Tidak dapat menambahkan komentar anda.',
    'Due Date' => 'Batas Tanggal Terakhir',
    'Invalid date' => 'Tanggal tidak valid',
    'Automatic actions' => 'Tindakan otomatis',
    'Your automatic action have been created successfully.' => 'Tindakan otomatis anda berhasil dibuat.',
    'Unable to create your automatic action.' => 'Tidak dapat membuat tindakan otomatis anda.',
    'Remove an action' => 'Hapus tindakan',
    'Unable to remove this action.' => 'Tidak dapat menghapus tindakan ini',
    'Action removed successfully.' => 'Tindakan berhasil dihapus.',
    'Automatic actions for the project "%s"' => 'Tindakan otomatis untuk projek ini « %s »',
    'Add an action' => 'Tambah tindakan',
    'Event name' => 'Nama acara',
    'Action' => 'Tindakan',
    'Event' => 'Acara',
    'When the selected event occurs execute the corresponding action.' => 'Ketika acara yang dipilih terjadi, melakukan tindakan yang sesuai.',
    'Next step' => 'Langkah selanjutnya',
    'Define action parameters' => 'Definisi parameter tindakan',
    'Do you really want to remove this action: "%s"?' => 'Apakah anda yakin akan menghapus tindakan ini « %s » ?',
    'Remove an automatic action' => 'Hapus tindakan otomatis',
    'Assign the task to a specific user' => 'Menetapkan tugas untuk pengguna tertentu',
    'Assign the task to the person who does the action' => 'Memberikan tugas untuk orang yang melakukan tindakan',
    'Duplicate the task to another project' => 'Duplikasi tugas ke projek lain',
    'Move a task to another column' => 'Pindahkan tugas ke kolom lain',
    'Task modification' => 'Modifikasi tugas',
    'Task creation' => 'Membuat tugas',
    'Closing a task' => 'Menutup tugas',
    'Assign a color to a specific user' => 'Menetapkan warna untuk pengguna tertentu',
    'Position' => 'Posisi',
    'Duplicate to another project' => 'Duplikasi ke projek lain',
    'Duplicate' => 'Duplikasi',
    'Link' => 'Pautan',
    'Comment updated successfully.' => 'Komentar berhasil diperbaharui.',
    'Unable to update your comment.' => 'Tidak dapat memperbaharui komentar anda.',
    'Remove a comment' => 'Hapus komentar',
    'Comment removed successfully.' => 'Komentar berhasil dihapus.',
    'Unable to remove this comment.' => 'Tidak dapat menghapus komentar ini.',
    'Do you really want to remove this comment?' => 'Apakah anda yakin akan menghapus komentar ini ?',
    'Current password for the user "%s"' => 'Kata laluan saat ini untuk pengguna « %s »',
    'The current password is required' => 'Kata laluan saat ini diperlukan',
    'Wrong password' => 'Kata laluan salah',
    'Unknown' => 'Tidak diketahui',
    'Last logins' => 'Masuk terakhir',
    'Login date' => 'Tanggal masuk',
    'Authentication method' => 'Metode otentifikasi',
    'IP address' => 'Alamat IP',
    'User agent' => 'Agen Pengguna',
    'Persistent connections' => 'Koneksi persisten',
    'No session.' => 'Tidak ada sesi.',
    'Expiration date' => 'Tanggal kadaluarsa',
    'Remember Me' => 'Ingat Saya',
    'Creation date' => 'Tanggal dibuat',
    'Everybody' => 'Semua orang',
    'Open' => 'Terbuka',
    'Closed' => 'Ditutup',
    'Search' => 'Cari',
    'Nothing found.' => 'Tidak ditemukan.',
    'Due date' => 'Batas tanggal terakhir',
    'Description' => 'Deskripsi',
    '%d comments' => '%d komentar',
    '%d comment' => '%d komentar',
    'Email address invalid' => 'Alamat email tidak valid',
    'Your external account is not linked anymore to your profile.' => 'Akaun eksternal anda tidak lagi terhubung ke profil anda.',
    'Unable to unlink your external account.' => 'Tidak dapat memutuskan Akaun eksternal anda.',
    'External authentication failed' => 'Otentifikasi eksternal gagal',
    'Your external account is linked to your profile successfully.' => 'Akaun eksternal anda berhasil dihubungkan ke profil anda.',
    'Email' => 'Email',
    'Task removed successfully.' => 'Tugas berhasil dihapus.',
    'Unable to remove this task.' => 'Tidak dapat menghapus tugas ini.',
    'Remove a task' => 'Hapus tugas',
    'Do you really want to remove this task: "%s"?' => 'Apakah anda yakin akan menghapus tugas ini « %s » ?',
    'Assign automatically a color based on a category' => 'Otomatis menetapkan warna berdasarkan kategori',
    'Assign automatically a category based on a color' => 'Otomatis menetapkan kategori berdasarkan warna',
    'Task creation or modification' => 'Tugas dibuat atau di mofifikasi',
    'Category' => 'Kategori',
    'Category:' => 'Kategori :',
    'Categories' => 'Kategori',
    'Your category have been created successfully.' => 'Kategori anda berhasil dibuat.',
    'This category has been updated successfully.' => 'Kategori anda berhasil diperbaharui.',
    'Unable to update this category.' => 'Tidak dapat memperbaharui kategori anda.',
    'Remove a category' => 'Hapus kategori',
    'Category removed successfully.' => 'Kategori berhasil dihapus.',
    'Unable to remove this category.' => 'Tidak dapat menghapus kategori ini.',
    'Category modification for the project "%s"' => 'Modifikasi kategori untuk projek « %s »',
    'Category Name' => 'Nama Kategori',
    'Add a new category' => 'Tambah kategori baru',
    'Do you really want to remove this category: "%s"?' => 'Apakah anda yakin akan menghapus kategori ini « %s » ?',
    'All categories' => 'Semua kategori',
    'No category' => 'Tidak ada kategori',
    'The name is required' => 'Nama diperlukan',
    'Remove a file' => 'Hapus berkas',
    'Unable to remove this file.' => 'Tidak dapat menghapus berkas ini.',
    'File removed successfully.' => 'Berkas berhasil dihapus.',
    'Attach a document' => 'Lampirkan dokumen',
    'Do you really want to remove this file: "%s"?' => 'Apakah anda yakin akan menghapus berkas ini « %s » ?',
    'Attachments' => 'Lampiran',
    'Edit the task' => 'Modifikasi tugas',
    'Add a comment' => 'Tambahkan komentar',
    'Edit a comment' => 'Modifikasi komentar',
    'Summary' => 'Ringkasan',
    'Time tracking' => 'Pelacakan waktu',
    'Estimate:' => 'Estimasi :',
    'Spent:' => 'Menghabiskan:',
    'Do you really want to remove this sub-task?' => 'Apakah anda yakin akan menghapus sub-tugas ini ?',
    'Remaining:' => 'Tersisa:',
    'hours' => 'jam',
    'spent' => 'menghabiskan',
    'estimated' => 'perkiraan',
    'Sub-Tasks' => 'Sub-tugas',
    'Add a sub-task' => 'Tambahkan sub-tugas',
    'Original estimate' => 'Perkiraan semula',
    'Create another sub-task' => 'Tambahkan sub-tugas lainnya',
    'Time spent' => 'Waktu yang dihabiskan',
    'Edit a sub-task' => 'Modifikasi sub-tugas',
    'Remove a sub-task' => 'Hapus sub-tugas',
    'The time must be a numeric value' => 'Waktu harus berisikan numerik',
    'Todo' => 'Yang harus dilakukan',
    'In progress' => 'Sedang proses',
    'Sub-task removed successfully.' => 'Sub-tugas berhasil dihapus.',
    'Unable to remove this sub-task.' => 'Tidak dapat menghapus sub-tugas.',
    'Sub-task updated successfully.' => 'Sub-tugas berhasil diperbaharui.',
    'Unable to update your sub-task.' => 'Tidak dapat memperbaharui sub-tugas anda.',
    'Unable to create your sub-task.' => 'Tidak dapat membuat sub-tugas anda.',
    'Maximum size: ' => 'Ukuran maksimum: ',
    'Display another project' => 'Lihat projek lain',
    'Created by %s' => 'Dibuat oleh %s',
    'Tasks Export' => 'Ekspor Tugas',
    'Start Date' => 'Tanggal Mulai',
    'Execute' => 'Eksekusi',
    'Task Id' => 'Id Tugas',
    'Creator' => 'Pembuat',
    'Modification date' => 'Tanggal modifikasi',
    'Completion date' => 'Tanggal penyelesaian',
    'Clone' => 'Klon',
    'Project cloned successfully.' => 'Kloning projek berhasil.',
    'Unable to clone this project.' => 'Tidak dapat mengkloning projek.',
    'Enable email notifications' => 'Aktifkan pemberitahuan dari email',
    'Task position:' => 'Posisi tugas :',
    'The task #%d have been opened.' => 'Tugas #%d telah dibuka.',
    'The task #%d have been closed.' => 'Tugas #%d telah ditutup.',
    'Sub-task updated' => 'Sub-tugas diperbaharui',
    'Title:' => 'Judul :',
    'Status:' => 'Status :',
    'Assignee:' => 'Ditugaskan ke :',
    'Time tracking:' => 'Pelacakan waktu :',
    'New sub-task' => 'Sub-tugas baru',
    'New attachment added "%s"' => 'Lampiran baru ditambahkan « %s »',
    'New comment posted by %s' => 'Komentar baru ditambahkan oleh « %s »',
    'New comment' => 'Komentar baru',
    'Comment updated' => 'Komentar diperbaharui',
    'New subtask' => 'Sub-tugas baru',
    'I want to receive notifications only for those projects:' => 'Saya ingin menerima pemberitahuan hanya untuk projek-projek yang dipilih :',
    'view the task on Kanboard' => 'lihat tugas di Kanboard',
    'Public access' => 'Akses awam',
    'Disable public access' => 'Nyahaktifkan akses awam',
    'Enable public access' => 'Aktifkan akses awam',
    'Public access disabled' => 'Akses awam dinyahaktif',
    'Move the task to another project' => 'Pindahkan tugas ke projek lain',
    'Move to another project' => 'Pindahkan ke projek lain',
    'Do you really want to duplicate this task?' => 'Anda yakin mengembarkan tugas ini ?',
    'Duplicate a task' => 'Kembarkan tugas',
    'External accounts' => 'Akaun luaran',
    'Account type' => 'Jenis Akaun',
    'Local' => 'Lokal',
    'Remote' => 'Jauh',
    'Enabled' => 'Aktif',
    'Disabled' => 'Tidak aktif',
    'Login:' => 'Nama pengguna :',
    'Full Name:' => 'Nama:',
    'Email:' => 'Emel:',
    'Notifications:' => 'Makluman:',
    'Notifications' => 'Makluman',
    'Account type:' => 'Jenis Akaun :',
    'Edit profile' => 'Sunting profil',
    'Change password' => 'Rubah kata sandri',
    'Password modification' => 'Modifikasi kata laluan',
    'External authentications' => 'Otentifikasi eksternal',
    'Never connected.' => 'Tidak pernah terhubung.',
    'No external authentication enabled.' => 'Tidak ada otentifikasi eksternal yang aktif.',
    'Password modified successfully.' => 'Kata laluan telah berjaya ditukar.',
    'Unable to change the password.' => 'Tidak dapat merubah kata laluanr.',
    'Change category' => 'Tukar kategori',
    '%s updated the task %s' => '%s memperbaharui tugas %s',
    '%s opened the task %s' => '%s membuka tugas %s',
    '%s moved the task %s to the position #%d in the column "%s"' => '%s memindahkan tugas %s ke posisi n°%d dalam kolom « %s »',
    '%s moved the task %s to the column "%s"' => '%s memindahkan tugas %s ke kolom « %s »',
    '%s created the task %s' => '%s membuat tugas %s',
    '%s closed the task %s' => '%s menutup tugas %s',
    '%s created a subtask for the task %s' => '%s membuat subtugas untuk tugas %s',
    '%s updated a subtask for the task %s' => '%s memperbaharui subtugas untuk tugas %s',
    'Assigned to %s with an estimate of %s/%sh' => 'Ditugaskan untuk %s dengan perkiraan %s/%sh',
    'Not assigned, estimate of %sh' => 'Tiada yang ditugaskan, perkiraan %sh',
    '%s updated a comment on the task %s' => '%s memperbaharui komentar pada tugas %s',
    '%s commented the task %s' => '%s memberikan komentar pada tugas %s',
    '%s\'s activity' => 'Aktifitas dari %s',
    'RSS feed' => 'RSS feed',
    '%s updated a comment on the task #%d' => '%s memperbaharui komentar pada tugas n°%d',
    '%s commented on the task #%d' => '%s memberikan komentar pada tugas n°%d',
    '%s updated a subtask for the task #%d' => '%s memperbaharui subtugas untuk tugas n°%d',
    '%s created a subtask for the task #%d' => '%s membuat subtugas untuk tugas n°%d',
    '%s updated the task #%d' => '%s memperbaharui tugas n°%d',
    '%s created the task #%d' => '%s membuat tugas n°%d',
    '%s closed the task #%d' => '%s menutup tugas n°%d',
    '%s opened the task #%d' => '%s membuka tugas n°%d',
    'Activity' => 'Aktifitas',
    'Default values are "%s"' => 'Standar nilai adalah« %s »',
    'Default columns for new projects (Comma-separated)' => 'Kolom default untuk projek baru (dipisahkan dengan koma)',
    'Task assignee change' => 'Mengubah orang ditugaskan untuk tugas',
    '%s changed the assignee of the task #%d to %s' => '%s rubah orang yang ditugaskan dari tugas n%d ke %s',
    '%s changed the assignee of the task %s to %s' => '%s mengubah orang yang ditugaskan dari tugas %s ke %s',
    'New password for the user "%s"' => 'Kata laluan baru untuk pengguna « %s »',
    'Choose an event' => 'Pilih sebuah acara',
    'Create a task from an external provider' => 'Buat tugas dari pemasok eksternal',
    'Change the assignee based on an external username' => 'Rubah penugasan berdasarkan nama pengguna eksternal',
    'Change the category based on an external label' => 'Rubah kategori berdasarkan label eksternal',
    'Reference' => 'Referensi',
    'Label' => 'Label',
    'Database' => 'Pengkalan data',
    'About' => 'Tentang',
    'Database driver:' => 'Driver pengkalan data:',
    'Board settings' => 'Pengaturan papan',
    'Webhook settings' => 'Penetapan webhook',
    'Reset token' => 'Menetap semula token',
    'API endpoint:' => 'API endpoint :',
    'Refresh interval for private board' => 'Interval pembaruan untuk papan pribadi',
    'Refresh interval for public board' => 'Interval pembaruan untuk papan publik',
    'Task highlight period' => 'Periode puncak tugas',
    'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periode (dalam detik) untuk mempertimbangkan tugas yang baru dimodifikasi (0 untuk menonaktifkan, standar 2 hari)',
    'Frequency in second (60 seconds by default)' => 'Frequensi dalam detik (standar 60 saat)',
    'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frekuensi dalam detik (0 untuk menonaktifkan fitur ini, standar 10 detik)',
    'Application URL' => 'URL Aplikasi',
    'Token regenerated.' => 'Token diregenerasi.',
    'Date format' => 'Format tarikh',
    'ISO format is always accepted, example: "%s" and "%s"' => 'Format ISO selalunya diterima, contoh: « %s » et « %s »',
    'New private project' => 'Projek peribadi baharu',
    'This project is private' => 'projek ini adalah peribadi',
    'Add' => 'Tambah',
    'Start date' => 'Tarikh mula',
    'Time estimated' => 'Anggaran masa',
    'There is nothing assigned to you.' => 'Tidak ada yang diberikan kepada anda.',
    'My tasks' => 'Tugas saya',
    'Activity stream' => 'Arus aktifitas',
    'Dashboard' => 'Dasbor',
    'Confirmation' => 'Konfirmasi',
    'Webhooks' => 'Webhooks',
    'API' => 'API',
    'Create a comment from an external provider' => 'Buat komentar dari pemasok eksternal',
    'Project management' => 'Manajemen projek',
    'Columns' => 'Kolom',
    'Task' => 'Tugas',
    'Percentage' => 'Persentasi',
    'Number of tasks' => 'Jumlah dari tugas',
    'Task distribution' => 'Pembagian tugas',
    'Analytics' => 'Analitis',
    'Subtask' => 'Subtugas',
    'User repartition' => 'Partisi ulang pengguna',
    'Clone this project' => 'Gandakan projek ini',
    'Column removed successfully.' => 'Kolom berhasil dihapus.',
    'Not enough data to show the graph.' => 'Tidak cukup data untuk menampilkan grafik.',
    'Previous' => 'Sebelumnya',
    'The id must be an integer' => 'Id harus integer',
    'The project id must be an integer' => 'Id projek harus integer',
    'The status must be an integer' => 'Status harus integer',
    'The subtask id is required' => 'Id subtugas diperlukan',
    'The subtask id must be an integer' => 'Id subtugas harus integer',
    'The task id is required' => 'Id tugas diperlukan',
    'The task id must be an integer' => 'Id tugas harus integer',
    'The user id must be an integer' => 'Id user harus integer',
    'This value is required' => 'Nilai ini diperlukan',
    'This value must be numeric' => 'Nilai ini harus angka',
    'Unable to create this task.' => 'Tidak dapat membuat tugas ini',
    'Cumulative flow diagram' => 'Diagram alir kumulatif',
    'Daily project summary' => 'Ringkasan projek harian',
    'Daily project summary export' => 'Ekspot ringkasan projek harian',
    'Exports' => 'Ekspor',
    'This export contains the number of tasks per column grouped per day.' => 'Ekspor ini berisi jumlah dari tugas per kolom dikelompokan perhari.',
    'Active swimlanes' => 'Swimlanes aktif',
    'Add a new swimlane' => 'Tambah swimlane baharu',
    'Default swimlane' => 'Piawai swimlane',
    'Do you really want to remove this swimlane: "%s"?' => 'Anda yakin untuk menghapus swimlane ini : « %s » ?',
    'Inactive swimlanes' => 'Swimlanes tidak aktif',
    'Remove a swimlane' => 'Padam swimlane',
    'Swimlane modification for the project "%s"' => 'Modifikasi swimlane untuk projek « %s »',
    'Swimlane removed successfully.' => 'Swimlane telah dipadamkan.',
    'Swimlanes' => 'Swimlanes',
    'Swimlane updated successfully.' => 'Swimlane telah dikemaskini.',
    'Unable to remove this swimlane.' => 'Tidak dapat menghapus swimlane ini.',
    'Unable to update this swimlane.' => 'Tidak dapat memperbaharui swimlane ini.',
    'Your swimlane have been created successfully.' => 'Swimlane anda berhasil dibuat.',
    'Example: "Bug, Feature Request, Improvement"' => 'Contoh: « Insiden, Permintaan Ciri, Pembaikan »',
    'Default categories for new projects (Comma-separated)' => 'Piawaian kategori untuk projek baru (asingkan guna koma)',
    'Integrations' => 'Integrasi',
    'Integration with third-party services' => 'Integrasi dengan khidmat pihak ketiga',
    'Subtask Id' => 'Id Subtugas',
    'Subtasks' => 'Subtugas',
    'Subtasks Export' => 'Ekspot Subtugas',
    'Task Title' => 'Judul Tugas',
    'Untitled' => 'Tanpa nama',
    'Application default' => 'Aplikasi Piawaian',
    'Language:' => 'Bahasa:',
    'Timezone:' => 'Zon masa:',
    'All columns' => 'Semua kolom',
    'Next' => 'Selanjutnya',
    '#%d' => 'n°%d',
    'All swimlanes' => 'Semua swimlane',
    'All colors' => 'Semua warna',
    'Moved to column %s' => 'Pindah ke kolom %s',
    'User dashboard' => 'Papan Kenyataan pengguna',
    'Allow only one subtask in progress at the same time for a user' => 'Izinkan hanya satu subtugas dalam proses secara bersamaan untuk satu pengguna',
    'Edit column "%s"' => 'Modifikasi kolom « %s »',
    'Select the new status of the subtask: "%s"' => 'Pilih status baru untuk subtugas : « %s »',
    'Subtask timesheet' => 'Subtugas absen',
    'There is nothing to show.' => 'Tidak ada yang dapat diperlihatkan.',
    'Time Tracking' => 'Pelacakan waktu',
    'You already have one subtask in progress' => 'Anda sudah ada satu subtugas dalam proses',
    'Which parts of the project do you want to duplicate?' => 'Bagian dalam projek mana yang ingin anda duplikasi?',
    'Disallow login form' => 'Larang formulir masuk',
    'Start' => 'Mula',
    'End' => 'Selesai',
    'Task age in days' => 'Usia tugas dalam bentuk harian',
    'Days in this column' => 'Hari dalam kolom ini',
    '%dd' => '%dj',
    'Add a new link' => 'Tambah Pautan baru',
    'Do you really want to remove this link: "%s"?' => 'Anda yakin akan menghapus Pautan ini : « %s » ?',
    'Do you really want to remove this link with task #%d?' => 'Anda yakin akan menghapus Pautan ini dengan tugas n°%d ?',
    'Field required' => 'Medan diperlukan',
    'Link added successfully.' => 'Pautan berhasil ditambahkan.',
    'Link updated successfully.' => 'Pautan berhasil diperbaharui.',
    'Link removed successfully.' => 'Pautan berhasil dihapus.',
    'Link labels' => 'Label Pautan',
    'Link modification' => 'Modifikasi Pautan',
    'Links' => 'Pautan',
    'Opposite label' => 'Label berlawanan',
    'Remove a link' => 'Hapus Pautan',
    'The labels must be different' => 'Label harus berbeda',
    'There is no link.' => 'Tidak ada Pautan.',
    'This label must be unique' => 'Label ini harus unik',
    'Unable to create your link.' => 'Tidak dapat membuat Pautan anda.',
    'Unable to update your link.' => 'Tidak dapat memperbaharui Pautan anda.',
    'Unable to remove this link.' => 'Tidak dapat menghapus Pautan ini.',
    'relates to' => 'berhubungan dengan',
    'blocks' => 'blok',
    'is blocked by' => 'diblokir oleh',
    'duplicates' => 'duplikat',
    'is duplicated by' => 'diduplikasi oleh',
    'is a child of' => 'anak dari',
    'is a parent of' => 'orant tua dari',
    'targets milestone' => 'milestone target',
    'is a milestone of' => 'adalah milestone dari',
    'fixes' => 'perbaikan',
    'is fixed by' => 'diperbaiki oleh',
    'This task' => 'Tugas ini',
    '<1h' => '<1h',
    '%dh' => '%dh',
    'Expand tasks' => 'Perluas tugas',
    'Collapse tasks' => 'Lipat tugas',
    'Expand/collapse tasks' => 'Perluas/lipat tugas',
    'Close dialog box' => 'Tutup kotak dialog',
    'Submit a form' => 'Submit formulir',
    'Board view' => 'Table halaman',
    'Keyboard shortcuts' => 'pintas keyboard',
    'Open board switcher' => 'Buka table switcher',
    'Application' => 'Aplikasi',
    'Compact view' => 'Tampilan kompak',
    'Horizontal scrolling' => 'Horisontal bergulir',
    'Compact/wide view' => 'Beralih antara tampilan kompak dan diperluas',
    'Currency' => 'Mata uang',
    'Private project' => 'projek pribadi',
    'AUD - Australian Dollar' => 'AUD - Dollar Australia',
    'CAD - Canadian Dollar' => 'CAD - Dollar Kanada',
    'CHF - Swiss Francs' => 'CHF - Swiss Prancis',
    'Custom Stylesheet' => 'Kustomisasi Stylesheet',
    'download' => 'unduh',
    'EUR - Euro' => 'EUR - Euro',
    'GBP - British Pound' => 'GBP - Poundsterling inggris',
    'INR - Indian Rupee' => 'INR - Rupe India',
    'JPY - Japanese Yen' => 'JPY - Yen Jepang',
    'NZD - New Zealand Dollar' => 'NZD - Dollar Selandia baru',
    'RSD - Serbian dinar' => 'RSD - Dinar Serbia',
    // 'CNY - Chinese Yuan' => '',
    'USD - US Dollar' => 'USD - Dollar Amerika',
    'Destination column' => 'Kolom tujuan',
    'Move the task to another column when assigned to a user' => 'Pindahkan tugas ke kolom lain ketika ditugaskan ke pengguna',
    'Move the task to another column when assignee is cleared' => 'Pindahkan tugas ke kolom lain ketika orang yang ditugaskan dibersihkan',
    'Source column' => 'Sumber kolom',
    'Transitions' => 'Transisi',
    'Executer' => 'Eksekusi',
    'Time spent in the column' => 'Waktu yang dihabiskan dalam kolom',
    'Task transitions' => 'Transisi tugas',
    'Task transitions export' => 'Ekspor transisi tugas',
    'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Laporan ini berisi semua kolom yang pindah untuk setiap tugas dengan tanggal, pengguna dan waktu yang dihabiskan untuk setiap transisi.',
    'Currency rates' => 'Nilai tukar mata uang',
    'Rate' => 'Tarif',
    'Change reference currency' => 'Mengubah referensi mata uang',
    'Reference currency' => 'Referensi mata uang',
    'The currency rate have been added successfully.' => 'Nilai tukar mata uang berhasil ditambahkan.',
    'Unable to add this currency rate.' => 'Tidak dapat menambahkan nilai tukar mata uang',
    'Webhook URL' => 'URL webhook',
    '%s removed the assignee of the task %s' => '%s menghapus penugasan dari tugas %s',
    'Information' => 'Informasi',
    'Check two factor authentication code' => 'Cek dua faktor kode otentifikasi',
    'The two factor authentication code is not valid.' => 'Kode dua faktor kode otentifikasi tidak valid.',
    'The two factor authentication code is valid.' => 'Kode dua faktor kode otentifikasi valid.',
    'Code' => 'Kode',
    'Two factor authentication' => 'Dua faktor otentifikasi',
    'This QR code contains the key URI: ' => 'kode QR ini mengandung kunci URI : ',
    'Check my code' => 'Memeriksa kode saya',
    'Secret key: ' => 'Kunci rahasia : ',
    'Test your device' => 'Menguji perangkat anda',
    'Assign a color when the task is moved to a specific column' => 'Menetapkan warna ketika tugas tersebut dipindahkan ke kolom tertentu',
    '%s via Kanboard' => '%s via Kanboard',
    'Burndown chart' => 'Grafik Burndown',
    'This chart show the task complexity over the time (Work Remaining).' => 'Grafik ini menunjukkan kompleksitas tugas dari waktu ke waktu (Sisa Pekerjaan).',
    'Screenshot taken %s' => 'Screenshot diambil %s',
    'Add a screenshot' => 'Tambah screenshot',
    // 'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => '',
    'Screenshot uploaded successfully.' => 'Screenshot berhasil diunggah.',
    'SEK - Swedish Krona' => 'SEK - Krona Swedia',
    'Identifier' => 'Identifier',
    'Disable two factor authentication' => 'Matikan dua faktor otentifikasi',
    'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Apakah anda yakin akan mematikan dua faktor otentifikasi untuk pengguna ini : « %s » ?',
    'Edit link' => 'Modifikasi Pautan',
    'Start to type task title...' => 'Mulai mengetik judul tugas...',
    'A task cannot be linked to itself' => 'Sebuah tugas tidak dapat dikaitkan dengan dirinya sendiri',
    'The exact same link already exists' => 'Pautan yang sama persis sudah ada',
    'Recurrent task is scheduled to be generated' => 'Tugas berulang dijadwalkan akan dihasilkan',
    'Score' => 'Skor',
    'The identifier must be unique' => 'Identifier harus unik',
    'This linked task id doesn\'t exists' => 'Id tugas terkait tidak ada',
    'This value must be alphanumeric' => 'Nilai harus alfanumerik',
    'Edit recurrence' => 'Modifikasi pengulangan',
    'Generate recurrent task' => 'Menghasilkan tugas berulang',
    'Trigger to generate recurrent task' => 'Memicu untuk menghasilkan tugas berulang',
    'Factor to calculate new due date' => 'Faktor untuk menghitung tanggal jatuh tempo baru',
    'Timeframe to calculate new due date' => 'Jangka waktu untuk menghitung tanggal jatuh tempo baru',
    'Base date to calculate new due date' => 'Tanggal dasar untuk menghitung tanggal jatuh tempo baru',
    'Action date' => 'Tanggal aksi',
    'Base date to calculate new due date: ' => 'Tanggal dasar untuk menghitung tanggal jatuh tempo baru: ',
    'This task has created this child task: ' => 'Tugas ini telah menciptakan tugas anak ini: ',
    'Day(s)' => 'Hari',
    'Existing due date' => 'Batas waktu yang ada',
    'Factor to calculate new due date: ' => 'Faktor untuk menghitung tanggal jatuh tempo baru: ',
    'Month(s)' => 'Bulan',
    'Recurrence' => 'Pengulangan',
    'This task has been created by: ' => 'Tugas ini telah dibuat oleh:',
    'Recurrent task has been generated:' => 'Tugas berulang telah dihasilkan:',
    'Timeframe to calculate new due date: ' => 'Jangka waktu untuk menghitung tanggal jatuh tempo baru: ',
    'Trigger to generate recurrent task: ' => 'Pemicu untuk menghasilkan tugas berulang: ',
    'When task is closed' => 'Ketika tugas ditutup',
    'When task is moved from first column' => 'Ketika tugas dipindahkan dari kolom pertama',
    'When task is moved to last column' => 'Ketika tugas dipindahkan ke kolom terakhir',
    'Year(s)' => 'Tahun',
    'Project settings' => 'Pengaturan projek',
    'Automatically update the start date' => 'Otomatikkan pengemaskinian tanggal',
    'iCal feed' => 'iCal feed',
    'Preferences' => 'Keutamaan',
    'Security' => 'Keamanan',
    'Two factor authentication disabled' => 'Otentifikasi dua faktor dimatikan',
    'Two factor authentication enabled' => 'Otentifikasi dua faktor dihidupkan',
    'Unable to update this user.' => 'Tidak dapat memperbarui pengguna ini.',
    'There is no user management for private projects.' => 'Tidak ada manajemen pengguna untuk projek-projek pribadi.',
    'User that will receive the email' => 'Pengguna yang akan menerima email',
    'Email subject' => 'Subjek Emel',
    'Date' => 'Tanggal',
    'Add a comment log when moving the task between columns' => 'Menambahkan log komentar ketika memindahkan tugas antara kolom',
    'Move the task to another column when the category is changed' => 'Pindahkan tugas ke kolom lain ketika kategori berubah',
    'Send a task by email to someone' => 'Kirim tugas melalui email ke seseorang',
    'Reopen a task' => 'Membuka kembali tugas',
    'Notification' => 'Pemberitahuan',
    '%s moved the task #%d to the first swimlane' => '%s memindahkan tugas n°%d ke swimlane pertama',
    'Swimlane' => 'Swimlane',
    '%s moved the task %s to the first swimlane' => '%s memindahkan tugas %s ke swimlane pertama',
    '%s moved the task %s to the swimlane "%s"' => '%s memindahkan tugas %s ke swimlane « %s »',
    'This report contains all subtasks information for the given date range.' => 'Laporan ini berisi semua informasi subtugas untuk rentang tanggal tertentu.',
    'This report contains all tasks information for the given date range.' => 'Laporan ini berisi semua informasi tugas untuk rentang tanggal tertentu.',
    'Project activities for %s' => 'Aktifitas projek untuk « %s »',
    'view the board on Kanboard' => 'lihat papan di Kanboard',
    'The task have been moved to the first swimlane' => 'Tugas telah dipindahkan ke swimlane pertama',
    'The task have been moved to another swimlane:' => 'Tugas telah dipindahkan ke swimlane lain:',
    'New title: %s' => 'Judul baru : %s',
    'The task is not assigned anymore' => 'Tugas tidak ditugaskan lagi',
    'New assignee: %s' => 'Penerima baru : %s',
    'There is no category now' => 'Tidak ada kategori untuk sekarang',
    'New category: %s' => 'Kategori baru : %s',
    'New color: %s' => 'Warna baru : %s',
    'New complexity: %d' => 'Kompleksitas baru : %d',
    'The due date have been removed' => 'Tanggal jatuh tempo telah dihapus',
    'There is no description anymore' => 'Tidak ada deskripsi lagi',
    'Recurrence settings have been modified' => 'Pengaturan pengulangan telah dimodifikasi',
    'Time spent changed: %sh' => 'Waktu yang dihabiskan berubah : %sh',
    'Time estimated changed: %sh' => 'Perkiraan waktu berubah : %sh',
    'The field "%s" have been updated' => 'Field « %s » telah diperbaharui',
    'The description has been modified:' => 'Deskripsi telah dimodifikasi',
    'Do you really want to close the task "%s" as well as all subtasks?' => 'Apakah anda yakin akan menutup tugas « %s » beserta semua sub-tugasnya ?',
    'I want to receive notifications for:' => 'Saya ingin menerima pemberitahuan untuk :',
    'All tasks' => 'Semua tugas',
    'Only for tasks assigned to me' => 'Hanya untuk tugas yang ditugaskan ke saya',
    'Only for tasks created by me' => 'Hanya untuk tugas yang dibuat oleh saya',
    'Only for tasks created by me and assigned to me' => 'Hanya untuk tugas yang dibuat oleh saya dan ditugaskan ke saya',
    '%%Y-%%m-%%d' => '%%d/%%m/%%Y',
    'Total for all columns' => 'Total untuk semua kolom',
    'You need at least 2 days of data to show the chart.' => 'Anda memerlukan setidaknya 2 hari dari data yang menunjukkan grafik.',
    '<15m' => '<15m',
    '<30m' => '<30m',
    'Stop timer' => 'Hentikan timer',
    'Start timer' => 'Mulai timer',
    'My activity stream' => 'Aliran kegiatan saya',
    'Search tasks' => 'Cari tugas',
    'Reset filters' => 'Reset ulang filter',
    'My tasks due tomorrow' => 'Tugas saya yang berakhir besok',
    'Tasks due today' => 'Tugas yang berakhir hari ini',
    'Tasks due tomorrow' => 'Tugas yang berakhir besok',
    'Tasks due yesterday' => 'Tugas yang berakhir kemarin',
    'Closed tasks' => 'Tugas yang ditutup',
    'Open tasks' => 'Buka Tugas',
    'Not assigned' => 'Tidak ditugaskan',
    'View advanced search syntax' => 'Lihat sintaks pencarian lanjutan',
    'Overview' => 'Ikhtisar',
    'Board/Calendar/List view' => 'Tampilan Papan/Kalender/Daftar',
    'Switch to the board view' => 'Beralih ke tampilan papan',
    'Switch to the list view' => 'Beralih ke tampilan daftar',
    'Go to the search/filter box' => 'Pergi ke kotak pencarian/filter',
    'There is no activity yet.' => 'Tidak ada aktifitas saat ini.',
    'No tasks found.' => 'Tidak ada tugas yang ditemukan.',
    'Keyboard shortcut: "%s"' => 'Keyboard shortcut : « %s »',
    'List' => 'Daftar',
    'Filter' => 'Filter',
    'Advanced search' => 'Pencarian lanjutan',
    'Example of query: ' => 'Contoh dari query : ',
    'Search by project: ' => 'Pencarian berdasarkan projek : ',
    'Search by column: ' => 'Pencarian berdasarkan kolom : ',
    'Search by assignee: ' => 'Pencarian berdasarkan penerima : ',
    'Search by color: ' => 'Pencarian berdasarkan warna : ',
    'Search by category: ' => 'Pencarian berdasarkan kategori : ',
    'Search by description: ' => 'Pencarian berdasarkan deskripsi : ',
    'Search by due date: ' => 'Pencarian berdasarkan tanggal jatuh tempo : ',
    'Average time spent into each column' => 'Rata-rata waktu yang dihabiskan dalam setiap kolom',
    'Average time spent' => 'Rata-rata waktu yang dihabiskan',
    'This chart show the average time spent into each column for the last %d tasks.' => 'Grafik ini menunjukkan rata-rata waktu yang dihabiskan dalam setiap kolom untuk %d tugas.',
    'Average Lead and Cycle time' => 'Rata-rata Memimpin dan Siklus waktu',
    'Average lead time: ' => 'Rata-rata waktu pimpinan : ',
    'Average cycle time: ' => 'Rata-rata siklus waktu : ',
    'Cycle Time' => 'Siklus Waktu',
    'Lead Time' => 'Lead Time',
    'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Grafik ini menunjukkan memimpin rata-rata dan waktu siklus untuk %d tugas terakhir dari waktu ke waktu.',
    'Average time into each column' => 'Rata-rata waktu ke setiap kolom',
    'Lead and cycle time' => 'Lead dan siklus waktu',
    'Lead time: ' => 'Lead time : ',
    'Cycle time: ' => 'Siklus waktu : ',
    'Time spent into each column' => 'Waktu yang dihabiskan di setiap kolom',
    'The lead time is the duration between the task creation and the completion.' => 'Lead time adalah durasi antara pembuatan tugas dan penyelesaian.',
    'The cycle time is the duration between the start date and the completion.' => 'Siklus waktu adalah durasi antara tanggal mulai dan tanggal penyelesaian.',
    'If the task is not closed the current time is used instead of the completion date.' => 'Jika tugas tidak ditutup waktu saat ini yang digunakan sebagai pengganti tanggal penyelesaian.',
    'Set automatically the start date' => 'Secara otomatis mengatur tanggal mulai',
    'Edit Authentication' => 'Modifikasi Otentifikasi',
    'Remote user' => 'Pengguna jauh',
    'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => 'Pengguna jauh tidak menyimpan kata laluan mereka dalam basis data Kanboard, contoh: Akaun LDAP, Google dan Github.',
    'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => 'Jika anda mencentang kotak "Larang formulir login", kredensial masuk ke formulis login akan diabaikan.',
    'Default task color' => 'Standar warna tugas',
    'This feature does not work with all browsers.' => 'Ciri ini tidak dapat digunakan pada semua browsers',
    'There is no destination project available.' => 'Tiada destinasi projek yang tersedia.',
    'Trigger automatically subtask time tracking' => 'Picu pengesanan subtugas secara otomatik',
    'Include closed tasks in the cumulative flow diagram' => 'Termasuk tugas yang ditutup pada diagram aliran kumulatif',
    'Current swimlane: %s' => 'Swimlane saat ini : %s',
    'Current column: %s' => 'Kolom saat ini : %s',
    'Current category: %s' => 'Kategori saat ini : %s',
    'no category' => 'tiada kategori',
    'Current assignee: %s' => 'Saat ini ditugaskan pada: %s',
    'not assigned' => 'Belum ditugaskan',
    'Author:' => 'Penulis:',
    'contributors' => 'Penggiat',
    'License:' => 'Lesen:',
    'License' => 'Lesen',
    'Enter the text below' => 'Masukkan teks di bawah',
    'Start date:' => 'Tanggal mulai:',
    'Due date:' => 'Batas waktu:',
    'People who are project managers' => 'Orang-orang yang menjadi pengurus projek',
    'People who are project members' => 'Orang-orang yang menjadi anggota projek',
    'NOK - Norwegian Krone' => 'NOK - Krone Norwegia',
    'Show this column' => 'Perlihatkan kolom ini',
    'Hide this column' => 'Sembunyikan kolom ini',
    'open file' => 'buka fail',
    'End date' => 'Waktu berakhir',
    'Users overview' => 'Ikhtisar pengguna',
    'Members' => 'Anggota',
    'Shared project' => 'projek bersama',
    'Project managers' => 'Pengurus projek',
    'Projects list' => 'Senarai projek',
    'End date:' => 'Waktu berakhir :',
    'Change task color when using a specific task link' => 'Rubah warna tugas ketika menggunakan Pautan tugas yang spesifik',
    'Task link creation or modification' => 'Pautan tugas pada penciptaan atau penyuntingan',
    'Milestone' => 'Batu Tanda',
    'Documentation: %s' => 'Dokumentasi : %s',
    'Reset the search/filter box' => 'Tetap semula pencarian/saringan',
    'Documentation' => 'Dokumentasi',
    'Table of contents' => 'Isi kandungan',
    // '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' => '',
    // 'New comment on task #%d' => '',
    // 'Comment updated on task #%d' => '',
    // 'New subtask on task #%d' => '',
    // 'Subtask updated on task #%d' => '',
    // 'New task #%d: %s' => '',
    // 'Task updated #%d' => '',
    // 'Task #%d closed' => '',
    // 'Task #%d opened' => '',
    // 'Column changed for task #%d' => '',
    // 'New position for task #%d' => '',
    // 'Swimlane changed for task #%d' => '',
    // 'Assignee changed on task #%d' => '',
    // '%d overdue tasks' => '',
    // 'Task #%d is overdue' => '',
    // '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.' => '',
    // 'Nothing have been imported!' => '',
    // 'Import users from CSV file' => '',
    // '%d user(s) have been imported successfully.' => '',
    // 'Comma' => '',
    // 'Semi-colon' => '',
    // 'Tab' => '',
    // 'Vertical bar' => '',
    // 'Double Quote' => '',
    // 'Single Quote' => '',
    // '%s attached a file to the task #%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' => '',
    // 'Instructions' => '',
    // 'Your file must use the predefined CSV format' => '',
    // 'Your file must be encoded in 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' => '',
    // 'Download CSV template' => '',
    // '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' => '',
    'Link type' => 'Jenis pautan',
    // 'Assign automatically a category based on a link' => '',
    // 'BAM - Konvertible Mark' => '',
    // 'Assignee Username' => '',
    // 'Assignee Name' => '',
    // 'Groups' => '',
    // 'Members of %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"' => '',
    // 'Group member added successfully.' => '',
    // 'Unable to add group member.' => '',
    // 'Remove user from group "%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' => '',
    // 'Invalid 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"?' => '',
    // 'There is no group.' => '',
    // 'Add group member' => '',
    // 'Do you really want to remove this group: "%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:' => 'Peranan',
    'Project members' => 'Anggota projek',
    // '%s mentioned you in the task #%d' => '',
    // '%s mentioned you in a comment on the task #%d' => '',
    // 'You were mentioned in the task #%d' => '',
    // 'You were mentioned in a comment on the task #%d' => '',
    // 'Estimated hours: ' => '',
    // 'Actual hours: ' => '',
    // 'Hours Spent' => '',
    // 'Hours Estimated' => '',
    // 'Estimated Time' => '',
    // 'Actual Time' => '',
    // 'Estimated vs actual time' => '',
    // 'RUB - Russian Ruble' => '',
    // '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' => 'Ciptaan',
    'Expiration' => 'Jangka hayat',
    'Password reset history' => 'Sirah tetap semula kata laluan',
    // 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
    // '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.' => '',
    // '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.' => '',
    // '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' => '',
    // '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' => '',
    // 'Time spent:' => '',
    // 'Created:' => '',
    // 'Modified:' => '',
    // 'Completed:' => '',
    // 'Started:' => '',
    // 'Moved:' => '',
    // 'Task #%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"' => 'Tugas terlambat untuk projek « %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' => '',
    // 'Predefined Task Description' => '',
    // 'Do you really want to remove this template? "%s"' => '',
    // 'Add predefined task description' => '',
    // 'Predefined Task Descriptions' => '',
    // 'Template created successfully.' => '',
    // 'Unable to create this template.' => '',
    // 'Template updated successfully.' => '',
    // 'Unable to update this template.' => '',
    // 'Template removed successfully.' => '',
    // 'Unable to remove this template.' => '',
    // 'Template for the task description' => '',
    // 'The start date is greater than the end date' => '',
    // 'Tags must be separated by a comma' => '',
    // 'Only the task title is required' => '',
    // 'Creator Username' => '',
    // 'Color Name' => '',
    // 'Column Name' => '',
    // 'Swimlane Name' => '',
    // 'Time Estimated' => '',
    // 'Time Spent' => '',
    // 'External Link' => '',
    // 'This feature enable the iCal feed, RSS feed and the public board view.' => '',
);