Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/deu/extensions/markdown/out')
-rw-r--r--i18n/deu/extensions/markdown/out/features/preview.i18n.json11
-rw-r--r--i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json3
2 files changed, 12 insertions, 2 deletions
diff --git a/i18n/deu/extensions/markdown/out/features/preview.i18n.json b/i18n/deu/extensions/markdown/out/features/preview.i18n.json
new file mode 100644
index 00000000000..145213b7b2e
--- /dev/null
+++ b/i18n/deu/extensions/markdown/out/features/preview.i18n.json
@@ -0,0 +1,11 @@
+{
+ "": [
+ "--------------------------------------------------------------------------------------------",
+ "Copyright (c) Microsoft Corporation. All rights reserved.",
+ "Licensed under the MIT License. See License.txt in the project root for license information.",
+ "--------------------------------------------------------------------------------------------",
+ "Do not edit this file. It is machine generated."
+ ],
+ "lockedPreviewTitle": "[Vorschau] {0}",
+ "previewTitle": "Vorschau von {0}"
+} \ No newline at end of file
diff --git a/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json b/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json
index fc19d7aad95..1793456fe9d 100644
--- a/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json
+++ b/i18n/deu/extensions/markdown/out/features/previewContentProvider.i18n.json
@@ -8,6 +8,5 @@
],
"preview.securityMessage.text": "In diesem Dokument wurden einige Inhalte deaktiviert.",
"preview.securityMessage.title": "Potenziell unsichere Inhalte wurden in der Markdown-Vorschau deaktiviert. Ändern Sie die Sicherheitseinstellung der Markdown-Vorschau, um unsichere Inhalte zuzulassen oder Skripts zu aktivieren.",
- "preview.securityMessage.label": "Sicherheitswarnung – Inhalt deaktiviert",
- "previewTitle": "Vorschau von {0}"
+ "preview.securityMessage.label": "Sicherheitswarnung – Inhalt deaktiviert"
} \ No newline at end of file