-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.nls.json
32 lines (32 loc) · 3.29 KB
/
package.nls.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": "Export Current Diagram",
"plantuml.exportDocument.title": "Export Current File Diagrams",
"plantuml.exportWorkspace.title": "Export Workspace Diagrams",
"plantuml.preview.title": "Preview Current Diagram",
"plantuml.URLCurrent.title": "Generate URL for Current Diagram",
"plantuml.URLDocument.title": "Generate URLs for Current File Diagrams",
"plantuml.extractSource.title": "Extract PlantUML Diagram Source from Image",
"plantuml.configuration.configTitle": "PlantUML configuration",
"plantuml.configuration.exportFormat": "Export format. Leave it blank to pick format everytime you export.",
"plantuml.configuration.jar": "Alternate plantuml.jar location. Leave it blank to use integrated jar.",
"plantuml.configuration.diagramsRoot": "Specifies where all diagram files located (relative to workspace folder).",
"plantuml.configuration.fileExtensions": "File extensions that find to export. Especially in workspace settings, you may add your own extensions so as to export diagrams in source code files, like \".java\".",
"plantuml.configuration.exportSubFolder": "Export diagrams to a folder which has same name with host file.",
"plantuml.configuration.exportIncludeFolderHeirarchy": "Include folder heiracrchy between the root and the source diagram in the exported file path.",
"plantuml.configuration.exportConcurrency": "Decides concurrency count when export multiple diagrams.",
"plantuml.configuration.exportOutDir": "Exported workspace diagrams will be organized in this directory (relative path to workspace folder).",
"plantuml.configuration.previewAutoUpdate": "Decides if automatically update the preview window.",
"plantuml.configuration.previewSnapIndicators": "Decides if to display the snap indicators in the preview window.",
"plantuml.configuration.previewSwapMouseButtons": "Swaps left and right mouse buttons used for zooming or panning",
"plantuml.configuration.server": "Plantuml server to generate UML diagrams on-the-fly. You may use official server https://www.plantuml.com/plantuml if you feel OK to share data with it.",
"plantuml.configuration.urlFormat": "URL format. Leave it blank to pick format everytime you make a URL.",
"plantuml.configuration.urlResult": "URL result type. Simple URL or ready for MarkDown use.",
"plantuml.configuration.render": "Select diagram render for both export and preview.\nLocal: Render diagrams locally in traditional way. You need to set up JAVA and GraphViz first.\nPlantUMLServer: Render diagrams by server which is specified with \"plantuml.server\". It's much faster, but requires a server.\nLocal is the default configuration.",
"plantuml.configuration.commandArgs": "commandArgs allows you add arguments to java command, such as \"-DPLANTUML_LIMIT_SIZE=8192\".",
"plantuml.configuration.jarArgs": "jarArgs allows you add arguments to plantuml.jar, such as \"-config plantuml.config\".",
"plantuml.configuration.exportMapFile": "Determine whether export image map (.cmapx) file when export.",
"plantuml.configuration.java": "Java executable location.",
"plantuml.configuration.includepaths": "Specifies the include paths besides source folder and the 'diagramsRoot'.",
"plantuml.configuration.lintDiagramNoName": "lint when diagram is unamed.",
"plantuml.untrusted.description": "Required for loading vulnerable workspace settings"
}