mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
22 lines
1.4 KiB
JSON
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": "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"
|
|
} |