mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 11:03:18 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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."
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user