Skip to content

Commit

Permalink
Update zh.json for 0.12.4
Browse files Browse the repository at this point in the history
- completed "outgoing link" part
- adjusted some translations for consistency
  • Loading branch information
11-check-it-out committed Jun 21, 2021
1 parent c7de557 commit cac31cd
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@
"action-new-note": "新建笔记",
"action-new-folder": "新建文件夹",
"action-change-sort": "排序",
"action-reveal-file": "在文件列表中显示",
"action-reveal-active-file": "在 Obsidian 的文件列表中定位当前文件",
"action-reveal-file": "在文件列表中显示当前文件",
"action-reveal-active-file": "在文件列表中显示当前文件",
"command-move-file": "将文件移动到其他文件夹",
"action-move-file": "将文件移动到...",
"action-move-folder": "将文件夹移动到...",
Expand Down Expand Up @@ -639,9 +639,9 @@
"label-no-note-create-new": "未发现该笔记。按下回车键以创建该笔记。",
"prompt-type-file-name": "输入以切换或创建文件...",
"label-enter-to-create": "创建该笔记",
"tooltip-not-created-yet": "Not created yet, select to create",
"option-show-existing-only": "Show existing only",
"option-show-existing-only-description": "Whether to show links to files that are not yet created."
"tooltip-not-created-yet": "该笔记尚未建立,选择以创建",
"option-show-existing-only": "仅显示已创建的笔记",
"option-show-existing-only-description": "是否在快速切换中显示那些已赋予名称、但尚未建立的笔记。"
},
"graph-view": {
"name": "关系图谱",
Expand Down Expand Up @@ -690,10 +690,10 @@
},
"backlinks": {
"name": "反向链接",
"desc": "在状态栏中显示当前笔记反向链接的数量",
"action-open": "打开反向链接面板",
"desc": "在状态栏中显示指向当前笔记的链接的情况",
"action-open": "打开当前笔记的反向链接面板",
"action-show": "显示反向链接面板",
"action-open-for-current": "显示当前笔记的相关链接",
"action-open-for-current": "打开当前笔记的反向链接面板",
"action-toggle-backlinks-in-document": "在页面中显示反向链接面板",
"label-linked-mentions": "链接当前文件",
"label-no-backlinks": "没有笔记链接当前文件",
Expand All @@ -705,21 +705,21 @@
"ellipsis": "..."
},
"outgoing-links": {
"name": "Outgoing Links",
"desc": "Show outgoing links and detect unlinked mentions of other notes in the current note.",
"action-open": "Open outgoing links",
"action-open-for-current": "Open outgoing links for the current file",
"tab-title": "Outgoing links from {{displayText}}",
"label-links": "Links",
"label-no-links": "No links found.",
"label-unlinked-mentions": "Unlinked mentions",
"tooltip-link-file": "Link this file",
"tooltip-not-created": "Not created yet"
"name": "出链",
"desc": "显示当前笔记中已存在的链接并检测可能存在的链接。",
"action-open": "打开当前笔记的出链面板",
"action-open-for-current": "打开当前笔记的出链面板",
"tab-title": "{{displayText}} 的出链面板",
"label-links": "当前笔记中的链接",
"label-no-links": "当前笔记中不存在链接",
"label-unlinked-mentions": "当前笔记中潜在的链接",
"tooltip-link-file": "链接该文件",
"tooltip-not-created": "尚未创建"
},
"tag-pane": {
"name": "标签面板",
"desc": "显示所有标签及其出现的次数。",
"action-show": "Show tag pane",
"action-show": "显示标签面板",
"label-no-tags": "未发现标签。",
"label-sort-by-name-a-to-z": "标签名称 (A-Z)",
"label-sort-by-name-z-to-a": "标签名称 (Z-A)",
Expand All @@ -730,7 +730,7 @@
"page-preview": {
"name": "页面预览",
"desc": "开启后鼠标悬停在内部链接上时将显示预览。编辑模式下需要在鼠标悬停的同时按住 Ctrl/Cmd 键才可预览(该设置可调节)。",
"label-empty-note": "\"{{linktext}}\" 未创建成功!请点击以创建",
"label-empty-note": "\"{{linktext}}\" 未创建,点击以创建",
"label-source-editor": "编辑模式",
"label-source-preview": "预览模式",
"label-source-search-backlinks": "搜索面板以及反向链接面板",
Expand Down

0 comments on commit cac31cd

Please sign in to comment.