-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.nls.zh-cn.json
32 lines (32 loc) · 3.29 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
{
"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.exportIncludeFolderHeirarchy": "导出文件维持源文件目录结构",
"plantuml.configuration.exportConcurrency": "决定导出多个图表时的并发数量。",
"plantuml.configuration.exportOutDir": "所有导出图片将被组织到此目录下(相对于工作区目录的路径)。",
"plantuml.configuration.previewAutoUpdate": "决定是否在内容变更和选定图表变更时自动刷新预览窗口",
"plantuml.configuration.previewSnapIndicators": "决定是否在预览窗口中显示吸附提示。",
"plantuml.configuration.previewSwapMouseButtons": "在预览窗口中交换左右键功能(默认左键缩放,右键平移;启用后左键平移,右键绽放)",
"plantuml.configuration.server": "生成图表超链接使用的 Plantuml 服务器。您可以使用官方的 https://www.plantuml.com/plantuml 如果您可以接受向其发送数据。",
"plantuml.configuration.urlFormat": "超链接文件格式。若留空,则在每次生成时选择格式。",
"plantuml.configuration.urlResult": "超链接输出类型。仅超链接或 MarkDown 格式。",
"plantuml.configuration.render": "选择导出和预览时使用的图表渲染方式。\nLocal: 以传统方式在本地渲染,您需要先配置好 JAVA 和 GraphViz。\nPlantUMLServer: 使用由 \"plantuml.server\" 指定的服务器渲染。这比本地渲染快得多,但需要您设置一个服务器。\nLocal 是默认配置。",
"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.includepaths": "指定源目录和 'diagramsRoot' 之外的包含路径。",
"plantuml.configuration.lintDiagramNoName": "提示图片未命名问题",
"plantuml.untrusted.description": "受信任工作区才能启用可能被滥用的工作区设置"
}