-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.nls.da.json
31 lines (31 loc) · 3.21 KB
/
package.nls.da.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
{
"plantuml.exportCurrent.title": "Eksportér aktuelt diagram",
"plantuml.exportDocument.title": "Eksportér diagrammer i aktuel fil",
"plantuml.exportWorkspace.title": "Eksportér Workspace diagrammer",
"plantuml.preview.title": "Preview aktuelt diagram",
"plantuml.URLCurrent.title": "Generér URL for aktuelt diagram",
"plantuml.URLDocument.title": "Generér URL'er til diagrammer i aktuel fil",
"plantuml.extractSource.title": "Udtræk PlantUML diagramkilde fra billede",
"plantuml.configuration.configTitle": "PlantUML konfiguration",
"plantuml.configuration.exportFormat": "Eksporteringsformat. Lad være blankt for at vælge format hver gang.",
"plantuml.configuration.jar": "Alternativ sti til plantuml.jar. Lad være blankt for at bruge integreret jar.",
"plantuml.configuration.diagramsRoot": "Specificerer hvor alle diagramfiler skal placeres (relativt til Workspace-mappe).",
"plantuml.configuration.fileExtensions": "Understøttede filendelser. Især i Workspace-miljøer kan du tilføje egne endelser for at eksportere diagrammer i kildekode-filer som eksempelvis \".java\".",
"plantuml.configuration.exportSubFolder": "Eksportér diagrammer til en mappe som har samme navn som host-filen. ",
"plantuml.configuration.exportIncludeFolderHeirarchy": "Include folder heiracrchy between the root and the source diagram in the exported file path.",
"plantuml.configuration.exportConcurrency": "Tæller antal eksporteringer når der eksporteres flere diagrammer.",
"plantuml.configuration.exportOutDir": "Eksporterede Workspace-diagrammer vil blive placeret i denne mappe (relativt til Workspace-mappe).",
"plantuml.configuration.previewAutoUpdate": "Auto-opdatér preview-vindue.",
"plantuml.configuration.previewSnapIndicators": "Vis snap-indikatorer i preview-vindue.",
"plantuml.configuration.server": "PlantUML-server til at generere UML-diagrammer på farten. You may use official server https://www.plantuml.com/plantuml if you feel OK to share data with it.",
"plantuml.configuration.urlFormat": "URL format. Lad være blankt for at vælge format hver gang der laves et URL.",
"plantuml.configuration.urlResult": "URL resultattype. Et simpelt URL eller klar til Markdown brug.",
"plantuml.configuration.render": "Specificér type af diagramrendering til både eksport og preview.\nLokalt: Rendér diagrammer lokalt på tradionel vis. JAVA og GraphViz kræves opsat først.\nPlantUMLServer: Rendér diagrammer med server specificeret med \"plantuml.server\". Det er langt hurtigere, men kræves denne server.\nLokalt er den standard konfiguration.",
"plantuml.configuration.commandArgs": "Tillader argumenter til java-kommando, som for eksempel \"-DPLANTUML_LIMIT_SIZE=8192\".",
"plantuml.configuration.jarArgs": "Tillader argumenter til plantuml.jar, for eksempel \"-config plantuml.config\".",
"plantuml.configuration.exportMapFile": "Bestemmer eksportering af billede-map (.cmapx) fil.",
"plantuml.configuration.java": "Sti til eksekverbar Java-program.",
"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"
}