solorice/vscode/extensions/yzhang.markdown-all-in-one-3.4.3/package.nls.zh-cn.json
2022-04-28 20:54:44 +03:00

56 lines
5.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ext.displayName": "Markdown All in One",
"ext.description": "使用 Markdown 所需要的一切(快捷键,目录,自动预览以及更多功能)",
"command.toc.create.title": "创建目录",
"command.toc.update.title": "更新目录",
"command.toc.addSecNumbers.title": "添加/更新章节序号",
"command.toc.removeSecNumbers.title": "删除章节序号",
"command.printToHtml.title": "将当前文档打印到 HTML",
"command.editing.toggleCodeSpan.title": "触发代码块",
"command.editing.toggleMath.title": "触发数学环境",
"command.editing.toggleMathReverse.title": "触发数学环境(反向)",
"command.editing.toggleList.title": "触发列表",
"config.title": "Markdown All in One",
"config.italic.indicator.description": "使用 `*` 或 `_` 包围斜体文本。",
"config.katex.macros.description": "自定义 KaTeX 宏。",
"config.list.indentationSize.description": "Markdown 列表的缩进方案。(包括目录列表)",
"config.list.indentationSize.enumDescriptions.adaptive": "参考 **CommonMark Spec**,根据上下文判断缩进大小,并尝试**将子级的左端对齐父级的内容的左端**。比如:\n\n```markdown\n- Parent\n - Sublist\n\n1. Parent\n 1. Sublist\n\n10. Parent with longer marker\n 1. Sublist\n```",
"config.list.indentationSize.enumDescriptions.inherit": "使用当前文档设置的缩进量(请查看 VS Code 状态栏)。比如:(`tabSize: 4`)\n\n```markdown\n- Parent\n - Sublist\n\n1. Parent\n 1. Sublist\n\n10. Parent with longer marker\n 1. Sublist\n```",
"config.math.enabled": "启用基本的数学支持(由 KaTeX 提供)",
"config.orderedList.autoRenumber.description": "自动更正有序列表的标号。",
"config.orderedList.marker.description": "有序列表标记",
"config.orderedList.marker.enumDescriptions.one": "总是使用 `1.` 作为有序列表标记",
"config.orderedList.marker.enumDescriptions.ordered": "使用递增数字作为有序列表标记",
"config.preview.autoShowPreviewToSide.description": "自动在另一栏显示预览。",
"config.print.absoluteImgPath.description": "将图片路径转换为绝对路径",
"config.print.imgToBase64.description": "在打印到 HTML 时将图片转换为 base64",
"config.print.onFileSave.description": "Markdown 文档保存后自动打印为 HTML。",
"config.syntax.decorations.description": "在编辑器中添加语法装饰。例如,~~strikethrough~~ 和 `code span`。",
"config.syntax.plainTheme.description": "**实验性**)请在 <https://github.com/yzhang-gh/vscode-markdown/issues/185> 报告问题。\n\n只有当 `#markdown.extension.syntax.decorations#` 启用时才生效。",
"config.tableFormatter.enabled.description": "启用 [GitHub Flavored Markdown](https://github.github.com/gfm/) 表格格式化。",
"config.tableFormatter.normalizeIndentation.description": "使位于列表内的表格的缩进长度为制表符长度(`tabSize`)。",
"config.toc.downcaseLink.description": "是否**强制**将目录中的链接转为小写。",
"config.toc.levels.description": "目录级别的范围。例如 `2..5` 表示在目录中只包含 2 到 5 级标题。",
"config.toc.omittedFromToc.description": "在指定文件的目录中省略这些标题。\n示例\n{ \"README.md\": [\"# Introduction\"] }",
"config.toc.orderedList.description": "使用有序列表,即:\n1. ...\n2. ...",
"config.toc.plaintext.description": "使用纯文本目录。",
"config.toc.slugifyMode.description": "生成标题 ID 的方法。该设置影响**目录**、**代码自动补全**、**打印**中**指向标题的链接**。",
"config.toc.unorderedList.marker.description": "在目录中使用 `-``*` 或 `+` (仅对于**无序**列表)。",
"config.toc.updateOnSave.description": "保存时自动更新目录。",
"showMe": "显示更新日志",
"dismiss": "忽略",
"noValidMarkdownFile": "未选中有效的 Markdown 文件",
"printing": "将",
"to": "打印到",
"unableToReadFile": "无法读取文件",
"revertingToImagePaths": "已使用图像路径而不是 base64 编码",
"customStyle": "自定义样式",
"notFound": "未找到",
"cannotUseBuiltinSlugifyFunc": "无法使用 VSCode 内置的 slugify 函数,已使用 GitHub 的 slugify 函数替代。请尝试更新 VSCode 到最新版本,或将 `githubCompatibility` 设置为 `true`",
"1.3.0 msg": "介绍一个令人兴奋的功能!自动为有序列表重新编号",
"1.4.0 msg": "Markdown-All-in-One v1.4.0 带来很多新功能",
"1.5.0 msg": "好久不见!欢迎使用 Markdown-All-in-One v1.5.0",
"2.1.0 msg": "Markdown All in One v2.1.0! 直接粘贴链接,多光标支持,以及更多新功能",
"2.4.0 msg": "Markdown All in One v2.4.0! 新功能「触发列表」KaTeX 宏支持",
"3.0.0 msg": "Markdown All in One v3.0.0! 新功能「添加章节序号」,以及更好的与其它语法扩展的兼容性"
}