forked from qjebbs/vscode-plantuml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.zh-cn.json
29 lines (29 loc) · 3.11 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
{
"plantuml.exportCurrent.title": "导出光标位置图表",
"plantuml.exportDocument.title": "导出当前文件图表",
"plantuml.exportWorkspace.title": "导出工作区图表",
"plantuml.preview.title": "预览光标位置图表",
"plantuml.URLCurrent.title": "为光标位置图表创建链接",
"plantuml.URLDocument.title": "为当前文件图表创建链接",
"plantuml.extractSource.title": "从图片中提取 PlantUML 图表源码",
"plantuml.configuration.configTitle": "PlantUML 配置",
"plantuml.configuration.exportFormat": "导出格式。若留空,则在每次导出时选择格式。",
"plantuml.configuration.jar": "自定义 plantuml.jar 的位置。留空则使用内置的版本。",
"plantuml.configuration.diagramsRoot": "指定图表源文件的位置(相对于工作区目录的路径)。",
"plantuml.configuration.fileExtensions": "导出工作区图表时查找的文件后缀。特别是在软件项目的工作区设置时,您可以自定义要查找的后缀,以便导出位于源文件中的图表,如 \".java\".",
"plantuml.configuration.exportSubFolder": "决定是否在导出图表时,建立以图表所在文件为名称的文件夹。",
"plantuml.configuration.exportConcurrency": "决定导出多个图表时的并发数量。",
"plantuml.configuration.exportOutDir": "所有导出图片将被组织到此目录下(相对于工作区目录的路径)。",
"plantuml.configuration.previewAutoUpdate": "决定是否在内容变更和选定图表变更时自动刷新预览窗口",
"plantuml.configuration.previewSnapIndicators": "决定是否在预览窗口中显示吸附提示。",
"plantuml.configuration.server": "生成图表超链接使用的 Plantuml 服务器。",
"plantuml.configuration.urlFormat": "超链接文件格式。若留空,则在每次生成时选择格式。",
"plantuml.configuration.urlResult": "超链接输出类型。仅超链接或 MarkDown 格式。",
"plantuml.configuration.render": "选择导出和预览时使用的图表渲染方式。\nLocal: 以传统方式在本地渲染,您需要先配置好 JAVA 和 GraphViz。\nPlantUMLServer: 使用由 \"plantuml.server\" 指定的服务器渲染。这比本地渲染快得多,但需要您设置一个服务器。\nLocal 是默认配置。",
"plantuml.configuration.includes": "需要引入到图表中的文件或目录。使您无需再到处写 \"!include path/to/include.wsd\"。",
"plantuml.configuration.commandArgs": "指定执行 JAVA 的自定义参数,如 \"-DPLANTUML_LIMIT_SIZE=8192\"。",
"plantuml.configuration.jarArgs": "指定调用 plantuml.jar 的自定义参数,如 \"-config plantuml.config\"。",
"plantuml.configuration.exportMapFile": "决定是否在导出图表的同时导出图片热区 (.cmapx) 文件。",
"plantuml.configuration.java": "Java 可执行文件位置。",
"plantuml.configuration.includeSearch": "指定搜寻包含文件时的基准目录。\nDiagramsRoot: 使用 'diagramRoot' 为基准目录。工作区中各文件使用的包含路径是一致的。\nSourceFolder: 以源文件所在目录为基准目录,包含路径可能由于文件位置不同而不同。"
}