forked from nocobase/locales
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathid-ID.json
More file actions
4321 lines (4321 loc) · 246 KB
/
id-ID.json
File metadata and controls
4321 lines (4321 loc) · 246 KB
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
{
"@nocobase/client": {
"(Fields only)": "(Fields only)",
"12 hour": "12 jam",
"24 hour": "24 jam",
"<": "<",
"=": "=",
">": ">",
"ACL": "ACL",
"ASC": "ASC",
"Access": "Akses",
"Access control": "Kontrol Akses",
"Accessible": "Dapat Diakses",
"Accuracy": "Akurasi",
"Action": "Aksi",
"Action after successful submission": "Aksi setelah pengiriman berhasil",
"Action column": "Kolom Aksi",
"Action display name": "Nama tampilan aksi",
"Action logs": "Log aksi",
"Action name": "Nama aksi",
"Action on existing records": "Aksi pada catatan yang ada",
"Action on new records": "Aksi pada catatan baru",
"Action permission": "Izin aksi",
"Action permissions": "Izin aksi",
"Action scope": "Lingkup aksi",
"Action type": "Tipe aksi",
"Actions": "Aksi",
"Add": "Tambah",
"Add & Update": "Tambah & Perbarui",
"Add Markdown": "Tambah Markdown",
"Add attach": "Tambah lampiran",
"Add block": "Tambah blok",
"Add card": "Tambah kartu",
"Add category": "Tambah kategori",
"Add child": "Tambah anak",
"Add child route": "Tambah rute anak",
"Add condition": "Tambah kondisi",
"Add condition group": "Tambah grup kondisi",
"Add exportable field": "Tambah bidang yang dapat diekspor",
"Add field": "Tambah bidang",
"Add filter": "Tambah filter",
"Add filter group": "Tambah grup filter",
"Add group": "Tambah grup",
"Add link": "Tambah tautan",
"Add linkage rule": "Tambah aturan keterkaitan",
"Add menu item": "Tambah item menu",
"Add new": "Tambah baru",
"Add new mode": "Tambah mode baru",
"Add option": "Tambah opsi",
"Add page": "Tambah halaman",
"Add parameter": "Tambah parameter",
"Add plugin": "Tambah plugin",
"Add property": "Tambah properti",
"Add record": "Tambah catatan",
"Add role": "Tambah peran",
"Add sort field": "Tambah bidang urut",
"Add tab": "Tambah tab",
"Add template": "Tambah templat",
"Add text": "Tambah teks",
"Add type": "Tambah tipe",
"Add validation rule": "Tambah aturan validasi",
"Add {{type}} after \"{{title}}\"": "Tambah {{type}} setelah \"{{title}}\"",
"Add {{type}} before \"{{title}}\"": "Tambah {{type}} sebelum \"{{title}}\"",
"Add {{type}} in \"{{title}}\"": "Tambah {{type}} di \"{{title}}\"",
"Advanced type": "Tingkat Lanjut",
"After": "Setelah",
"After change": "Setelah perubahan",
"After clicking the custom button, the following field values will be assigned according to the following form.": "Setelah mengklik tombol khusus, nilai bidang berikut akan ditetapkan sesuai dengan formulir berikut.",
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Setelah mengklik tombol khusus, bidang-bidang berikut dari catatan saat ini akan disimpan sesuai dengan formulir berikut.",
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Setelah disembunyikan, menu ini tidak akan lagi muncul di bilah menu. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengkonfigurasinya.",
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Setelah disembunyikan, tab ini tidak akan lagi muncul di bilah tab. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengaturnya.",
"After successful bulk update": "Setelah pembaruan massal berhasil",
"After successful request": "Setelah permintaan berhasil",
"After successful save": "Setelah penyimpanan berhasil",
"After successful submission": "Setelah pengiriman berhasil",
"After successful update": "Setelah pembaruan berhasil",
"Agenda": "Agenda",
"All": "Semua",
"All collections": "Semua koleksi",
"All collections use general action permissions by default; permission configured individually will override the default one.": "Semua koleksi menggunakan izin aksi umum secara default; izin yang dikonfigurasi secara individual akan menggantikan yang default.",
"All events": "Semua acara",
"All plugin settings": "Semua pengaturan plugin",
"All records": "Semua catatan",
"Allow": "Izinkan",
"Allow access": "Izinkan akses",
"Allow action": "Izinkan aksi",
"Allow add new": "Izinkan tambah baru",
"Allow add new data": "Izinkan tambah data baru",
"Allow add new, update and delete actions": "Izinkan tambah baru, perbarui, dan hapus aksi",
"Allow adding records to the current collection": "Izinkan menambahkan catatan ke koleksi saat ini",
"Allow disassociation": "Izinkan pemutusan asosiasi",
"Allow dissociate": "Izinkan pemisahan",
"Allow linking to multiple records": "Izinkan menautkan ke beberapa catatan",
"Allow multiple": "Izinkan beberapa",
"Allow multiple selection": "Izinkan pemilihan ganda",
"Allow selection of existing records": "Izinkan pemilihan catatan yang ada",
"Allow sign up": "Izinkan pendaftaran",
"Allow to configure plugins": "Izinkan untuk mengkonfigurasi plugin",
"Allow to desgin pages": "Izinkan untuk mendesain halaman",
"Allow to manage plugins": "Izinkan untuk mengelola plugin",
"Allow uploading multiple files": "Izinkan mengunggah beberapa file",
"Allows configuration of the whole system, including UI, collections, permissions, etc.": "Memungkinkan konfigurasi seluruh sistem, termasuk UI, koleksi, izin, dll.",
"Allows to clear cache, reboot application": "Memungkinkan untuk menghapus cache, me-reboot aplikasi",
"Allows to configure interface": "Memungkinkan untuk mengkonfigurasi antarmuka",
"Allows to configure plugins": "Memungkinkan untuk mengkonfigurasi plugin",
"Allows to install, activate, disable plugins": "Memungkinkan untuk menginstal, mengaktifkan, menonaktifkan plugin",
"Alphabet": "Alfabet",
"App error": "Kesalahan aplikasi",
"Application reloading": "Aplikasi sedang memuat ulang",
"Are you sure to delete this plugin?": "Anda yakin ingin menghapus plugin ini?",
"Are you sure to disable this plugin?": "Anda yakin ingin menonaktifkan plugin ini?",
"Are you sure you don't want to save?": "Anda yakin tidak ingin menyimpan?",
"Are you sure you want to delete it?": "Anda yakin ingin menghapusnya?",
"Are you sure you want to disassociate it?": "Anda yakin ingin memutus asosiasinya?",
"Are you sure you want to hide these routes in menu?": "Anda yakin ingin menyembunyikan rute ini di menu?",
"Are you sure you want to hide this menu?": "Anda yakin ingin menyembunyikan menu ini?",
"Are you sure you want to hide this tab?": "Anda yakin ingin menyembunyikan tab ini?",
"Are you sure you want to perform the Custom request action": "Anda yakin ingin melakukan aksi permintaan Kustom",
"Are you sure you want to perform the Refresh action?": "Anda yakin ingin melakukan aksi Refresh?",
"Are you sure you want to perform the Submit action?": "Anda yakin ingin melakukan aksi Submit?",
"Are you sure you want to perform the Trigger workflow action?": "Anda yakin ingin melakukan aksi Picu alur kerja?",
"Are you sure you want to perform the Update record action?": "Anda yakin ingin melakukan aksi Perbarui catatan?",
"Are you sure you want to perform the {{title}} action?": "Anda yakin ingin melakukan aksi {{title}}?",
"Are you sure you want to show these routes in menu?": "Anda yakin ingin menampilkan rute ini di menu?",
"Area": "Area",
"Area chart": "Bagan area",
"Assign data scope for the template": "Tetapkan cakupan data untuk templat",
"Assign field values": "Tetapkan nilai bidang",
"Associate": "Asosiasikan",
"Associated records": "Catatan terkait",
"Association fields": "Bidang asosiasi",
"Association fields filter": "Filter bidang asosiasi",
"Audit logs": "Log audit",
"Authentication": "Autentikasi",
"Author": "Penulis",
"Auto": "Otomatis",
"Auto increment": "Penambahan otomatis",
"AutoGenId": "Bidang ID yang dibuat otomatis",
"Automatic close": "Tutup otomatis",
"Automatically drop objects that depend on the collection (such as views), and in turn all objects that depend on those objects": "Secara otomatis menghapus objek yang bergantung pada koleksi (seperti tampilan), dan pada gilirannya semua objek yang bergantung pada objek tersebut",
"Automatically generate default values": "Secara otomatis menghasilkan nilai default",
"Automatically update timestamp on update": "Perbarui stempel waktu secara otomatis saat pembaruan",
"Automatically update timestamp to the current server time on update": "Perbarui stempel waktu secara otomatis ke waktu server saat ini saat pembaruan",
"Background Color": "Warna Latar Belakang",
"Bar chart": "Bagan batang",
"Basic": "Dasar",
"Before": "Sebelum",
"Before change": "Sebelum perubahan",
"Blank block": "Blok kosong",
"Block": "Blok",
"Block template": "Templat blok",
"Block templates": "Templat blok",
"Block title": "Judul blok",
"Block type": "Tipe blok",
"Blocks": "Blok",
"Blue": "Biru",
"Bookmark": "Markah buku",
"Boolean": "Boolean",
"Built-in": "Bawaan",
"Bulk edit": "Edit massal",
"Bulk enable": "Aktifkan massal",
"Bulk update": "Pembaruan massal",
"Button background color": "Warna latar belakang tombol",
"Button icon": "Ikon tombol",
"Button title": "Judul tombol",
"Calculation engine": "Mesin kalkulasi",
"Calendar": "Kalender",
"Calendar collection": "Koleksi kalender",
"Cancel": "Batal",
"Cascade Select": "Pilih Bertingkat",
"Categories": "Kategori",
"Category name": "Nama kategori",
"Center": "Tengah",
"Change password": "Ganti kata sandi",
"Changed to": "Berubah menjadi",
"Changelog": "Log perubahan",
"Chart blocks": "Blok bagan",
"Chart config": "Konfigurasi bagan",
"Chart title": "Judul bagan",
"Chart type": "Tipe bagan",
"Checkbox": "Kotak centang",
"Checkbox group": "Grup kotak centang",
"Children": "Anak-anak",
"China region": "Wilayah Tiongkok",
"Choices": "Pilihan",
"Choices fields": "Bidang pilihan",
"City": "Kota",
"Clear": "Bersihkan",
"Clear cache": "Bersihkan cache",
"Clear default value": "Bersihkan nilai default",
"Click or drag file to this area to upload": "Klik atau seret file ke area ini untuk mengunggah",
"Close": "Tutup",
"Collapse": "Ciutkan",
"Collapse all": "Ciutkan semua",
"Collection": "Koleksi",
"Collection category": "Kategori koleksi",
"Collection display name": "Nama tampilan koleksi",
"Collection fields": "Bidang koleksi",
"Collection manager": "Manajer koleksi",
"Collection name": "Nama koleksi",
"Collection selector": "Pemilih koleksi",
"Collection template": "Templat koleksi",
"Collections": "Koleksi",
"Collections & Fields": "Koleksi & Bidang",
"Color": "Warna",
"Column": "Kolom",
"Column chart": "Bagan kolom",
"Column title": "Judul kolom",
"Column width": "Lebar kolom",
"Coming soon...": "Segera hadir...",
"Compact theme": "Tema kompak",
"Comparision": "Perbandingan",
"Compressed file url": "URL file terkompresi",
"Condition": "Kondisi",
"Configure": "Konfigurasi",
"Configure actions": "Konfigurasi aksi",
"Configure calendar": "Konfigurasi kalender",
"Configure columns": "Konfigurasi kolom",
"Configure field": "Konfigurasi bidang",
"Configure fields": "Konfigurasi bidang",
"Configure fields of {{title}}": "Konfigurasi bidang dari {{title}}",
"Configure permission": "Konfigurasi izin",
"Configure permissions": "Konfigurasi izin",
"Confirm": "Konfirmasi",
"Confirm password": "Konfirmasi kata sandi",
"Connect data blocks": "Hubungkan blok data",
"Connect to database view": "Hubungkan ke tampilan database",
"Constant": "Konstan",
"Constant value": "Nilai konstan",
"Contain": "Berisi",
"Content": "Konten",
"Convert reference to duplicate": "Ubah referensi menjadi duplikat",
"Copy into the form and continue to fill in": "Salin ke formulir dan lanjutkan mengisi",
"Cover": "Sampul",
"Create": "Buat",
"Create an account": "Buat akun",
"Create calendar block": "Buat blok kalender",
"Create collection": "Buat koleksi",
"Create form": "Buat formulir",
"Create gantt block": "Buat blok gantt",
"Create inverse field in the target collection": "Buat bidang invers di koleksi target",
"Create kanban block": "Buat blok kanban",
"Create template": "Buat templat",
"Created at": "Dibuat pada",
"Created by": "Dibuat oleh",
"CreatedAt": "Dibuat pada",
"CreatedBy": "Dibuat oleh",
"Current collection": "Koleksi saat ini",
"Current form": "Formulir saat ini",
"Current object": "Objek saat ini",
"Current popup record": "Catatan pop-up saat ini",
"Current record": "Catatan saat ini",
"Current record blocks": "Blok catatan saat ini",
"Current role": "Peran saat ini",
"Current time": "Waktu saat ini",
"Current user": "Pengguna saat ini",
"Custom": "Kustom",
"Custom Title": "Judul Kustom",
"Custom column name": "Nama kolom kustom",
"Custom column title": "Judul kolom kustom",
"Custom field display name": "Nama tampilan bidang kustom",
"Custom name": "Nama kustom",
"Custom request": "Permintaan kustom",
"Custom title": "Judul kustom",
"Customize": "Sesuaikan",
"Cyan": "Sian",
"DESC": "DESC",
"Daily": "Harian",
"Danger red": "Merah bahaya",
"Dashed": "Garis putus-putus",
"Data Model": "Model Data",
"Data blocks": "Blok data",
"Data changes": "Perubahan data",
"Data fields": "Bidang data",
"Data loading mode": "Mode pemuatan data",
"Data model": "Model data",
"Data model tools": "Alat model data",
"Data scope": "Cakupan data",
"Data source": "Sumber data",
"Data source permissions": "Izin sumber data",
"Data sources": "Sumber data",
"Data template": "Templat data",
"Data will be updated": "Data akan diperbarui",
"DataSource": "Sumber Data",
"Date": "Tanggal",
"Date & Time": "Tanggal & Waktu",
"Date display format": "Format tampilan tanggal",
"Date format": "Format tanggal",
"Date range limit": "Batas rentang tanggal",
"Date variables": "Variabel tanggal",
"DateOnly": "Hanya Tanggal",
"Datetime": "Waktu",
"Datetime (with time zone)": "Waktu (dengan zona waktu)",
"Datetime (without time zone)": "Waktu (tanpa zona waktu)",
"Day": "Hari",
"Day/Month/Year": "Hari/Bulan/Tahun",
"Default": "Default",
"Default collapse": "Ciutkan default",
"Default is the ID field": "Default adalah bidang ID",
"Default role": "Peran default",
"Default theme": "Tema default",
"Default title for each record": "Judul default untuk setiap catatan",
"Default value": "Nilai default",
"Default value to current server time": "Nilai default ke waktu server saat ini",
"Default value to current time": "Nilai default ke waktu saat ini",
"Delete": "Hapus",
"Delete Event": "Hapus Acara",
"Delete action": "Hapus aksi",
"Delete block": "Hapus blok",
"Delete category": "Hapus kategori",
"Delete collection": "Hapus koleksi",
"Delete events": "Hapus acara",
"Delete field": "Hapus bidang",
"Delete menu item": "Hapus item menu",
"Delete record": "Hapus catatan",
"Delete role": "Hapus peran",
"Delete route": "Hapus rute",
"Delete routes": "Hapus rute",
"Delete table column": "Hapus kolom tabel",
"Delete this event?": "Hapus acara ini?",
"Department name": "Nama departemen",
"Departments": "Departemen",
"Dependencies check": "Pemeriksaan ketergantungan",
"Dependencies check failed, can't enable.": "Pemeriksaan ketergantungan gagal, tidak dapat diaktifkan.",
"Dependencies compatibility check": "Pemeriksaan kompatibilitas ketergantungan",
"Description": "Deskripsi",
"Desktop device": "Perangkat desktop",
"Desktop routes": "Rute desktop",
"Details": "Detail",
"Determine whether a record exists by the following fields": "Tentukan apakah suatu catatan ada berdasarkan bidang-bidang berikut",
"Dialog": "Dialog",
"Direct duplicate": "Duplikat langsung",
"Disable": "Nonaktifkan",
"Disable tabs": "Nonaktifkan tab",
"Disabled": "Dinonaktifkan",
"Disassociate": "Putuskan asosiasi",
"Disassociate record": "Putuskan asosiasi catatan",
"Display <1><0>10</0><1>20</1><2>50</2><3>100</3></1> items per page": "Tampilkan <1><0>10</0><1>20</1><2>50</2><3>100</3></1> item per halaman",
"Display <icon></icon> when unchecked": "Tampilkan <icon></icon> saat tidak dicentang",
"Display association fields": "Tampilkan bidang asosiasi",
"Display field title": "Tampilkan judul bidang",
"Display fields": "Tampilkan bidang koleksi",
"Display name": "Nama tampilan",
"Display order number": "Tampilkan nomor urut",
"Display page title": "Tampilkan judul halaman",
"Display title": "Tampilkan judul",
"DisplayName": "Nama Tampilan",
"Divide by": "Bagi dengan",
"Divider line color": "Warna garis pemisah",
"Do not concatenate search params in the URL": "Jangan menggabungkan parameter pencarian di URL",
"Do not load data when filter is empty": "Jangan memuat data ketika filter kosong",
"Docs": "Dokumen",
"Done": "Selesai",
"Double click to choose entire object": "Klik dua kali untuk memilih seluruh objek",
"Download": "Unduh",
"Download logs": "Unduh log",
"Drag and drop sorting field": "Seret dan lepas bidang pengurutan",
"Drag and drop the file here or click to upload, file size should not exceed 30M": "Seret dan lepas file di sini atau klik untuk mengunggah, ukuran file tidak boleh melebihi 30M",
"Dragging": "Menyeret",
"Drawer": "Laci",
"Dropdown": "Dropdown",
"Duplicate": "Duplikat",
"Duplicate and continue": "Duplikat dan lanjutkan",
"Duplicate mode": "Mode duplikat",
"Duplicate template": "Duplikat templat",
"Duplicating": "Menduplikasi",
"Dynamic value": "Nilai dinamis",
"Easy reading": "Mudah dibaca",
"Easy-reading": "Mudah dibaca",
"Edit": "Edit",
"Edit block title": "Edit judul blok",
"Edit block title & description": "Edit judul & deskripsi blok",
"Edit button": "Edit tombol",
"Edit category": "Edit kategori",
"Edit chart": "Edit bagan",
"Edit collection": "Edit koleksi",
"Edit description": "Edit deskripsi",
"Edit field": "Edit bidang",
"Edit field title": "Edit judul bidang",
"Edit form": "Edit formulir",
"Edit group title": "Edit judul grup",
"Edit link": "Edit tautan",
"Edit markdown": "Edit markdown",
"Edit menu item": "Edit item menu",
"Edit page title": "Edit judul halaman",
"Edit profile": "Edit profil",
"Edit record": "Edit catatan",
"Edit role": "Edit peran",
"Edit tab": "Edit tab",
"Edit tooltip": "Edit tooltip",
"Editable": "Dapat diedit",
"Ellipsis": "Elipsis",
"Ellipsis overflow content": "Konten meluap elipsis",
"Email": "Email",
"Empty": "Kosong",
"Enable": "Aktifkan",
"Enable SMS authentication": "Aktifkan autentikasi SMS",
"Enable actions": "Aktifkan aksi",
"Enable child collections": "Aktifkan koleksi anak",
"Enable drag and drop sorting": "Aktifkan pengurutan seret dan lepas",
"Enable form data template": "Aktifkan templat data formulir",
"Enable link": "Aktifkan tautan",
"Enable page header": "Aktifkan header halaman",
"Enable page tabs": "Aktifkan tab halaman",
"Enable secondary confirmation": "Aktifkan konfirmasi sekunder",
"Enabled": "Diaktifkan",
"Enabled languages": "Bahasa yang diaktifkan",
"End date field": "Bidang tanggal akhir",
"Error message": "Pesan kesalahan",
"Event": "Acara",
"Execute": "Jalankan",
"Exists": "Ada",
"Expand All": "Perluas Semua",
"Expand all": "Perluas semua",
"Expand/Collapse": "Perluas/Ciutkan",
"Export": "Ekspor",
"Exportable fields": "Bidang yang dapat diekspor",
"Expression": "Ekspresi",
"Expression collection": "Koleksi ekspresi",
"Failed to load plugin": "Gagal memuat plugin",
"False": "Salah",
"Feedback": "Umpan balik",
"Field": "Bidang",
"Field component": "Komponen bidang",
"Field display name": "Nama tampilan bidang",
"Field interface": "Antarmuka bidang",
"Field mode": "Mode bidang",
"Field name": "Nama bidang",
"Field permission": "Izin bidang",
"Field source": "Sumber bidang",
"Field title": "Judul bidang",
"Field type": "Tipe bidang",
"Field value changes": "Perubahan nilai bidang",
"Field value do not meet the requirements": "Nilai bidang tidak memenuhi persyaratan",
"Field value size is": "Ukuran nilai bidang adalah",
"Field values must be unique.": "Nilai bidang harus unik.",
"Fields": "Bidang",
"Fields can only be used correctly if they are defined with an interface.": "Bidang hanya dapat digunakan dengan benar jika didefinisikan dengan antarmuka.",
"Fields values": "Nilai bidang",
"File manager": "Manajer file",
"File size exceeds the limit": "Ukuran file melebihi batas",
"File size should not exceed {{size}}.": "Ukuran file tidak boleh melebihi {{size}}.",
"File type is not allowed": "Tipe file tidak diizinkan",
"File type is not supported for previewing, please download it to preview.": "Tipe file tidak didukung untuk pratinjau, silakan unduh untuk pratinjau.",
"Fill": "Isi",
"Filled": "Terisi",
"Filter": "Filter",
"Filter blocks": "Blok filter",
"Filter data based on the specific field, with the requirement that the field value must be unique.": "Filter data berdasarkan bidang tertentu, dengan persyaratan bahwa nilai bidang harus unik.",
"Filter out a single piece or a group of records as a template": "Saring satu bagian atau sekelompok catatan sebagai templat",
"Filter target key": "Kunci target filter",
"Filterable fields": "Bidang yang dapat difilter",
"Find by the following fields": "Temukan berdasarkan bidang-bidang berikut",
"First or create": "Pertama atau buat",
"Fix block": "Perbaiki blok",
"Fixed": "Tetap",
"Flexible popup": "Pop-up fleksibel",
"Foreign key": "Kunci asing",
"Foreign key 1": "Kunci asing 1",
"Foreign key 2": "Kunci asing 2",
"Form": "Formulir",
"Form (Add new)": "Formulir (Tambah baru)",
"Form (Edit)": "Formulir (Edit)",
"Form data templates": "Templat data formulir",
"Form values": "Nilai formulir",
"Format": "Format",
"Formula": "Rumus",
"Formula description": "Hitung nilai di setiap catatan berdasarkan bidang lain dalam catatan yang sama.",
"Formula error.": "Kesalahan rumus.",
"Formula mode": "Mode rumus",
"Formula.js supports most Microsoft Excel formula functions.": "Formula.js mendukung sebagian besar fungsi rumus Microsoft Excel.",
"Full height": "Tinggi penuh",
"Function": "Fungsi",
"Gantt": "Gantt",
"Geek blue": "Biru geek",
"General": "Umum",
"General action permissions": "Izin aksi umum",
"General collection": "Koleksi umum",
"General fields": "Bidang umum",
"General permissions": "Izin umum",
"Generated automatically if left blank": "Dihasilkan secara otomatis jika dibiarkan kosong",
"Generic properties": "Properti generik",
"Global action permissions": "Izin aksi global",
"Global permissions": "Izin global",
"Gold": "Emas",
"Green": "Hijau",
"Grid Card": "Kartu Grid",
"Group": "Grup",
"Grouped sorting": "Pengurutan kelompok",
"Grouping field": "Bidang pengelompokan",
"Half of day": "Setengah hari",
"Handbook": "Buku pegangan",
"Hidden": "Tersembunyi",
"Hidden(reserved value)": "Tersembunyi (nilai cadangan)",
"Hide": "Sembunyikan",
"Hide column": "Sembunyikan kolom",
"Hide in menu": "Sembunyikan di menu",
"Highlight": "Sorot",
"Home page": "Halaman utama",
"Homepage": "Halaman beranda",
"Horizontal": "Horizontal",
"Hour": "Jam",
"ID": "ID",
"Icon": "Ikon",
"Identifier for program usage. Support letters, numbers and underscores, must start with an letter.": "Pengenal untuk penggunaan program. Mendukung huruf, angka, dan garis bawah, harus diawali dengan huruf.",
"If a collection lacks a primary key, you must configure a unique record key to locate row records within a block, failure to configure this will prevent the creation of data blocks for the collection.": "Jika sebuah koleksi tidak memiliki kunci utama, Anda harus mengkonfigurasi kunci catatan unik untuk menemukan catatan baris dalam sebuah blok, kegagalan untuk mengkonfigurasi ini akan mencegah pembuatan blok data untuk koleksi tersebut.",
"If collection inherits, choose inherited collections as templates": "Jika koleksi diwarisi, pilih koleksi yang diwarisi sebagai templat",
"If selected, the page will display Tab pages.": "Jika dipilih, halaman akan menampilkan halaman Tab.",
"If selected, the route will be displayed in the menu.": "Jika dipilih, rute akan ditampilkan di menu.",
"Import": "Impor",
"Importable fields": "Bidang yang dapat diimpor",
"In configuration": "Dalam konfigurasi",
"In configuration mode, the entire column becomes transparent. In non-configuration mode, the entire column will be hidden. Even if the entire column is hidden, its configured default values and other settings will still take effect.": "Dalam mode konfigurasi, seluruh kolom menjadi transparan. Dalam mode non-konfigurasi, seluruh kolom akan disembunyikan. Bahkan jika seluruh kolom disembunyikan, nilai default yang dikonfigurasi dan pengaturan lainnya akan tetap berlaku.",
"Incomplete uploading files need to be resolved": "File yang diunggah tidak lengkap perlu diselesaikan",
"Index": "Indeks",
"Individual": "Individual",
"Inherited fields": "Bidang yang diwarisi",
"Inherits": "Mewarisi",
"Inner": "Dalam",
"Input +, -, *, /, ( ) to calculate, input @ to open field variables.": "Masukkan +, -, *, /, ( ) untuk menghitung, masukkan @ untuk membuka variabel bidang.",
"Insert": "Sisipkan",
"Insert above": "Sisipkan di atas",
"Insert after": "Sisipkan setelah",
"Insert before": "Sisipkan sebelum",
"Insert below": "Sisipkan di bawah",
"Insert if not exists": "Sisipkan jika tidak ada",
"Insert if not exists, or update": "Sisipkan jika tidak ada, atau perbarui",
"Insert inner": "Sisipkan dalam",
"Insert left": "Sisipkan kiri",
"Insert right": "Sisipkan kanan",
"Installing": "Menginstal",
"Integer": "Bilangan bulat",
"Invalid JSON format": "Format JSON tidak valid",
"Inverse field display name": "Nama tampilan bidang invers",
"Inverse field name": "Nama bidang invers",
"Inverse relationship type": "Tipe hubungan invers",
"Junction collection": "Koleksi persimpangan",
"Kanban": "Kanban",
"Label align": "Penyelarasan label",
"Label field": "Bidang label",
"Label width": "Lebar label",
"Language": "Bahasa",
"Large": "Besar",
"Large screen device": "Perangkat layar besar",
"Last 30 days": "30 hari terakhir",
"Last 7 days": "7 hari terakhir",
"Last 90 days": "90 hari terakhir",
"Last month": "Bulan lalu",
"Last quarter": "Kuartal terakhir",
"Last updated": "Terakhir diperbarui",
"Last updated at": "Terakhir diperbarui pada",
"Last updated by": "Terakhir diperbarui oleh",
"Last week": "Minggu lalu",
"Last year": "Tahun lalu",
"Layout": "Tata Letak",
"Leave it blank, unless you need a custom intermediate table": "Biarkan kosong, kecuali Anda membutuhkan tabel perantara kustom",
"Left": "Kiri",
"Left fixed": "Kiri tetap",
"Length": "Panjang",
"License": "Lisensi",
"Lime": "Jeruk nipis",
"Line break": "Garis baru",
"Line chart": "Bagan garis",
"Link": "Tautan",
"Link to": "Tautkan ke",
"Link to description": "Digunakan untuk membuat hubungan koleksi dengan cepat dan kompatibel dengan sebagian besar skenario umum. Cocok untuk penggunaan non-pengembang. Ketika hadir sebagai bidang, itu adalah pilihan dropdown yang digunakan untuk memilih catatan dari koleksi target. Setelah dibuat, itu akan secara bersamaan menghasilkan bidang-bidang terkait dari koleksi saat ini di koleksi target.",
"Linkage rule": "Aturan keterkaitan",
"Linkage rules": "Aturan keterkaitan",
"Linkage with form fields": "Keterkaitan dengan bidang formulir",
"List": "Daftar",
"Load all data when filter is empty": "Muat semua data ketika filter kosong",
"Local": "Lokal",
"Log in with an existing account": "Masuk dengan akun yang sudah ada",
"Logging and monitoring": "Pencatatan dan pemantauan",
"Logo": "Logo",
"Long text": "Teks panjang",
"Magenta": "Magenta",
"Main": "Utama",
"Main department": "Departemen utama",
"Manage all settings": "Kelola semua pengaturan",
"Manually close": "Tutup manual",
"Many to many": "Banyak ke banyak",
"Many to many description": "Digunakan untuk membuat hubungan banyak-ke-banyak. Misalnya, seorang siswa akan memiliki banyak guru dan seorang guru akan memiliki banyak siswa. Ketika hadir sebagai bidang, itu adalah pilihan dropdown yang digunakan untuk memilih catatan dari koleksi terkait.",
"Many to one": "Banyak ke satu",
"Many to one description": "Digunakan untuk membuat hubungan banyak-ke-satu. Misalnya, sebuah kota hanya dapat dimiliki oleh satu negara dan sebuah negara dapat memiliki banyak kota. Ketika hadir sebagai bidang, itu adalah pilihan dropdown yang digunakan untuk memilih catatan dari koleksi terkait. Setelah dibuat, bidang Satu-ke-banyak secara otomatis dihasilkan dalam koleksi terkait.",
"Markdown": "Markdown",
"Marketplace": "Pasar",
"Math.js comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types.": "Math.js hadir dengan serangkaian besar fungsi dan konstanta bawaan, dan menawarkan solusi terintegrasi untuk bekerja dengan berbagai tipe data.",
"Max length": "Panjang maksimum",
"Max length must greater than min length": "Panjang maksimum harus lebih besar dari panjang minimum",
"MaxDate": "Tanggal Maksimum",
"Maximum": "Maksimum",
"Maximum must greater than minimum": "Maksimum harus lebih besar dari minimum",
"Media": "Media",
"Meet <1><0>All</0><1>Any</1></1> conditions in the group": "Penuhi <1><0>Semua</0><1>Salah Satu</1></1> kondisi dalam grup",
"Menu": "Menu",
"Menu item icon": "Ikon item menu",
"Menu item name": "Nama item menu",
"Menu item title": "Judul item menu",
"Menu permissions": "Izin menu",
"Message popup close method": "Metode tutup pop-up pesan",
"Middle": "Tengah",
"Millisecond": "Milidetik",
"Min length": "Panjang minimum",
"Min length must less than max length": "Panjang minimum harus kurang dari panjang maksimum",
"MinDate": "Tanggal Minimum",
"Minimum": "Minimum",
"Minimum must less than maximum": "Minimum harus kurang dari maksimum",
"Mobile routes": "Rute seluler",
"Modal add": "Modal tambah",
"Month": "Bulan",
"Monthly": "Bulanan",
"More details": "Detail lebih lanjut",
"More options": "Opsi lainnya",
"Move to": "Pindah ke",
"Move {{title}} to": "Pindahkan {{title}} ke",
"Multiple select": "Pilih beberapa",
"Multiply by": "Kalikan dengan",
"Must be 1-50 characters in length (excluding @.<>\"'/)": "Harus 1-50 karakter (tidak termasuk @.<>\"'/)",
"Must select to the last level": "Harus memilih sampai level terakhir",
"Name": "Nama",
"Navigate": "Navigasi",
"New menu items are allowed to be accessed by default.": "Item menu baru diizinkan untuk diakses secara default.",
"New password": "Kata sandi baru",
"New routes are allowed to be accessed by default": "Rute baru diizinkan untuk diakses secara default",
"Next 30 days": "30 hari ke depan",
"Next 7 days": "7 hari ke depan",
"Next 90 days": "90 hari ke depan",
"Next month": "Bulan depan",
"Next quarter": "Kuartal depan",
"Next week": "Minggu depan",
"Next year": "Tahun depan",
"Nickname": "Nama panggilan",
"No": "Tidak",
"No CHANGELOG.md file": "Tidak ada file CHANGELOG.md",
"No README.md file": "Tidak ada file README.md",
"No blocks to connect": "Tidak ada blok untuk dihubungkan",
"No configuration available.": "Tidak ada konfigurasi yang tersedia.",
"No data": "Tidak ada data",
"None": "Tidak ada",
"Normal": "Normal",
"Not enabled": "Tidak diaktifkan",
"Not fixed": "Tidak diperbaiki",
"Not required": "Tidak wajib",
"Notification": "Notifikasi",
"Now": "Sekarang",
"Npm package": "Paket Npm",
"Npm package name": "Nama paket Npm",
"Null": "Null",
"Number": "Angka",
"Object Fit": "Ukuran Objek",
"Off": "Mati",
"Official plugin": "Plugin resmi",
"Old password": "Kata sandi lama",
"On": "Hidup",
"One to many": "Satu ke banyak",
"One to many description": "Digunakan untuk membuat hubungan satu-ke-banyak. Misalnya, sebuah negara akan memiliki banyak kota dan sebuah kota hanya dapat berada di satu negara. Ketika hadir sebagai bidang, itu adalah sub-tabel yang menampilkan catatan dari koleksi terkait. Ketika dibuat, bidang Banyak-ke-satu secara otomatis dihasilkan dalam koleksi terkait.",
"One to one": "Satu ke satu",
"One to one (belongs to)": "Satu ke satu (milik)",
"One to one (has one)": "Satu ke satu (memiliki satu)",
"One to one description": "Digunakan untuk membuat hubungan satu-ke-satu. Misalnya, seorang pengguna memiliki profil.",
"Only the selected fields will be used as the initialization data for the form": "Hanya bidang yang dipilih yang akan digunakan sebagai data inisialisasi untuk formulir",
"Open in new window": "Buka di jendela baru",
"Open in<1><0>Modal</0><1>Drawer</1><2>Window</2></1>": "Buka di<1><0>Modal</0><1>Laci</1><2>Jendela</2></1>",
"Open mode": "Mode buka",
"Operate on existing data": "Operasikan pada data yang ada",
"Operate on new data": "Operasikan pada data baru",
"Operation failed": "Operasi gagal",
"Operation succeeded": "Operasi berhasil",
"Operator": "Operator",
"Option label": "Label opsi",
"Option value": "Nilai opsi",
"Options": "Opsi",
"Orange": "Oranye",
"Original field title: ": "Judul bidang asli: ",
"Original name": "Nama asli",
"Original title: ": "Judul asli: ",
"Other": "Lainnya",
"Other blocks": "Blok lainnya",
"Other chart": "Bagan lainnya",
"Other collections": "Koleksi lainnya",
"Other records": "Catatan lainnya",
"Others": "Lain-lain",
"Outlined": "Garis luar",
"Override": "Timpa",
"Override field": "Timpa bidang",
"Oversized": "Terlalu besar",
"Own records": "Catatan sendiri",
"Owners": "Pemilik",
"PK & FK fields": "Bidang PK & FK",
"Package name": "Nama paket",
"PackageName": "Nama Paket",
"Page": "Halaman",
"Page number": "Nomor halaman",
"Page size": "Ukuran halaman",
"Parent": "Induk",
"Parent ID": "ID Induk",
"Parent collection fields": "Bidang koleksi induk",
"Parent object": "Objek induk",
"Parent popup record": "Catatan pop-up induk",
"Parent record": "Catatan induk",
"Password": "Kata sandi",
"Password mismatch": "Kata sandi tidak cocok",
"Path": "Jalur",
"Pattern": "Pola",
"Percent": "Persen",
"Perform the Custom request": "Lakukan permintaan Kustom",
"Perform the Refresh": "Lakukan Refresh",
"Perform the Submit": "Lakukan Submit",
"Perform the Trigger workflow": "Lakukan Picu alur kerja",
"Perform the Update record": "Lakukan Perbarui catatan",
"Perform the {{title}}": "Lakukan {{title}}",
"Permission deined": "Izin ditolak",
"Permission denied": "Izin ditolak",
"Permission policy": "Kebijakan izin",
"Phone": "Telepon",
"Phone device": "Perangkat telepon",
"Picker": "Pemilih",
"Pie chart": "Bagan pai",
"Please add or select record": "Harap tambahkan atau pilih catatan",
"Please configure the URL": "Harap konfigurasikan URL",
"Please configure the duplicate fields": "Harap konfigurasikan bidang duplikat",
"Please confirm the SQL statement first": "Harap konfirmasi pernyataan SQL terlebih dahulu",
"Please fill in the iframe URL": "Harap isi URL iframe",
"Please select the records to be updated": "Harap pilih catatan yang akan diperbarui",
"Please select time or variable": "Harap pilih waktu atau variabel",
"Please use a valid SELECT or WITH AS statement": "Harap gunakan pernyataan SELECT atau WITH AS yang valid",
"Plugin": "Plugin",
"Plugin Zip File": "File Zip Plugin",
"Plugin dependencies check failed": "Pemeriksaan ketergantungan plugin gagal",
"Plugin dependencies check failed, you should change the dependent version to meet the version requirements.": "Pemeriksaan ketergantungan plugin gagal, Anda harus mengubah versi dependen untuk memenuhi persyaratan versi.",
"Plugin dependency version mismatch": "Versi ketergantungan plugin tidak cocok",
"Plugin loading failed. Please check the server logs.": "Pemuatan plugin gagal. Harap periksa log server.",
"Plugin manager": "Manajer plugin",
"Plugin name": "Nama plugin",
"Plugin settings": "Pengaturan plugin",
"Plugin settings permissions": "Izin pengaturan plugin",
"Plugin source": "Sumber plugin",
"Plugin starting...": "Plugin sedang dimulai...",
"Plugin stopping...": "Plugin sedang dihentikan...",
"Plugin tab name": "Nama tab plugin",
"Plugin's version": "Versi plugin",
"Pop-up": "Pop-up",
"Popup": "Pop-up",
"Popup form": "Formulir pop-up",
"Popup message": "Pesan pop-up",
"Popup size": "Ukuran pop-up",
"Position": "Posisi",
"Precision": "Presisi",
"Prefix": "Awalan",
"Preset fields": "Bidang prasetel",
"Prettify": "Perindah",
"Preview": "Pratinjau",
"Primary": "Primer",
"Primary key, unique identifier, self growth": "Kunci utama, pengenal unik, pertumbuhan otomatis",
"Print": "Cetak",
"Problematic": "Bermasalah",
"Progress field": "Bidang progres",
"Properties": "Properti",
"Providing certain collections as options for users, typically used in polymorphic or inheritance scenarios": "Menyediakan koleksi tertentu sebagai opsi untuk pengguna, biasanya digunakan dalam skenario polimorfik atau pewarisan",
"Province": "Provinsi",
"Province/city/area name": "Nama provinsi/kota/area",
"Purple": "Ungu",
"Quarter": "Kuartal",
"Quarter of day": "Seperempat hari",
"QuarterYear": "Tahun Kuartal",
"Quick add": "Tambah cepat",
"Quick create": "Buat cepat",
"Quick duplicate": "Duplikat cepat",
"Quick upload": "Unggah cepat",
"Radio group": "Grup radio",
"Randomly generated and can be modified. Support letters, numbers and underscores, must start with an letter.": "Dihasilkan secara acak dan dapat dimodifikasi. Mendukung huruf, angka, dan garis bawah, harus diawali dengan huruf.",
"Read only": "Hanya baca",
"Readme": "Readme",
"Readonly": "Hanya baca",
"Record ID": "ID catatan",
"Record picker": "Pemilih catatan",
"Record unique key": "Kunci unik catatan",
"Records can be sorted": "Catatan dapat diurutkan",
"Records per page": "Catatan per halaman",
"Red": "Merah",
"Redirect to": "Alihkan ke",
"Reference template": "Templat referensi",
"Refresh": "Segarkan",
"Refresh data on action": "Segarkan data pada aksi",
"Refresh data on close": "Segarkan data saat tutup",
"Regular expression": "Pola",
"Related collection": "Koleksi terkait",
"Relation": "Relasi",
"Relationship blocks": "Blok hubungan",
"Relationship type": "Tipe hubungan",
"Reload application": "Muat ulang aplikasi",
"Remains the same": "Tetap sama",
"Remove": "Hapus",
"Render Failed": "Gagal Merender",
"Repeats": "Berulang",
"Request API": "Permintaan API",
"Request URL": "URL permintaan",
"Request body": "Isi permintaan",
"Request headers": "Header permintaan",
"Request method": "Metode permintaan",
"Request query parameters": "Parameter kueri permintaan",
"Request settings": "Pengaturan permintaan",
"Request success": "Permintaan berhasil",
"Required": "Wajib",
"Reset": "Atur ulang",
"Restart": "Mulai ulang",
"Restart application": "Mulai ulang aplikasi",
"Result": "Hasil",
"Retry after {{count}} seconds": "Coba lagi setelah {{count}} detik",
"Return to the main application": "Kembali ke aplikasi utama",
"Return to the previous popup or page": "Kembali ke pop-up atau halaman sebelumnya",
"Rich Text": "Teks Kaya",
"Right": "Kanan",
"Right fixed": "Kanan tetap",
"Role UID": "UID Peran",
"Role display name": "Nama tampilan peran",
"Role name": "Nama peran",
"Roles": "Peran",
"Roles & Permissions": "Peran & Izin",
"Route name": "Nama rute",
"Route permissions": "Izin rute",
"Routes": "Rute",
"SQL collection": "Koleksi SQL",
"Save": "Simpan",
"Save action": "Simpan aksi",
"Save as block template": "Simpan sebagai templat blok",
"Save as template": "Simpan sebagai templat",
"Save conditions": "Simpan kondisi",
"Save mode": "Mode simpan",
"Save record": "Simpan catatan",
"Saved successfully": "Berhasil disimpan",
"Scale Down": "Perkecil",
"Scientifix notation": "Notasi ilmiah",
"Scope name": "Nama lingkup",
"Screen size": "Ukuran layar",
"Search": "Cari",
"Search and select collection": "Cari dan pilih koleksi",
"Search parameters": "Parameter pencarian",
"Search plugin": "Cari plugin",
"Search plugin...": "Cari plugin...",
"Second": "Detik",
"Secondary confirmation": "Konfirmasi sekunder",
"Security": "Keamanan",
"Select": "Pilih",
"Select a variable": "Pilih variabel",
"Select all": "Pilih semua",
"Select an existing piece of data as the initialization data for the form": "Pilih bagian data yang ada sebagai data inisialisasi untuk formulir",
"Select collection": "Pilih koleksi",
"Select data source": "Pilih sumber data",
"Select field": "Pilih bidang",
"Select file": "Pilih file",
"Select grouping field": "Pilih bidang pengelompokan",
"Select icon": "Pilih ikon",
"Select level": "Pilih level",
"Select record": "Pilih catatan",
"Select template": "Pilih templat",
"Select view": "Pilih tampilan",
"Selected": "Terpilih",
"Selector": "Pemilih",
"Selector mode": "Mode pemilih",
"Send code": "Kirim kode",
"Separator": "Pemisah",
"Set Template Engine": "Atur Mesin Templat",
"Set block height": "Atur tinggi blok",
"Set block layout": "Atur tata letak blok",
"Set data loading mode": "Atur mode pemuatan data",
"Set default sorting rules": "Atur aturan pengurutan default",
"Set default value": "Atur nilai default",
"Set the count of columns displayed in a row": "Atur jumlah kolom yang ditampilkan dalam satu baris",
"Set the data scope": "Atur cakupan data",
"Set validation rules": "Atur aturan validasi",
"Setting": "Pengaturan",
"Settings": "Pengaturan",
"Show file name": "Tampilkan nama file",
"Show in menu": "Tampilkan di menu",
"Show lunar": "Tampilkan kalender lunar",
"Show time": "Tampilkan waktu",
"Sign in": "Masuk",
"Sign in via account": "Masuk melalui akun",
"Sign in via phone": "Masuk melalui telepon",
"Sign in with another account": "Masuk dengan akun lain",
"Sign out": "Keluar",
"Sign up": "Daftar",
"Sign up successfully, and automatically jump to the sign in page": "Berhasil mendaftar, dan otomatis melompat ke halaman masuk",
"Signed up successfully. It will jump to the login page.": "Berhasil mendaftar. Akan melompat ke halaman login.",
"Simple string replacement, can be used to interpolate variables in a string.": "Penggantian string sederhana, dapat digunakan untuk menginterpolasi variabel dalam string.",
"Single line text": "Teks satu baris",
"Single select": "Pilih satu",
"Single select and radio fields can be used as the grouping field": "Bidang pilihan tunggal dan radio dapat digunakan sebagai bidang pengelompokan",
"Size": "Ukuran",
"Skip getting the total number of table records during paging to speed up loading. It is recommended to enable this option for data tables with a large amount of data": "Lewati pengambilan jumlah total catatan tabel selama paging untuk mempercepat pemuatan. Disarankan untuk mengaktifkan opsi ini untuk tabel data dengan jumlah data yang besar",
"Skip required validation": "Lewati validasi wajib",
"Small": "Kecil",
"Sorry, the page you visited does not exist.": "Maaf, halaman yang Anda kunjungi tidak ada.",
"Sort": "Urutkan",
"Sortable": "Dapat diurutkan",
"Source collection": "Koleksi sumber",
"Source collections": "Koleksi sumber",
"Source key": "Kunci sumber",
"Specific properties": "Properti spesifik",
"Specify height": "Tentukan tinggi",
"Start date field": "Bidang tanggal mulai",
"Stay on current page": "Tetap di halaman saat ini",
"Stay on the current popup or page": "Tetap di pop-up atau halaman saat ini",
"Store the creation time of each record": "Simpan waktu pembuatan setiap catatan",
"Store the creation user of each record": "Simpan pengguna pembuat setiap catatan",
"Store the last update time of each record": "Simpan waktu pembaruan terakhir setiap catatan",
"Store the last update user of each record": "Simpan pengguna pembaruan terakhir setiap catatan",
"Street": "Jalan",
"String": "String",
"String template": "Templat string",
"Style": "Gaya",
"Sub-details": "Sub-detail",
"Sub-form": "Sub-formulir",
"Sub-form(Popover)": "Sub-formulir(Pop-over)",
"Sub-table": "Sub-tabel",
"Subform mode": "Mode sub-formulir",
"Submit": "Kirim",
"Submitted successfully": "Berhasil dikirim",
"Subtable": "Sub-tabel",
"Subtable mode": "Mode sub-tabel",
"Suffix": "Akhiran",
"Super admin": "Administrator super",
"Superior department": "Departemen atasan",
"Support for a single or bulk upload.": "Dukungan untuk unggah tunggal atau massal.",
"Switch role": "Ganti peran",
"Switching the picker, the value and default value will be cleared": "Mengganti pemilih, nilai dan nilai default akan dihapus",
"Sync from database": "Sinkronkan dari database",
"Sync from form fields": "Sinkronkan dari bidang formulir",
"Sync successfully": "Berhasil disinkronkan",
"Syntax references": "Referensi sintaks",
"System": "Sistem",
"System & security": "Sistem & keamanan",
"System fields": "Bidang sistem",
"System info": "Info sistem",
"System management": "Manajemen sistem",
"System settings": "Pengaturan sistem",
"System title": "Judul sistem",
"System variables": "Variabel sistem",
"Tab": "Tab",
"Tab name": "Nama tab",
"Table": "Tabel",
"Table OID(Inheritance)": "OID Tabel (Pewarisan)",
"Table selected records": "Catatan tabel terpilih",
"Table size": "Ukuran tabel",
"Tablet device": "Perangkat tablet",
"Tag": "Tag",
"Tag color field": "Bidang warna tag",
"Target": "Target",
"Target collection": "Koleksi target",
"Target key": "Kunci target",
"Target position": "Posisi target",
"Template Data": "Data Templat",
"Template engine": "Mesin templat",
"Template fields": "Bidang templat",
"Template name": "Nama templat",
"Templates": "Templat",
"Text Align": "Perataan Teks",
"The application is reloading, please do not close the page.": "Aplikasi sedang memuat ulang, harap jangan tutup halaman ini.",
"The current dependency version of the plugin does not match the version of the application and may not work properly. Are you sure you want to continue enabling the plugin?": "Versi ketergantungan plugin saat ini tidak cocok dengan versi aplikasi dan mungkin tidak berfungsi dengan baik. Anda yakin ingin terus mengaktifkan plugin?",
"The current user only has the UI configuration permission, but don't have view permission for collection \"{{name}}\"": "Pengguna saat ini hanya memiliki izin konfigurasi UI, tetapi tidak memiliki izin lihat untuk koleksi \"{{name}}\"",
"The deletion was successful.": "Penghapusan berhasil.",
"The field has been deleted": "Bidang telah dihapus",
"The field value cannot be greater than ": "Nilai bidang tidak boleh lebih besar dari ",
"The field value cannot be less than ": "Nilai bidang tidak boleh kurang dari ",
"The field value is not an integer number": "Nilai bidang bukan bilangan bulat",
"The following field types are not compatible and do not support output and display": "Tipe bidang berikut tidak kompatibel dan tidak mendukung output dan tampilan",
"The selected fields will automatically populate the form": "Bidang yang dipilih akan otomatis mengisi formulir",
"The title field is used to identify the template record": "Bidang judul digunakan untuk mengidentifikasi catatan templat",
"The value of this variable is derived from the query string of the page URL. This variable can only be used normally when the page has a query string.": "Nilai variabel ini berasal dari string kueri URL halaman. Variabel ini hanya dapat digunakan secara normal ketika halaman memiliki string kueri.",
"The will interrupt service, it may take a few seconds to restart. Are you sure to continue?": "Ini akan mengganggu layanan, mungkin butuh beberapa detik untuk memulai ulang. Anda yakin ingin melanjutkan?",
"The {{type}} \"{{name}}\" may have been deleted. Please remove this {{blockType}}.": "Jenis {{type}} \"{{name}}\" mungkin telah dihapus. Harap hapus {{blockType}} ini.",
"Theme": "Tema",
"Then": "Lalu",
"Third party services": "Layanan pihak ketiga",
"This and following events": "Acara ini dan selanjutnya",
"This event": "Acara ini",
"This is a demo text, **supports Markdown syntax**.": "Ini adalah teks demo, **mendukung sintaks Markdown**.",
"This is likely a NocoBase internals bug. Please open an issue at <1>here</1>": "Ini kemungkinan adalah bug internal NocoBase. Silakan buka masalah di <1>sini</1>",
"This month": "Bulan ini",
"This quarter": "Kuartal ini",
"This variable has been deprecated and can be replaced with \"Current form\"": "Variabel ini telah usang dan dapat diganti dengan \"Formulir saat ini\"",
"This week": "Minggu ini",
"This year": "Tahun ini",
"Through collection": "Melalui koleksi",
"Time": "Waktu",
"Time format": "Format waktu",
"Time scale": "Skala waktu",
"Title": "Judul",
"Title field": "Bidang judul",
"Title position": "Posisi judul",
"Today": "Hari ini",
"Toggles the subfield mode": "Mengaktifkan/menonaktifkan mode sub-bidang",
"Tomorrow": "Besok",
"Total {{count}} items": "Total {{count}} item",
"Tree collection": "Koleksi pohon",
"Tree table": "Tabel pohon",
"Trigger workflow": "Picu alur kerja",
"Triggered when the row is clicked": "Dipicu saat baris diklik",