forked from qjebbs/vscode-markdown-extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
46 lines (46 loc) · 4.01 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
42
43
44
45
46
{
"markdownExtended.exportCurrent": "导出到文件",
"markdownExtended.exportWorkspace": "导出 Markdown 到文件",
"markdownExtended.copy": "复制 HTML",
"markdownExtended.copyWithStyle": "复制 HTML (含样式)",
"markdownExtended.pasteAsTable": "粘贴为表格",
"markdownExtended.formateTable": "格式化表格",
"markdownExtended.toggleBold": "切换加粗",
"markdownExtended.toggleBlockQuote": "切换块引用",
"markdownExtended.toggleCodeBlock": "切换代码块",
"markdownExtended.toggleCodeInline": "切换内联代码",
"markdownExtended.toggleItalics": "切换斜体",
"markdownExtended.toggleSubscript": "切换下标",
"markdownExtended.toggleOList": "切换有序列表",
"markdownExtended.toggleStrikethrough": "切换删除线",
"markdownExtended.toggleUList": "切换无序列表",
"markdownExtended.toggleUnderLine": "切换下划线",
"markdownExtended.toggleMark": "切换标注",
"markdownExtended.toggleSuperscript": "切换上标",
"markdownExtended.addColumnRight": "在右侧添加列",
"markdownExtended.addColumnLeft": "在左侧添加列",
"markdownExtended.addRowBelow": "在下方添加行",
"markdownExtended.addRowAbove": "在上方添加行",
"markdownExtended.DeleteColumn": "删除列",
"markdownExtended.DeleteRow": "删除行",
"markdownExtended.MoveColumnLeft": "右移列",
"markdownExtended.MoveColumnRight": "左移列",
"markdownExtended.configuration.exportOutDirName": "导出文件将被组织到项目根目录下以此设置为名称的目录下。",
"markdownExtended.configuration.puppeteerExecutable": "自定义 puppeteer 可执行文件,用于导出 PDF 和图片。\n可以是 Chromium 或 Chrome\n例如:'/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'\n例如:'C:/Users/<username>/AppData/Local/Google/Chrome/Application/chrome.exe'",
"markdownExtended.configuration.pdfFormat": "纸张格式。此设置优先级高于 pdfWidth 和 pdfHeight。",
"markdownExtended.configuration.pdfWidth": "PDF 纸张宽度, 接受带单位的数值。",
"markdownExtended.configuration.pdfHeight": "PDF 纸张高度, 接受带单位的数值。",
"markdownExtended.configuration.pdfLandscape": "PDF 纸张方向。 true:横向;false:纵向。",
"markdownExtended.configuration.pdfMarginTop": "PDF 上边距, 接受带单位的数值。",
"markdownExtended.configuration.pdfMarginRight": "PDF 右边距, 接受带单位的数值。",
"markdownExtended.configuration.pdfMarginBottom": "PDF 下边距, 接受带单位的数值。",
"markdownExtended.configuration.pdfMarginLeft": "PDF 左边距, 接受带单位的数值。",
"markdownExtended.configuration.pdfDisplayHeaderFooter": "PDF 中是否显示页头页脚。",
"markdownExtended.configuration.pdfPageRanges": "要打印的页码, 例如 '1-5, 8, 11-13'。 默认为空,表示打印所有页面。",
"markdownExtended.configuration.pdfHeaderTemplate": "页头模板。内容为有效的 HTML 代码,在元素中使用如下的类名可以注入相应的信息:\ndate:打印日期\ntitle:文档标题\nurl:文档位置\npageNumber:当前页码\ntotalPages:总页数。",
"markdownExtended.configuration.pdfFooterTemplate": "页脚模板。内容为有效的 HTML 代码,在元素中使用如下的类名可以注入相应的信息:\ndate:打印日期\ntitle:文档标题\nurl:文档位置\npageNumber:当前页码\ntotalPages:总页数。",
"markdownExtended.configuration.imageQuality": "图片质量,0-100 之间的数字。不适用于 PNG 图片。",
"markdownExtended.configuration.imageOmitBackground": "隐藏默认的白色背景,生成透明背景的图片。",
"markdownExtended.configuration.tocLevels": "生成目录(TOC)时采用的标题层级 (例如,2 表示 h2)。\n* 需重启 VSCode 生效。",
"markdownExtended.configuration.disabledPlugins": "停用此扩展集成的某些插件。如: 'underline, toc'。 \n* 需重启 VSCode 生效。"
}