-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.nls.de.json
32 lines (32 loc) · 3.57 KB
/
package.nls.de.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": "Aktuelle Diagramm exportieren",
"plantuml.exportDocument.title": "Diagramme der aktuellen Datei exportieren",
"plantuml.exportWorkspace.title": "Diagramme aus dem Arbeitsbereich exportieren",
"plantuml.preview.title": "Vorschau des aktuellen Diagramms",
"plantuml.URLCurrent.title": "URL für das aktuelle Diagramm generieren",
"plantuml.URLDocument.title": "URLs für die Diagramme der aktuellen Datei generieren",
"plantuml.extractSource.title": "Extract PlantUML Diagram Source from Image",
"plantuml.configuration.configTitle": "PlantUML configuration",
"plantuml.configuration.exportFormat": "Exportformat. Lassen Sie es leer, dann können Sie das Format bei jedem Export auswählen.",
"plantuml.configuration.jar": "Alternativer plantuml.jar Speicherort. Lassen Sie es leer, um die integrierte jar zu verwenden.",
"plantuml.configuration.diagramsRoot": "Specifies where all diagram files located (relative to workspace folder).",
"plantuml.configuration.fileExtensions": "Dateitypen für den Export. Besonders in den Arbeitsbereichseinstellungen können Sie eigene Erweiterungen hinzufügen, um Diagramme aus Quellcode-Dateien wie \".java\" zu exportieren.",
"plantuml.configuration.exportSubFolder": "Exportiert die Diagramme in einen Ordner mit demselben Namen wie die Hostdatei",
"plantuml.configuration.exportIncludeFolderHeirarchy": "Include folder heiracrchy between the root and the source diagram in the exported file path.",
"plantuml.configuration.exportConcurrency": "Anzahl von gleichzeitigen Exports bei mehreren Diagrammen.",
"plantuml.configuration.exportOutDir": "Exported workspace diagrams will be organized in this directory (relative path to workspace folder).",
"plantuml.configuration.previewAutoUpdate": "Automatisch das Vorschaufenster aktualisieren.",
"plantuml.configuration.previewSnapIndicators": "Decides if to display the snap indicators in the preview window.",
"plantuml.configuration.previewSwapMouseButtons": "Linke und rechte Maustaste für Zoom bzw. Verschieben des Bildinhaltes vertauschen.",
"plantuml.configuration.server": "Plantuml-Server zum Generieren von UML-Diagrammen 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. Lassen Sie es leer, dann können Sie das Format bei jeder URL-Erstellung auswählen.",
"plantuml.configuration.urlResult": "URL-Format. Einfache URL oder für den MarkDown Einsatz.",
"plantuml.configuration.render": "Wähle den Diagramm-Renderer für den Export und die Vorschau.\nLokal: Der traditionelle Weg bei dem die Diagramme lokal gerendert werden. Dafür benötigen Sie Java and GraphViz.\nPlantUMLServer: Rendert die Diagramme mit Hilfe eines Servers der über \"plantuml.server\" definiert wird. Es ist deutlich schneller, aber benötigt einen Server.\nLokal ist die Standardkonfiguration.",
"plantuml.configuration.commandArgs": "CommandArgs erlauben das Hinzufügen von Java-Befehlen, wie z.B. \"-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"
}