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,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"
}

View 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}"
}

View 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}"
}

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."
],
"managePackages.dialogName": "Pakete verwalten",
"managePackages.cancelButtonText": "Schließen"
}