mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update localization resource files (#14389)
This commit is contained in:
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"
|
||||
}
|
||||
Reference in New Issue
Block a user