mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 14:20:30 -04:00
SQL Operations Studio Public Preview 1 (0.23) release source code
This commit is contained in:
@@ -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.
|
||||
{
|
||||
"titleLabel": "{0} ({1})"
|
||||
}
|
||||
8
i18n/deu/src/vs/base/browser/ui/aria/aria.i18n.json
Normal file
8
i18n/deu/src/vs/base/browser/ui/aria/aria.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.
|
||||
{
|
||||
"repeated": "{0} (erneut aufgetreten)"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"defaultLabel": "Eingabe"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"caseDescription": "Groß-/Kleinschreibung beachten",
|
||||
"wordsDescription": "Nur ganzes Wort suchen",
|
||||
"regexDescription": "Regulären Ausdruck verwenden"
|
||||
}
|
||||
10
i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
10
i18n/deu/src/vs/base/browser/ui/inputbox/inputBox.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"alertErrorMessage": "Fehler: {0}",
|
||||
"alertWarningMessage": "Warnung: {0}",
|
||||
"alertInfoMessage": "Info: {0}"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"imgMeta": "{0}x{1} {2}",
|
||||
"largeImageError": "Das Bild ist zu groß für den Editor. ",
|
||||
"resourceOpenExternalButton": "Bild mit externem Programm öffnen?",
|
||||
"nativeBinaryError": "Die Datei wird nicht im Editor angezeigt, weil sie binär oder sehr groß ist oder eine nicht unterstützte Textcodierung verwendet.",
|
||||
"sizeB": "{0} B",
|
||||
"sizeKB": "{0} KB",
|
||||
"sizeMB": "{0} MB",
|
||||
"sizeGB": "{0} GB",
|
||||
"sizeTB": "{0} TB"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"more": "Weitere Informationen"
|
||||
}
|
||||
18
i18n/deu/src/vs/base/common/errorMessage.i18n.json
Normal file
18
i18n/deu/src/vs/base/common/errorMessage.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"message": "{0}. Fehlercode: {1}",
|
||||
"error.permission.verbose": "Berechtigung verweigert (HTTP {0})",
|
||||
"error.permission": "Berechtigung verweigert",
|
||||
"error.http.verbose": "{0} (HTTP {1}: {2})",
|
||||
"error.http": "{0} (HTTP {1})",
|
||||
"error.connection.unknown.verbose": "Unbekannter Verbindungsfehler ({0})",
|
||||
"error.connection.unknown": "Es ist ein unbekannter Verbindungsfehler aufgetreten. Entweder besteht keine Internetverbindung mehr, oder der verbundene Server ist offline.",
|
||||
"stackTrace.format": "{0}: {1}",
|
||||
"error.defaultMessage": "Ein unbekannter Fehler ist aufgetreten. Weitere Details dazu finden Sie im Protokoll.",
|
||||
"nodeExceptionMessage": "Systemfehler ({0})",
|
||||
"error.moreErrors": "{0} ({1} Fehler gesamt)"
|
||||
}
|
||||
16
i18n/deu/src/vs/base/common/json.i18n.json
Normal file
16
i18n/deu/src/vs/base/common/json.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"error.invalidSymbol": "Ungültiges Symbol",
|
||||
"error.invalidNumberFormat": "Ungültiges Zahlenformat.",
|
||||
"error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.",
|
||||
"error.valueExpected": "Ein Wert wurde erwartet.",
|
||||
"error.colonExpected": "Ein Doppelpunkt wurde erwartet.",
|
||||
"error.commaExpected": "Ein Komma wurde erwartet.",
|
||||
"error.closeBraceExpected": "Eine schließende geschweifte Klammer wurde erwartet.",
|
||||
"error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.",
|
||||
"error.endOfFileExpected": "Das Dateiende wurde erwartet."
|
||||
}
|
||||
16
i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
16
i18n/deu/src/vs/base/common/jsonErrorMessages.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"error.invalidSymbol": "Ungültiges Symbol",
|
||||
"error.invalidNumberFormat": "Ungültiges Zahlenformat.",
|
||||
"error.propertyNameExpected": "Ein Eigenschaftenname wurde erwartet.",
|
||||
"error.valueExpected": "Ein Wert wurde erwartet.",
|
||||
"error.colonExpected": "Ein Doppelpunkt wurde erwartet.",
|
||||
"error.commaExpected": "Ein Komma wurde erwartet.",
|
||||
"error.closeBraceExpected": "Eine schließende geschweifte Klammer wurde erwartet.",
|
||||
"error.closeBracketExpected": "Eine schließende Klammer wurde erwartet.",
|
||||
"error.endOfFileExpected": "Das Dateiende wurde erwartet."
|
||||
}
|
||||
16
i18n/deu/src/vs/base/common/keybindingLabels.i18n.json
Normal file
16
i18n/deu/src/vs/base/common/keybindingLabels.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ctrlKey": "STRG",
|
||||
"shiftKey": "UMSCHALTTASTE",
|
||||
"altKey": "ALT",
|
||||
"windowsKey": "Windows",
|
||||
"ctrlKey.long": "STRG",
|
||||
"shiftKey.long": "UMSCHALTTASTE",
|
||||
"altKey.long": "ALT",
|
||||
"cmdKey.long": "Befehlstaste",
|
||||
"windowsKey.long": "Windows"
|
||||
}
|
||||
11
i18n/deu/src/vs/base/common/processes.i18n.json
Normal file
11
i18n/deu/src/vs/base/common/processes.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"ExecutableParser.commandMissing": "Fehler: Die Informationen zur ausführbaren Datei müssen einen Befehl vom Typ \"string\" definieren.",
|
||||
"ExecutableParser.isShellCommand": "Warnung: \"isShellCommand\" muss vom Typ \"boolean\" sein. Der Wert {0} wird ignoriert.",
|
||||
"ExecutableParser.args": "Warnung: \"args\" muss vom Typ \"string[]\" sein. Der Wert {0} wird ignoriert.",
|
||||
"ExecutableParser.invalidCWD": "Warnung: \"options.cwd\" muss vom Typ \"string\" sein. Der Wert {0} wird ignoriert."
|
||||
}
|
||||
10
i18n/deu/src/vs/base/common/severity.i18n.json
Normal file
10
i18n/deu/src/vs/base/common/severity.i18n.json
Normal file
@@ -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.
|
||||
{
|
||||
"sev.error": "Fehler",
|
||||
"sev.warning": "Warnung",
|
||||
"sev.info": "Info"
|
||||
}
|
||||
8
i18n/deu/src/vs/base/node/processes.i18n.json
Normal file
8
i18n/deu/src/vs/base/node/processes.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.
|
||||
{
|
||||
"TaskRunner.UNC": "Ein Shell-Befehl kann nicht auf einem UNC-Laufwerk ausgeführt werden."
|
||||
}
|
||||
8
i18n/deu/src/vs/base/node/zip.i18n.json
Normal file
8
i18n/deu/src/vs/base/node/zip.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.
|
||||
{
|
||||
"notFound": "{0} wurde im ZIP nicht gefunden."
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"quickOpenAriaLabelEntry": "{0}, Auswahl",
|
||||
"quickOpenAriaLabel": "Auswahl"
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* 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.
|
||||
{
|
||||
"quickOpenAriaLabel": "Schnellauswahl. Nehmen Sie eine Eingabe vor, um die Ergebnisse einzugrenzen.",
|
||||
"treeAriaLabel": "Schnellauswahl"
|
||||
}
|
||||
@@ -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.
|
||||
{
|
||||
"collapse": "Zuklappen"
|
||||
}
|
||||
Reference in New Issue
Block a user