forked from obsidianmd/obsidian-translations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh.json
700 lines (700 loc) · 35.5 KB
/
zh.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": "显示 Front-matter ",
"option-show-frontmatter-description": "在预览模式下,笔记顶部的 Front-matter 将以代码块的方式显示。关闭此设置后,预览模式将不显示 Front-matter 。",
"option-use-markdown-links": "使用 Markdown 链接",
"option-use-markdown-links-description": "开启后,插入的 Wiki 链接将被转换为 Markdown 链接。此设置不影响手动输入的 Wiki 链接和已存在的 Wiki 链接。",
"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": "使用制表符",
"option-use-tabs-description": "开启后,Tab 键将使用制表符来完成缩进。关闭后 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": "获得一个 Catalyst 个人许可证",
"button-check-for-catalyst-license": "激活 Catalyst 个人许可证",
"button-upgrade-catalyst-license": "升级 Catalyst 个人许可证",
"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": "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": "测试版本",
"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": "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": "在 Obsidian 的文件列表中定位当前文件",
"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": "未发现该笔记。按下回车键以创建该笔记。",
"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": "Currently searching for:",
"option-depth": "层深",
"option-depth-description": "显示此节点的链接数量",
"option-neighbor-links": "相邻链接",
"option-neighbor-links-description": "显示节点间的所有链接",
"option-forelinks": "Outgoing links",
"option-forelinks-description": "Show links to other files",
"option-backlinks": "Incoming links",
"option-backlinks-description": "Show links from other files",
"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": "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": "Open graph settings",
"msg-screenshot-copied": "Screenshot copied to the clipboard."
},
"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 highlight fixer",
"option-bear-highlight-fixer-description": "Converts \"::highlight::\" to \"==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": "ZK 卡片模板位置",
"option-template-file-description": "指定 ZK 卡片模板文件的路径。",
"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}} 个反向链接"
}
}