forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ms.json
1857 lines (1857 loc) · 105 KB
/
ms.json
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
{
"setting": {
"options": "Tetapan",
"plugin": "Plugin",
"builtin-plugins": "Plugin teras",
"plugin-options": "Tetapan plugin",
"folder-path-example-placeholder": "Contoh: folder 1/folder 2",
"file-path-example-placeholder": "Contoh: folder/nota",
"msg-restart-required": "Changing this option requires a restart to take effect.",
"editor": {
"name": "Penyuntingan",
"section-general": "General",
"section-behavior": "Behavior",
"section-display": "Display",
"option-spellcheck": "Semak ejaan",
"option-spellcheck-description": "Pasang penyemak ejaan. Sekarang hanya menyokong bahasa Inggeris (US).",
"spellcheck-languages": "Spellcheck languages",
"spellcheck-languages-description": "Choose the languages for the spellchecker to use.",
"spellcheck-languages-mac-description": "The native spellchecker will automatically detect the language being used for you on macOS.",
"spellcheck-dict": "Kamus penyemak ejaan",
"spellcheck-dict-empty": "Kamus penyemak ejaan kini kosong.",
"option-show-inline-title": "Show inline title",
"option-show-inline-title-description": "Displays the filename as an editable title inline with the file contents.",
"option-readable-line-length": "Panjang baris mudah baca",
"option-readable-line-description": "Hadkan panjang baris maksima. Ia mengurangkan jumlah isi pada skrin, tapi perenggan panjang jadi lebih mudah dibaca.",
"option-strict-line-break": "Pemenggalan baris tegas",
"option-strict-line-break-description": "Dalam mod pralihat, abaikan pemenggalan baris tunggal yang menepati spesifikasi Markdown. Padam ciri ini untuk tunjukkan pemenggalan baris tunggal dalam pralihat.",
"option-show-frontmatter": "Tunjuk frontmatter",
"option-show-frontmatter-description": "Dalam mod pralihat, tunjukkan frontmatter sebagai satu bongkah kod. Padam ciri ini untuk hilangkan bahagian frontmatter.",
"option-auto-pair-brackets": "Munculkan sepasang kurungan",
"option-auto-pair-brackets-description": "Kurungan dan pemetik kata dimunculkan secara automatik.",
"option-auto-pair-markdown": "Munculkan pasangan sintaksis Markdown",
"option-auto-pair-markdown-description": "Simbol untuk kata tebal, kata condong, kata tumpu, palang kata, dan kod.",
"option-smart-indent-lists": "Inden pintar untuk senarai",
"option-smart-indent-lists-description": "Uruskan inden dan penanda senarai secara automatik.",
"option-fold-heading": "Lipat pengepala",
"option-fold-heading-description": "Membolehkan isi-isi bawah pengepala dilipat.",
"option-fold-indent": "Lipat inden",
"option-fold-indent-description": "Membolehkan isi-isi bawah inden yang sama dilipat, seperti dalam senarai.",
"option-default-new-tab-view": "Default view for new tabs",
"option-default-new-tab-view-description": "The default view that a new markdown tab gets opened in.",
"option-default-new-tab-view-editing": "Editing view",
"option-default-new-tab-view-reading": "Reading view",
"option-open-tab-in-foreground": "Always focus new tabs",
"option-open-tab-in-foreground-description": "When you open a link in a new tab, switch to it immediately.",
"option-default-editing-mode": "Default editing mode",
"option-default-editing-mode-description": "The default editing mode a new tab will start with.",
"option-default-editing-mode-source": "Source mode",
"option-default-editing-mode-live-preview": "Live Preview",
"option-show-line-number": "Tunjuk nombor baris",
"option-show-line-number-description": "Nombor setiap baris akan ditunjukkan di sisi tetingkap.",
"option-indentation-guide": "Show indentation guides",
"option-indentation-guide-description": "Show vertical relationship lines between bullet points for visual guidance.",
"option-use-tabs": "Gunakan Tab",
"option-use-tabs-description": "Menghasilkan inden baris menggunakan kekunci \"Tab\". Padamkannya jika mahu guna kekunci jarak.",
"option-tab-size": "Saiz Tab",
"option-tab-size-description": "Satu kekunci Tab bersamaan berapa jarak.",
"option-rtl": "Right-to-left (RTL)",
"option-rtl-description": "Sets the text direction of notes to display in right-to-left.",
"option-auto-convert-html": "Auto tukar dari HTML",
"option-auto-convert-html-description": "Menukarkan format HTML menjadi Markdown apabila menampal atau ditarik dari laman web. Gunakan Ctrl/Cmd+Shift+V untuk menampal tanpa penukaran.",
"option-vim-key-bindings": "Pemadanan kekunci Vim",
"option-vim-key-bindings-description": "Membolehkan anda menggunakan papan kekunci Vim dalam mod suntingan.",
"option-vim-key-bindings-mobile": "On mobile devices, this setting is per-device and is not synchronized through the config file.",
"option-emacsy-keys": "Pemadanan kekucni gaya Emacs lama untuk macOS",
"option-emacsy-keys-description": "Membolehkan anda menggunakan kekunci tambahan gaya Emacs yang lazim dalam macOS tetapi boleh ganggu beberapa arahan papan kekunci.",
"label-confirm-enable-vim": "Pengesahan masuk mod Vim",
"label-vim-warning": "Mod Vim melancarkan penyuntingan teks tetapi agak mencabar untuk difahami. Jika anda tidak biasa dengan Vim, mod ini akan kelihatan seperti Obsidian sudah tidak lagi berfungsi.",
"label-vim-test": "Untuk mengesahkan kefahaman Vim anda, letakkan arahan untuk keluar Vim tanpa simpan fail di bawah:",
"label-vim-your-answer": "Jawapan anda",
"placeholder-enter-command": "Letakkan arahan...",
"button-confirm-enable-vim": "Benarkan saya masuk mod Vim",
"msg-vim-mode-enabled": "Arahan adalah tepat. Mod Vim telah dipasangkan.",
"msg-vim-mode-not-enabled": "Arahan adalah salah. Mod Vim tidak dipasangkan demi maslahat anda.",
"msg-vim-mode-please-enter-command": "Diminta letakkan arahan tersebut untuk masuk mod Vim",
"option-legacy-editor": "Use legacy editor",
"option-legacy-editor-description2": "The legacy editor will be deprecated soon. It is currently no longer maintained, and as such, bugs will no longer be addressed.",
"label-legacy-deprecation": "New editor is here",
"label-legacy-deprecation-1": "Obsidian now has a brand new editor that's more robust and accessible.",
"label-legacy-deprecation-2": "It seems you're still using the legacy editor, and we think you'll enjoy the new editor.",
"label-legacy-deprecation-choice": "Which mode would you like to use?",
"label-live-preview-description": "A more modern, what-you-see-is-what-you-get experience.",
"label-source-mode-description": "See raw Markdown with syntax highlighting.",
"button-start-new-editor": "Start new editor"
},
"file": {
"name": "Fail & Pautan",
"option-confirm-file-deletion": "Sahkan penghapusan fail",
"option-confirm-file-deletion-description": "Pilih sama ada ingin diminta mengesahkan penghapusan fail.",
"option-delete-destination": "Fail yang telah dihapuskan",
"option-delete-destination-description": "Apa yang perlu dilakukan dengan fail yang dihapuskan.",
"option-choice-system-trash": "Pindah ke tong sampah sistem",
"option-choice-vault-trash": "Pindah ke tong sampah Obsidian (folder .trash)",
"option-choice-permanent-delete": "Penghapusan kekal",
"option-always-update-links": "Sentiasa kemas kini pautan dalaman",
"option-always-update-links-description": "Pilih sama ada pautan dalaman ingin dikemas kini secara automatik ataupun minta pengesahan setiap kali.",
"option-new-note-location": "Tempat letak nota baharu",
"option-new-note-location-description": "Pilih tempat letak nota yang baru dibuat. Tetapan plugin akan ambil alih tetapan ini jika ada.",
"option-choice-vault-root": "Direktori akar peti",
"option-choice-current-folder": "Folder yang sama dengan nota yang dipaparkan",
"option-choice-specified-folder": "Dalam folder yang ditetapkan di bawah",
"option-new-file-folder-path": "Folder untuk nota-nota baharu",
"option-new-file-folder-path-description": "Nota yang baru dibuat akan muncul dalam folder ini. Tetapan plugin akan ambil alih tetapan ini jika ada.",
"option-use-wiki-links": "Gunakan [[Wikipautan]]",
"option-use-wiki-links-description": "Menghasilkan pautan gaya wiki untuk [[pautan]] dan ![[gambar]] dan bukan pautan serta gambar gaya piawaian Markdown. Tutup pilihan ini untuk jika mahukan pautan gaya Markdown.",
"option-show-unsupported-files": "Tunjuk semua jenis fail",
"option-show-unsupported-files-description": "Tunjukkan semua jenis fail walaupun fail tersebut tidak disokong oleh Obsidian teras supaya boleh dipautkan dan boleh dilihat dalam peneroka fail dan penukaran pantas.",
"option-link-autocompleted-format": "Format untuk pautan baharu",
"option-link-autocompleted-format-description": "Tentukan rupa pautan yang dihasilkan secara automatik",
"option-choice-shortest-linktext": "Laluan terpendek sekiranya boleh",
"option-choice-relative-path": "Laluan relatif kepada fail",
"option-choice-absolute-path": "Laluan mutlak dalam peti",
"option-new-attachment-location": "Tempat letak lampiran baharu",
"option-new-attachment-location-description": "Pilih tempat letak lampiran yang baru dibuat.",
"option-choice-subdirectory": "Dalam subfolder dalam folder yang aktif",
"option-attachment-folder-path": "Laluan untuk folder lampiran",
"option-attachment-folder-path-description": "Semua lampiran baharu akan diletakkan di sini iaitu gambar atau rakaman audio yang dihasilkan sama ada melalui tarik masuk ataupun melalui salin dan tampal.",
"option-attachment-subfolder-path": "Nama subfolder",
"option-attachment-subfolder-path-description": "Jika fail sekarang ini ialah \"akar peti/folder\", lalu subfolder ini dinamakan \"lampiran\", maka lampiran-lampiran akan diletakkan dalam folder \"akar peti/folder/lampiran\".",
"option-attachment-subfolder-path-placeholder": "lampiran",
"option-excluded-files": "Excluded files",
"option-excluded-files-desc": "Excluded files will be hidden in Search, Graph View, and Unlinked Mentions, less noticeable in Quick Switcher and link suggestions.",
"label-no-excluded-filters-applied": "No excluded filter is applied right now. Add one below.",
"label-excluded-filters-applied": "Files matching the following filters are currently excluded:",
"label-excluded-filter": "Filter",
"message-empty-filter": "Filter cannot be empty",
"placeholder-excluded-filter": "Enter path or \"/regex/\"..."
},
"appearance": {
"name": "Penampilan",
"option-base-theme": "Tema asal",
"option-base-theme-description": "Gunakan tema asal Obsidian.",
"option-accent-color": "Accent color",
"option-accent-color-description": "Choose the accent color used throughout the app.",
"dark-theme": "Gelap",
"light-theme": "Cerah",
"system-theme": "Adapt to system",
"option-font": "Font",
"option-advanced": "Advanced",
"option-interface-font": "Interface font",
"option-interface-font-description": "Set base font for all of Obsidian.",
"option-zoom-level": "Zoom level",
"option-zoom-level-description": "Controls the overall zoom level of the app.",
"option-text-font": "Text font",
"option-text-font-description": "Set font for editing and reading views.",
"option-monospace-font": "Monospace font",
"option-monospace-font-description": "Set font for places like code blocks and frontmatter.",
"label-single-font-currently-in-effect": " Currently applied font: ",
"label-multiple-fonts-currently-in-effect": " The following fonts are currently applied:",
"option-font-placeholder": "Enter font name...",
"label-no-custom-font-set": "No custom font is applied right now. Add one below.",
"label-font-applied": "The first font from this list that is available on your system will be applied.",
"msg-font-not-found": "This font is not detected on your system.",
"msg-font-found": "This font is detected on your system.",
"label-font-name": "Font name",
"option-community-themes": "Buka tema-tema komuniti",
"option-community-themes-description": "Pralihat dan gunakan tema-tema mengagumkan yang dihasilkan oleh komuniti.",
"button-browse-community-themes": "Cari",
"option-font-size": "Saiz huruf",
"option-font-size-description": "Saiz huruf dalam ukuran piksel yang akan mempengaruhi mod suntingan dan pralihat.",
"option-font-size-action": "Ubah saiz huruf dengan pantas",
"option-font-size-action-description": "Ubah saiz huruf menggunakan CTRL + Tatal atau gunakan kawalan zum pada pad sesentuh.",
"option-themes": "Tema",
"option-manage-themes-description": "Manage installed themes and browse community themes.",
"option-theme-button-manage": "Manage",
"option-choice-none": "Tiada",
"option-native-menus": "Native menus",
"option-native-menus-desc": "Menus throughout the app will match the operating system. They will not be affected by your theme.",
"button-reload-themes": "Muat semula tema",
"msg-reloaded-themes": "Tema CSS sendiri sudah dimuatkan semula.",
"button-open-themes-folder": "Buka folder tema",
"option-css-snippets": "Snippet CSS",
"label-no-css-snippets-found": "Tiada snippet CSS dijumpai dalam folder snippet.",
"no-snippet-description": "Snippet CSS disimpan dalam \"{{path}}\".",
"button-reload-snippets": "Muat semula snippet",
"button-open-snippets-folder": "Buka folder snippet",
"msg-reloaded-snippets": "Snippet CSS sudah dimuatkan semula.",
"option-toggle-snippet-description": "Gunakan snippet CSS dari \"{{path}}\".",
"label-installed-themes": "Installed themes",
"label-screenshot-unavailable": "Screenshot unavailable",
"label-default-theme": "Default",
"tooltip-click-to-enlarge": "Click to enlarge",
"button-update": "Update",
"label-currently-selected": "Selected",
"option-frame-style": "Window frame style",
"option-frame-description": "Determines the styling of the title bar of Obsidian windows. Requires a full restart to take effect.",
"option-frame-hidden": "Hidden (default)",
"option-frame-obsidian": "Obsidian frame",
"option-frame-native": "Native frame",
"option-configure-ribbon": "Ribbon menu",
"option-configure-ribbon-desc": "Configure what commands appear in the ribbon menu in that navigation bar.",
"option-mobile-quick-ribbon-item": "Quick access ribbon item",
"option-mobile-quick-ribbon-item-desc": "Tapping on the ribbon item in the navigation menu will activate this ribbon item. Tap and hold will still show the menu.",
"button-configure": "Configure",
"label-additional-ribbon-items": "Other ribbon items",
"label-modal-configuration": "Ribbon Configuration",
"label-modal-configuration-desc": "Choose what items you want to be active in the ribbon. Drag and drop to change the order.",
"option-show-view-header": "Show tab title bar",
"option-show-view-header-desc": "Display the header at the top of every tab.",
"msg-updates-found": "Found {{count}} theme to update.",
"msg-updates-found_plural": "Found {{count}} themes to update.",
"button-check-for-updates": "Check for updates",
"button-view-updates": "View updates",
"button-update-all-themes": "Update all",
"label-current-themes": "Current community themes",
"label-currently-installed": "You currently have {{count}} theme installed.",
"label-currently-installed_plural": "You currently have {{count}} themes installed."
},
"hotkeys": {
"name": "Kekunci Pintasan",
"option-search": "Search hotkeys",
"option-search-desc": "Showing {{count}} hotkey. ",
"option-search-desc_plural": "Showing {{count}} hotkeys. ",
"option-search-conflict": "{{count}} command with conflicts.",
"option-search-conflict_plural": "{{count}} commands with conflicts.",
"prompt-filter": "Tapis...",
"tooltip-delete-hotkey": "Hapuskan kekunci pintasan",
"label-waiting-for-hotkey-press": "Tekan kekunci pintasan...",
"label-show-all": "All",
"label-show-unassigned": "Unassigned",
"label-show-assigned": "Assigned",
"label-show-user-assigned": "Assigned by me",
"tooltip-restore-default": "Balik ke tetapan asal",
"tooltip-customize-command": "Tetapkan kekunci untuk arahan",
"tooltip-hotkey-single-conflict": "Kekunci pintasan ini bercanggah dengan \"{{command}}\"",
"tooltip-hotkey-multiple-conflicts": "Kekunci pintasan ini bercangan dengan {{count}} arahan lain",
"label-blank-hotkey": "Kosong"
},
"about": {
"name": "Perisian",
"label-commercial-license": "Commercial license",
"label-license-key": "Kunci lesen",
"license-key-placeholder": "Kunci lesen anda...",
"label-activate-license": "Hidupkan lesen",
"button-activate": "Hidupkan",
"label-unknown-version": "Tidak diketahui",
"label-current-version": "Versi terkini: ",
"label-install-version": "(Versi pemasang: {{version}})",
"label-up-to-date": "Aplikasi anda sudah dikemas kini!",
"label-read-changelog": "Baca log perubahan.",
"label-manual-update-required": "To support the latest features and to receive the latest security patches, Obsidian needs a major installer update. You need to manually download and reinstall Obsidian.",
"label-download": "Download",
"label-new-version-ready": "Versi terbaharu sedia untuk dipasang.",
"label-relaunch-to-update": "Buka semula aplikasi untuk kemas kini.",
"label-disabled-updates": "Proses pengemaskinian ditutup.",
"label-checking-for-updates": "Menyemak kemas kini terbaharu...",
"button-relaunch": "Buka semula",
"button-check-for-updates": "Semak kemas kini terbaharu",
"option-auto-update": "Kemas kini secara automatik",
"option-auto-update-description": "Tutup pilihan ini jika tidak ingin aplikasi menyemak kemas kini.",
"option-get-help": "Get help",
"option-get-help-description": "Get help on using Obsidian.",
"button-open": "Buka",
"option-language": "Bahasa",
"option-language-description": "Tukar bahasa paparan",
"option-insider-build": "Dapatkan versi ujian insider",
"option-insider-build-description": "Mendapatkan kemas kini daripada versi insider untuk menguji ciri-ciri baharu. Ambil maklum bahawa versi ini adalah yang paling terkehadapan dan mungkin kurang stabil.",
"option-advanced": "Lanjutan",
"option-hw-acceleration": "Pemecutan perkakas",
"option-hw-acceleration-description": "Menghidupkan ciri pemecutan perkakas yang menggunakan GPU untuk melancarkan Obsidian.",
"option-hw-acceleration-warning": "Jika pilihan ini ditutup, prestasi aplikasi akan merosot dengan banyak.",
"option-config-location": "Ambil alih folder konfigurasi",
"option-config-location-description": "Pilih folder konfigurasi selain yang ditetapkan. Nama folder perlu bermula dengan titik.",
"option-config-location-warning": "Tempat letak konfigurasi mestilah menggunakan nama folder yang sah serta bermula dengan titik.",
"label-license": "Lesen",
"label-your-commercial-license-key": "Your commercial license key is \"{{key}}\".",
"label-commercial-license-info": "Didaftarkan bawah nama \"{{company}}\" untuk {{seats}} orang pengguna. Sah sehingga {{expiry}}.",
"label-validating-commercial-license": "Mengesahkan...",
"label-invalid-commercial-license": "Lesen tidak sah: ",
"button-remove-commercial-license": "Remove",
"option-catalyst": "Catalyst license",
"option-catalyst-desc": "You currently have the {{tier}} Catalyst license. Thanks for your support!",
"option-catalyst-desc-no-license": "You don't have a Catalyst license right now. Catalyst license is a one-time donation to support Obsidian development.",
"label-app": "App"
},
"account": {
"name": "Akaun",
"option-your-account": "Your account",
"option-your-account-desc": "You're currently signed in {{name}} ({{email}}).",
"option-your-account-desc-no-login": "You're not logged in right now. An account is only needed for Obsidian Sync, Obsidian Publish, and Catalyst insider builds.",
"button-manage-settings": "Manage settings",
"label-insider": "insider",
"label-supporter": "supporter",
"label-vip": "VIP",
"button-upgrade-catalyst": "Upgrade",
"option-commercial-license": "Commercial license",
"option-commercial-license-desc": "If you use Obsidian for commercial purposes, you may need to get a commercial license.",
"button-purchase": "Purchase",
"button-log-out": "Daftar keluar",
"label-log-in": "Daftar masuk",
"label-sign-up": "Sign up",
"label-email": "Emel",
"placeholder-email": "Emel anda...",
"label-password": "Kata laluan",
"placeholder-password": "Kata laluan anda...",
"button-login": "Daftar masuk",
"message-empty-email": "Emel tidak boleh dibiarkan kosong.",
"message-invalid-email": "Emel yang dimasukkan tidak sah.",
"message-empty-password": "Kata laluan tidak boleh dibiarkan kosong.",
"message-login-failed": "Gagal mendaftar masuk, pastikan emel dan kata laluan adalah betul.",
"label-no-account": "Tiada akaun? ",
"link-sign-up-now": "Daftar akaun"
},
"core-plugin": {
"plugin-list": "Plugin list",
"option-search-plugin": "Search core plugins",
"option-search-plugin-description": "Filter plugins by name or description.",
"placeholder-search-plugin": "Search plugins..."
},
"third-party-plugin": {
"name": "Plugin pihak ketiga",
"option-restricted-mode": "Restricted mode",
"option-restricted-mode-description": "Restricted mode is off. Turn on to disable community plugins.",
"button-turn-on": "Turn on",
"option-browse-community-plugins": "Plugin komuniti",
"option-browse-community-plugins-description": "Gelintar dan pasang plugin pihak ketiga yang dihasilkan oleh komuniti kami yang hebat-hebat belaka.",
"button-browse": "Gelintar",
"label-exit-restricted-mode": "Exit Restricted Mode",
"label-exit-restricted-mode-description-1": "Community plugins, like any other software you install, could potentially cause data integrity and security issues.",
"label-exit-restricted-mode-description-2": "Plugin security is important to us. Here's what we do:",
"label-exit-restricted-mode-description-3": "Despite our efforts, there is still a small chance that a community plugin might misbehave.",
"label-code-review": "Initial code review",
"label-code-review-desc": "Plugins undergo an initial code review by our team before they appear in the store.",
"label-open-source": "Open source",
"label-open-source-desc": "Most plugins are open source on GitHub, so you can inspect the code yourself.",
"label-peer-audit": "Peer audit",
"label-peer-audit-desc": "We have a large community of developers who watch out for each other.",
"label-report-mechanism": "Report mechanism",
"label-report-mechanism-desc": "We follow up and remove faulty plugins upon user report.",
"label-exit-restricted-mode-disable-confirmation": "Would you like to exit Restricted Mode to enable community plugins? We strongly recommend making backups of your data before doing so.",
"label-learn-more": "Learn more about plugin security",
"button-turn-on-community-plugins": "Turn on community plugins",
"label-trust-author": "Do you trust the author of this vault?",
"label-trust-author-description-1": "You're opening this vault for the first time, and it comes with some plugins.",
"label-trust-author-description-2": "If you obtained this vault from someone else, please note that plugins of unknown origin might pose security risks.",
"label-trust-author-description-3": "If you do not fully trust the author of this vault, we recommend staying in Restricted Mode, so the plugins in this vault do not run.",
"button-enable-plugins": "Trust author and enable plugins",
"button-dont-trust-author": "Browse vault in Restricted Mode",
"placeholder-community-plugins": "Cari plugin komuniti...",
"msg-failed-load-plugins": "Gagal memuatkan plugin komuniti.",
"label-installed": "Dipasang",
"button-install": "Pasang",
"button-enable": "Hidupkan",
"button-disable": "Matikan",
"button-copy-share-link": "Copy share link",
"button-donate": "Donate",
"label-no-results-found": "Tiada hasil carian.",
"label-no-recent-files-found": "No recent files found. Type to search...",
"msg-failed-to-load-manifest": "Gagal memuatkan 'manifest' plugin.",
"label-version": "Versi: {{version}}",
"label-currently-installed-version": " (versi yang dipasang sekarang: {{version}})",
"label-by-author": "Oleh ",
"label-repository": "Repositori: ",
"label-last-update": "Last update: ",
"tooltip-view-last-update": "View the latest update",
"label-unsupported": "Plugin ini tidak menyokong peranti anda.",
"button-update": "Kemas kini",
"label-no-readme": "Plugin ini tidak menyediakan fail README.",
"msg-installing-plugin": "Memasang plugin \"{{name}}\"...",
"msg-failed-to-install-plugin": "Gagal memasang plugin \"{{name}}\".",
"msg-successfully-installed-plugin": "Berjaya memasang plugin \"{{name}}\".",
"label-installed-plugins": "Plugin yang sudah dipasang",
"button-reload-plugins": "Muat semula plugin",
"msg-reloaded-third-party-plugins": "Sudah memuat semula plugin pihak ketiga.",
"label-uninstall": "Buang",
"label-uninstall-plugin": "Buang plugin",
"label-uninstall-plugin-confirmation": "Adakah anda yakin ingin membuang plugin ini? Perbuatan ini akan memadam folder yang menempatkan plugin ini.",
"button-open-plugins-folder": "Buka folder plugin",
"button-check-for-updates": "Semak pengemaskinian",
"button-update-all-plugins": "Kemas kini semua",
"label-current-plugins": "Plugin yang ada",
"label-currently-installed": "Sekarang ini ada {{count}} plugin yang dipasang.",
"label-currently-installed_plural": "Sekarang ini ada {{count}} plugin yang dipasang.",
"label-debug-startup-time": "Debug startup time",
"label-debug-startup-time-description": "Show a message with how long each plugin took to initialize when starting the app.",
"msg-no-updates-found": "Tiada kemas kini plugin yang dijumpai.",
"msg-updates-found": "Terdapat {{count}} plugin yang ada kemas kini.",
"msg-updates-found_plural": "Terdapat {{count}} plugin yang ada kemas kini.",
"msg-update-plugin": "Kemas kini menjadi versi {{version}}",
"option-search-installed-plugin": "Cari plugin yang dipasang",
"option-search-installed-plugin-description": "Tapis plugin yang dipasang mengikut nama atau keterangan.",
"placeholder-search-installed-plugin": "Cari plugin yang dipasang...",
"show-installed-only": "Show installed only",
"label-donate-modal-title": "Donate to support {{name}}",
"label-donate-modal-text1": "Plugin developers are community volunteers who make amazing things out of passion. If you find this plugin useful, please consider funding its development.",
"label-donate-modal-text2": "100% of your contribution will go to the plugin developer; Obsidian does not take a cut. The funding platform they choose might charge a fee.",
"label-donate-modal-text3": "Thanks for your generous support!",
"label-support-this-plugin": "Support this plugin:",
"label-search-summary": "Terdapat {{pluginCount}} plugin:",
"label-by-popularity": "Most downloaded",
"label-by-released": "Recently released",
"label-by-updated": "Recently updated",
"label-alphabetical": "Alphabetical",
"label-last-updated": "Updated {{time}}"
},
"mobile-toolbar": {
"name": "Jalur alat untuk peranti mudah alih",
"option-configure-quick-action": "Tetapan untuk Tindakan Pantas mudah alih",
"option-configure-quick-action-description": "Tetapkan arahan apa yang ingin dilaksanakan ketika skrin dileret dari atas ke bawah. Arahan yang sekarang ialah \"{{command}}\".",
"button-configure": "Penetapan",
"placeholder-select-quick-action": "Pilih Tindakan Pantas...",
"manage-toolbar-options": "Uruskan pilihan jalur alat",
"option-internal-link": "Tambah pautan dalaman",
"option-internal-embed": "Selitkan media atau sebahagian nota",
"option-tag": "Tambah tag",
"option-heading": "Jadikan pengepala",
"option-strikethrough": "Silih ganti tulisan berpalang",
"option-highlight": "Silih ganti tulisan tumpuan",
"option-code": "Silih ganti kod",
"option-blockquote": "Silih ganti bongkah petua",
"option-markdown-link": "Tambah pautan gaya Markdown",
"option-bullet-list": "Silih ganti senarai bertitik",
"option-numbered-list": "Silih ganti senarai bernombor",
"option-indent-list": "Inden masuk item senarai",
"option-unindent-list": "Inden keluar item senarai",
"option-undo": "Undur kerja",
"option-redo": "Maju kerja",
"option-move-caret-up": "Pindah karet ke atas",
"option-move-caret-down": "Pindah karet ke bawah",
"option-move-caret-left": "Pindah karet ke kiri",
"option-move-caret-right": "Pindah karet ke kanan",
"option-first-line": "Pergi ke baris pertama",
"option-last-line": "Pergi ke baris terakhir",
"option-toggle-keyboard": "Buka/Tutup papan kekunci",
"option-configure-toolbar": "Tetapan untuk jalur alat mudah alih",
"option-added-options": "Pilihan yang dimasukkan",
"option-more-toolbar-options": "Pilihan lanjut untuk jalur alat",
"option-attach": "Masukkan lampiran",
"option-add-command": "Tambah arahan global",
"option-add-command-description": "Pilih arahan global untuk ditambahkan ke jalur alat."
}
},
"editor": {
"search": {
"placeholder-find": "Find",
"placeholder-replace": "Replace",
"label-previous": "Sebelumnya",
"label-next": "Seterusnya",
"label-all": "Semua",
"label-exit-search": "Keluar carian",
"label-replace": "Ganti masuk",
"label-replace-all": "Ganti semua"
},
"link-suggestion": {
"label-type-hash": "Letak #",
"label-link-heading": "untuk pautkan ke pengepala",
"label-type-block": "Letak ^",
"label-link-block": "untuk pautkan ke bongkah",
"label-type-pipe": "Letak |",
"label-change-display-text": "untuk ubah tulisan yang dipaparkan",
"label-no-match-found": "Tiada padanan yang dijumpai"
},
"spellcheck": {
"no-suggestion": "Tiada saranan...",
"add-to-dictionary": "Tambahkan ke kamus"
},
"menu": {
"edit-link": "Edit link"
},
"heading-suggestion": {
"label-no-heading": "No heading",
"label-heading-level": "Heading {{level}}"
},
"print-modal": {
"title": "Eksport ke PDF",
"caption": "Eksport \"{{filename}}\" ke PDF dengan tetapan berikut.",
"setting-page-size": "Saiz muka surat",
"setting-page-size-a3": "A3",
"setting-page-size-a4": "A4",
"setting-page-size-a5": "A5",
"setting-page-size-legal": "Legal",
"setting-page-size-letter": "Letter",
"setting-page-size-tabloid": "Tabloid",
"setting-include-file-name": "Include file name as title",
"setting-landscape": "Landscape",
"setting-margin": "Margin",
"setting-margin-default": "Default",
"setting-margin-minimal": "Minimal",
"setting-margin-none": "Tiada",
"setting-downscale-percent": "Peratusan pengecilan",
"button-export-to-pdf": "Eksport ke PDF"
},
"link-popover": {
"tooltip-follow-link": "Ikuti pautan",
"tooltip-open-link": "Buka pautan",
"tooltip-search-tag": "Cari tag"
}
},
"interface": {
"embed-cannot-find": "Cannot find:",
"embed-open-in-default-app-tooltip": "Buka dalam aplikasi default",
"empty-sidebar": "Papan sisi adalah kosong, cuba tarik masuk satu tetingkap ke sini.",
"sidebar-expand": "Kembangkan",
"sidebar-collapse": "Tutup",
"msg-fail-to-save-file": "Gagal menyimpan fail \"{{filepath}}\". {{message}}.",
"no-file": "Tiada fail",
"msg-file-changed": "\"{{file}}\" telah diubah suai di luar, sedang menyepadukan perubahan secara automatik.",
"switch-vault": "Buka peti nota lain",
"help": "Bantuan",
"settings": "Tetapan",
"drag-to-rearrange": "Tarik untuk tukar susunan",
"msg-switched-to-read": "Switched default view mode to reading view.",
"msg-switched-to-edit": "Sudah tetapkan penyuntingan sebagai mod pertama.",
"msg-upgrade-installer": "Jika mahu gunakan ciri ini, sila pasang semula aplikasi menggunakan pemasang terkini daripada laman kami.",
"tooltip-restore-default-settings": "Balik ke tetapan asal",
"label-copy": "Salin ke papan klip",
"copied_generic": "Copied to your clipboard",
"copied": "{{item}} sudah disalin ke papan klip",
"url": "Url",
"msg-open-file-through-uri": "Sudah buka fail \"{{path}}\"",
"msg-file-not-found-through-uri": "Fail \"{{name}}\" tidak dijumpai.",
"delete-action-short-name": "Hapus",
"msg-indexing": "Obsidian sedang mengindeks nota-nota...\nPerkara ini sepatutnya dilakukan sekali sahaja.\nBeberapa fungsi mungkin tidak ada buat seketika sehinggalah pengindeksan selesai.",
"msg-indexing-complete": "Selesai mengindeks nota.",
"msg-sandbox-vault": "This is a sandbox vault.\nChanges you make in this vault will be lost.",
"label-enter-to-create": "Enter to create",
"label-update-available": "Update Available",
"label-debug-info": "Debug info",
"button-learn-more": "Learn more",
"button-not-now": "Not now",
"button-add": "Add",
"button-manage": "Manage",
"label-new-tab": "New tab",
"msg-tab-busy": "This tab is currently busy, please try again later",
"empty-state": {
"no-file-open": "Tiada fail yang dibuka",
"create-new-file": "Buat fail baharu",
"go-to-file": "Buka fail",
"see-recent-files": "Lihat fail-fail terkini",
"close": "Tutup",
"unknown-pane-title": "Plugin no longer active",
"unknown-pane-desc": "The plugin that created this view ({{type}}) has gone away"
},
"menu": {
"edit-view": "Sunting (Ctrl/Cmd+Click untuk sunting di tetingkap baharu)",
"read-view": "Current view: reading",
"switch-to-edit-view": "Click to edit",
"switch-to-read-view": "Click to read",
"mod-click-open-new-tab": "{{key}}+Click to open in new tab",
"find": "Cari...",
"replace": "Ganti...",
"edit": "Sunting",
"preview": "Pralihat",
"more-options": "Pilihan lain",
"close": "Tutup",
"close-all": "Close all",
"close-others": "Close others",
"close-right": "Close tabs to the right",
"pin": "Semat",
"unpin": "Unpin",
"unlink-tab": "Unlink tab",
"link-tab": "Link with tab...",
"toggle-source-mode": "Source mode",
"toggle-reading-view": "Reading view",
"delete-file": "Hapuskan fail",
"create-file": "Create this file",
"open-link": "Open link",
"open-in-new-tab": "Open in new tab",
"open-to-the-right": "Open to the right",
"copy-url": "Salin url",
"close-current-tab": "Close current tab",
"copy": "Copy",
"cut": "Cut",
"paste": "Paste",
"paste-as-plain-text": "Paste as plain text",
"lookup-selection": "Look up “{{selection}}”",
"select-all": "Select all",
"rename-heading": "Rename this heading...",
"rename-blockid": "Rename this block ID...",
"open-in-new-window": "Open in new window",
"move-to-new-window": "Move to new window",
"open-in-browser": "Open in browser",
"stack-tabs": "Stack tabs",
"unstack-tabs": "Unstack tabs",
"open-linked-view": "Open linked view"
},
"tooltip": {
"click-to-expand": "Tekan untuk kembangkan",
"click-to-collapse": "Tekan untuk tutup",
"alias": "Alias",
"not-created-yet": "Not created yet, select to create"
},
"start-screen": {
"label-version": "Version",
"label-create-local-vault": "Create local vault",
"option-open-folder-as-vault": "Buka folder sebagai Peti Nota",
"option-open-folder-as-vault-description": "Pilih salah satu folder sedia ada yang mengandungi fail-fail Markdown.",
"option-create-vault": "Buat Peti Nota baharu",
"option-create-vault-description": "Buat satu folder baharu sebagai Peti Nota untuk Obsidian.",
"option-connect-obsidian-sync": "Open vault from Obsidian Sync",
"option-connect-obsidian-sync-description": "Set up a synced vault with existing remote vault.",
"option-new-vault-name": "Nama Peti Nota",
"option-new-vault-name-description": "Pilih nama untuk Peti Nota anda yang gempak.",
"option-new-vault-location": "Tempat",
"option-new-vault-location-description": "Pilih tempat untuk meletakkan Peti Nota.",
"label-new-vault-location-preview": "Your new vault will be placed in: ",
"option-reveal-vault-in-explorer": "Reveal vault in system explorer",
"option-reveal-vault-in-explorer-mac": "Reveal vault in Finder",
"option-rename-vault": "Rename vault...",
"msg-error-rename-exists": "There is already a vault with this name.",
"msg-error-nested": "Cannot move vault into a subfolder of itself.",
"msg-error-rename-open": "Can't rename a currently open vault.",
"msg-rename-failed": "Failed to rename vault.",
"msg-rename-success": "Successfully renamed vault.",
"option-move-vault": "Move vault...",
"msg-move-select-dest": "Select destination folder",
"msg-error-move-exists": "There is already a vault at the destination.",
"msg-error-move-open": "Can't move a currently open vault.",
"msg-move-failed": "Failed to move vault.",
"msg-move-success": "Successfully moved vault.",
"option-remove": "Remove from list",
"button-quick-start": "Quick start",
"button-open": "Buka",
"button-browse": "Cari folder",
"button-connect": "Connect",
"button-create-vault": "Buat Peti Nota",
"button-back": "Balik",
"msg-empty-vault-name": "Nama Peti Nota tidak boleh kosong.",
"msg-invalid-folder": "Diminta pilih folder yang sah.",
"msg-failed-to-create-vault": "Gagal membuat Peti Nota.",
"msg-failed-to-create-vault-at-location": "Peti Nota gagal dibuat di tempat yang diberikan. Diminta semak semula tempat dan keizinan.",
"msg-error-failed-to-open-vault": "Gagal membuka Peti Nota.",
"msg-error-remove-current-open-vault": "Peti Nota yang sedang digunakan tidak boleh dibuang.",
"option-get-help": "Get Help",
"option-user-email": "Email",
"placeholder-your-email": "Your email...",
"option-user-password": "Password",
"placeholder-your-password": "Your password...",
"button-sign-in": "Sign in",
"button-setup": "Setup",
"option-connect-vault-desc": "Create a synced vault on this device.",
"tooltip-own-vault": "This is a remote vault owned by you.",
"tooltip-shared-vault": "This is a remote vault shared with you."
},
"drag-and-drop": {
"insert-link-here": "Masukkan pautan di sini",
"insert-links-here": "Masukkan pautan di sini",
"move-into-folder": "Pindah ke folder \"{{folder}}\"",
"star-this-file": "Bintangkan fail ini",
"star-these-files": "Bintangkan fail ini",
"open-in-this-tab": "Open in this tab",
"open-as-tab": "Open as new tab"
},
"window": {
"maximize": "Maksimumkan",
"minimize": "Minimumkan",
"restore-down": "Kecilkan",
"close-window": "Tutup",
"go-back": "Ke belakang",
"go-forward": "Ke hadapan"
},
"start-up": {
"loading-obsidian": "Memuatkan Obsidian...",
"obsidian-load-error": "Berlaku ralat ketika memuatkan Obsidian.",
"button-reload-app": "Muat semula aplikasi",
"button-reload-app-in-safe-mode": "Reload app in Restricted Mode",
"button-open-another-vault": "Buka Peti Nota baharu",
"loading-components": "Memuatkan komponen...",
"loading-plugins": "Memuatkan plugin...",
"loading-vault": "Memuatkan Peti Nota...",
"msg-failed-to-load-vault": "Gagal memuatkan Peti Nota: ",
"loading-cache": "Memuatkan cache...",
"loading-workspace": "Memuatkan tempat kerja..."
},
"mobile": {
"action-import": "Import into vault",
"action-choose-file-to-insert": "Choose a file to insert",
"action-insert-text-into-file": "Insert text into {{filename}}",
"action-insert-link-into-file": "Insert link into {{filename}}",
"msg-importing": "Importing...",
"msg-import-success": "Import success",
"msg-failed-to-import-file": "Failed to import file {{filename}}",
"msg-back-again-to-exit": "Press back again to exit."
},
"help-screen": {
"label-official-help-site": "Official help site",
"label-official-help-site-desc": "Read the official help documentation of Obsidian, available in multiple languages.",
"action-visit": "Visit",
"label-discord-chat": "Discord chat",
"label-discord-chat-desc": "Discord is the best place to chat with other experienced Obsidian users from around the world.",
"action-join": "Join",
"label-forum": "Official forum",
"label-forum-desc": "Help each other, post feature requests, report bugs, and have in-depth discussions about knowledge management.",
"label-sandbox-vault": "Sandbox vault",
"label-sandbox-vault-desc": "Play around and experiment with various features. Please note your changes will not be saved."
}
},
"commands": {
"save-file": "Simpan fail ini",
"follow-cursor-link": "Ikuti pautan pada penunjuk",
"open-cursor-link-in-new-tab": "Open link under cursor in new tab",
"open-cursor-link-to-the-right": "Open link under cursor to the right",
"open-cursor-link-in-new-window": "Open link under cursor in new window",
"navigate-tab-above": "Focus on tab group above",
"navigate-tab-below": "Focus on tab group below",
"navigate-tab-left": "Focus on tab group to the left",
"navigate-tab-right": "Focus on tab group to the right",
"toggle-pin": "Letak/Buang semat",
"split-right": "Split right",
"split-down": "Split down",
"toggle-stacked-tabs": "Toggle stacked tabs",
"navigate-back": "Ke belakang",
"navigate-forward": "Ke hadapan",
"use-dark-mode": "Gunakan mod gelap",
"use-light-mode": "Gunakan mod cerah",
"change-theme": "Change theme",
"search-current-file": "Cari dalam fail",
"search-replace-current-file": "Cari & ganti dalam fail",
"open-settings": "Buka tetapan",
"open-help": "Buka bantuan",
"toggle-edit": "Toggle editing/reading view",
"toggle-source-mode": "Toggle Live Preview/Source mode",
"delete-current-file": "Hapuskan fail",
"new-tab": "New tab",
"close-all-tabs": "Close all tabs",
"close-active-tab": "Close current tab",
"close-others-in-tab-group": "Close others in tab group",
"close-other-tabs": "Close all other tabs",
"close-tab-group": "Close this tab group",
"toggle-left-sidebar": "Buka/Tutup papan kiri",
"toggle-right-sidebar": "Buka/Tutup papan kanan",
"toggle-default-new-tab-mode": "Toggle default mode for new tabs",
"focus-editor": "Focus on last note",
"toggle-fold": "Buka/Tutup lipatan dalam baris",
"fold-all": "Lipat semua pengepala dan senarai",
"unfold-all": "Buka lipatan semua pengepala dan senarai",
"fold-more": "Fold more",
"fold-less": "Fold less",
"swap-line-up": "Pindah ke baris atas",
"swap-line-down": "Pindah ke baris bawah",
"remove-heading": "Remove heading",
"toggle-heading": "Set as heading {{level}}",
"toggle-bold": "Silih ganti tulisan tebal yang dipilih",
"toggle-italics": "Silih ganti tulisan miring yang dipilih",
"toggle-highlight": "Silih ganti tulisan tumpu yang dipilih",
"toggle-comments": "Silih ganti format komen yang dipilih",
"insert-link": "Masukkan pautan",
"toggle-spellcheck": "Hidupkan/Matikan penyemak ejaan",
"delete-paragraph": "Padam perenggan",
"toggle-checklist": "Silih ganti status senarai semak",
"cycle-list-checklist": "Cycle bullet/checkbox",
"insert-callout": "Insert callout",
"edit-file-title": "Sunting tajuk fail",
"copy-path": "Salin laluan ke fail",
"copy-url": "Salin url Obsidian",
"export-pdf": "Eksport ke PDF",
"reload": "Muat semula aplikasi tanpa menyimpan",
"undo-close-tab": "Undo close tab",
"context-menu": "Show context menu under cursor",
"show-debug-info": "Show debug info",
"open-sandbox-vault": "Open sandbox vault",
"always-on-top": "Toggle window always on top",
"zoom-in": "Zoom in",
"zoom-out": "Zoom out",
"reset-zoom": "Reset zoom",
"toggle-preview": "Tukar mod sunting/pralihat",
"move-to-new-window": "Move current tab to new window",
"open-in-new-window": "Open current tab in new window",
"rename-current-file": "Rename current file"
},
"dialogue": {
"label-link-affected": "Ini akan memberi kesan kepada {{links}} dalam {{files}}.",
"msg-updated-links": "Selesai mengemas kini {{links}} dalam {{files}}.",
"label-update-links": "Kemas kini pautan",
"label-confirm-update-link-to-file": "Adakah anda ingin mengemas kini pautan dalaman yang memaut ke fail ini?",
"button-always-update": "Sentiasa kemas kini",
"button-just-once": "Hanya sekali",
"button-do-not-update": "Jangan kemas kini",
"label-confirm-deletion": "Adakah anda pasti ingin memadam \"{{filename}}\"?",
"label-move-to-system-trash": "Ia akan dipindahkan ke tong sampah sistem anda.",
"label-move-to-vault-trash": "Ia akan dipindahkan ke tong sampah Obsidian, yang terletak pada folder tersembunyi \".trash\" dalam Peti Nota anda.",
"label-permanent-delete": "Fail akan dihapuskan secara kekal.",
"label-non-empty-folder": "Folder ini tidak kosong.",
"label-delete-folder-warning": "Jika anda meneruskan, semua fail di dalam folder ini akan dihapuskan.",
"label-delete-folder": "Hapuskan folder",
"button-delete": "Hapus",
"button-delete-do-not-ask-again": "Hapus dan jangan tanya lagi.",
"label-do-not-ask-again": "Don't ask again",
"label-existing-backlink": "Terdapat {{links}} menuju ke nota ini.",
"label-existing-backlink_plural": "There are currently {{links}} pointing to this note.",
"label-delete-file": "Hapus fail",
"button-manage": "Manage",
"button-cancel": "Batal",
"button-done": "Selesai",
"button-save": "Save",
"button-stop": "Stop",
"button-continue": "Continue",
"preparing-pdf": "Menyediakan PDF...",
"label-rename-file": "Namakan semula fail",
"label-rename-file-generic": "File name",
"label-new-name": "Nama baharu",
"msg-rename-success": "Fail berjaya dinamakan semula.",
"label-rename-heading": "Rename heading",
"label-rename-blockid": "Rename block ID"
},
"menu-items": {
"new-file": "New Note",
"new-file-to-the-right": "New Note to the Right",
"new-window": "New Window",
"open-switcher": "Open Quickly...",
"open-vault": "Open Vault...",
"close-tab": "Close Tab",
"close-window": "Close Window",
"find": "Find",
"replace": "Replace",
"insert-callout": "Callout",
"insert-markdown-link": "Markdown Link",
"insert-wikilink": "Link",
"set-heading": "Heading {{level}}",
"no-heading": "No Heading",
"insert-quote": "Quote",
"export-pdf": "Export To PDF...",
"toggle-bullet-list": "Bullet List",
"toggle-numbered-list": "Numbered List",
"toggle-checklist": "Task List",
"toggle-bold": "Bold",
"toggle-code": "Code",
"toggle-comment": "Comment",
"toggle-italics": "Italics",
"toggle-highlight": "Highlight",
"toggle-strikethrough": "Strikethrough",
"toggle-comments": "Comment",
"fold-all": "Fold All",
"unfold-all": "Unfold All",
"fold-more": "Fold More",
"fold-less": "Fold Less",
"source-mode": "Source Mode",
"reading-view": "Reading View",
"show-debug-info": "Show Debug Info",
"open-sandbox": "Open Sandbox Vault",
"navigate-back": "Navigate Back",
"navigate-forward": "Navigate Forward",
"toggle-left-sidebar": "Toggle Left Sidebar",
"toggle-right-sidebar": "Toggle Right Sidebar",
"split-right": "Split Right",
"split-down": "Split Down",
"release-notes": "Release Notes"
},
"plugins": {
"name": "Plugin",
"file-explorer": {
"name": "Peneroka fail",
"desc": "Lihat semua fail dalam peti nota anda.",
"action-open": "Buka peneroka fail",
"action-show": "Tunjuk peneroka fail",
"action-create-note": "Buat nota baharu",
"action-create-note-in-current-tab": "Create new note in current tab",
"action-create-note-to-the-right": "Create note to the right",
"action-collapse-all": "Collapse all",
"action-expand-all": "Expand all",
"action-new-note": "Nota baharu",
"action-new-folder": "Folder baharu",
"action-change-sort": "Tukar kaedah pengisihan",
"action-reveal-file": "Tunjuk fail dalam peneroka fail",
"action-reveal-active-file": "Tunjukkan fail terkini di peneroka fail",
"command-make-a-copy": "Make a copy of the current file",
"command-move-file": "Pindah fail ke folder lain",
"action-move-file": "Pindahkan fail ke...",
"action-move-folder": "Pindahkan folder ke...",
"action-move-items": "Move {{count}} items to...",
"prompt-type-folder": "Taip nama folder",
"label-no-folders": "Tiada folder ditemui.",
"instruction-navigate": "untuk navigasi",
"instruction-move": "untuk pergerakan",
"instruction-create": "to create",
"instruction-dismiss": "untuk abaikan",
"label-sort-a-to-z": "Pengisihan mengikut nama (A ke Z)",
"label-sort-z-to-a": "Pengisihan mengikut nama (Z ke A)",
"label-sort-new-to-old": "Pengisihan mengikut waktu suntingan (baharu ke lama)",
"label-sort-old-to-new": "Pengisihan mengikut waktu suntingan (baharu ke lama)",
"label-sort-created-old-to-new": "Masa dibuat (baharu ke lama)",
"label-sort-created-new-to-old": "Masa dibuat (lama ke baharu)",
"menu-opt-new-note": "Nota baharu",
"menu-opt-new-folder": "Folder baharu",
"menu-opt-set-attachment-folder": "Tetapkan sebagai folder lampiran",
"menu-opt-rename": "Tukar nama",
"menu-opt-delete": "Hapus",
"menu-opt-make-copy": "Buat satu salinan",
"msg-invalid-characters": "Nama fail tidak boleh mengandungi mana-mana aksara berikut: ",
"msg-unsafe-characters": "Pautan tidak akan berfungsi dengan nama yang mengandungi aksara berikut: ",
"msg-file-already-exists": "Sudah ada fail dengan nama yang sama",
"msg-empty-file-name": "Nama fail tidak boleh kosong.",
"msg-bad-dotfile": "File name must not start with a dot.",
"tooltip-modified-time": "Kali terakhir disunting {{time}}",
"tooltip-created-time": "Dibuat pada {{time}}",
"tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}",
"action-move-file-short-name": "Pindah",
"label-untitled-file": "Tak bertajuk",
"label-untitled-folder": "Tak bertajuk",
"msg-set-attachment-folder": "Lampiran akan disimpan di \"{{path}}\" mulai sekarang."
},
"search": {
"name": "Carian",
"desc": "Cari kata kunci di semua nota.",
"action-open-search": "Cari dalam semua fail",
"label-collapse-results": "Mampatkan hasil carian",
"label-match-case": "Padankan huruf besar atau kecil dengan tepat",
"label-explain-search-term": "Jelaskan hasil carian",
"label-more-context": "Kembangkan konteks lanjut",
"label-result-count": "{{count}} result",
"label-result-count_plural": "{{count}} results",
"label-toggle-search-settings": "Search settings",
"prompt-start-search": "Taip untuk mulakan carian...",
"label-match-text": "Memadankan teks: ",
"label-match-regex": "Memadankan regex: ",
"label-match-exact-text": "Mengandungi teks sebiji-sebiji: ",
"label-match-all": "Memadankan semua: ",
"label-match-any": "Memadankan sebahagian: ",
"label-excluding": "Mengecualikan: ",
"label-case-sensitive": "Menepati carian huruf besar atau kecil",
"label-case-insensitive": "Mengabaikan ketepatan huruf besar atau kecil",
"label-match-file-path": "Memadankan laluan folder: ",
"label-match-file-name": "Memadankan nama fail: ",
"label-match-content": "Memadankan isi fail: ",
"label-match-task": "Memadankan tugasan: ",
"label-match-task-todo": "Memadankan tugasan (belum): ",
"label-match-task-done": "Memadankan tugasan (siap): ",
"label-match-line": "Memadankan barisan: ",
"label-match-block": "Match block: ",
"label-match-section": "Match section: ",
"label-match-tag": "Memadankan tag: ",
"label-no-matches": "Tiada padanan dijumpai.",
"matches-with-count": "... dan {{count}} lagi padanan.",
"matches-with-count_plural": "... dan {{count}} lagi padanan.",
"label-copy-search-results": "Salin hasil carian",
"button-copy-results": "Salin hasil",
"msg-successfully-copied": "Berjaya menyalin hasil carian.",
"option-show-path": "Tunjukkan laluan",
"option-show-path-description": "Tunjukkan laluan penuh ke fail berbanding hanya nama fail.",
"option-link-style": "Gaya pautan",
"option-link-style-description": "Pilih sama ada mahu menukarkan setiap hasil fail menjadi pautan.",
"option-choice-link-style-none": "Tiada",
"option-choice-link-style-wikilink": "Wikipautan",
"option-choice-link-style-markdown-link": "Pautan Markdown",
"option-list-prefix": "Imbuhan senarai",
"option-list-prefix-description": "Pilih sama ada mahu mengimbuhkan item senarai pada setiap hasil fail.",
"option-choice-list-style-none": "Tiada",
"option-choice-list-style-dash": "Dash (-)",
"option-choice-list-style-asterisk": "Asterisk (*)",
"option-choice-list-style-numbered": "Bernombor",
"tooltip-clear-search": "Kosongkan carian",
"label-search-options": "Tetapan carian",
"tooltip-read-more": "Baca lanjut",
"label-history": "Sejarah",
"tooltip-clear-history": "Kosongkan sejarah carian",
"label-path-option-description": "padankan laluan ke fail",
"label-file-name-option-description": "padankan nama fail",
"label-tag-option-description": "cari tag",
"label-line-option-description": "cari kata kunci dalam barisan yang sama",
"label-section-option-description": "cari kata kunci bawah pengepala yang sama",
"menu-opt-search-for": "Search for \"{{keyword}}\""
},
"quick-switcher": {
"name": "Penukaran pantas",
"desc": "Tukar ke fail lain tanpa meninggalkan papan kekunci. Gunakan Ctrl/Cmd+O untuk aktifkan.",
"short-name": "Penukar fail",
"action-open": "Aktifkan penukaran pantas",
"instruction-navigate": "untuk navigasi",
"instruction-open": "untuk buka",
"instruction-open-in-new-tab": "to open in new tab",
"instruction-open-to-the-right": "to open to the right",
"instruction-create": "untuk wujudkan",
"instruction-dismiss": "untuk tutup",
"instruction-select": "to select",
"label-no-note-create-new": "Tiada nota dijumpai. Tekan Enter untuk wujudkan yang baharu.",
"prompt-type-file-name": "Taip fail yang ingin dibuka atau diwujudkan...",
"label-enter-to-create": "Tekan Enter untuk buat",
"tooltip-not-created-yet": "Not created yet, select to create",
"option-show-existing-only": "Show existing only",
"option-show-existing-only-description": "Only show results from existing files. Links to files that are not yet created will be hidden.",
"option-show-attachments": "Show attachments",
"option-show-attachments-desc": "Show attachment files like images, videos, and PDFs.",
"option-show-all-file-types": "Show all file types",
"option-show-all-file-types-desc": "Show all files including ones that Obsidian can't open. The file will be opened with the default app for that file type."
},
"graph-view": {
"name": "Paparan graf",
"desc": "Lihat graf yang menggambarkan pautan antara nota.",
"action-open": "Buka paparan graf",
"action-open-local": "Buka graf tempatan",
"action-copy-screenshot": "Salin tangkap layar",
"tab-title": "Graf {{displayText}}",
"label-filters": "Tapisan",
"prompt-filter-nodes": "Cari fail...",
"option-depth": "Kedalaman",
"option-depth-description": "Tunjukkan nota yang dihubungkan sedalam jumlah pautan ini",
"option-neighbor-links": "Pautan jiran",
"option-neighbor-links-description": "Tunjukkan pautan antara jiran.",
"option-forelinks": "Pautan keluar",
"option-forelinks-description": "Tunjukkan pautan ke fail lain",
"option-backlinks": "Pautan balik",
"option-backlinks-description": "Tunjukkan pautan dari fail lain",
"option-show-tags": "Tag",
"option-show-tags-description": "Tag dipautkan dengan fail yang menyebut tag tersebut",
"option-show-attachments": "Lampiran",
"option-show-attachments-description": "Tunjukkan lampiran yang dimasukkan dalam fail",
"option-show-existing-files-only": "Fail yang wujud sahaja",
"option-show-existing-files-only-description": "Kalau ya, maka fail yang tidak wujud tidak ditunjukkan",
"option-show-orphans": "Nota terpencil",
"option-show-orphans-description": "Tunjukkan nota yang tidak dipautkan oleh mana-mana fail lain",