forked from yzhang-gh/vscode-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
41 lines (41 loc) · 2.93 KB
/
package.nls.zh-cn.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
{
"ext.displayName": "Markdown All in One",
"ext.description": "使用 Markdown 所需要的一切(快捷键,目录,自动预览以及更多功能)",
"command.toc.create.title": "Markdown: 创建目录",
"command.toc.update.title": "Markdown: 更新目录",
"command.printToHtml.title": "Markdown: 将当前文档打印到 HTML",
"command.editing.toggleCodeSpan.title": "Markdown: 触发代码块",
"command.editing.toggleMath.title": "Markdown: 触发数学环境",
"command.editing.toggleUnorderedList.title": "Markdown: 触发无序列表",
"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.preview.autoShowPreviewToSide.description": "自动在侧边栏显示预览",
"config.orderedList.marker.description": "`one`: 总是使用 `1.` 作为有序列表标记; `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.syntax.decorations.description": "添加语法装饰",
"config.syntax.plainTheme.description": "只有当 `extension.syntax.decorations` 启用时才生效",
"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"
}