SQL Operations Studio Public Preview 1 (0.23) release source code

This commit is contained in:
Karl Burtram
2017-11-09 14:30:27 -08:00
parent b88ecb8d93
commit 3cdac41339
8829 changed files with 759707 additions and 286 deletions

View 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.
{
"titleLabel": "{0} ({1})"
}

View 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)"
}

View 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.
{
"defaultLabel": "Eingabe"
}

View 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.
{
"caseDescription": "Groß-/Kleinschreibung beachten",
"wordsDescription": "Nur ganzes Wort suchen",
"regexDescription": "Regulären Ausdruck verwenden"
}

View 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}"
}

View 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.
{
"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"
}

View 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.
{
"more": "Weitere Informationen"
}

View 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)"
}

View 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."
}

View 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."
}

View 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"
}

View 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."
}

View 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"
}

View 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."
}

View 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."
}

View File

@@ -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"
}

View File

@@ -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"
}

View 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.
{
"collapse": "Zuklappen"
}