mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -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."
|
||||
],
|
||||
"unknownComponentType": "Tipo di componente sconosciuto. Necessario utilizzare ModelBuilder per creare oggetti",
|
||||
"invalidIndex": "L'indice non è valido.",
|
||||
"unknownConfig": "La configurazione del componente è sconosciuta. È necessario usare ModelBuilder per creare un oggetto di configurazione"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dialogDoneLabel": "Operazione completata",
|
||||
"dialogCancelLabel": "Annulla",
|
||||
"generateScriptLabel": "Genera lo script",
|
||||
"dialogNextLabel": "Avanti",
|
||||
"dialogPreviousLabel": "Indietro"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeView.notRegistered": "Nessuna visualizzazione di struttura ad albero con ID '{0}' registrata."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerRequired": "È necessario passare a questo metodo un elemento NotebookProvider con providerId valido",
|
||||
"errNoProvider": "non è stato trovato alcun provider di notebook",
|
||||
"errNoManager": "Non è stato trovato alcun gestore",
|
||||
"noServerManager": "Il gestore del notebook {0} non include un gestore di server. Non è possibile eseguirvi operazioni",
|
||||
"noContentManager": "Il gestore del notebook {0} non include un gestore di contenuti. Non è possibile eseguirvi operazioni",
|
||||
"noSessionManager": "Il gestore del notebook {0} non include un gestore di sessioni. Non è possibile eseguirvi operazioni"
|
||||
}
|
||||
17
i18n/ita/src/sql/workbench/browser/modal/modal.i18n.json
Normal file
17
i18n/ita/src/sql/workbench/browser/modal/modal.i18n.json
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."
|
||||
],
|
||||
"infoAltText": "Informazioni",
|
||||
"warningAltText": "Avviso",
|
||||
"errorAltText": "Errore",
|
||||
"showMessageDetails": "Mostra dettagli",
|
||||
"hideMessageDetails": "Nascondi dettagli",
|
||||
"copyMessage": "Copia",
|
||||
"closeMessage": "Chiudi",
|
||||
"modalBack": "Indietro"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.ok": "OK",
|
||||
"optionsDialog.cancel": "Annulla"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"optionsDialog.missingRequireField": "obbligatorio.",
|
||||
"optionsDialog.invalidInput": "Input non valido. Valore numerico previsto."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"no-dataprovider": "Non ci sono data provider registrati che possono fornire una visualizzazione dei dati.",
|
||||
"collapse": "Comprimi"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"previewFeatures.configTitle": "Funzionalità in anteprima",
|
||||
"previewFeatures.configEnable": "Abilita le funzionalità in anteprima non rilasciate",
|
||||
"showConnectDialogOnStartup": "Mostra la finestra di dialogo di connessione all'avvio"
|
||||
}
|
||||
@@ -6,17 +6,19 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"newQueryAction.newQuery": "Nuova Query",
|
||||
"newQueryAction.newQuery": "Nuova query",
|
||||
"scriptSelect": "Select Top 1000",
|
||||
"scriptExecute": "Genera Script di Execute",
|
||||
"scriptAlter": "Genera script di Alter",
|
||||
"editData": "Modifica Dati",
|
||||
"scriptCreate": "Genera script Create",
|
||||
"scriptDelete": "Genera Script di Delete",
|
||||
"scriptDelete": "Crea script come DROP",
|
||||
"backupAction.backup": "Backup",
|
||||
"restoreAction.restore": "Ripristino",
|
||||
"backup.isPreviewFeature": "Per usare il backup, è necessario abilitare le funzionalità in anteprima",
|
||||
"restoreAction.restore": "Ripristina",
|
||||
"restore.isPreviewFeature": "Per usare il ripristino, è necessario abilitare le funzionalità in anteprima",
|
||||
"manage": "Gestisci",
|
||||
"showDetails": "Mostra dettagli",
|
||||
"newDatabase": "Nuovo Database",
|
||||
"configureDashboard": "Configura"
|
||||
"configureDashboard": "Informazioni su come configurare il dashboard"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"enablePreviewFeatures.notice": "Il supporto completo delle estensioni e alcune azioni sono disponibili solo con le funzionalità in anteprima. Abilitare le funzionalità in anteprima?",
|
||||
"enablePreviewFeatures.yes": "Sì",
|
||||
"enablePreviewFeatures.no": "No",
|
||||
"enablePreviewFeatures.never": "Non visualizzare più questo messaggio"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"schema.providerId": "ID comune del provider",
|
||||
"schema.displayName": "Nome di visualizzazione per il provider",
|
||||
"schema.connectionOptions": "Opzioni per la connessione"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "Nomi dei server di ricerca"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"Search server names": "Nomi dei server di ricerca"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"showDataExplorer": "Mostra Esplora dati",
|
||||
"workbench.dataExplorer": "Esplora dati",
|
||||
"dataExplorer.view": "Vista",
|
||||
"databaseConnections": "Connessioni di database",
|
||||
"datasource.connections": "connessioni a origini dati",
|
||||
"datasource.connectionGroups": "gruppi di origine dati",
|
||||
"startupConfig": "Configurazione di avvio",
|
||||
"startup.alwaysShowServersView": "È true se la visualizzazione Server deve essere visualizata all'avvio di Azure Data Studio (impostazione predefinita); è false se deve essere visualizzata l'ultima visualizzazione aperta"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"vscode.extension.contributes.view.id": "Identificatore della vista. Utilizzare questo per registrare un provider di dati tramite l'API 'vscode.window.registerTreeDataProviderForView'. Anche per innescare l'attivazione dell'estensione tramite la registrazione dell'evento 'onView: ${id}' a 'activationEvents'.",
|
||||
"vscode.extension.contributes.view.name": "Il nome della visualizzazione. Verrà mostrato",
|
||||
"vscode.extension.contributes.view.when": "Condizione che deve essere vera per mostrare questa visualizzazione",
|
||||
"extension.contributes.dataExplorer": "Contribuisce visualizzazioni all'editor",
|
||||
"extension.dataExplorer": "Aggiunge come contributo visualizzazioni al contenitore Esplora dati nella barra attività",
|
||||
"dataExplorer.contributed": "Aggiunge come contributo visualizzazioni al contenitore delle visualizzazioni aggiunto come contributo",
|
||||
"ViewsContainerDoesnotExist": "Il contenitore di visualizzazioni '{0}' non esiste e tutte le visualizzazioni registrate verranno aggiunte a 'Esplora dati'.",
|
||||
"duplicateView1": "Non è possibile registrare più visualizzazioni con stesso ID `{0}` nel contenitore delle visualizzazioni `{1}`",
|
||||
"duplicateView2": "Una visualizzazione con ID `{0}` è già registrata nel contenitore delle visualizzazioni `{1}`",
|
||||
"requirearray": "Visualizzazioni devono essere una matrice",
|
||||
"requirestring": "la proprietà `{0}` è obbligatoria e deve essere di tipo `string`",
|
||||
"optstring": "la proprietà `{0}` può essere omessa o deve essere di tipo `string`"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dataExplorer.servers": "Server"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"disconnect": "Disconnetti",
|
||||
"newQuery": "Nuova query",
|
||||
"manage": "Gestisci",
|
||||
"refresh": "Aggiorna"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"adminService.providerIdNotValidError": "E' necessaria una connessione per interagire con adminservice",
|
||||
"adminService.noHandlerRegistered": "Non ci sono gestori registrati"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectingLabel": "Connessione:",
|
||||
"runningCommandLabel": "Esecuzione del comando:",
|
||||
"openingNewQueryLabel": "Apertura della nuova query:"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionError": "Errore di connessione",
|
||||
"kerberosErrorStart": "Connessione non riuscita a causa di un errore di Kerberos.",
|
||||
"kerberosHelpLink": "Le informazioni sulla configurazione di Kerberos sono disponibili all'indirizzo {0}",
|
||||
"kerberosKinit": "Se si è già eseguita la connessione, può essere necessario eseguire di nuovo kinit."
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connection": "Connessione",
|
||||
"connectType": "Tipo connessione",
|
||||
"recentConnectionTitle": "Connessioni recenti",
|
||||
"savedConnectionTitle": "Connessioni salvate",
|
||||
"connectionDetailsTitle": "Dettagli connessione",
|
||||
"connectionDialog.connect": "Connetti",
|
||||
"connectionDialog.cancel": "Annulla",
|
||||
"noRecentConnections": "Nessuna connessione recente",
|
||||
"noSavedConnections": "Nessuna connessione salvata"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"connectionWidget.AddAzureAccount": "Aggiungi un account...",
|
||||
"defaultDatabaseOption": "<Predefinito>",
|
||||
"loadingDatabaseOption": "Caricamento...",
|
||||
"serverGroup": "Gruppo di server",
|
||||
"defaultServerGroup": "<Predefinito>",
|
||||
"addNewServerGroup": "Aggiungi nuovo gruppo...",
|
||||
"noneServerGroup": "<Non salvare>",
|
||||
"connectionWidget.missingRequireField": "{0} è obbligatorio.",
|
||||
"connectionWidget.fieldWillBeTrimmed": "{0} verrà tagliato.",
|
||||
"rememberPassword": "Ricorda password",
|
||||
"connection.azureAccountDropdownLabel": "Account",
|
||||
"connectionWidget.refreshAzureCredentials": "Aggiorna credenziali dell'account",
|
||||
"connection.azureTenantDropdownLabel": "Tenant di Azure AD",
|
||||
"connectionWidget.toggleDatabaseNameDropdown": "Menu a tendina per la selezione del Database",
|
||||
"advanced": "Avanzate...",
|
||||
"connectionWidget.invalidAzureAccount": "È necessario selezionare un account"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"newDashboardTab.openDashboardExtensions": "Apri le estensioni del dashboard",
|
||||
"newDashboardTab.ok": "OK",
|
||||
"newDashboardTab.cancel": "Annulla",
|
||||
"newdashboardTabDialog.noExtensionLabel": "Al momento non sono installate estensioni del dashboard. Passare a Gestione estensioni per esplorare le estensioni consigliate."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"errorMessageDialog.ok": "OK",
|
||||
"errorMessageDialog.close": "Chiudi",
|
||||
"copyDetails": "Copia dettagli"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"error": "Errore",
|
||||
"warning": "Avviso",
|
||||
"info": "Info"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"filebrowser.filepath": "Percorso selezionato",
|
||||
"fileFilter": "File di tipo",
|
||||
"fileBrowser.ok": "OK",
|
||||
"fileBrowser.discard": "Scarta"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"filebrowser.selectFile": "Seleziona 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."
|
||||
],
|
||||
"fileBrowser.regTreeAriaLabel": "Navigazione 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."
|
||||
],
|
||||
"allFiles": "Tutti i file"
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"insights.item": "Elemento",
|
||||
"insights.value": "Valore",
|
||||
"property": "Proprietà.",
|
||||
"value": "Valore",
|
||||
"InsightsDialogTitle": "Insights",
|
||||
"insights.dialog.items": "Elementi",
|
||||
"insights.dialog.itemDetails": "Dettagli elemento"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"workbench.action.insights.copySelection": "Copia cella"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"insightsDidNotFindResolvedFile": "Non è stato possibile trovare i file di query nei percorso seguenti:\r\n {0}"
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"insightsInputError": "Nessun profilo di connessione passato all'insight flyout",
|
||||
"insightsError": "Errore Insight",
|
||||
"insightsFileError": "Si è verificato un errore durante la lettura del file di query",
|
||||
"insightsConfigError": "C'è stato un errore nel parsing del file config di insight; non è stato possibile trovare l'array/stringa della query o il file della query"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"carbon.extension.contributes.notebook.provider": "Identificatore del provider di notebook.",
|
||||
"carbon.extension.contributes.notebook.fileExtensions": "Indica le estensioni di file da registrare in questo provider di notebook",
|
||||
"carbon.extension.contributes.notebook.standardKernels": "Indica i kernel che devono essere standard con questo provider di notebook",
|
||||
"vscode.extension.contributes.notebook.providers": "Aggiunge come contributo i provider di notebook.",
|
||||
"carbon.extension.contributes.notebook.magic": "Nome del comando magic per la cella, ad esempio \"%%sql\".",
|
||||
"carbon.extension.contributes.notebook.language": "Lingua da usare per la cella se questo comando magic è incluso nella cella",
|
||||
"carbon.extension.contributes.notebook.executionTarget": "Destinazione di esecuzione facoltativa indicata da questo comando magic, ad esempio Spark rispetto a SQL",
|
||||
"carbon.extension.contributes.notebook.kernels": "Set facoltativo di kernel per cui è valida questa impostazione, ad esempio python3, pyspark3, sql",
|
||||
"vscode.extension.contributes.notebook.languagemagics": "Aggiunge come contributo la lingua del notebook."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"notebookUriNotDefined": "Non è stato passato alcun URI durante la creazione di un gestore di notebook",
|
||||
"notebookServiceNoProvider": "Il provider di notebook non esiste"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"noKernel": "Nessun kernel",
|
||||
"runNotebookDisabled": "Non è possibile eseguire le celle perché non è stato configurato alcun kernel",
|
||||
"errorName": "Errore"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"nbformatNotRecognized": "nbformat v{0}.{1} non riconosciuto",
|
||||
"nbNotSupported": "Questo file non include un formato di notebook valido",
|
||||
"unknownCellType": "Il tipo di cella {0} è sconosciuto",
|
||||
"unrecognizedOutput": "Il tipo di output {0} non è stato riconosciuto",
|
||||
"invalidMimeData": "I dati per {0} devono essere una stringa o una matrice di stringhe",
|
||||
"unrecognizedOutputType": "Il tipo di output {0} non è stato riconosciuto"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernelError": "Errore del kernel SQL",
|
||||
"connectionRequired": "Per eseguire le celle del notebook, è necessario scegliere una connessione",
|
||||
"sqlMaxRowsDisplayed": "Visualizzazione delle prime {0} righe."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"OeSessionFailedError": "Impossibile creare la sessione di Esplora oggetti",
|
||||
"nodeExpansionError": "Più errori:"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"queryEditorServiceChangeUnsupportedError": "La modifica della modalità di linguaggio non è supportata per le query non salvate",
|
||||
"queryEditorServiceChangeError": "Si prega di salvare o annullare le modifiche prima di passare dalla/alla modalità di linguaggio SQL"
|
||||
}
|
||||
@@ -8,5 +8,5 @@
|
||||
],
|
||||
"gettingStarted": "Per iniziare",
|
||||
"showReleaseNotes": "Visualizza Guida introduttiva",
|
||||
"read the release notes": "Benvenuti all'anteprima pubblica di febbraio di {0}. Visualizzare la Guida introduttiva?"
|
||||
"miGettingStarted": "&&Introduzione"
|
||||
}
|
||||
Reference in New Issue
Block a user