forked from yzhang-gh/vscode-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.zh-cn.json
More file actions
52 lines (52 loc) · 3.88 KB
/
package.nls.zh-cn.json
File metadata and controls
52 lines (52 loc) · 3.88 KB
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
{
"ext.displayName": "Markdown All in One",
"ext.description": "使用 Markdown 所需要的一切(快捷键,目录,自动预览以及更多功能)",
"command.toc.create.title": "创建目录",
"command.toc.update.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.toc.levels.description": "目录级别的范围. 例如 `2..5` 表示在目录中只包含 2 到 5 级标题",
"config.toc.orderedList.description": "使用有序列表 (1. ..., 2. ...)",
"config.toc.unorderedList.marker.description": "在目录中使用 `-`,`*` 或 `+` (对于无序列表)",
"config.toc.plaintext.description": "使用纯文本目录",
"config.toc.updateOnSave.description": "保存时自动更新目录",
"config.toc.githubCompatibility.description": "兼容 GitHub",
"config.toc.downcaseLink.description": "是否将目录中的链接转为小写",
"config.list.indentationSize.description": "是否在不同上下文中使用不同缩进量",
"config.list.indentationSize.enumDescriptions.adaptive": "无序列表中使用 2 空格,有序列表中使用 3 空格",
"config.list.indentationSize.enumDescriptions.inherit": "使用当前文档设置的缩进量(请查看 vscode 状态栏)",
"config.preview.autoShowPreviewToSide.description": "自动在侧边栏显示预览",
"config.orderedList.marker.description": "有序列表标记",
"config.orderedList.marker.enumDescriptions.one": "总是使用 `1.` 作为有序列表标记",
"config.orderedList.marker.enumDescriptions.ordered": "使用递增数字作为有序列表标记",
"config.orderedList.autoRenumber.description": "自动更正有序列表的标号",
"config.italic.indicator.description": "使用 `*` 或 `_` 包围斜体文本",
"config.showExplorer.description": "在资源管理器面板中显示大纲视图",
"config.tableFormatter.enabled.description": "启用 GFM 表格格式化",
"config.tableFormatter.normalizeIndentation.description": "使位于列表内的表格的缩进长度为制表符长度(tabSize)",
"config.print.absoluteImgPath.description": "将图片路径转换为绝对路径",
"config.print.imgToBase64.description": "在打印到 HTML 时将图片转换为 base64",
"config.print.onFileSave.description": "Markdown: 文档保存后自动打印为 HTML",
"config.syntax.decorations.description": "添加语法装饰",
"config.syntax.plainTheme.description": "只有当 `extension.syntax.decorations` 启用时才生效",
"config.katex.macros.description": "自定义 KaTeX 宏",
"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 宏支持"
}