forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh-TW.json
700 lines (700 loc) · 35 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
{
"setting": {
"core": "設定",
"plugin": "外掛",
"folder-path-example-placeholder": "例: 資料夾1/資料夾2",
"file-path-example-placeholder": "例: 資料夾/筆記.md",
"editor": {
"name": "編輯器",
"option-spellcheck": "拼寫檢查",
"option-spellcheck-description": "開啟拼寫檢查器。目前只適用於英語(美式)。",
"spellcheck-dict": "拼寫檢查詞典",
"spellcheck-dict-empty": "拼寫檢查詞典是空的。",
"option-readable-line-length": "縮減欄寬",
"option-readable-line-description": "開啟後將限制每行字數,使螢幕顯示的內容減少,但使長段落更具可讀性。",
"option-strict-line-break": "精確的換行符號",
"option-strict-line-break-description": "在預覽模式下,根據Markdown語法忽略單行換行符號。將此選項關閉可在預覽中顯示單行換行符號。",
"option-show-frontmatter": "顯示正文前頁",
"option-show-frontmatter-description": "在預覽狀態時顯示正文前頁。關閉選項則隱藏前頁內容。",
"option-use-markdown-links": "使用Markdown連結格式",
"option-use-markdown-links-description": "自動補全的連結格式是否採用標準的Markdown格式。啟用的話 [[]]變成[]()",
"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-show-line-number": "顯示行號",
"option-show-line-number-description": "在左側顯示行號。",
"option-use-tabs": "使用Tab鍵縮排",
"option-use-tabs-description": "按下Tab鍵可發送製表符來縮排。關閉此項後可發送空格來縮排。",
"option-line-wrap": "文字自動換行",
"option-line-wrap-description": "文字過長時自動換行以避免水平捲動之操作。",
"option-vim-key-bindings": "Vim鍵綁定",
"option-vim-key-bindings-description": "允許在編輯器中使用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-link-autocompleted-format": "內部連結格式",
"option-link-autocompleted-format-description": "設定在筆記中引用其他文件時插入 [[ ]] 中的檔案路徑類型。",
"option-choice-shortest-linktext": "以儘可能簡短的形式插入",
"option-choice-relative-path": "插入對應當前檔案的相對路徑",
"option-choice-absolute-path": "插入對應儲存庫的絕對路徑",
"option-attachment-folder-path": "附件資料夾路徑",
"option-attachment-folder-path-description": "指定用於儲存附件的資料夾。新建的附件會儲存於此,如音訊記錄或通過拖放或粘貼建立的影像等。"
},
"appearance": {
"name": "外觀",
"option-base-mode": "基本主題",
"option-base-mode-description": "Obsidian的基本配色方案。",
"dark-mode": "黑暗主題",
"light-mode": "明亮主題",
"option-community-themes": "查看社群主題",
"option-community-themes-description": "預覽、使用社群用戶建立的優秀主題。",
"see-community-themes": "瀏覽社群主題"
},
"hotkeys": {
"name": "快捷鍵",
"prompt-filter": "搜尋...",
"tooltip-delete-hotkey": "刪除快捷鍵",
"label-waiting-for-hotkey-press": "按下快捷鍵...",
"tooltip-restore-default": "恢復預設",
"tooltip-customize-command": "自訂快捷鍵"
},
"about": {
"name": "關於",
"label-license-key": "註冊碼",
"license-key-placeholder": "您的註冊碼...",
"label-enter-commercial-license": "請輸入您的商業註冊碼:",
"label-activate-license": "啟用註冊碼",
"button-activate": "啟用",
"label-unknown-version": "無標題",
"label-current-version": "當前版本: ",
"label-install-version": "(安裝程式版本: {{version}})",
"label-up-to-date": "您使用的是最新版本!",
"label-read-changelog": "閱讀更新日誌",
"label-manual-install-required": "您必須手動安裝最新版本。",
"label-download-link": "由此下載。",
"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-open-help": "查看說明文件",
"option-open-help-description": "開啟說明文件。",
"button-open": "開啟",
"option-language": "語言",
"option-language-description": "更改介面語言。",
"option-insider-build": "接收內測版本",
"option-insider-build-description": "自動更新至內測版本以體驗最新功能。請注意,內測版本可能不太穩定。",
"label-license": "註冊碼",
"label-your-commercial-license": "您的商業註冊碼是 ",
"label-commercial-license-info": "註冊給用戶: \"{{company}}\" - {{seats}} 。有效期至 {{expiry}}.",
"label-validating-commercial-license": "正在驗證...",
"label-invalid-commercial-license": "無效的註冊碼: ",
"button-activate-commercial-license": "啟用商業註冊碼",
"label-personal-license": " 個人註冊碼。 ",
"label-thank-you-for-support": "感謝您的支持!",
"label-free-personal-license": "個人註冊碼:供個人用戶免費使用。"
},
"account": {
"name": "帳戶",
"label-welcome": "歡迎您,{{name}}!",
"label-your-account-email": "您的帳戶信箱是 ",
"label-insider": "內測人士",
"label-supporter": "支持用戶",
"label-vip": "VIP",
"label-role-text": "您是一位 {{- role}}!",
"label-insider-build-access": "感謝您的支持。您可以訪問我們的內測版本。",
"label-action-suggestion": "您可能想要...",
"button-get-commercial-license": "獲得一個商用註冊碼。",
"button-get-catalyst-license": "支持並使用 Obsidian Catalyst",
"button-check-for-catalyst-license": "檢查 Obsidian Catalyst",
"button-upgrade-catalyst-license": "升級到更高級別",
"button-log-out": "登出",
"label-log-in": "登入",
"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": "現在註冊",
"message-get-community-badges": "若在24小時後未取得註冊後的社群身分時,請寄信至 [email protected]。",
"message-obtain-commercial-license": "欲取得商用授權請瀏覽 {{pricingPageLink}}。"
}
},
"editor": {
"search": {
"label-previous": "前一個",
"label-next": "後一個",
"label-all": "選擇全部",
"label-exit-search": "退出搜尋",
"label-replace": "取代",
"label-replace-all": "全部取代"
},
"link-suggestion": {
"label-type-hash": "輸入 #",
"label-link-heading": "可以連結到標題",
"label-type-pipe": "輸入 |",
"label-change-display-text": "指定顯示的文字"
},
"spellcheck": {
"no-suggestion": "沒有建議...",
"add-to-dictionary": "添加到詞典"
}
},
"interface": {
"embed-open-in-default-app-tooltip": "在預設應用中開啟",
"empty-sidebar": "側邊欄為空,請嘗試拖動一個面板到此處。",
"sidebar-expand": "展開",
"sidebar-collapse": "收起",
"msg-fail-to-save-file": "\"{{filepath}}\" 檔案儲存失敗。 {{message}}。",
"no-file": "未開啟檔案",
"switch-vault": "開啟其他儲存庫",
"help": "說明",
"settings": "設定",
"drag-to-rearrange": "拖動以調整佈局",
"msg-switched-to-preview": "切換預設檢視為預覽模式。",
"msg-switched-to-edit": "切換預設檢視為編輯模式。",
"msg-upgrade-installer": "欲使用此功能時,請由官網下載並重新安裝最新版本的應用程式。",
"tooltip-restore-default-settings": "還原為預設設定",
"empty-state": {
"no-file-open": "未開啟檔案",
"create-new-file": "建立新檔案",
"go-to-file": "開啟檔案",
"see-recent-files": "查看近期檔案",
"close": "關閉面板"
},
"menu": {
"edit-view": "編輯 (按住Ctrl/Cmd 開啟新面板)",
"preview-view": "預覽 (按住Ctrl/Cmd 開啟新面板)",
"find": "查詢...",
"replace": "取代...",
"edit": "編輯",
"preview": "預覽",
"more-options": "更多選項",
"close": "關閉",
"pin": "釘選",
"unlink-pane": "取消面板連結",
"link-pane": "連結面板...",
"delete-file": "刪除檔案"
},
"tooltip": {
"click-to-expand": "點擊以展開",
"click-to-collapse": "點擊以摺疊"
},
"start-screen": {
"label-beta-version": "Beta版",
"option-open-folder-as-vault": "開啟資料夾為儲存庫",
"option-open-folder-as-vault-description": "選擇已存在的Markdown檔案資料夾。",
"option-create-vault": "建立新的儲存庫",
"option-create-vault-description": "於資料夾內建立新的 Obsidian 儲存庫。",
"option-open-help-vault": "開啟說明文件儲存庫",
"option-open-help-vault-description": "開啟 \"示範與說明\" 儲存庫。",
"option-new-vault-name": "儲存庫名稱",
"option-new-vault-name-description": "挑選適當的儲存庫名稱。",
"option-new-vault-location": "位置",
"option-new-vault-location-description": "挑選置放儲存庫的位置。",
"button-open": "開啟",
"button-help": "說明",
"button-browse": "瀏覽",
"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": "開啟中的儲存庫無法刪除。"
}
},
"commands": {
"save-file": "儲存目前檔案",
"follow-cursor-link": "訪問游標處的連結",
"open-cursor-link-in-new-pane": "在新面板中開啟游標處的連結",
"navigate-pane-above": "切換焦點到上方面板",
"navigate-pane-below": "切換焦點到下方面板",
"navigate-pane-left": "切換焦點到左側面板",
"navigate-pane-right": "切換焦點到右側面板",
"toggle-pin": "釘選切換",
"split-vertically": "垂直分割",
"split-horizontally": "水平分割",
"navigate-back": "返回",
"navigate-forward": "前進",
"use-dark-mode": "使用黑暗主題",
"use-light-mode": "使用明亮主題",
"search-current-file": "在當前筆記中查詢",
"search-replace-current-file": "在當前筆記中查詢並取代",
"open-settings": "開啟設定",
"open-help": "查看說明",
"toggle-preview": "切換編輯/預覽模式",
"delete-current-file": "刪除當前檔案",
"close-active-pane": "關閉當前面板",
"close-other-panes": "關閉所有其他面板",
"toggle-left-sidebar": "摺疊/展開左側邊欄",
"toggle-right-sidebar": "摺疊/展開右側邊欄",
"toggle-default-view-mode": "切換預設檢視模式",
"toggle-fold": "摺疊/展開當前行",
"fold-all": "摺疊所有標題和列表",
"unfold-all": "展開所有標題和列表",
"swap-line-up": "與上一行互換",
"swap-line-down": "與下一行互換",
"toggle-bold": "切換所選文字的粗體效果",
"toggle-italics": "切換所選文字的斜體效果",
"toggle-highlight": "切換所選文字的高亮效果",
"insert-link": "插入連結",
"delete-paragraph": "刪除段落",
"edit-file-title": "編輯檔案標題",
"copy-path": "複製檔案路徑"
},
"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": "它將被移動到軟體回收筒(即儲存庫目錄中隱藏的 \".trash\" 資料夾)裡。",
"label-permanent-delete": "它將被永久刪除。",
"label-non-empty-folder": "這不是空白資料夾。",
"label-delete-folder-warning": "如果繼續,此資料夾內的所有檔案將被刪除。",
"label-delete-folder": "刪除資料夾",
"button-delete": "刪除",
"button-delete-do-not-ask-again": "刪除,並且不要再詢問。",
"label-existing-backlink": "目前有 {{links}} 與該文件相關。",
"label-delete-file": "刪除檔案",
"button-cancel": "取消"
},
"plugins": {
"name": "外掛",
"file-explorer": {
"name": "檔案管理器",
"desc": "查看儲存庫中所有檔案。",
"action-create-note": "新增筆記",
"action-create-note-in-new-pane": "在新面板建立筆記",
"action-new-note": "新增筆記",
"action-new-folder": "新增資料夾",
"action-change-sort": "排序",
"action-reveal-file": "在檔案管理器顯示本筆記",
"action-reveal-active-file": "在檔案管理器顯示當前筆記",
"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-set-attachment-folder": "將其設定為附件資料夾",
"menu-opt-rename": "重新命名",
"menu-opt-delete": "刪除",
"menu-opt-make-copy": "建立副本",
"msg-invalid-characters": "檔案名不能包含下列字元: ",
"msg-file-already-exists": "已經存在一個同名檔案",
"msg-empty-file-name": "檔案名不能為空。"
},
"search": {
"name": "搜尋",
"desc": "在所有筆記中搜索關鍵詞。",
"action-open-search": "在所有檔案中搜索",
"label-collapse-results": "摺疊搜尋結果",
"label-match-case": "區分大小寫",
"label-explain-search-term": "說明搜尋含義",
"label-more-context": "顯示更多內容",
"prompt-start-search": "輸入並開始搜尋...",
"label-match-text": "匹配文字: ",
"label-match-regex": "匹配正則表示式: ",
"label-match-exact-text": "精確匹配文字: ",
"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-tag": "匹配標籤: ",
"label-no-matches": "未找到匹配結果。",
"matches-with-count": "... 文中還有 {{count}} 處匹配。",
"matches-with-count_plural": "... 文中還有 {{count}} 處匹配。"
},
"quick-switcher": {
"name": "快速切換",
"desc": "輸入關鍵字即可跳轉到相應檔案(按下Ctrl/Cmd+O 啟用此功能)。",
"action-open": "開啟快速切換",
"instruction-navigate": "導航",
"instruction-open": "開啟",
"instruction-open-in-new-pane": "在新面板中開啟",
"instruction-create": "建立",
"instruction-dismiss": "退出",
"label-no-note-create-new": "未發現該筆記。按下 Enter 鍵以建立該筆記。",
"prompt-type-file-name": "輸入以切換或建立檔案...",
"label-enter-to-create": "建立該筆記"
},
"graph-view": {
"name": "關聯圖檢視",
"desc": "總覽筆記間的關聯。",
"action-open": "查看關聯圖",
"action-open-local": "開啟當前筆記關聯圖",
"action-copy-screenshot": "複製螢幕截圖",
"tab-title": "{{displayText}} 的關聯圖",
"label-filters": "過濾設定",
"prompt-filter-nodes": "搜尋檔案...",
"label-currently-searching-for": "目前搜尋目標:",
"option-depth": "深度",
"option-depth-description": "以此數字顯示連結階層",
"option-neighbor-links": "鄰近的連結",
"option-neighbor-links-description": "顯示鄰近節點的內部連結。",
"option-forelinks": "對外連結",
"option-forelinks-description": "顯示指向其他檔案的連結",
"option-backlinks": "對內連結",
"option-backlinks-description": "顯示來自其他檔案的連結",
"option-show-tags": "標籤",
"option-show-tags-description": "標籤連結至含有該標籤的檔案",
"option-show-attachments": "附件",
"option-show-attachments-description": "顯示檔案含有的附件",
"option-show-existing-files-only": "只顯示已存在檔案",
"option-show-existing-files-only-description": "勾選時,不顯示未存在的檔案連結",
"option-show-orphans": "孤立連結",
"option-show-orphans-description": "顯示未連結到其他檔案的檔案",
"label-display": "顯示",
"option-show-arrows": "方向箭頭",
"option-show-arrows-description": "連接線顯示方向箭頭",
"option-text-fade": "Text fade threshold",
"option-node-size": "節點尺寸",
"option-link-thickness": "連接線寬度",
"label-forces": "Forces",
"option-center-force": "節點集中強度",
"option-link-force": "節點連結強度",
"option-link-distance": "連接線距離",
"option-repel-force": "節點互斥強度",
"tooltip-open-graph-settings": "開啟關聯圖設定",
"msg-screenshot-copied": "螢幕截圖複製到剪貼簿。"
},
"backlinks": {
"name": "反向連結",
"desc": "在狀態列中顯示反向連結的數量。",
"action-open": "開啟反向連結",
"action-open-for-current": "顯示當前筆記的相關連結",
"label-linked-mentions": "已連結本筆記的檔案",
"label-no-backlinks": "沒有反向連結。",
"label-unlinked-mentions": "未連結但提及本筆記的檔案",
"label-link-button-text": "連結",
"tab-title": "{{displayText}} 的反向連結",
"label-no-unlinked-mentions": "未發現文字。",
"ellipsis": "..."
},
"tag-pane": {
"name": "標籤面板",
"desc": "顯示所有標籤及其出現的次數。",
"label-no-tags": "未發現標籤。"
},
"page-preview": {
"name": "頁面預覽",
"desc": "滑鼠懸停在內部連結上顯示預覽視窗。編輯模式時需按住Ctrl/Cmd鍵。",
"label-empty-note": "\"{{linktext}}\" 未建立成功!請點擊以建立。"
},
"starred": {
"name": "最愛標記",
"desc": "最愛標記一些常用的檔案並搜尋。",
"action-toggle": "取消/最愛標記當前檔案",
"action-toggle-search": "取消/最愛標記當前搜尋結果",
"action-star": "最愛標記",
"action-unstar": "取消",
"menu-opt-remove": "移除",
"msg-successfully-starred": "成功最愛標記了 {{type}} \"{{title}}\"。",
"msg-removed-starred": "移除了 {{type}} \"{{title}}\" 的最愛標記。",
"msg-cannot-find-path": "在 \"{{path}}\" 處未發現檔案。"
},
"custom-css": {
"name": "自訂主題",
"desc": "載入並使用 \"Obsidian.css\" 主題。",
"setting-community-themes": "社群主題",
"msg-fetching-themes": "正在獲取社群主題資料...",
"prompt-filter": "搜尋...",
"label-dark-mode-only": "僅限黑暗主題",
"label-light-mode-only": "僅限明亮主題",
"label-preview": "預覽",
"label-stop-preview": "停止預覽",
"label-use": "使用",
"label-visit-on-github": "訪問 GitHub",
"msg-fetching-css": "正在獲取...",
"theme-title": "\"{{name}}\" 作者:{{author}}",
"msg-override-theme": "覆蓋當前主題檔案",
"msg-existing-theme": "您已經有了 \"Obsidian.css\" 自訂主題檔案。",
"msg-confirm-override": "您確定要覆蓋它嗎? 刪除這個主題檔案之前,請做好備份。",
"msg-load-error": "無法載入社群主題,請檢查您的網路。",
"msg-successfully-used": "您正在使用 {{author}} 編寫的 \"{{name}}\" 主題檔案。"
},
"command-palette": {
"name": "命令面板",
"desc": "無需介面或快捷鍵操作,輸入一個命令即可完成相應功能。",
"action-open": "開啟命令面板",
"instruction-navigate": "導航",
"instruction-use": "使用",
"instruction-dismiss": "離開",
"label-no-commands": "未發現命令。",
"prompt-type-command": "輸入命令..."
},
"markdown-format-importer": {
"name": "Markdown格式轉換器",
"desc": "將其他應用中的Markdown格式轉換為Obsidian支持的格式",
"action-open": "開啟Markdown格式轉換器",
"option-roam-tag-fixer": "Roam Research標籤轉換",
"option-roam-tag-fixer-description": "將Roam Research中的 \"#tag\" 和 \"#[[tag]]\" 轉換為 \"[[tag]]\"。",
"option-roam-highlight-fixer": "Roam Research高亮標籤轉換",
"option-roam-highlight-fixer-description": "將Roam Research中的 \"^^highlight^^\" 轉換為 \"==highlight==\"。",
"option-roam-todo-converter": "Roam Research待辦標籤轉換",
"option-roam-todo-converter-description": "將Roam Research中的 \"{{[[TODO]]}}\" 轉換為 \"[ ]\"。",
"option-bear-highlight-fixer": "Bear 高亮度修正",
"option-bear-highlight-fixer-description": "轉換 \"::highlight::\" 為 \"==highlight==\"。",
"zettelkasten-link-fixer": "ZK卡片連結轉換",
"zettelkasten-link-fixer-description": "將ZK卡片中使用的 \"[[UID]]\" 連結轉換為 \"[[UID 檔案名]]\" 的形式。",
"zettelkasten-link-beautifier": "美化ZK卡片連結",
"zettelkasten-link-beautifier-description": "將ZK卡片中使用的 \"[[UID]]\" 連結美化為 \"[[UID 檔案名|檔案名]]\" 的形式。",
"msg-all-files-warning": "警告:轉換器將修改儲存庫中所有檔案,而不只是當前檔案。",
"msg-override-files-warning": "您的檔案將被修改。請在轉換前做好備份。",
"label-start-conversion": "開始轉換",
"label-stop": "停止",
"label-go-back": "返回",
"label-done": "完成",
"label-processing": "正在處理...",
"label-cancelling": "取消...",
"label-finished": "完成!",
"label-processed-files": "處理的檔案",
"label-modified-files": "修改的檔案",
"label-total-replacements": "全部取代"
},
"daily-notes": {
"name": "日記",
"desc": "開啟今天的日記(如果不存在,則建立一個)。",
"action-open": "開啟今天的日記",
"action-open-previous": "開啟前一日記",
"action-open-next": "開啟後一日記",
"msg-fail-format": "未成功建立日記。 \"{{format}}\" 不是有效的格式。",
"msg-fail-folder": "未成功建立日記。 未發現 \"{{folderOption}}\" 資料夾。",
"msg-fail-template-file": "未成功建立日記。未找到 \"{{template}}\" 樣板檔案。",
"msg-no-previous": "在這個之前沒有日記。",
"msg-no-next": "在這個之後沒有日記。",
"option-date-format": "日期格式",
"label-refer-to-syntax": "有關更多語法,請參閱: ",
"label-syntax-link": "格式參考",
"label-syntax-live-preview": "這是參考樣式: ",
"option-new-file-location": "新檔案儲存目錄",
"option-new-file-location-description": "儲存日記的資料夾路徑。",
"option-template": "樣板檔案位置",
"option-template-description": "樣板檔案的儲存路徑。"
},
"zettelkasten-prefixer": {
"name": "ZK卡片",
"desc": "建立以12位數字ID命名的ZK卡片,命名格式為 YYYYMMDDHHII (例:202001010000)。",
"action-create-note": "建立新的ZK卡片",
"option-new-file-location": "新建ZK卡片的儲存目錄",
"option-new-file-location-description": "儲存ZK卡片的資料夾路徑。",
"msg-folder-not-found": "未成功建立ZK卡片。未找到 \"{{folderOption}}\" 資料夾。",
"option-template-file": "樣板檔案位置",
"option-template-file-description": "儲存樣板檔案的資料夾路徑。",
"option-template-file-placeholder": "例: 資料夾/樣板檔案.md",
"option-id-format": "ZK卡片 ID 格式",
"msg-template-file-not-found": "未成功建立ZK卡片。 未找到 \"{{template}}\" 樣板檔案。"
},
"random-note": {
"name": "漫遊筆記",
"desc": "隨機開啟一則筆記,以助於回顧和發現。",
"action-open": "開始漫遊筆記"
},
"outline": {
"name": "大綱",
"desc": "顯示當前檔案或連結頁面的大綱標題。",
"action-open": "開啟大綱",
"action-open-pane": "顯示當前筆記的大綱",
"tab-title": "{{displayText}} 的大綱",
"label-no-headings": "未發現標題行。"
},
"word-count": {
"name": "字數統計",
"desc": "在狀態列中顯示字數。"
},
"slides": {
"name": "幻燈片",
"desc": "在當前頁面中使用 \"---\" 分割出幻燈片頁面內容。",
"action-start": "開始演示"
},
"audio-recorder": {
"name": "錄音機",
"desc": "錄製音訊並保存為附件。",
"action-start": "開始錄音",
"action-stop": "停止錄音",
"action-toggle": "開始/停止錄音",
"msg-access-denied": "訪問被拒絕,請從首選項面板啟用麥克風。",
"msg-pending-grant": "請授權麥克風開始錄音。",
"msg-no-microphone": "未連接麥克風。"
},
"open-with-default-app": {
"name": "使用預設應用開啟",
"desc": "在選單中添加使用預設應用開啟當前檔案這一選項。",
"action-open-file": "使用預設應用開啟",
"action-show-in-folder": "在檔案總管中顯示"
},
"templates": {
"name": "樣板",
"desc": "在樣板資料夾裡挑選要插入的樣板檔案。",
"action-insert": "插入樣板",
"option-template-folder-location": "樣板資料夾位置",
"option-template-folder-location-description": "在這個資料夾裡的所有檔案會被視為樣板檔案。",
"option-template-date-format": "日期格式",
"option-template-date-format-description": "樣板檔內的 {{date}} 會被置換成此值。",
"option-template-date-format-description2": "可使用 {{date:YYYY-MM-DD}} 來取代設定的日期格式。",
"option-template-time-format": "時間格式",
"option-template-time-format-description": "樣板檔內的 {{time}} 會被置換成此值。",
"option-template-time-format-description2": "可使用 {{time:HH:mm}} 來取代設定的時間格式。",
"instruction-navigate": "導航",
"instruction-insert": "插入樣板",
"instruction-dismiss": "取消操作",
"msg-no-templates-found": "無符合樣板",
"msg-fail-invalid-folder": "無法列示樣板清單。樣板資料夾設定錯誤。",
"msg-fail-folder-not-found": "無法列示樣板清單。無此資料夾:\"{{folderOption}}\"。",
"prompt-type-template": "輸入樣板檔名..."
},
"translucency": {
"name": "半透明視窗",
"desc": "啟用半透明特效以加強深度感,最適合使用於黑暗主題。未支援 Linux。"
},
"publish": {
"name": "Publish",
"desc": "Publish your notes through Obsidian Publish.",
"action-publish-changes": "Publish changes",
"label-no-internet-access": "You need access to the internet to publish changes.",
"label-publish-service-description": "Obsidian Publish is an add-on paid service that lets you publish your notes online directly from Obsidian.",
"label-please-login": "To start publishing, please log in or create a new Obsidian account.",
"label-no-publish-subscription": "You do not have an Obsidian Publish subscription yet.",
"button-purchase": "Purchase",
"label-manage-sites": "Manage sites",
"label-no-sites": "You don't have any sites.",
"button-choose": "Choose",
"tooltip-edit-site-id": "Edit site ID",
"tooltip-delete-site": "Delete site",
"label-delete-site-confirmation": "Are you sure you want to delete this site?",
"label-delete-site-details": "This will immediately and permanently delete your site.",
"label-confirm-delete-site": "Confirm delete site \"{{site}}\"",
"option-site-id": "Site ID",
"option-site-id-description": "Your site will be at https://publish.obsidian.md/{site id}. You can change this later. Only lower case letters, numbers, and dashes are allowed.",
"option-site-id-placeholder": "Pick a site ID",
"button-create": "Create",
"msg-invalid-site-id": "Site ID can only contain lowercase letters, numbers, and dashes.",
"msg-site-id-in-use": "This site ID is in use, please try another one.",
"msg-create-site-issue": "That was an issue when creating your site.",
"label-site-options": "Site options",
"option-site-name": "Site name",
"option-site-name-description": "Name of your published site. It will show up in the page title of your site.",
"option-site-name-placeholder": "Name of your site",
"option-home-page-file": "Homepage file",
"option-home-page-file-description": "The first page the user sees when landing on your published site",
"option-home-page-file-placeholder": "Pick a published file",
"option-theme": "Theme",
"option-theme-description": "Choose default color scheme for your site.",
"option-show-navigation": "Show navigation",
"option-show-navigation-description": "Display a list of all published pages on the left side of your published site.",
"option-show-graph": "Show graph view",
"option-show-graph-description": "Display a small local graph on each page.",
"option-show-outline": "Show table of contents",
"option-show-outline-description": "Display the outline of headings on each page.",
"option-hover-preview-file": "Show hover preview",
"option-hover-preview-file-description": "Display page preview when hovering links.",
"option-readable-line-length": "Readable line length",
"option-readable-line-length-description": "Limit maximum line length. Fits less content on the screen, but makes long paragraphs more readable.",
"button-save-site-settings": "Save site settings",
"msg-updated-options": "Updated options for your site.",
"button-go-back": "Back",
"label-publishing-to": "Publishing to",
"tooltip-switch-site": "Switch site",
"button-add-linked": "Add linked",
"tooltip-add-linked": "Add all files that are linked by currently selected items",
"msg-added-linked-files": "{{count}} linked file has been added.",
"msg-added-linked-files_plural": "{{count}} linked files have been added.",
"tooltip-open-site-options": "Change site options",
"label-no-changes-detected": "No changes were detected.",
"label-changed-files-to-be-published": "Changes",
"label-file-selected": " selected",
"button-select-all-files": "Select all",
"button-deselect-all-files": "Deselect all",
"label-new-files-to-be-published": "New",
"button-publish": "Publish",
"msg-no-permission-to-publish-to-site": "You do not have permissions to publish to the current site.",
"msg-select-at-least-one-file": "Please select at least one file.",
"label-upload-changes": "Upload changes",
"button-done": "Done",
"button-stop": "Stop",
"label-status-uploading": "Uploading",
"label-status-to-publish": "To publish",
"label-status-to-delete": "To delete",
"label-status-published": "Published",
"label-status-deleted": "Deleted",
"label-status-failed": "Failed",
"label-status-cancelled": "Cancelled",
"button-change": "Change",
"label-clear-cache": "It takes up to a few minutes for the changes to show up on your site. If you do not see your latest changes, try clearing the cache in your browser.",
"label-visit-site": "You can visit your site here: ",
"msg-something-went-wrong": "Something went wrong. Please check the developer console for details.",
"msg-network-error": "A network error occurred. "
},
"workspaces": {
"name": "Workspaces",
"desc": "Save and load workspace layout.",
"action-load": "Load workspace",
"action-manage-workspaces": "Manage workspaces",
"placeholder-save-current-workspace-as": "Save current workspace as...",
"button-save": "Save",
"button-load": "Load",
"tooltip-delete-workspace": "Delete workspace",
"msg-delete-workspace-success": "Successfully deleted workspace.",
"msg-please-enter-name": "Please enter a name for the new workspace.",
"msg-save-workspace-success": "Successfully saved workspace.",
"label-no-workspaces-found": "No saved workspace found.",
"placeholder-type-to-search-workspaces": "Type workspace name..."
}
},
"nouns": {
"word-with-count": "{{count}} 個詞",
"word-with-count_plural": "{{count}} 個詞",
"character-with-count": "{{count}} 個字元",
"character-with-count_plural": "{{count}} 個字元",
"link-with-count": "{{count}} 個連結",
"link-with-count_plural": "{{count}} 個連結",
"file-with-count": "{{count}} 個檔案",
"file-with-count_plural": "{{count}} 個檔案",
"backlink-with-count": "{{count}} 個反向連結",
"backlink-with-count_plural": "{{count}} 個反向連結"
}
}