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:
12
i18n/ita/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
12
i18n/ita/extensions/notebook/dist/book/bookModel.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"missingFileError": "File mancante : {0}",
|
||||
"InvalidError.tocFile": "{0}",
|
||||
"Invalid toc.yml": "Errore: {0} include un file toc.yml non corretto"
|
||||
}
|
||||
12
i18n/ita/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
12
i18n/ita/extensions/notebook/dist/book/bookTreeItem.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openNotebookCommand": "Apri notebook",
|
||||
"openMarkdownCommand": "Apri markdown",
|
||||
"openExternalLinkCommand": "Apri collegamento esterno"
|
||||
}
|
||||
17
i18n/ita/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
17
i18n/ita/extensions/notebook/dist/book/bookTreeView.i18n.json
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"openBookError": "L'apertura del book {0} non è riuscita: {1}",
|
||||
"openNotebookError": "L'apertura del notebook {0} non è riuscita: {1}",
|
||||
"openMarkdownError": "L'apertura del markdown {0} non è riuscita: {1}",
|
||||
"openUntitledNotebookError": "L'apertura del notebook senza titolo {0} come senza titolo non è riuscita: {1}",
|
||||
"allFiles": "Tutti i file",
|
||||
"labelPickFolder": "Seleziona cartella",
|
||||
"openExternalLinkError": "L'apertura del collegamento {0} non è riuscita: {1}",
|
||||
"confirmReplace": "La cartella esiste già. Eliminarla e sostituirla?"
|
||||
}
|
||||
12
i18n/ita/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
12
i18n/ita/extensions/notebook/dist/common/localizedConstants.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgYes": "Sì",
|
||||
"msgNo": "No",
|
||||
"msgSampleCodeDataFrame": "Questo codice di esempio consente di caricare il file in un frame di dati e visualizzare i primi 10 risultati."
|
||||
}
|
||||
11
i18n/ita/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal file
11
i18n/ita/extensions/notebook/dist/common/utils.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"mkdirOutputMsg": "... Creazione di {0}",
|
||||
"executeCommandProcessExited": "Processo terminato con codice {0}"
|
||||
}
|
||||
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"
|
||||
}
|
||||
23
i18n/ita/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal file
23
i18n/ita/extensions/notebook/dist/dialog/managePackages/addNewPackageTab.i18n.json
vendored
Normal 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}"
|
||||
}
|
||||
19
i18n/ita/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal file
19
i18n/ita/extensions/notebook/dist/dialog/managePackages/installedPackagesTab.i18n.json
vendored
Normal 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}."
|
||||
}
|
||||
11
i18n/ita/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal file
11
i18n/ita/extensions/notebook/dist/dialog/managePackages/managePackagesDialog.i18n.json
vendored
Normal 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"
|
||||
}
|
||||
15
i18n/ita/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
15
i18n/ita/extensions/notebook/dist/extension.i18n.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgSampleCodeDataFrame": "Questo codice di esempio consente di caricare il file in un frame di dati e visualizzare i primi 10 risultati.",
|
||||
"noNotebookVisible": "Non ci sono editor di notebook attivi",
|
||||
"codeCellName": "Codice",
|
||||
"textCellName": "Testo",
|
||||
"selectCellType": "Indicare il tipo di cella da aggiungere:",
|
||||
"notebookFiles": "Notebooks"
|
||||
}
|
||||
12
i18n/ita/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
12
i18n/ita/extensions/notebook/dist/jupyter/jupyterController.i18n.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebookFileType": "Notebooks",
|
||||
"unsupportedFileType": "Sono supportati solo notebook con estensione ipynb",
|
||||
"confirmReinstall": "Reinstallare?"
|
||||
}
|
||||
10
i18n/ita/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
10
i18n/ita/extensions/notebook/dist/jupyter/jupyterNotebookProvider.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"errNotebookUriMissing": "È necessario specificare un percorso di notebook"
|
||||
}
|
||||
28
i18n/ita/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
28
i18n/ita/extensions/notebook/dist/jupyter/jupyterServerInstallation.i18n.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"msgInstallPkgProgress": "L'installazione delle dipendenze di Notebook è in corso",
|
||||
"msgPythonDownloadComplete": "Il download di Python è stato completato",
|
||||
"msgPythonDownloadError": "Si è verificato un errore durante il download della configurazione di Python",
|
||||
"msgPythonDownloadPending": "Download del pacchetto Python",
|
||||
"msgPythonUnpackPending": "Decompressione del pacchetto Python",
|
||||
"msgPythonDirectoryError": "Si è verificato un errore durante la creazione della directory di installazione di Python",
|
||||
"msgPythonUnpackError": "Si è verificato un errore durante la decompressione del bundle di Python",
|
||||
"msgTaskName": "Installazione delle dipendenze di Notebook",
|
||||
"msgInstallPkgStart": "Installazione delle dipendenze di Notebook. Per altre informazioni, vedere la visualizzazione attività",
|
||||
"msgInstallPkgFinish": "L'installazione delle dipendenze di Notebook è stata completata",
|
||||
"msgPythonRunningError": "Non è possibile sovrascrivere un'installazione esistente di Python mentre Python è in esecuzione. Chiudere gli eventuali notebook attivi prima di procedere.",
|
||||
"msgSkipPythonInstall": "Python esiste già nel percorso specificato. L'installazione verrà ignorata.",
|
||||
"msgWaitingForInstall": "È già in corso un'altra installazione di Python. Attendere che venga completata.",
|
||||
"msgDependenciesInstallationFailed": "L'installazione delle dipendenze di Notebook non è riuscita. Errore: {0}",
|
||||
"msgDownloadPython": "Download della versione locale di Python per la piattaforma {0} in {1}",
|
||||
"confirmPackageUpgrade": "Alcuni pacchetti Python installati devono essere aggiornati. Aggiornarli ora?",
|
||||
"upgradePackages.pipInstall": "Installazione di {0}",
|
||||
"msgInstallStart": "Installazione dei pacchetti obbligatori per l'esecuzione di Notebooks...",
|
||||
"msgJupyterInstallDone": "... Installazione di Jupyter completata."
|
||||
}
|
||||
10
i18n/ita/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
10
i18n/ita/extensions/notebook/dist/jupyter/jupyterServerManager.i18n.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"shutdownError": "L'arresto del server di Notebook non è riuscito: {0}"
|
||||
}
|
||||
11
i18n/ita/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal file
11
i18n/ita/extensions/notebook/dist/jupyter/jupyterSessionManager.i18n.json
vendored
Normal 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."
|
||||
],
|
||||
"errorStartBeforeReady": "Non è possibile avviare una sessione. Il gestore non è ancora inizializzato",
|
||||
"connectionNotValid": "Con i kernel Spark è richiesta una connessione a un'istanza master del cluster Big Data di SQL Server."
|
||||
}
|
||||
14
i18n/ita/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
14
i18n/ita/extensions/notebook/dist/jupyter/serverInstance.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"serverStopError": "Si è verificato un errore durante l'arresto del server di Notebook: {0}",
|
||||
"notebookStartProcessExitPremature": "Il processo di Notebook è stato chiuso prematuramente. Errore: {0}. Output di STDERR: {1}",
|
||||
"jupyterError": "Errore restituito da Jupyter: {0}",
|
||||
"jupyterOutputMsgStartSuccessful": "... Jupyter è in esecuzione alla posizione {0}",
|
||||
"jupyterOutputMsgStart": "... Avvio del server di Notebook"
|
||||
}
|
||||
14
i18n/ita/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
14
i18n/ita/extensions/notebook/dist/protocol/notebookUriHandler.i18n.json
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"notebook.unsupportedAction": "L'azione {0} non è supportata per questo gestore",
|
||||
"unsupportedScheme": "Non è possibile aprire il collegamento {0} perché sono supportati solo i collegamenti HTTP e HTTPS",
|
||||
"notebook.confirmOpen": "Scaricare e aprire '{0}'?",
|
||||
"notebook.fileNotFound": "Non è stato possibile trovare il file specificato",
|
||||
"notebook.fileDownloadError": "La richiesta di apertura file non è riuscita. Errore: {0} {1}"
|
||||
}
|
||||
@@ -8,18 +8,19 @@
|
||||
],
|
||||
"displayName": "Estensioni principali di Notebook",
|
||||
"description": "Consente di definire il contributo di Notebook basato sul protocollo dati e numerosi comandi e contributi di Notebook.",
|
||||
"notebook.configuration.title": "Configurazione notebook",
|
||||
"notebook.configuration.title": "Configurazione di Notebook",
|
||||
"notebook.pythonPath.description": "Percorso locale dell'installazione di Python usata da Notebooks.",
|
||||
"notebook.useExistingPython.description": "Percorso locale di un'installazione preesistente di Python usata da Notebooks.",
|
||||
"notebook.overrideEditorTheming.description": "Esegue l'override delle impostazioni predefinite dell'editor di Notebook. Le impostazioni includono il colore di sfondo, il colore della riga corrente e il bordo",
|
||||
"notebook.maxTableRows.description": "Numero massimo di righe restituite per tabella nell'editor di Notebook",
|
||||
"notebook.maxBookSearchDepth.description": "Profondità massima delle sottodirectory per la ricerca di book (immettere 0 per la profondità infinita)",
|
||||
"notebook.command.new": "Nuovo notebook",
|
||||
"notebook.command.open": "Apri notebook",
|
||||
"notebook.analyzeJupyterNotebook": "Analizza in Notebook",
|
||||
"notebook.command.runactivecell": "Esegui cella",
|
||||
"notebook.command.clearactivecellresult": "Cancella risultato della cella",
|
||||
"notebook.command.runallcells": "Esegui celle",
|
||||
"notebook.command.addcode": "Aggiungi cella codice",
|
||||
"notebook.command.addcode": "Aggiungi cella di codice",
|
||||
"notebook.command.addtext": "Aggiungi cella di testo",
|
||||
"notebook.command.addcell": "Aggiungi cella",
|
||||
"title.analyzeJupyterNotebook": "Analizza in Notebook",
|
||||
@@ -32,5 +33,11 @@
|
||||
"config.jupyter.kernelConfigValuesDescription": "Opzioni di configurazione per i kernel Jupyter. Sono gestite automaticamente ed è consigliabile non modificarle manualmente.",
|
||||
"title.reinstallNotebookDependencies": "Reinstalla dipendenze di Notebook",
|
||||
"title.configurePython": "Configura Python per Notebooks",
|
||||
"title.managePackages": "Gestisci pacchetti"
|
||||
"title.managePackages": "Gestisci pacchetti",
|
||||
"title.SQL19PreviewBook": "Guida di SQL Server 2019",
|
||||
"books-preview-category": "Book di Jupyter",
|
||||
"title.saveJupyterBook": "Salva book",
|
||||
"title.searchJupyterBook": "Cerca nel book",
|
||||
"title.SavedBooks": "Book salvati",
|
||||
"title.UntitledBooks": "Book senza titolo"
|
||||
}
|
||||
Reference in New Issue
Block a user