mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
8
i18n/deu/extensions/markdown/out/extension.i18n.json
Normal file
8
i18n/deu/extensions/markdown/out/extension.i18n.json
Normal file
@@ -0,0 +1,8 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"onPreviewStyleLoadError": "'markdown.styles' konnte nicht geladen werden: {0}"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"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"
|
||||
}
|
||||
15
i18n/deu/extensions/markdown/out/security.i18n.json
Normal file
15
i18n/deu/extensions/markdown/out/security.i18n.json
Normal file
@@ -0,0 +1,15 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "Nur sicheren Inhalt laden",
|
||||
"insecureContent.title": "Unsicheren Inhalt zulassen",
|
||||
"insecureContent.description": "Laden von Inhalten über HTTP aktivieren",
|
||||
"disable.title": "Deaktivieren",
|
||||
"disable.description": "Alle Inhalte und Skriptausführung zulassen. Nicht empfohlen.",
|
||||
"moreInfo.title": "Weitere Informationen",
|
||||
"preview.showPreviewSecuritySelector.title": "Sicherheitseinstellungen für die Markdown-Vorschau in diesem Arbeitsbereich auswählen"
|
||||
}
|
||||
Reference in New Issue
Block a user