Files
azuredatastudio/i18n/deu/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
2021-02-22 19:42:55 -08:00

22 lines
1.4 KiB
JSON

{
"": [
"--------------------------------------------------------------------------------------------",
"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"
}