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,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?"
}

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

View 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."
}

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

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."
],
"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."
}

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