forked from qjebbs/vscode-plantuml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
29 lines (29 loc) · 3.12 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
{
"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 (releative 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.exportConcurrency": "Decides concurrency count when export multiple diagrams.",
"plantuml.configuration.exportOutDir": "Exported workspace diagrams will be organized in this directory (releative 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.server": "Plantuml server to generate UML diagrams on-the-fly.",
"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 digrams 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.includes": "Files or folders to include before preview/export diagrams. You don't have to write \"!include path/to/include.wsd\" for every single diagram any more.",
"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.includeSearch": "Specifies the base directory of include files search.\nDiagramsRoot: use the 'diagramsRoot', including path is consistent for all files workspace folder.\nSourceFileDir: the directory of source file, including path may change between files."
}