mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
update localization resource files (#14389)
This commit is contained in:
22
i18n/ita/extensions/notebook/dist/dialog/configurePythonDialog.i18n.json
vendored
Normal file
22
i18n/ita/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": "Configura Python per Notebooks",
|
||||
"configurePython.okButtonText": "Installa",
|
||||
"configurePython.cancelButtonText": "Annulla",
|
||||
"configurePython.browseButtonText": "Sfoglia",
|
||||
"configurePython.locationTextBoxText": "Percorso di installazione di Python",
|
||||
"configurePython.selectFileLabel": "Seleziona",
|
||||
"configurePython.installNote": "Questa installazione richiede tempo. Non chiudere l'applicazione fino al completamento dell'installazione.",
|
||||
"configurePython.invalidLocationMsg": "Il percorso di installazione specificato non è valido.",
|
||||
"configurePython.pythonNotFoundMsg": "Non è stata trovata alcuna installazione di Python nel percorso specificato.",
|
||||
"configurePython.pythonInstallDeclined": "L'installazione di Python è stata rifiutata.",
|
||||
"configurePython.installationType": "Tipo di installazione",
|
||||
"configurePython.newInstall": "Nuova installazione di Python",
|
||||
"configurePython.existingInstall": "Usa l'installazione esistente di Python"
|
||||
}
|
||||
Reference in New Issue
Block a user