Просмотр исходного кода

i18n: update `:zh-CN` (#7020)

* i18n: update `:zh-CN`

Co-authored-by: Junyi Du <[email protected]>
situ2001 3 лет назад
Родитель
Сommit
912ee1d7d3
2 измененных файлов с 79 добавлено и 2 удалено
  1. 72 2
      src/main/frontend/dicts.cljc
  2. 7 0
      src/main/frontend/modules/shortcut/dicts.cljc

+ 72 - 2
src/main/frontend/dicts.cljc

@@ -1175,7 +1175,8 @@
         :file-sync/other-user-graph "Le graphique local actuel est lié à l'autre graphique à distance de l'utilisateur. Alors ne peut pas commencer à la synchroniser."
         :file-sync/graph-deleted "Le graphe distant actuel a été supprimé"}
 
-   :zh-CN {:on-boarding/demo-graph "这是一个图谱的样例,在上面做的修改不会被保存,除非打开本地文件夹"
+   :zh-CN {:accessibility/skip-to-main-content "跳转到主内容"
+           :on-boarding/demo-graph "这是一个图谱的样例,在上面做的修改不会被保存,除非打开本地文件夹"
            :on-boarding/add-graph "添加图谱"
            :on-boarding/open-local-dir "打开本地文件夹"
            :on-boarding/new-graph-desc-1 "Logseq 同时支持 Markdown 和 Org-mode,你可以在设备上打开现有目录或创建新目录,目录也简称为文件夹。你的数据将仅存储在此设备上"
@@ -1215,6 +1216,10 @@
            :search/result-for "更多搜索结果 "
            :search/items "条目"
            :search/page-names "搜索页面名称"
+           :search-item/block "块"
+           :search-item/file "文件"
+           :search-item/page "页面"
+           :search-item/whiteboard "白板"
            :help/context-menu "右键菜单"
            :help/fold-unfold "折叠/展开方块(不在编辑模式中)"
            :help/markdown-syntax "Markdown 语法"
@@ -1259,11 +1264,15 @@
            :right-side-bar/all-pages "全部页面"
            :right-side-bar/flashcards "记忆卡片"
            :right-side-bar/new-page "新页面"
+           :right-side-bar/separator "调整右侧边栏大小"
+           :right-side-bar/whiteboards "白板"
            :left-side-bar/journals "日志"
            :left-side-bar/new-page "新页面"
            :left-side-bar/nav-favorites "收藏页面"
            :left-side-bar/nav-shortcuts "快捷导航"
            :left-side-bar/nav-recent-pages "最近使用"
+           :left-side-bar/new-whiteboard "新建白板"
+           :left-side-bar/create "新建"
            :format/preferred-mode "请选择偏好格式"
            :format/markdown "Markdown 格式"
            :format/org-mode "Org Mode 格式"
@@ -1302,6 +1311,33 @@
            :file/file "文件:"
            :file/last-modified-at "最后更改于"
            :file/no-data "没有数据"
+           :file-rn/re-index "重命名文件后,如果其他设备同步了改文件,强烈建议在同步成功后重新建立索引。"
+           :file-rn/need-action "建议执行文件重命名操作以匹配新格式。当重命名的文件被同步后,请在所有设备上重新建立索引。"
+           :file-rn/or-select-actions " 或在下面单独重命名这些文件,然后 "
+           :file-rn/or-select-actions-2 "。关闭面板后,这些功能将不可用。"
+           :file-rn/legend "🟢 可选的重命名操作; 🟡 需要重命名以避免标题的改变; 🔴 重大改变。"
+           :file-rn/close-panel "关闭面板"
+           :file-rn/all-action "应用所有操作!"
+           :file-rn/select-format "(开发者模式选项,危险!) 选择文件名格式"
+           :file-rn/rename "重命名文件 \"{1}\" 到 \"{2}\""
+           :file-rn/rename-sm "重命名"
+           :file-rn/apply-rename "应用文件重命名操作"
+           :file-rn/affected-pages "格式改变后,影响的文件"
+           :file-rn/suggest-rename "需要的操作: "
+           :file-rn/otherwise-breaking "否则标题会变为"
+           :file-rn/no-action "好了!无需更多操作"
+           :file-rn/confirm-proceed "更新格式!"
+           :file-rn/select-confirm-proceed "开发者: 写入格式"
+           :file-rn/unreachable-title "警告!在当前文件名格式下,除非手动设置`title::`属性,否则,页面名将变为{1}。"
+           :file-rn/optional-rename "建议:"
+           :file-rn/format-deprecated "你现在正使用着过时的格式。非常建议更新到最新的格式。在进行该操作之前,请先备份好你的数据,并关闭所有的 Logseq 客户端。"
+           :file-rn/filename-desc-1 "该设置配置了如何将一个页面存储到一个文件。Logseq 存储页面到与页面同名的文件。"
+           :file-rn/filename-desc-2 "对于文件名来说,像 \"/\" 或 \"?\" 这样的字符是非法的。"
+           :file-rn/filename-desc-3 "Logseq 会将非法字符替换为与该字符等效的 URL 编码,以保证字符的合法 (例如, \"?\" 被替换为 \"%3F\")。"
+           :file-rn/filename-desc-4 "为了美观,命名空间分隔符 \"/\" 也会被替换为 \"___\" (三重下划线)。"
+           :file-rn/instruct-1 "只需两步即可更新文件名格式"
+           :file-rn/instruct-2 "1. 点击 "
+           :file-rn/instruct-3 "2. 请按照以下说明将文件重命名为新格式:"
            :page/created-at "创建日期"
            :page/updated-at "更新日期"
            :page/backlinks "双向链接"
@@ -1372,6 +1408,12 @@
            :settings-page/plugin-system "插件系统"
            :settings-page/network-proxy "网络代理"
            :settings-page/filename-format "文件名格式"
+           :settings-page/edit-setting "编辑"
+           :settings-page/login-prompt "你必须是Logseq的财务支持者或alpha版本测试者才能图签使用新功能,因此需要登录。"
+           :settings-page/alpha-features "Alpha 功能"
+           :settings-page/custom-global-configuration "自定义全局配置"
+           :settings-page/edit-global-config-edn "编辑全局 config.edn"
+           :settings-page/sync "同步"
            :logseq "Logseq"
            :on "已打开"
            :more-options "更多选项"
@@ -1429,6 +1471,7 @@
            :developer-mode-alert "如果希望插件功能立刻生效, 请重启应用。是否现在重启?"
            :relaunch-confirm-to-work "如果希望立刻生效, 请重启应用。是否现在重启?"
            :import "导入"
+           :importing "导入中"
            :join-community "加入社区"
            :sponsor-us "赞助我们!"
            :discord-title "我们的 Discord 社群!"
@@ -1453,8 +1496,15 @@
            :white "亮色"
            :dark "暗黑"
            :remove-background "去除背景"
+           :remove-heading "移除 heading"
+           :heading "Heading {1}"
+           :auto-heading "自动转为 heading"
            :open "打开"
            :open-a-directory "打开本地文件夹"
+           :new-whiteboard "新建白板"
+           :all-whiteboards "所有白板"
+           :go-to-whiteboard "前往白板"
+           :not-available-in-mode "在{1}模式下不可用"
            :user/delete-account "删除帐号"
            :user/delete-your-account "删除你的帐号"
            :user/delete-account-notice "你在 logseq.com 发布的页面(假如有的话)也会被删除。"
@@ -1497,6 +1547,22 @@
            :pdf/hl-block-colored "颜色标识高亮块"
            :pdf/doc-metadata "查看文档元数据"
 
+           :asset/open-in-browser "在浏览器打开"
+           :asset/show-in-folder "在文件夹中显示图片"
+           :asset/copy "复制图片"
+           :asset/delete "删除图片"
+           :asset/maximize "最大化显示图片"
+
+           :color/blue "蓝色"
+           :color/gray "灰色"
+           :color/green "绿色"
+           :color/pink "粉色"
+           :color/purple "紫色"
+           :color/red "红色"
+           :color/yellow "黄色"
+
+           :whiteboard/link-whiteboard-or-block "链接白板/页面/块"
+
            :updater/new-version-install "新版本已经准备就绪,重启应用即可更新。"
            :updater/quit-and-install "现在安装"
 
@@ -1509,7 +1575,11 @@
            :command-palette/prompt "输入指令"
 
            :file-sync/other-user-graph "当前本地图谱绑定在其他用户的远程图谱上。因此无法启动同步。"
-           :file-sync/graph-deleted "当前远程图谱已经删除"}
+           :file-sync/graph-deleted "当前远程图谱已经删除"
+
+           :conversion/non-desktop "旧版本中的图谱目录需要转换为新格式。
+          请使用桌面端应用进行转换."
+           :conversion/write-filename-format "为传入的文件应用格式"}
 
    :zh-Hant {:on-boarding/demo-graph "This is a demo graph, changes will not be saved until you open a local folder."
              :on-boarding/add-graph "Add a graph"

+ 7 - 0
src/main/frontend/modules/shortcut/dicts.cljc

@@ -177,6 +177,7 @@
              :command.editor/copy-text                "复制选中的文本"
              :command.editor/escape-editing           "转义编辑"
              :command.editor/insert-youtube-timestamp "插入 Youtube 时间戳"
+             :command.editor/new-whiteboard           "新建白板"
              :command.editor/open-file-in-default-app "在默认应用中打开文件"
              :command.editor/open-file-in-directory   "在目录中打开文件"
              :command.editor/paste-text-in-one-block-at-point  "粘贴文本到块的点"
@@ -184,7 +185,10 @@
              :command.editor/select-down              "选择下面内容"
              :command.editor/select-up                "选择上面的内容"
              :command.editor/strike-through           "删除线"
+             :command.go/all-graphs                   "所有图谱"
              :command.go/all-pages                    "全部页面"
+             :command.go/electron-jump-to-the-next    "跳转到查找栏搜索的下一个匹配项"
+             :command.go/electron-jump-to-the-previous "跳转到查找栏搜索的上一个匹配项"
              :command.go/flashcards                   "记忆卡片"
              :command.go/graph-view                   "记忆图谱"
              :command.go/home                         "首页"
@@ -192,7 +196,9 @@
              :command.go/next-journal                 "下一篇日记"
              :command.go/prev-journal                 "上一篇日记"
              :command.go/tomorrow                     "明天"
+             :command.go/whiteboards                  "前往白板"
              :command.graph/add                       "添加图谱"
+             :command.graph/export-as-html            "将公共图谱导出为 html"
              :command.graph/open                      "打开图谱"
              :command.graph/re-index                  "重建索引"
              :command.graph/remove                    "移除图谱"
@@ -219,6 +225,7 @@
              :command.editor/select-block-up          "选择上方的块"
              :command.editor/select-block-down        "选择下方的块"
              :command.editor/select-all-blocks        "选择所有块"
+             :command.pdf/find                        "Pdf: 查找当前 pdf 文档的文本"
              :command.pdf/previous-page               "上一页PDF文档"
              :command.pdf/next-page                   "下一页PDF文档"
              :command.pdf/close                       "关闭当前PDF文档"