forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-TW.json
2100 lines (2100 loc) · 110 KB
/
zh-TW.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": "選項",
"plugin": "外掛程式",
"builtin-plugins": "核心外掛程式",
"plugin-options": "外掛程式選項",
"folder-path-example-placeholder": "例:資料夾1/資料夾2",
"file-path-example-placeholder": "例:資料夾/筆記.md",
"msg-restart-required": "變更此選項後,必須重新啟動才能讓更動生效。",
"editor": {
"name": "編輯器",
"section-behavior": "行為",
"section-display": "顯示",
"option-spellcheck": "拼寫檢查",
"option-spellcheck-description": "開啟拼寫檢查器。目前只適用於英語(美式)。",
"spellcheck-languages": "檢查語言拼字",
"spellcheck-languages-description": "選擇拼字檢查工具要檢查的語言。",
"spellcheck-languages-mac-description": "原生的拼字檢查工具會自動偵測您在 macOS 使用的語言。",
"spellcheck-dict": "拼寫檢查詞典",
"spellcheck-dict-empty": "拼寫檢查詞典是空的。",
"option-show-inline-title": "顯示內嵌標題",
"option-show-inline-title-description": "將檔名顯示為可編輯的標題,與檔案內容並列。",
"option-readable-line-length": "縮減行寬",
"option-readable-line-description": "開啟後將限制每行字數,使螢幕顯示的內容減少,但使長段落更具可讀性。",
"option-strict-line-break": "精確的換行符號",
"option-strict-line-break-description": "在預覽模式下,根據 Markdown 語法忽略單行換行符號。將此選項關閉可在預覽中顯示單行換行符號。",
"option-properties-in-document": "文件內屬性",
"option-properties-in-document-description": "選擇屬性在編輯器內的顯示方式。選擇 「來源」 將以 YAML 格式顯示屬性。",
"option-properties-hidden": "隱藏",
"option-properties-visible": "可見",
"option-properties-source": "來源",
"option-show-file-properties": "在文件內顯示屬性",
"option-show-file-properties-description": "在檔案最上方顯示屬性區塊。",
"option-auto-pair-brackets": "自動補全雙括號",
"option-auto-pair-brackets-description": "自動補全括號和引號。",
"option-auto-pair-markdown": "自動補全 Markdown 語法",
"option-auto-pair-markdown-description": "自動補全表示粗體和斜體的標記。",
"option-smart-indent-lists": "智慧列表",
"option-smart-indent-lists-description": "開啟後 Obsidian 將根據換行和縮排情況自動調整列表符號。",
"option-fold-heading": "收合標題",
"option-fold-heading-description": "將標題行下層所有文字都收合到標題行。",
"option-fold-indent": "收合縮排",
"option-fold-indent-description": "把相同的縮排內容(如列表)收合起來。",
"option-default-new-tab-view": "新分頁的預設檢視模式",
"option-default-new-tab-view-description": "開啟新 Markdown 分頁後的預設檢視模式。",
"option-default-new-tab-view-editing": "編輯檢視模式",
"option-default-new-tab-view-reading": "閱讀檢視模式",
"option-open-tab-in-foreground": "一律聚焦於新分頁",
"option-open-tab-in-foreground-description": "當您在新分頁開啟連結後,立刻切換至該分頁。",
"option-default-editing-mode": "預設編輯模式",
"option-default-editing-mode-description": "新窗格預設啟動的編輯模式。",
"option-default-editing-mode-source": "原始碼模式",
"option-default-editing-mode-live-preview": "實際預覽",
"option-show-line-number": "顯示行號",
"option-show-line-number-description": "在左側顯示行號。",
"option-indentation-guide": "顯示縮排指示",
"option-indentation-guide-description": "在要點間顯示垂直關聯線,以提供視覺提示。",
"option-use-tabs": "使用 Tab 鍵縮排",
"option-use-tabs-description": "按下 Tab 鍵可發送定位符來縮排。關閉此項後可發送空格來縮排。",
"option-tab-size": "Tab 大小",
"option-tab-size-description": "一個 Tab 等於幾個空白。",
"option-rtl": "右至左 (RTL)",
"option-rtl-description": "設定筆記的文字方向,讓文字能從右至左顯示。",
"option-auto-convert-html": "自動轉換 HTML",
"option-auto-convert-html-description": "由網頁貼入或拖入時自動轉換 HTML 為 Markdown,使用 Ctrl/Cmd+Shift+V 貼入則不轉換。",
"option-vim-key-bindings": "Vim 鍵綁定",
"option-vim-key-bindings-description": "允許在編輯器中使用 Vim 鍵綁定。",
"option-vim-key-bindings-mobile": "在行動裝置上,此設定不會透過設定檔同步,每部裝置可自行調整。",
"label-confirm-enable-vim": "確認進入 Vim 模式",
"label-vim-warning": "Vim 模式可以快速編輯內容,但其操作可能會違反直覺。若您不熟悉 Vim,此選項可能會製造出 Obsidian 似乎停止運作的假象。",
"label-vim-test": "為驗證您確實知道如何操作 Vim,請輸入結束且不儲存的命令:",
"label-vim-your-answer": "您的答案",
"placeholder-enter-command": "輸入命令…",
"button-confirm-enable-vim": "讓我啟用 Vim",
"msg-vim-mode-enabled": "命令正確,Vim 模式已啟用。",
"msg-vim-mode-not-enabled": "命令不正確。為了保護您,Vim 未被啟用。",
"msg-vim-mode-please-enter-command": "請輸入命令以啟用 Vim 模式"
},
"file": {
"name": "檔案與連結",
"option-confirm-file-deletion": "確認刪除提示",
"option-confirm-file-deletion-description": "是否需要彈出提示對話窗以確認刪除檔案。",
"option-delete-destination": "刪除檔案設定",
"option-delete-destination-description": "要如何處理已刪除的檔案?",
"option-choice-system-trash": "移至資源回收筒",
"option-choice-vault-trash": "移至軟體回收筒(.trash 資料夾)",
"option-choice-permanent-delete": "永久刪除",
"option-always-update-links": "始終更新內部連結",
"option-always-update-links-description": "開啟後重新命名檔案時 Obsidian 會自動為您更新內部連結,關閉後則需要您手動確認是否更新",
"option-new-note-location": "新建筆記儲存位置",
"option-new-note-location-description": "指定新建筆記的儲存位置,外掛程式可能會修改此設定。",
"option-choice-vault-root": "儲存庫的根目錄",
"option-choice-current-folder": "目前開啟檔案所在的資料夾",
"option-choice-specified-folder": "下方指定的資料夾",
"option-new-file-folder-path": "儲存新建筆記的資料夾",
"option-new-file-folder-path-description": "指定儲存新筆記的資料夾,外掛程式可能會修改此設定。",
"option-use-wiki-links": "使用 [[Wikilinks]]",
"option-use-wiki-links-description": "自動產生 Wikilinks [[連結]] 與 ![[圖片]] 以取代 Markdown 連結與圖片。關閉本選項則產生 Markdown 格式。",
"option-show-unsupported-files": "偵測所有的副檔名",
"option-show-unsupported-files-description": "即使 Obsidian 無法開啟,也會顯示所有的副檔名,因此可以連結到它們,並在檔案瀏覽器與快速切換對話窗看到這些檔案。",
"option-link-autocompleted-format": "內部連結格式",
"option-link-autocompleted-format-description": "設定在筆記中引用其他文件時插入 [[ ]] 中的檔案路徑類型。",
"option-choice-shortest-linktext": "以儘可能簡短的形式插入",
"option-choice-relative-path": "插入對應目前檔案的相對路徑",
"option-choice-absolute-path": "插入對應儲存庫的絕對路徑",
"option-new-attachment-location": "新附件的預設位置",
"option-new-attachment-location-description": "存放新加入附件的位置。",
"option-choice-subdirectory": "目前資料夾內的子目錄",
"option-attachment-folder-path": "附件資料夾路徑",
"option-attachment-folder-path-description": "指定用於儲存附件的資料夾。新建的附件會儲存於此,如音訊記錄或透過拖曳或貼上建立的影像等。",
"option-attachment-subfolder-path": "子目錄名稱",
"option-attachment-subfolder-path-description": "若檔案存在「vault/folder」,且子目錄名稱為「attachments」,則附件會被存在「vault/folder/attachments」。",
"option-attachment-subfolder-path-placeholder": "附件",
"option-excluded-files": "已排除的檔案",
"option-excluded-files-desc": "已排除的檔案在不同的地方,如快速切換工具、連結建議,或是圖表檢視,可能會被隱藏或較為隱蔽。",
"label-no-excluded-filters-applied": "目前未套用任何篩選器。請在下方新增。",
"label-excluded-filters-applied": "目前符合以下篩選器的檔案將被排除:",
"label-excluded-filter": "篩選器",
"message-empty-filter": "篩選器不可空白",
"placeholder-excluded-filter": "輸入路徑或 “/regex/”……"
},
"appearance": {
"name": "外觀",
"option-base-theme": "基本佈景主題",
"option-base-theme-description": "選擇 Obsidian 預設的配色方案。",
"option-accent-color": "輔色",
"option-accent-color-description": "選擇整個應用程式使用的輔色。",
"dark-theme": "暗黑",
"light-theme": "明亮",
"system-theme": "與系統相同",
"option-font": "字型",
"option-advanced": "進階",
"option-interface": "Interface",
"option-interface-font": "介面字型",
"option-interface-font-description": "設定 Obsidian 的全域字型。",
"option-zoom-level": "縮放比例",
"option-zoom-level-description": "控制應用程式的整體縮放比例。",
"option-text-font": "文字字型",
"option-text-font-description": "設定編輯或閱讀模式的字型。",
"option-monospace-font": "等寬字型",
"option-monospace-font-description": "設定程式碼區塊及正文前頁等區域的字型。",
"label-single-font-currently-in-effect": " 目前套用的字型:",
"label-multiple-fonts-currently-in-effect": "目前已套用下列字型:",
"option-font-placeholder": "輸入字型名稱……",
"label-no-custom-font-set": "目前未套用任何自訂字型。請在下方新增。",
"label-font-applied": "將套用此列表中首個您的系統可用的字型。",
"msg-font-not-found": "未在您的系統中偵測到此字型。",
"msg-font-found": "已在您的系統中偵測到此字型。",
"label-font-name": "字型名稱",
"option-community-themes": "查看社群主題",
"option-community-themes-description": "預覽、使用社群使用者建立的優秀主題。",
"button-browse-community-themes": "瀏覽",
"option-font-size": "字型大小",
"option-font-size-description": "字型大小的像素值會影響編輯器與預覽。",
"option-font-size-action": "快速字型大小調整",
"option-font-size-action-description": "使用 [Ctrl+捲動] 調整字型大小,或使用觸控板的放大手勢。",
"option-themes": "佈景主題",
"option-manage-themes-description": "管理已安裝主題及瀏覽社群主題。",
"option-theme-button-manage": "管理",
"option-choice-none": "無",
"option-native-menus": "原生選單",
"option-native-menus-desc": "整個應用程式的選單將配合作業系統的風格,不受您的主題影響。",
"button-reload-themes": "重新載入佈景主題",
"msg-reloaded-themes": "已重新載入自訂 CSS 佈景主題。",
"button-open-themes-folder": "開啟佈景主題資料夾",
"option-css-snippets": "CSS 片段",
"label-no-css-snippets-found": "在 snippets 資料夾裡找不到 CSS 片段。",
"no-snippet-description": "CSS 片段存放於 “{{path}}”。",
"button-reload-snippets": "重新載入 CSS 片段",
"button-open-snippets-folder": "開啟 CSS 片段資料夾",
"msg-reloaded-snippets": "已重新載入 CSS 片段。",
"option-toggle-snippet-description": "在 “{{path}}” 套用 CSS 片段。",
"label-installed-themes": "已安裝主題",
"label-screenshot-unavailable": "尚無螢幕截圖",
"label-default-theme": "預設主題",
"tooltip-click-to-enlarge": "點選放大",
"button-update": "更新",
"label-currently-selected": "已選取",
"option-frame-style": "視窗框架樣式",
"option-frame-description": "決定 Obsidian 視窗標題列的樣式。需要完整重新啟動以生效。",
"option-frame-hidden": "隱藏 (預設)",
"option-frame-obsidian": "Obsidian 框架",
"option-frame-native": "原生框架",
"option-custom-icon": "自訂應用程式圖示",
"option-custom-icon-desc": "設定應用程式的自訂圖示",
"button-choose-custom-icon": "選擇自訂圖示",
"option-configure-ribbon": "功能區選單",
"option-configure-ribbon-desc": "設定哪些命令要出現在該導覽列的功能區選單中。",
"option-mobile-quick-ribbon-item": "快速存取功能區項目",
"option-mobile-quick-ribbon-item-desc": "點選導覽選單的功能區項目將啟用該項目。點選並按住仍會顯示選單。",
"option-mobile-quick-ribbon-default": "Open ribbon menu",
"button-configure": "設定",
"label-additional-ribbon-items": "其他功能區項目",
"label-modal-configuration": "功能區設定",
"label-modal-configuration-desc": "選擇您想要顯示在功能表中的項目。拖曳以調整排序。",
"option-show-view-header": "顯示分頁標題列",
"option-show-view-header-desc": "在每個分頁的上方顯示標題。",
"msg-updates-found": "有 {{count}} 個主題可更新。",
"msg-updates-found_plural": "有 {{count}} 個主題可更新。",
"button-check-for-updates": "檢查更新",
"button-view-updates": "檢視更新",
"button-update-all-themes": "全部更新",
"label-current-themes": "目前的社群主題",
"label-currently-installed": "您目前已安裝了 {{count}} 個主題。",
"label-currently-installed_plural": "您目前已安裝了 {{count}} 個主題。"
},
"hotkeys": {
"name": "快速鍵",
"option-search": "搜尋快速鍵",
"option-search-desc": "顯示 {{count}} 個快速鍵。 ",
"option-search-desc_plural": "顯示 {{count}} 個快速鍵。 ",
"option-search-conflict": "有 {{count}} 個命令發生衝突。",
"option-search-conflict_plural": "有 {{count}} 個命令發生衝突。",
"prompt-filter": "搜尋……",
"tooltip-delete-hotkey": "刪除快速鍵",
"label-waiting-for-hotkey-press": "按下快速鍵……",
"label-show-all": "全部",
"label-show-unassigned": "未指定",
"label-show-assigned": "已指定",
"label-show-user-assigned": "由我指定",
"tooltip-restore-default": "還原至預設值",
"tooltip-customize-command": "自訂快速鍵",
"tooltip-hotkey-single-conflict": "此快速鍵與「{{command}}」發生衝突",
"tooltip-hotkey-multiple-conflicts": "此快速鍵與其他 {{count}} 個命令發生衝突",
"label-blank-hotkey": "無"
},
"about": {
"name": "關於",
"label-commercial-license": "商業授權",
"label-license-key": "授權",
"license-key-placeholder": "您的授權金鑰……",
"label-activate-license": "啟用授權",
"button-activate": "啟用",
"label-unknown-version": "無標題",
"label-current-version": "目前版本:",
"label-install-version": "(安裝程式版本:{{version}})",
"label-up-to-date": "您使用的是最新版本!",
"label-read-changelog": "閱讀更新日誌",
"label-manual-update-required": "Obsidian 需要一次較大的安裝程式更新,方能支援最新功能,以及接收最新的安全性修正。您需要自行下載並重新安裝 Obsidian。",
"label-download": "下載",
"label-new-version-ready": "準備安裝新版本。 ",
"label-relaunch-to-update": "重新啟動應用程式以進行更新。",
"label-disabled-updates": "已禁止更新功能。",
"label-checking-for-updates": "檢查更新…",
"button-relaunch": "重新啟動應用程式",
"button-check-for-updates": "檢查更新",
"option-auto-update": "自動更新",
"option-auto-update-description": "關閉後 Obsidian 將不會自動更新。",
"option-get-help": "取得協助",
"option-get-help-description": "取得關於使用 Obsidian 的協助。",
"button-open": "開啟",
"option-language": "語言",
"option-language-description": "更改介面語言。",
"option-insider-build": "接收內測版本",
"option-insider-build-description": "自動更新至內測版本以體驗最新功能。請注意,內測版本可能不太穩定。",
"option-advanced": "進階",
"option-hw-acceleration": "硬體加速",
"option-hw-acceleration-description": "開啟硬體加速,亦即使用 GPU 讓 Obsidian 能執行得更順暢。",
"option-hw-acceleration-warning": "若您關閉此選項,應用程式將會嚴重變慢。",
"option-config-location": "覆蓋設定資料夾",
"option-config-location-description": "用不同資料夾取代預設資料夾。資料夾必須以 . 開頭。",
"option-config-location-warning": "設定資料夾必須有效,且以 . 開頭。",
"label-license": "授權",
"label-your-commercial-license-key": "您的商業授權金鑰為:「{{key}}」。",
"label-commercial-license-info": "註冊給使用者:「{{company}}」 - {{seats}} 。有效期至 {{expiry}}。",
"label-validating-commercial-license": "正在驗證……",
"label-invalid-commercial-license": "授權無效:",
"button-remove-commercial-license": "移除",
"option-catalyst": "Catalyst 授權",
"option-catalyst-desc": "您目前的 Catalyst 授權為層級 {{tier}}。感謝您的支持!",
"option-catalyst-desc-no-license": "您目前沒有 Catalyst 授權,Catalyst 授權是一次性的贊助,以支持 Obsidian 的開發。",
"label-app": "應用程式",
"label-add-own-language": "了解如何將您的語言加入 Obsidian。"
},
"account": {
"name": "帳號",
"option-your-account": "您的帳號",
"option-your-account-desc": "您目前的登入身分:{{name}} ({{email}})。",
"option-your-account-desc-no-login": "您尚未登入。僅 Obsidian Sync、Obsidian Publish,和 Catalyst 內測版本會需要您登入帳號。",
"button-manage-settings": "管理設定",
"label-insider": "內測人士",
"label-supporter": "贊助者",
"label-vip": "VIP",
"button-upgrade-catalyst": "升級",
"option-commercial-license": "商業授權",
"option-commercial-license-desc": "如果您將 Obsidian 用於商業目的,您可能需要取得商業授權。",
"button-purchase": "購買",
"button-log-out": "登出",
"label-log-in": "登入",
"label-sign-up": "註冊",
"label-email": "電子郵件地址",
"placeholder-email": "您的電子郵件地址……",
"label-password": "密碼",
"placeholder-password": "您的密碼……",
"button-login": "登入",
"message-empty-email": "電子郵件地址不能留空。",
"message-invalid-email": "電子郵件地址無效。",
"message-empty-password": "密碼不能留空。",
"message-login-failed": "登入失敗。請檢查您的電子郵件地址與密碼。",
"label-no-account": "沒有帳號?",
"link-sign-up-now": "現在註冊",
"label-mfa-code": "6 位數雙重驗證碼",
"mfa-wrong-format": "雙重驗證碼必須為 6 位數。",
"mfa-verification-failed": "雙重驗證碼錯誤,請再次確認您的驗證器應用程式。"
},
"core-plugin": {
"plugin-list": "外掛程式清單",
"option-search-plugin": "搜尋核心外掛程式",
"option-search-plugin-description": "以名稱或描述過濾外掛程式。",
"placeholder-search-plugin": "搜尋外掛程式……"
},
"third-party-plugin": {
"name": "第三方外掛程式",
"option-restricted-mode": "受限模式",
"option-restricted-mode-description": "受限模式已關閉,請開啟以停用社群外掛程式。",
"button-turn-on": "開啟",
"option-browse-community-plugins": "社群外掛程式",
"option-browse-community-plugins-description": "瀏覽並安裝我們令人嘆服的社群所製作的第三方外掛程式。",
"button-browse": "瀏覽",
"label-exit-restricted-mode": "離開受限模式",
"label-exit-restricted-mode-description-1": "如同您安裝的任何其他軟體,社群外掛程式也有可能會導致資料完整性和安全性問題。",
"label-exit-restricted-mode-description-2": "我們很重視外掛程式安全性。以下是我們的作法:",
"label-exit-restricted-mode-description-3": "儘管我們盡心竭力,社群外掛程式故障仍不無可能。",
"label-code-review": "初始程式碼檢閱",
"label-code-review-desc": "外掛程式在上架前須先讓我們的團隊進行初始程式碼檢閱。",
"label-open-source": "開放原始碼",
"label-open-source-desc": "大部分的外掛程式有在 GitHub 上開源,所以您可以自行檢查程式碼。",
"label-peer-audit": "同行稽核",
"label-peer-audit-desc": "我們有龐大的開發者社群,他們互相監督。",
"label-report-mechanism": "回報機制",
"label-report-mechanism-desc": "使用者回報後,我們會對有問題的外掛程式進行後續追蹤和移除。",
"label-exit-restricted-mode-disable-confirmation": "您要離開受限模式以啟用社群外掛程式嗎?我們強烈建議您在離開前先備份您的資料。",
"label-learn-more": "深入了解外掛程式安全性",
"button-turn-on-community-plugins": "啟用社群外掛程式",
"label-trust-author": "您信任此儲存庫的作者嗎?",
"label-trust-author-description-1": "您是第一次開啟此儲存庫,且其附帶了一些外掛程式。",
"label-trust-author-description-2": "請注意,如果您是從其他人手中取得此儲存庫,來源不明的外掛程式可能會帶來安全風險。",
"label-trust-author-description-3": "如果您不完全信任此儲存庫的作者,我們建議停留在受限模式,以阻止此儲存庫的外掛程式執行。",
"button-enable-plugins": "信任作者並啟用外掛程式",
"button-dont-trust-author": "在受限模式下瀏覽儲存庫",
"placeholder-community-plugins": "搜尋社群外掛程式……",
"msg-failed-load-plugins": "載入社群外掛程式失敗。",
"label-installed": "已安裝",
"button-install": "安裝",
"button-enable": "啟用",
"button-disable": "停用",
"button-copy-share-link": "複製分享連結",
"button-donate": "贊助",
"label-no-results-found": "無符合結果。",
"label-no-recent-files-found": "找不到近期檔案。輸入以搜尋……",
"msg-failed-to-load-manifest": "無法載入外掛程式的設定描述檔。",
"label-version": "版本:{{version}}",
"label-currently-installed-version": "(目前已安裝:{{version}})",
"label-by-author": "作者:",
"label-repository": "儲存庫:",
"label-last-update": "最近更新:",
"tooltip-view-last-update": "檢視最近更新",
"label-unsupported": "此外掛程式不支援您的裝置。",
"button-update": "更新",
"label-no-readme": "此外掛程式未提供 README 檔案。",
"msg-installing-plugin": "正在安裝「{{name}}」外掛程式……",
"msg-failed-to-install-plugin": "無法安裝「{{name}}」外掛程式。",
"msg-successfully-installed-plugin": "已成功安裝「{{name}}」外掛程式。",
"label-installed-plugins": "已安裝外掛程式",
"button-reload-plugins": "重新載入外掛程式",
"msg-reloaded-third-party-plugins": "已重新載入第三方外掛程式。",
"label-uninstall": "移除安裝",
"label-uninstall-plugin": "移除已安裝外掛程式",
"label-uninstall-plugin-confirmation": "確定要移除這個外掛程式嗎?此動作將刪除外掛程式的資料夾。",
"button-open-plugins-folder": "開啟外掛程式資料夾",
"button-check-for-updates": "檢查更新",
"button-update-all-plugins": "全部更新",
"label-current-plugins": "目前的外掛程式",
"label-currently-installed": "目前已安裝 {{count}} 個外掛程式。",
"label-currently-installed_plural": "目前已安裝 {{count}} 個外掛程式。",
"label-debug-startup-time": "啟動時間偵錯",
"label-debug-startup-time-description": "顯示各個外掛程式初始化過程所耗費的時間。",
"msg-no-updates-found": "尚無更新的外掛程式。",
"msg-updates-found": "尋獲 {{count}} 個須更新的外掛程式。",
"msg-updates-found_plural": "尋獲 {{count}} 個須更新的外掛程式。",
"msg-update-plugin": "更新至版本 {{version}}",
"option-search-installed-plugin": "搜尋已安裝外掛程式",
"option-search-installed-plugin-description": "以名稱或描述過濾已安裝外掛程式。",
"placeholder-search-installed-plugin": "搜尋已安裝外掛程式…",
"show-installed-only": "僅顯示已安裝",
"label-donate-modal-title": "贊助以支持 {{name}}",
"label-donate-modal-text1": "外掛程式的開發者為社群的志願者,出於熱情而達成令人嘆服的事情,如果您覺得此外掛程式很好用,請考慮贊助其開發。",
"label-donate-modal-text2": "您的贊助將全數給予外掛程式的開發者,Obsidian 不會從中抽成。開發者選擇的贊助平台可能會收取手續費。",
"label-donate-modal-text3": "感謝您的慷慨贊助!",
"label-support-this-plugin": "支持此外掛程式:",
"label-search-summary": "顯示 {{pluginCount}}:",
"label-by-popularity": "最多下載次數",
"label-by-released": "最近推出",
"label-by-updated": "最近更新",
"label-alphabetical": "按字母排序",
"label-last-updated": "於 {{time}} 更新"
},
"mobile-toolbar": {
"name": "行動版工具列",
"option-configure-quick-action": "設定移動裝置的快速操作",
"option-configure-quick-action-description": "設定由頂端往下拖拉時觸發的命令,目前設定的命令是:「{{command}}」。",
"button-configure": "設定",
"placeholder-select-quick-action": "選擇快速操作…",
"quick-action-disabled": "None",
"manage-toolbar-options": "管理工具列選項",
"option-internal-link": "新增內部連結",
"option-internal-embed": "新增嵌入",
"option-tag": "新增標籤",
"option-heading": "切換標題",
"option-strikethrough": "切換刪除線",
"option-highlight": "切換突顯效果",
"option-code": "切換程式碼",
"option-blockquote": "切換區塊引用",
"option-inline-math": "切換內嵌公式",
"option-math-block": "切換公式區塊",
"option-markdown-link": "新增 Markdown 連結",
"option-bullet-list": "切換項目清單",
"option-numbered-list": "切換編號清單",
"option-indent-list": "內縮清單項目",
"option-unindent-list": "取消內縮清單項目",
"option-undo": "復原",
"option-redo": "重做",
"option-move-caret-up": "向上移動游標",
"option-move-caret-down": "向下移動游標",
"option-move-caret-left": "向左移動游標",
"option-move-caret-right": "向右移動游標",
"option-first-line": "移動至第一行",
"option-last-line": "移動至最後一行",
"option-toggle-keyboard": "切換鍵盤",
"option-configure-toolbar": "設定行動版工具列",
"option-added-options": "已新增選項",
"option-more-toolbar-options": "更多工具列選項",
"option-attach": "插入附件",
"option-add-command": "加入全域命令",
"option-add-command-description": "選擇要加入至工具列的全域命令。"
}
},
"editor": {
"search": {
"placeholder-find": "尋找",
"placeholder-replace": "取代",
"label-previous": "上一個",
"label-next": "下一個",
"label-all": "選擇全部",
"label-exit-search": "退出搜尋",
"label-replace": "取代",
"label-replace-all": "全部取代"
},
"link-suggestion": {
"label-type-hash": "輸入 #",
"label-link-heading": "以連結到標題",
"label-type-block": "輸入 ^",
"label-link-block": "以連結到區塊",
"label-type-pipe": "輸入 |",
"label-change-display-text": "指定顯示的文字",
"label-no-match-found": "未找到符合結果"
},
"spellcheck": {
"no-suggestion": "沒有建議……",
"add-to-dictionary": "加入詞典"
},
"menu": {
"edit-link": "編輯連結",
"label-edit-block": "Edit this block"
},
"heading-suggestion": {
"label-no-heading": "沒有標題",
"label-heading-level": "標題 {{level}}"
},
"print-modal": {
"title": "匯出 PDF",
"caption": "以下列設定匯出「{{filename}}」為 PDF。",
"setting-page-size": "紙張大小",
"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": "將檔名作為標題",
"setting-landscape": "橫向",
"setting-margin": "邊界",
"setting-margin-default": "預設",
"setting-margin-minimal": "最小",
"setting-margin-none": "無",
"setting-downscale-percent": "縮小百分比",
"button-export-to-pdf": "匯出 PDF"
},
"link-popover": {
"tooltip-follow-link": "跟隨連結",
"tooltip-open-link": "開啟連結",
"tooltip-search-tag": "搜尋標籤"
}
},
"interface": {
"embed-cannot-find": "找不到:",
"embed-open-in-default-app-tooltip": "在預設應用程式中開啟",
"empty-sidebar": "側邊欄空白,請嘗試將窗格拖曳至此。",
"sidebar-expand": "展開",
"sidebar-collapse": "摺疊",
"msg-fail-to-save-file": "「{{filepath}}」檔案儲存失敗。{{message}}。",
"no-file": "未開啟檔案",
"msg-file-changed": "「{{file}}」已被外部修改,自動合併變動。",
"switch-vault": "開啟其他儲存庫",
"help": "說明",
"settings": "設定",
"drag-to-rearrange": "拖曳調整配置",
"msg-switched-to-read": "已將預設檢視模式切換為閱讀檢視模式。",
"msg-switched-to-edit": "切換預設檢視至編輯模式。",
"msg-upgrade-installer": "欲使用此功能,請由官網下載,並重新安裝最新版本的應用程式。",
"tooltip-restore-default-settings": "還原為預設設定",
"label-copy": "複製到系統剪貼簿",
"label-copy-short": "Copy",
"copied_generic": "已複製到剪貼簿",
"copied": "{{item}} 已複製到系統剪貼簿",
"url": "URL",
"msg-open-file-through-uri": "已開啟檔案:「{{path}}」",
"msg-file-not-found-through-uri": "找不到檔案「{{name}}」。",
"delete-action-short-name": "刪除",
"msg-indexing": "Obsidian 正在索引您的儲存庫……\n這個動作應只發生一次,\n在索引完成前,可能會有部分功能無法使用。",
"msg-indexing-complete": "索引完成。",
"msg-sandbox-vault": "這是沙盒儲存庫。\n在此儲存庫做出的所有更動皆不儲存。",
"label-enter-to-create": "輸入以建立",
"label-update-available": "有可用更新",
"label-debug-info": "除錯資訊",
"button-learn-more": "深入了解",
"button-not-now": "稍後再說",
"button-add": "新增",
"button-manage": "管理",
"label-new-tab": "新分頁",
"msg-tab-busy": "此分頁目前忙碌中,請稍後再試",
"formatting": {
"label-formatting": "Format",
"label-paragraph": "Paragraph",
"label-insert": "Insert",
"insert-link": "Add link",
"insert-external-link": "Add external link",
"insert-callout": "Callout",
"insert-horizontal-rule": "Horizontal rule",
"insert-code-block": "Code block",
"insert-math-block": "Math block",
"insert-table": "Table",
"toggle-bold": "Bold",
"toggle-code": "Code",
"toggle-comments": "Comment",
"toggle-highlight": "Highlight",
"toggle-italics": "Italic",
"toggle-strikethrough": "Strikethrough",
"toggle-math": "Math",
"toggle-bullet-list": "Bullet list",
"toggle-checklist": "Task list",
"toggle-numbered-list": "Numbered list",
"set-heading": "Heading {{level}}",
"no-heading": "Body",
"clear": "Clear formatting",
"toggle-quote": "Quote"
},
"empty-state": {
"no-file-open": "未開啟檔案",
"create-new-file": "建立新檔案",
"go-to-file": "開啟檔案",
"see-recent-files": "查看近期檔案",
"close": "關閉窗格",
"unknown-pane-title": "外掛程式已不復活躍",
"unknown-pane-desc": "建立本窗格({{type}})的外掛程式已經遠走高飛"
},
"menu": {
"edit-view": "編輯 (按住 Ctrl/Cmd 開啟新窗格)",
"read-view": "目前檢視:閱讀模式",
"switch-to-edit-view": "點一下編輯",
"switch-to-read-view": "點一下閱讀",
"mod-click-open-new-tab": "{{key}}+點一下以在新分頁中開啟",
"find": "查詢…",
"replace": "取代…",
"edit": "編輯",
"remove": "Remove",
"rename": "Rename",
"preview": "預覽",
"more-options": "更多選項",
"close": "關閉",
"close-all": "全部關閉",
"close-others": "關閉其他",
"close-right": "關閉右側分頁",
"pin": "釘選",
"unpin": "取消釘選",
"unlink-tab": "取消連結分頁",
"link-tab": "與分頁連結…",
"toggle-source-mode": "原始碼模式",
"toggle-reading-view": "閱讀檢視模式",
"add-property": "新增檔案屬性",
"delete-file": "刪除檔案",
"create-file": "建立此檔案",
"open-link": "開啟連結",
"open-in-new-tab": "在新分頁開啟",
"open-to-the-right": "在右側開啟",
"copy-url": "複製網址",
"close-current-tab": "關閉目前分頁",
"copy": "複製",
"cut": "剪下",
"paste": "貼上",
"paste-as-plain-text": "以純文字貼上",
"lookup-selection": "查詢 「{{selection}}」",
"select-all": "全選",
"rename-heading": "重新命名標題…",
"rename-blockid": "重新命名此區塊 ID…",
"open-in-new-window": "在新視窗開啟",
"move-to-new-window": "移至新視窗",
"open-in-browser": "在瀏覽器開啟",
"stack-tabs": "堆疊分頁",
"unstack-tabs": "取消堆疊分頁",
"open-linked-view": "開啟連結化檢視"
},
"tooltip": {
"click-to-expand": "點選展開",
"click-to-collapse": "點選摺疊",
"alias": "別名",
"not-created-yet": "尚未建立,選擇以建立"
},
"start-screen": {
"label-version": "版本",
"label-create-local-vault": "建立本機儲存庫",
"option-open-folder-as-vault": "開啟資料夾為儲存庫",
"option-open-folder-as-vault-description": "選擇已存在的 Markdown 檔案資料夾。",
"option-create-vault": "建立新的儲存庫",
"option-create-vault-description": "於資料夾內建立新的 Obsidian 儲存庫。",
"option-connect-obsidian-sync": "連接至 Obsidian Sync",
"option-connect-obsidian-sync-description": "設定與現有遠端儲存庫同步的儲存庫。",
"option-new-vault-name": "儲存庫名稱",
"option-new-vault-name-description": "選擇適當的儲存庫名稱。",
"option-new-vault-location": "位置",
"option-new-vault-location-description": "選擇置放儲存庫的位置。",
"label-new-vault-location-preview": "您的新儲存庫會放在:",
"option-reveal-vault-in-explorer": "在系統檔案總管中開啟儲存庫",
"option-reveal-vault-in-explorer-mac": "在 Finder 中顯示儲存庫",
"option-rename-vault": "重新命名儲存庫…",
"option-copy-vault-i-d": "Copy vault ID",
"msg-error-rename-exists": "已存在相同名稱的儲存庫。",
"msg-error-nested": "無法將儲存庫移至其子資料夾。",
"msg-error-rename-open": "無法重新命名目前開啟的儲存庫。",
"msg-rename-failed": "無法重新命名儲存庫。",
"msg-rename-success": "成功重新命名儲存庫。",
"option-move-vault": "移動儲存庫……",
"msg-move-select-dest": "選擇目的地資料夾",
"msg-error-move-exists": "目的地已有儲存庫。",
"msg-error-move-open": "無法移動目前已開啟的儲存庫。",
"msg-move-failed": "無法移動儲存庫。",
"msg-move-success": "成功移動儲存庫。",
"option-remove": "從列表中移除",
"button-quick-start": "快速開始",
"button-open": "開啟",
"button-browse": "瀏覽",
"button-connect": "連接",
"button-create-vault": "建立",
"button-back": "返回",
"msg-empty-vault-name": "必須輸入儲存庫名稱。",
"msg-invalid-folder": "請選擇適當的資料夾。",
"msg-failed-to-create-vault": "建立儲存庫失敗。",
"msg-failed-to-create-vault-at-location": "指定的位置無法建立儲存庫,請確認存放位置與資料夾權限。",
"msg-error-failed-to-open-vault": "開啟檔案失敗。",
"msg-error-remove-current-open-vault": "開啟中的儲存庫無法刪除。",
"option-get-help": "取得協助",
"option-user-email": "電子郵件地址",
"placeholder-your-email": "您的電子郵件地址……",
"option-user-password": "密碼",
"placeholder-your-password": "您的密碼……",
"button-sign-in": "登入",
"button-setup": "設置",
"option-connect-vault-desc": "在此裝置上建立同步儲存庫。",
"tooltip-own-vault": "這是屬於您的遠端儲存庫。",
"tooltip-shared-vault": "這是與您共享的遠端儲存庫。"
},
"starter-content": {
"welcome-filename": "Welcome",
"welcome-file-content": "This is your new *vault*.\n\nMake a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!\n\nWhen you're ready, delete this note and make the vault your own."
},
"drag-and-drop": {
"insert-link-here": "在此插入連結",
"insert-links-here": "在此插入連結",
"move-into-folder": "搬移至「{{folder}}」",
"star-this-file": "收藏本檔案",
"star-these-files": "收藏這些檔案",
"open-in-this-tab": "在此分頁開啟",
"open-as-tab": "以新分頁開啟"
},
"window": {
"maximize": "最大化",
"minimize": "最小化",
"restore-down": "還原",
"close-window": "關閉視窗",
"go-back": "返回",
"go-forward": "前往"
},
"start-up": {
"loading-obsidian": "正在載入 Obsidian……",
"obsidian-load-error": "載入 Obsidian 時發生錯誤。",
"button-reload-app": "重新載入應用程式",
"button-reload-app-in-safe-mode": "重新載入應用程式進安全模式",
"button-open-another-vault": "開啟另一個儲存庫",
"loading-components": "正在載入元件……",
"loading-plugins": "正在載入外掛程式……",
"loading-vault": "正在載入儲存庫……",
"msg-failed-to-load-vault": "無法載入儲存庫:",
"loading-cache": "正在載入快取……",
"loading-workspace": "正在載入工作區……"
},
"mobile": {
"action-import": "匯入至儲存庫",
"action-insert-text-desc": "Add text to file:",
"action-choose-file-to-insert": "選擇檔案以插入",
"action-insert-text-into-file": "將文字插入 {{filename}}",
"action-insert-link-into-file": "將連結插入 {{filename}}",
"msg-importing": "匯入中…",
"msg-import-success": "匯入成功",
"msg-failed-to-import-file": "匯入 {{filename}} 失敗",
"msg-back-again-to-exit": "再按一次返回鍵以離開。"
},
"help-screen": {
"label-official-help-site": "官方說明網頁",
"label-official-help-site-desc": "閱讀 Obsidian 的官方說明文件,提供多語言版本。",
"action-visit": "前往",
"label-discord-chat": "Discord 聊天室",
"label-discord-chat-desc": "Discord 是與世界各地的 Obsidian 老手聊天的好地方。",
"action-join": "加入",
"label-forum": "官方論壇",
"label-forum-desc": "互相協助、發表功能請求、回報問題,或是深入探討知識管理。",
"label-sandbox-vault": "沙盒儲存庫",
"label-sandbox-vault-desc": "探索並試驗各種功能,不會儲存您的更動。"
}
},
"commands": {
"save-file": "儲存目前檔案",
"follow-cursor-link": "跟隨游標處的連結",
"open-cursor-link-in-new-tab": "在新分頁中開啟游標下的連結",
"open-cursor-link-to-the-right": "在右側開啟游標下的連結",
"open-cursor-link-in-new-window": "在新視窗中開啟游標下的連結",
"navigate-tab-above": "聚焦到上方的分頁群組",
"navigate-tab-below": "聚焦到下方的分頁群組",
"navigate-tab-left": "聚焦到左側的分頁群組",
"navigate-tab-right": "聚焦到右側的分頁群組",
"toggle-pin": "釘選切換",
"split-right": "向右分割",
"split-down": "向下分割",
"toggle-stacked-tabs": "切換堆疊分頁",
"navigate-back": "返回",
"navigate-forward": "前進",
"use-dark-mode": "使用暗黑主題",
"use-light-mode": "使用明亮主題",
"change-theme": "更改主題",
"search-current-file": "在目前筆記中查詢",
"search-replace-current-file": "在目前筆記中查詢並取代",
"add-property": "新增檔案屬性",
"edit-property": "編輯檔案屬性",
"clear-properties": "清除檔案屬性",
"open-settings": "開啟設定",
"open-help": "查看說明",
"toggle-edit": "切換編輯/閱讀檢視模式",
"toggle-source-mode": "切換實際預覽/原始碼模式",
"delete-current-file": "刪除目前檔案",
"new-tab": "新分頁",
"show-trash": "Show trash",
"close-all-tabs": "關閉所有分頁",
"close-active-tab": "關閉目前分頁",
"close-others-in-tab-group": "關閉分頁群組中的其他分頁",
"close-other-tabs": "關閉所有其他分頁",
"close-tab-group": "關閉此分頁群組",
"toggle-left-sidebar": "收合/展開左側邊欄",
"toggle-right-sidebar": "收合/展開右側邊欄",
"toggle-default-new-tab-mode": "切換新分頁的預設模式",
"add-cursor-above": "Add cursor above",
"add-cursor-below": "Add cursor below",
"focus-editor": "移至編輯區",
"toggle-fold-properties": "切換目前檔案的收合屬性",
"toggle-fold": "收合/展開目前行",
"fold-all": "收合所有標題和列表",
"unfold-all": "展開所有標題和列表",
"fold-more": "收合更多",
"fold-less": "收合較少",
"swap-line-up": "與上一行互換",
"swap-line-down": "與下一行互換",
"remove-heading": "移除標題",
"toggle-heading": "設為標題 {{level}}",
"toggle-bold": "切換所選文字的粗體效果",
"toggle-italics": "切換所選文字的斜體效果",
"toggle-highlight": "切換所選文字的突顯效果",
"toggle-comments": "切換所選文字的註解",
"clear-formatting": "Clear formatting",
"insert-link": "插入連結",
"toggle-spellcheck": "切換拼寫檢查",
"delete-paragraph": "刪除段落",
"toggle-checklist": "切換待辦事項狀態",
"cycle-list-checklist": "切換要點/核取方塊",
"insert-callout": "插入註標 (callout)",
"insert-code-block": "插入程式碼區塊",
"insert-math-block": "插入公式區塊",
"insert-horizontal-rule": "Insert horizontal rule",
"insert-table": "Insert table",
"edit-file-title": "編輯檔案標題",
"copy-path": "複製檔案路徑",
"copy-url": "複製 Obsidian 網址",
"export-pdf": "匯出 PDF",
"reload": "放棄儲存並重新載入程式",
"undo-close-tab": "復原已關閉的分頁",
"context-menu": "顯示游標下的特色選單",
"show-debug-info": "顯示除錯資訊",
"open-sandbox-vault": "開啟沙盒儲存庫",
"always-on-top": "視窗永遠置頂開關",
"zoom-in": "放大",
"zoom-out": "縮小",
"reset-zoom": "重設縮放等級",
"toggle-preview": "切換編輯/預覽模式",
"move-to-new-window": "移動目前窗格至新視窗",
"open-in-new-window": "在新視窗開啟目前窗格",
"rename-current-file": "重新命名目前檔案",
"go-to-prev-tab": "前往上一分頁",
"go-to-next-tab": "前往下一分頁",
"go-to-last-tab": "前往最後一個分頁",
"go-to-nth-tab": "前往第 {{n}} 個分頁",
"show-release-notes": "顯示版本資訊"
},
"dialogue": {
"label-link-affected": "這將影響 {{files}} 中的 {{links}}。",
"msg-updated-links": "更新 {{files}} 中的 {{links}}。",
"label-update-links": "更新連結",
"label-confirm-update-link-to-file": "您是否需要更新與此檔案關聯的內部連結?",
"button-always-update": "總是更新",
"button-just-once": "僅此一次",
"button-do-not-update": "不更新",
"label-confirm-deletion": "您確定要刪除「{{filename}}」嗎?",
"label-move-to-system-trash": "會將其移動至資源回收筒。",
"label-move-to-vault-trash": "會將其移動至 Obsidian 回收筒(即儲存庫目錄中隱藏的 “.trash” 資料夾)裡。",
"label-permanent-delete": "會將其永久刪除。",
"label-non-empty-folder": "這不是空資料夾。",
"label-delete-folder-warning": "如果繼續,此資料夾內的所有檔案將被刪除。",
"label-delete-folder": "刪除資料夾",
"button-delete": "刪除",
"button-delete-do-not-ask-again": "刪除,且不再過問。",
"label-do-not-ask-again": "不再過問",
"label-existing-backlink": "目前有 {{links}} 與該文件相關。",
"label-existing-backlink_plural": "目前有 {{links}} 個指向此筆記。",
"label-delete-file": "刪除檔案",
"button-manage": "管理",
"button-cancel": "取消",
"button-done": "完成",
"button-save": "儲存",
"button-stop": "停止",
"button-continue": "繼續",
"button-choose": "選擇",
"preparing-pdf": "正在準備 PDF……",
"label-rename-file": "重新命名",
"label-rename-file-generic": "檔案名稱",
"label-new-name": "新名稱",
"msg-rename-success": "檔案重新命名成功。",
"msg-merge-failed": "Failed to merge notes: {{message}}",
"msg-file-or-folder-not-found": "The file or folder “{{path}}” does not exist.",
"label-rename-heading": "重新命名標題",
"label-rename-blockid": "重新命名區塊 ID"
},
"menu-items": {
"new-file": "建立筆記",
"new-file-to-the-right": "在右側建立筆記",
"new-window": "建立視窗",
"open-switcher": "快速開啟…",
"open-vault": "開啟儲存庫…",
"close-tab": "關閉分頁",
"close-window": "關閉視窗",
"find": "尋找",
"replace": "取代",
"insert-callout": "註標",
"insert-markdown-link": "Markdown 連結",
"insert-wikilink": "連結",
"set-heading": "標題 {{level}}",
"no-heading": "無標題",
"insert-quote": "引文",
"export-pdf": "匯出 PDF",
"insert-attachment": "插入附件…",
"insert-codeblock": "程式碼區塊",
"insert-math-block": "公式區塊",
"insert-table": "Table",
"toggle-bullet-list": "無序清單",
"toggle-numbered-list": "有序清單",
"toggle-checklist": "待辦清單",
"toggle-bold": "粗體",
"toggle-code": "程式碼",
"toggle-comment": "註解",
"toggle-italics": "斜體",
"toggle-inline-math": "公式",
"toggle-highlight": "反白",
"toggle-strikethrough": "刪除線",
"toggle-comments": "註解",
"folding-menu": "收合",
"fold-all": "全部收合",
"unfold-all": "全部展開",
"fold-more": "收合更多",
"fold-less": "收合較少",
"source-mode": "原始碼模式",
"reading-view": "閱讀檢視模式",
"show-debug-info": "顯示除錯資訊",
"open-sandbox": "開啟沙盒儲存庫",
"navigate-back": "向後巡覽",
"navigate-forward": "向前巡覽",
"toggle-left-sidebar": "切換左側邊欄",
"toggle-right-sidebar": "切換右側邊欄",
"split-right": "向右分割",
"split-down": "向下分割",
"release-notes": "更新日誌"
},
"plugins": {
"name": "外掛程式",
"file-explorer": {
"name": "檔案瀏覽器",
"desc": "查看儲存庫中的所有檔案。",
"action-open": "開啟檔案瀏覽器",
"action-show": "顯示檔案瀏覽器",
"action-create-note": "新增筆記",
"action-create-note-in-current-tab": "在目前的分頁中建立筆記",
"action-create-note-to-the-right": "在右側建立筆記",
"action-collapse-all": "全部折疊",
"action-expand-all": "全部展開",
"action-new-note": "新增筆記",
"action-new-folder": "新增資料夾",
"action-change-sort": "排序",
"action-reveal-file": "在檔案瀏覽器顯示本筆記",
"action-reveal-active-file": "在檔案瀏覽器顯示目前筆記",
"command-make-a-copy": "建立目前檔案的複本",
"command-move-file": "搬移檔案到其他資料夾",
"action-move-file": "搬移檔案到…",
"action-move-folder": "搬移資料夾到…",
"action-move-items": "將 {{count}} 個項目移動至……",
"prompt-type-folder": "輸入資料夾名稱",
"label-no-folders": "找不到資料夾。",
"instruction-navigate": "導覽",
"instruction-move": "搬移",
"instruction-create": "建立",
"instruction-dismiss": "退出",
"label-sort-a-to-z": "按檔案名升冪排列 (A-Z)",
"label-sort-z-to-a": "按檔案名降冪排列 (Z-A)",
"label-sort-new-to-old": "按編輯時間排序(從新到舊)",
"label-sort-old-to-new": "按編輯時間排序(從舊到新)",
"label-sort-created-old-to-new": "按建檔時間排序(從舊到新)",
"label-sort-created-new-to-old": "按建檔時間排序(從新到舊)",
"menu-opt-new-note": "新增筆記",
"menu-opt-new-folder": "新增資料夾",
"menu-opt-rename": "重新命名",
"menu-opt-delete": "刪除",
"menu-opt-make-copy": "建立副本",
"msg-invalid-characters": "檔案名稱不能包含下列字元:",
"msg-unsafe-characters": "檔案名稱含有下列字元時無法形成可用的連結:",
"msg-file-already-exists": "已經存在一個同名檔案",
"msg-empty-file-name": "檔案名稱不能為空。",
"msg-bad-dotfile": "檔案名稱不得以 . 開頭。",
"tooltip-modified-time": "最後修改時間:{{time}}",
"tooltip-created-time": "建檔時間:{{time}}",
"tooltip-folders-files-count": "{{fileCount}}, {{folderCount}}",
"action-move-file-short-name": "搬移",
"label-untitled-file": "未命名",
"label-untitled-folder": "未命名",
"msg-set-attachment-folder": "附件將會被存入「{{path}}」。"
},
"search": {
"name": "搜尋",
"desc": "在所有筆記中搜尋關鍵字。",
"action-open-search": "在所有檔案中搜尋",
"label-collapse-results": "摺疊搜尋結果",
"label-match-case": "區分大小寫",
"label-explain-search-term": "闡釋搜尋字詞",
"label-more-context": "顯示更多內容",
"label-result-count": "{{count}} 項結果",
"label-result-count_plural": "{{count}} 項結果",
"label-toggle-search-settings": "搜尋設定",
"prompt-start-search": "輸入並開始搜尋…",
"label-match-text": "符合文字:",
"label-match-regex": "符合規則表達式:",
"label-match-exact-text": "精確符合文字:",
"label-match-greater-than": "Greater than: ",
"label-match-less-than": "Less than: ",
"label-match-true": "Is true",
"label-match-false": "Is false",
"label-match-empty": "Is empty",
"label-match-property": "包含屬性:",
"label-match-all": "符合所有:",
"label-match-any": "符合任何:",
"label-excluding": "不包括:",
"label-case-sensitive": "區分大小寫",
"label-case-insensitive": "忽略大小寫",
"label-match-file-path": "符合檔案路徑:",
"label-match-file-name": "符合檔名:",
"label-match-content": "符合檔案內容:",
"label-match-task": "符合任務:",
"label-match-task-todo": "符合任務 (待辦):",
"label-match-task-done": "符合任務 (完成):",
"label-match-line": "符合行號:",
"label-match-block": "符合區塊:",
"label-match-section": "符合段落:",
"label-match-tag": "符合標籤:",
"label-no-matches": "未找到符合結果。",
"matches-with-count": "……文中還有 {{count}} 處符合。",
"matches-with-count_plural": "……文中還有 {{count}} 處符合。",
"label-copy-search-results": "複製搜尋結果",
"button-copy-results": "複製結果",
"msg-successfully-copied": "已將結果複製到您的剪貼簿。",