Update resource strings for 1.9.0 langpacks (#6144)

* Refresh loc resources

* Update loc strings
This commit is contained in:
Karl Burtram
2019-06-24 13:34:30 -07:00
committed by GitHub
parent cf85bb14f5
commit e3f26e8f12
1757 changed files with 41821 additions and 17438 deletions

View File

@@ -0,0 +1,18 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"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."
}

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 existiert nicht."
}

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": "Zellen können nicht ausgeführt werden, da kein Kernel konfiguriert wurde.",
"errorName": "Fehler"
}

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": "Die Datei weist kein gültiges Notebook-Format auf.",
"unknownCellType": "Unbekannter Zellentyp {0}",
"unrecognizedOutput": "Der Ausgabetyp {0} wurde nicht erkannt.",
"invalidMimeData": "Es wird erwartet, dass die Daten für {0} als Zeichenfolgen oder Array von Zeichenfolgen vorliegen.",
"unrecognizedOutputType": "Ausgabetyp {0} nicht erkannt"
}

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 obersten {0} Zeilen werden angezeigt."
}