update localization resource files (#14389)

This commit is contained in:
Alex Ma
2021-02-22 19:42:55 -08:00
committed by GitHub
parent d21ee4dc9e
commit 9148aa1ed5
3162 changed files with 45130 additions and 1848 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"notebookUriNotDefined": "Bei der Erstellung eines Notebook-Managers wurde kein URI übergeben.",
"notebookServiceNoProvider": "Der Notebook-Anbieter ist nicht vorhanden."
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"noKernel": "Kein Kernel",
"runNotebookDisabled": "Die Zellen können nicht ausgeführt werden, weil kein Kernel konfiguriert wurde.",
"errorName": "Fehler"
}

View File

@@ -0,0 +1,12 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"sqlKernelError": "SQL-Kernelfehler",
"connectionRequired": "Sie müssen eine Verbindung auswählen, um Notebook-Zellen auszuführen.",
"sqlMaxRowsDisplayed": "Die ersten {0} Zeilen werden angezeigt."
}

View File

@@ -0,0 +1,15 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"nbformatNotRecognized": "nbformat v{0}.{1} nicht erkannt.",
"nbNotSupported": "Diese Datei weist kein gültiges Notebook-Format auf.",
"unknownCellType": "Unbekannter Zellentyp \"{0}\".",
"unrecognizedOutput": "Der Ausgabetyp \"{0}\" wurde nicht erkannt.",
"invalidMimeData": "Als Daten für \"{0}\" wird eine Zeichenfolge oder ein Array aus Zeichenfolgen erwartet.",
"unrecognizedOutputType": "Der Ausgabetyp \"{0}\" wurde nicht erkannt."
}

View File

@@ -7,12 +7,12 @@
"Do not edit this file. It is machine generated."
],
"carbon.extension.contributes.notebook.provider": "Bezeichner des Notebook-Anbieters.",
"carbon.extension.contributes.notebook.fileExtensions": "Zu registrierende Erweiterungen für diesen Notebook-Anbieter",
"carbon.extension.contributes.notebook.standardKernels": "Standardkernels für diesen Notebook-Anbieter",
"vscode.extension.contributes.notebook.providers": "Trägt Notebook-Anbieter bei.",
"carbon.extension.contributes.notebook.magic": "Name der Zellen-Magic, z.B. \"%%sql\".",
"carbon.extension.contributes.notebook.language": "Die Zellensprache, die verwendet werden soll, wenn diese Zellen-Magic in der Zelle enthalten ist.",
"carbon.extension.contributes.notebook.executionTarget": "Optionales Ausführungsziel, das vom Magic-Befehl angegeben wird, z.B. Spark oder SQL",
"carbon.extension.contributes.notebook.kernels": "Optionale betroffene Kernels, z.B. python3, pyspark3, sql",
"vscode.extension.contributes.notebook.languagemagics": "Trägt die Notebook-Sprache bei."
"carbon.extension.contributes.notebook.fileExtensions": "Gibt an, welche Dateierweiterungen für diesen Notebook-Anbieter registriert werden sollen.",
"carbon.extension.contributes.notebook.standardKernels": "Gibt an, welche Kernel für diesen Notebook-Anbieter als Standard festgelegt werden sollen.",
"vscode.extension.contributes.notebook.providers": "Stellt Notebook-Anbieter zur Verfügung.",
"carbon.extension.contributes.notebook.magic": "Name des Magic-Befehls für die Zelle, z. B. \"%%sql\".",
"carbon.extension.contributes.notebook.language": "Die zu verwendende Zellensprache, wenn dieser Zellen-Magic-Befehl in der Zelle enthalten ist.",
"carbon.extension.contributes.notebook.executionTarget": "Optionales Ausführungsziel, das von diesem Magic-Befehl angegeben wird, z. B. Spark oder SQL",
"carbon.extension.contributes.notebook.kernels": "Optionaler Kernelsatz, auf den dies zutrifft, z. B. python3, pyspark, sql",
"vscode.extension.contributes.notebook.languagemagics": "Stellt die Notebook-Sprache zur Verfügung."
}