Archived
update localization resource files (#14389)
This commit is contained in:
@@ -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?"
|
||||
}
|
||||
@@ -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
@@ -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."
|
||||
}
|
||||
@@ -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}"
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user