mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
update localization resource files (#14389)
This commit is contained in:
12
i18n/deu/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"missingFileError": "Fehlende Datei: {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Fehler: \"{0}\" weist eine falsche Datei \"toc.yml\" auf."
|
||||
}
|
||||
12
i18n/deu/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"openNotebookCommand": "Notebook öffnen",
|
||||
"openMarkdownCommand": "Markdown öffnen",
|
||||
"openExternalLinkCommand": "Externen Link öffnen"
|
||||
}
|
||||
17
i18n/deu/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/deu/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openBookError": "Fehler beim Öffnen von Book \"{0}\": {1}",
|
||||
"openNotebookError": "Fehler beim Öffnen des Notebooks \"{0}\": {1}",
|
||||
"openMarkdownError": "Fehler beim Öffnen von Markdown \"{0}\": {1}",
|
||||
"openUntitledNotebookError": "Fehler beim Öffnen des Notebooks \"{0}\" ohne Titel: {1}",
|
||||
"allFiles": "Alle Dateien",
|
||||
"labelPickFolder": "Ordner auswählen",
|
||||
"openExternalLinkError": "Fehler beim Öffnen von Link {0}: {1}",
|
||||
"confirmReplace": "Der Ordner ist bereits vorhanden. Möchten Sie diesen Ordner löschen und ersetzen?"
|
||||
}
|
||||
12
i18n/deu/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"msgYes": "Ja",
|
||||
"msgNo": "Nein",
|
||||
"msgSampleCodeDataFrame": "Dieser Beispielcode lädt die Datei in einen Datenrahmen und zeigt die ersten 10 Ergebnisse an."
|
||||
}
|
||||
11
i18n/deu/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/deu/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"mkdirOutputMsg": "... \"{0}\" wird erstellt",
|
||||
"executeCommandProcessExited": "Der Prozess wurde mit Code {0} beendet."
|
||||
}
|
||||
22
i18n/deu/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/deu/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"configurePython.dialogName": "Python für Notebooks konfigurieren",
|
||||
"configurePython.okButtonText": "Installieren",
|
||||
"configurePython.cancelButtonText": "Abbrechen",
|
||||
"configurePython.browseButtonText": "Durchsuchen",
|
||||
"configurePython.locationTextBoxText": "Python-Installationsspeicherort",
|
||||
"configurePython.selectFileLabel": "Auswählen",
|
||||
"configurePython.installNote": "Diese Installation wird einige Zeit in Anspruch nehmen. Es wird empfohlen, die Anwendung erst zu schließen, wenn die Installation abgeschlossen ist.",
|
||||
"configurePython.invalidLocationMsg": "Der angegebene Installationsspeicherort ist ungültig.",
|
||||
"configurePython.pythonNotFoundMsg": "Am angegebenen Speicherort wurde keine Python-Installation gefunden.",
|
||||
"configurePython.pythonInstallDeclined": "Die Python-Installation wurde abgelehnt.",
|
||||
"configurePython.installationType": "Installationstyp",
|
||||
"configurePython.newInstall": "Neue Python-Installation",
|
||||
"configurePython.existingInstall": "Vorhandene Python-Installation verwenden"
|
||||
}
|
||||
23
i18n/deu/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/deu/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.invalidTextPlaceholder": "N/V",
|
||||
"managePackages.packageNotFound": "Das angegebene Paket wurde nicht gefunden.",
|
||||
"managePackages.searchBarPlaceholder": "{0} Pakete durchsuchen",
|
||||
"managePackages.addNewTabTitle": "Neu hinzufügen",
|
||||
"managePackages.searchButtonLabel": "Suchen",
|
||||
"managePackages.installButtonText": "Installieren",
|
||||
"managePackages.packageNameTitle": "Paketname",
|
||||
"managePackages.packageVersionTitle": "Paketversion",
|
||||
"managePackages.packageSummaryTitle": "Paketzusammenfassung",
|
||||
"managePackages.noVersionsFound": "Für das angegebene Paket wurden keine gültigen Versionen gefunden.",
|
||||
"managePackages.packageRequestError": "Fehler beim Anfordern von Paketinformationen: {0} {1}",
|
||||
"managePackages.backgroundInstallStarted": "{0} {1} wird installiert.",
|
||||
"managePackages.backgroundInstallComplete": "Die Installation für {0} {1} wurde abgeschlossen.",
|
||||
"managePackages.backgroundInstallFailed": "Fehler beim Installieren von {0} {1}. Fehler: {2}"
|
||||
}
|
||||
19
i18n/deu/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/deu/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"managePackages.installedTabTitle": "Installiert",
|
||||
"managePackages.pkgNameColumn": "Name",
|
||||
"managePackages.newPkgVersionColumn": "Version",
|
||||
"managePackages.uninstallButtonText": "Ausgewählte Pakete deinstallieren",
|
||||
"managePackages.packageType": "Pakettyp",
|
||||
"managePackages.packageCount": "{0} {1}-Pakete gefunden",
|
||||
"managePackages.confirmUninstall": "Möchten Sie die angegebenen Pakete deinstallieren?",
|
||||
"managePackages.backgroundUninstallStarted": "\"{0}\" wird deinstalliert.",
|
||||
"managePackages.backgroundUninstallComplete": "Die Deinstallation für \"{0}\" wurde abgeschlossen.",
|
||||
"managePackages.backgroundUninstallFailed": "Fehler beim Deinstallieren von \"{0}\". Fehler: {1}"
|
||||
}
|
||||
11
i18n/deu/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/deu/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"managePackages.dialogName": "Pakete verwalten",
|
||||
"managePackages.cancelButtonText": "Schließen"
|
||||
}
|
||||
15
i18n/deu/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/deu/extensions/notebook/dist/extension.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Dieser Beispielcode lädt die Datei in einen Datenrahmen und zeigt die ersten 10 Ergebnisse an.",
|
||||
"noNotebookVisible": "Es ist kein Notebook-Editor aktiv.",
|
||||
"codeCellName": "Code",
|
||||
"textCellName": "Text",
|
||||
"selectCellType": "Welche Art von Zelle möchten Sie hinzufügen?",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
12
i18n/deu/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/deu/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Es werden nur IPYNB-Notebooks unterstützt.",
|
||||
"confirmReinstall": "Möchten Sie eine Neuinstallation durchführen?"
|
||||
}
|
||||
10
i18n/deu/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/deu/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errNotebookUriMissing": "Ein Notebook-Pfad ist erforderlich."
|
||||
}
|
||||
28
i18n/deu/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/deu/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgInstallPkgProgress": "Notebook-Abhängigkeiten werden installiert.",
|
||||
"msgPythonDownloadComplete": "Der Python-Download ist abgeschlossen.",
|
||||
"msgPythonDownloadError": "Fehler beim Herunterladen des Python-Setups.",
|
||||
"msgPythonDownloadPending": "Das Python-Paket wird heruntergeladen.",
|
||||
"msgPythonUnpackPending": "Python-Paket entpacken",
|
||||
"msgPythonDirectoryError": "Fehler beim Erstellen des Python-Installationsverzeichnisses.",
|
||||
"msgPythonUnpackError": "Fehler beim Entpacken des Python-Pakets.",
|
||||
"msgTaskName": "Notebook-Abhängigkeiten werden installiert.",
|
||||
"msgInstallPkgStart": "Notebook-Abhängigkeiten werden installiert. Weitere Informationen finden Sie in der Aufgabenansicht.",
|
||||
"msgInstallPkgFinish": "Die Installation von Notebook-Abhängigkeiten ist abgeschlossen.",
|
||||
"msgPythonRunningError": "Eine vorhandene Python-Installation kann nicht überschrieben werden, während Python ausgeführt wird. Schließen Sie alle aktiven Notebooks, bevor Sie fortfahren.",
|
||||
"msgSkipPythonInstall": "Python ist an diesem Speicherort bereits vorhanden. Die Installation wird übersprungen.",
|
||||
"msgWaitingForInstall": "Aktuell wird eine weitere Python-Installation ausgeführt. Es wird auf den Abschluss des Vorgangs gewartet.",
|
||||
"msgDependenciesInstallationFailed": "Fehler beim Installieren von Notebook-Abhängigkeiten: {0}",
|
||||
"msgDownloadPython": "Lokales Python für die Plattform \"{0}\" wird nach \"{1}\" heruntergeladen.",
|
||||
"confirmPackageUpgrade": "Einige installierte Python-Pakete müssen aktualisiert werden. Möchten Sie sie jetzt aktualisieren?",
|
||||
"upgradePackages.pipInstall": "\"{0}\" wird installiert.",
|
||||
"msgInstallStart": "Zum Ausführen von Notebooks erforderliche Pakete werden installiert...",
|
||||
"msgJupyterInstallDone": "... Jupyter-Installation abgeschlossen."
|
||||
}
|
||||
10
i18n/deu/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/deu/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"shutdownError": "Fehler beim Herunterfahren des Notebook-Servers: {0}"
|
||||
}
|
||||
11
i18n/deu/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/deu/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"errorStartBeforeReady": "Eine Sitzung kann nicht gestartet werden, der Manager wurde noch nicht initialisiert.",
|
||||
"connectionNotValid": "Für Spark-Kernel ist eine Verbindung mit einer Masterinstanz eines SQL Server-Big Data-Clusters erforderlich."
|
||||
}
|
||||
14
i18n/deu/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/deu/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serverStopError": "Fehler beim Beenden des Notebook-Servers: {0}",
|
||||
"notebookStartProcessExitPremature": "Der Notebook-Prozess wurde vorzeitig beendet. Fehler: {0}, StdErr-Ausgabe: {1}",
|
||||
"jupyterError": "Von Jupyter gesendeter Fehler: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter wird in \"{0}\" ausgeführt.",
|
||||
"jupyterOutputMsgStart": "... Der Notebook-Server wird gestartet."
|
||||
}
|
||||
14
i18n/deu/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/deu/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebook.unsupportedAction": "Die Aktion \"{0}\" wird für diesen Handler nicht unterstützt.",
|
||||
"unsupportedScheme": "Der Link \"{0}\" kann nicht geöffnet werden, weil nur HTTP- und HTTPS-Links unterstützt werden.",
|
||||
"notebook.confirmOpen": "\"{0}\" herunterladen und öffnen?",
|
||||
"notebook.fileNotFound": "Die angegebene Datei wurde nicht gefunden.",
|
||||
"notebook.fileDownloadError": "Fehler bei der Anforderung zum Öffnen der Datei: {0} {1}"
|
||||
}
|
||||
Reference in New Issue
Block a user