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

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/D",
"managePackages.packageNotFound": "Non è stato possibile trovare il pacchetto specificato",
"managePackages.searchBarPlaceholder": "Cerca nei pacchetti di {0}",
"managePackages.addNewTabTitle": "Aggiungi nuovo",
"managePackages.searchButtonLabel": "Cerca",
"managePackages.installButtonText": "Installa",
"managePackages.packageNameTitle": "Nome del pacchetto",
"managePackages.packageVersionTitle": "Versione del pacchetto",
"managePackages.packageSummaryTitle": "Riepilogo del pacchetto",
"managePackages.noVersionsFound": "Non è stato possibile trovare alcuna versione valida per il pacchetto specificato",
"managePackages.packageRequestError": "La richiesta di informazioni sul pacchetto non è riuscita. Errore: {0} {1}",
"managePackages.backgroundInstallStarted": "Installazione di {0} {1}",
"managePackages.backgroundInstallComplete": "Installazione completata per {0} {1}",
"managePackages.backgroundInstallFailed": "Non è stato possibile installare {0} {1}. Errore: {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": "Installato",
"managePackages.pkgNameColumn": "Nome",
"managePackages.newPkgVersionColumn": "Versione",
"managePackages.uninstallButtonText": "Disinstalla i pacchetti selezionati",
"managePackages.packageType": "Tipo di pacchetto",
"managePackages.packageCount": "{0} {1} pacchetti trovati",
"managePackages.confirmUninstall": "Disinstallare i pacchetti specificati?",
"managePackages.backgroundUninstallStarted": "Disinstallazione di {0}",
"managePackages.backgroundUninstallComplete": "Disinstallazione completata per {0}",
"managePackages.backgroundUninstallFailed": "Non è stato possibile disinstallare {0}. Errore: {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": "Gestisci pacchetti",
"managePackages.cancelButtonText": "Chiudi"
}