mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editableDropdown.errorValidate": "Deve essere un'opzione dall'elenco"
|
||||
"editableDropdown.errorValidate": "Deve essere un'opzione dall'elenco",
|
||||
"dropdownAction.toggle": "Toggle a discesa"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"rowDetailView.loadError": "Errore di caricamento..."
|
||||
}
|
||||
@@ -7,5 +7,7 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"linkedAccounts": "Account collegati",
|
||||
"accountDialog.close": "Chiudi"
|
||||
"accountDialog.close": "Chiudi",
|
||||
"accountDialog.noAccountLabel": "Non sono presenti account collegati. Aggiungere un account.",
|
||||
"accountDialog.addConnection": "Aggiungi un account"
|
||||
}
|
||||
@@ -6,8 +6,8 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"copyAndOpen": "Copia e Apri",
|
||||
"cancel": "Annulla",
|
||||
"copyAndOpen": "Copia & Apri",
|
||||
"oauthDialog.cancel": "Annulla",
|
||||
"userCode": "Codice utente",
|
||||
"website": "Sito Web"
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"carbon.extension.contributes.account.id": "Identificatore del tipo di account",
|
||||
"carbon.extension.contributes.account.icon": "(Opzionale) Icona utilizzata per rappresentare l'account nell'interfaccia utente. Un percorso di file o una configurazione themable",
|
||||
"carbon.extension.contributes.account.icon.light": "Percorso icona per temi chiari",
|
||||
"carbon.extension.contributes.account.icon.dark": "Percorso dell'icona quando è utilizzato un tema scuro",
|
||||
"carbon.extension.contributes.account.icon.light": "Percorso dell'icona quando è utilizzato un tema chiaro",
|
||||
"carbon.extension.contributes.account.icon.dark": "Percorso dell'icona quando si utilizza un tema scuro",
|
||||
"carbon.extension.contributes.account": "Fornisce icone al provider dell'account."
|
||||
}
|
||||
@@ -6,14 +6,14 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"from": "Da",
|
||||
"to": "A",
|
||||
"createNewFirewallRule": "Crea nuova regola firewall",
|
||||
"firewall.ok": "OK",
|
||||
"firewall.cancel": "Annulla",
|
||||
"firewallRuleDialogDescription": "Il tuo indirizzo IP client non è abilitato per l'accesso al server. Accedi ad un account Azure e crea una regola del firewall che lo abiliti.",
|
||||
"firewallRuleHelpDescription": "Ulteriori informazioni sulle impostazioni del firewall",
|
||||
"azureAccount": "Account Azure",
|
||||
"from": "Da",
|
||||
"to": "A",
|
||||
"filewallRule": "Regola del firewall",
|
||||
"addIPAddressLabel": "Aggiungi l'indirizzo IP del mio client",
|
||||
"addIpRangeLabel": "Aggiungi intervallo di IP della mia sottorete"
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sql.maxRecentConnectionsDescription": "Il numero massimo di connessioni utilizzate di recente da memorizzare nell'elenco connessioni.",
|
||||
"sql.defaultEngineDescription": "Motore SQL predefinito da utilizzare. Quest'ultimo stabilisce la lingua predefinita nel file .sql e il valore predefinito da utilizzare quando si crea una nuova connessione. L'opzione valida è attualmente MSSQL"
|
||||
"sql.defaultEngineDescription": "Motore SQL predefinito da utilizzare. Quest'ultimo stabilisce la lingua predefinita nel file .sql e il valore predefinito da utilizzare quando si crea una nuova connessione. L'opzione valida è attualmente MSSQL",
|
||||
"connection.parseClipboardForConnectionStringDescription": "Prova ad analizzare il contenuto degli appunti quando si apre la finestra di dialogo di connessione o si esegue un'operazione Incolla."
|
||||
}
|
||||
@@ -6,9 +6,15 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"ClearRecentlyUsedLabel": "Cancella lista connessioni recenti",
|
||||
"ClearedRecentConnections": "Lista connessioni recenti svuotata",
|
||||
"ClearRecentlyUsedLabel": "Cancella elenco",
|
||||
"ClearedRecentConnections": "Cancellato l'elenco connessioni recenti",
|
||||
"connectionAction.yes": "Sì",
|
||||
"connectionAction.no": "No",
|
||||
"delete": "Elimina"
|
||||
"clearRecentConnectionMessage": "Sei sicuro di voler eliminare tutte le connessioni dalla lista?",
|
||||
"connectionDialog.yes": "Sì",
|
||||
"connectionDialog.no": "No",
|
||||
"delete": "Elimina",
|
||||
"connectionAction.GetCurrentConnectionString": "Ottieni la stringa di connessione corrente",
|
||||
"connectionAction.connectionString": "La stringa di connessione non è disponibile",
|
||||
"connectionAction.noConnection": "Non sono disponibili connessioni attive"
|
||||
}
|
||||
@@ -13,5 +13,7 @@
|
||||
"deleteWidget": "Elimina Widget",
|
||||
"clickToUnpin": "Fare clic per sbloccare",
|
||||
"clickToPin": "Click per bloccare (pin)",
|
||||
"addFeatureAction.openInstalledFeatures": "Mostra funzionalità installate"
|
||||
"addFeatureAction.openInstalledFeatures": "Mostra funzionalità installate",
|
||||
"collapseWidget": "Comprimi",
|
||||
"expandWidget": "Espandi"
|
||||
}
|
||||
@@ -6,7 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"providerMissingEdition": "Filtri del widget basati sull'edizione, tuttavia il provider non dispone di alcuna edizione.",
|
||||
"moreThanOneDashboardContainersError": "È necessario definire esattamente un contenitore dashboard per ogni spazio",
|
||||
"unknownDashboardContainerError": "Il dashboard container specificato è sconosciuto."
|
||||
"unknownDashboardContainerError": "{0} è un contenitore sconosciuto."
|
||||
}
|
||||
@@ -6,12 +6,17 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sqlops.extension.contributes.dashboard.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione ad ogni richiesta.",
|
||||
"sqlops.extension.contributes.dashboard.tab.title": "Titolo della scheda da mostrare all'utente.",
|
||||
"sqlops.extension.contributes.dashboard.tab.description": "Descrizione scheda da mostrare all'utente.",
|
||||
"sqlops.extension.contributes.dashboard.tab.provider": "Provider per i quali questa scheda dovrebbe essere abilitata.",
|
||||
"sqlops.extension.contributes.dashboard.tab.edition": "Edizioni per le quali deve essere consentita questa scheda.",
|
||||
"sqlops.extension.contributes.dashboard.tab.container": "Il contenitore che verrà visualizzato in questa scheda.",
|
||||
"sqlops.extension.contributes.dashboard.tab.alwaysShow": "Se questa scheda deve essere mostrata sempre oppure solo quando l'utente la aggiunge.",
|
||||
"sqlops.extension.contributes.tabs": "Rende disponibili una o più schede agli utenti per l'aggiunta alla propria dashboard."
|
||||
"azdata.extension.contributes.dashboard.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione per eventuali richieste.",
|
||||
"azdata.extension.contributes.dashboard.tab.title": "Titolo della scheda da mostrare all'utente.",
|
||||
"azdata.extension.contributes.dashboard.tab.description": "Descrizione scheda da mostrare all'utente.",
|
||||
"azdata.extension.contributes.tab.when": "Condizione che deve essere vera per mostrare questo elemento",
|
||||
"azdata.extension.contributes.tab.provider": "Definisce i tipi di connessione con cui è compatibile questa scheda. Se non viene impostato, il valore predefinito è \"MSSQL\"",
|
||||
"azdata.extension.contributes.dashboard.tab.container": "Il contenitore che verrà visualizzato in questa scheda.",
|
||||
"azdata.extension.contributes.dashboard.tab.alwaysShow": "Se questa scheda deve essere mostrata sempre oppure solo quando l'utente la aggiunge.",
|
||||
"azdata.extension.contributes.dashboard.tab.isHomeTab": "Indica se questa scheda deve essere usata come scheda iniziale per un tipo di connessione.",
|
||||
"azdata.extension.contributes.tabs": "Rende disponibili una o più schede agli utenti per l'aggiunta alla propria dashboard.",
|
||||
"dashboardTab.contribution.noTitleError": "Non è stato specificato alcun titolo per l'estensione.",
|
||||
"dashboardTab.contribution.noDescriptionWarning": "Nessuna descrizione specificata da mostrare.",
|
||||
"dashboardTab.contribution.noContainerError": "Non è stato specificato alcun contenitore per l'estensione.",
|
||||
"dashboardTab.contribution.moreThanOneDashboardContainersError": "È necessario definire esattamente un contenitore dashboard per ogni spazio"
|
||||
}
|
||||
@@ -6,7 +6,11 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sqlops.extension.contributes.dashboard.container.id": "Identificatore univoco per questo contenitore.",
|
||||
"sqlops.extension.contributes.dashboard.container.container": "Contenitore che sarà mostrato nella scheda.",
|
||||
"sqlops.extension.contributes.containers": "Fornisce agli utenti uno o più dashboard container da aggiungere alle propria dashboard."
|
||||
"azdata.extension.contributes.dashboard.container.id": "Identificatore univoco per questo contenitore.",
|
||||
"azdata.extension.contributes.dashboard.container.container": "Contenitore che sarà mostrato nella scheda.",
|
||||
"azdata.extension.contributes.containers": "Fornisce agli utenti uno o più dashboard container da aggiungere alle propria dashboard.",
|
||||
"dashboardContainer.contribution.noIdError": "Nel contenitore del dashboard non è stato specificato alcun ID per l'estensione.",
|
||||
"dashboardContainer.contribution.noContainerError": "Nel contenitore del dashboard non è stato specificato alcun contenitore per l'estensione.",
|
||||
"dashboardContainer.contribution.moreThanOneDashboardContainersError": "Per ogni spazio è necessario definire un solo contenitore di dashboard.",
|
||||
"dashboardTab.contribution.unKnownContainerType": "Nel contenitore del dashboard è stato definito un tipo di contenitore sconosciuto per l'estensione."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.controlhost": "Controlhost che verrà visualizzato in questa scheda."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboardNavSection": "Il contenuto della sezione \"{0}\" non è valido. Contattare il proprietario dell'estensione."
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboard.container.gridtab.items": "Elenco di widget o webview che verranno visualizzati in questa scheda."
|
||||
"dashboard.container.gridtab.items": "Elenco di widget o webview che verranno visualizzati in questa scheda.",
|
||||
"gridContainer.invalidInputs": "i widget o le webview devono trovarsi nel contenitore dei widget per l'estensione."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"dashboard.container.modelview": "La view model-backend che verrà visualizzata in questa scheda."
|
||||
}
|
||||
@@ -12,5 +12,10 @@
|
||||
"dashboard.container.left-nav-bar.icon.dark": "Percorso dell'icona quando si utilizza un tema scuro",
|
||||
"dashboard.container.left-nav-bar.title": "Titolo della sezione nav da mostrare all'utente.",
|
||||
"dashboard.container.left-nav-bar.container": "Contenitore che sarrà visualizzato in questa sezione di navigazione.",
|
||||
"dashboard.container.left-nav-bar": "L'elenco dei contenitori di dashboard che verrà visualizzato in questa sezione di navigazione."
|
||||
"dashboard.container.left-nav-bar": "L'elenco dei contenitori di dashboard che verrà visualizzato in questa sezione di navigazione.",
|
||||
"opticon": "la proprietà `icon` può essere omessa o deve essere una stringa o un valore letterale come `{dark, light}`",
|
||||
"navSection.missingTitle": "Nessun titolo nella sezione nav specificato per l'estensione.",
|
||||
"navSection.missingContainer": "Nella sezione nav non è stato specificato alcun contenitore per l'estensione.",
|
||||
"navSection.moreThanOneDashboardContainersError": "Per ogni spazio è necessario definire un solo contenitore di dashboard.",
|
||||
"navSection.invalidContainer": "NAV_SECTION all'interno di un altro NAV_SECTION non è un contenitore valido per l'estensione."
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboard.container.widgets": "Elenco dei widget che verranno mostrati in questa scheda."
|
||||
"dashboard.container.widgets": "Elenco dei widget che verranno mostrati in questa scheda.",
|
||||
"widgetContainer.invalidInputs": "L'elenco dei widget è previsto all'interno del contenitore dei widget-contenitore per estensione."
|
||||
}
|
||||
@@ -6,6 +6,12 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sqlops.extension.contributes.dashboardPage.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione per eventuali richieste.",
|
||||
"azdata.extension.contributes.widget.when": "Condizione che deve essere vera per mostrare questo elemento",
|
||||
"dashboardpage.tabName": "Titolo del contenitore",
|
||||
"dashboardpage.rowNumber": "Riga del componente nella griglia",
|
||||
"dashboardpage.rowSpan": "rowspan del componente nella griglia. Il valore predefinito è 1. Usare '*' per impostare sul numero di righe della griglia.",
|
||||
"dashboardpage.colNumber": "Colonna del componente nella griglia",
|
||||
"dashboardpage.colspan": "colspan del componente nella griglia. Il valore predefinito è 1. Usare '*' per impostare sul numero di colonne della griglia.",
|
||||
"azdata.extension.contributes.dashboardPage.tab.id": "Identificatore univoco per questa scheda. Verrà passato all'estensione per eventuali richieste.",
|
||||
"dashboardTabError": "Scheda di estensione sconosciuta o non installata."
|
||||
}
|
||||
@@ -7,11 +7,11 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"dashboardDatabaseProperties": "Abilitare o disabilitare il widget delle proprietà",
|
||||
"dashboard.databaseproperties": "Valori proprietà da mostrare",
|
||||
"dashboard.databaseproperties.displayName": "Nome della proprietà da mostrare",
|
||||
"dashboard.databaseproperties": "Valori da mostrare per la proprietà",
|
||||
"dashboard.databaseproperties.displayName": "Nome da mostrare per la proprietà",
|
||||
"dashboard.databaseproperties.value": "Valore nell'oggetto Database Info",
|
||||
"dashboard.databaseproperties.ignore": "Indica i valori specifici da ignorare",
|
||||
"recoveryModel": "Modello di recupero",
|
||||
"recoveryModel": "Modello di ripristino",
|
||||
"lastDatabaseBackup": "Ultimo Backup del Database",
|
||||
"lastLogBackup": "Ultimo Backup del Log",
|
||||
"compatibilityLevel": "Livello di compatibilità",
|
||||
|
||||
@@ -10,10 +10,11 @@
|
||||
"insightIdDescription": "Identificatore univoco usato per memorizzare nella cache i risultati del rilevamento intelligente.",
|
||||
"insightQueryDescription": "Query SQL da eseguire. Dovrebbe restituire esattamente 1 solo set di risultati.",
|
||||
"insightQueryFileDescription": "[Facoltativo] percorso di un file contenente una query. Utilizzare se la \"query\" non è impostata",
|
||||
"insightAutoRefreshIntervalDescription": "[Facoltativo] Intervallo di aggiornamento automatico in minuti. Se non è impostato, non verrà eseguito alcun aggiornamento automatico",
|
||||
"actionTypes": "Azioni da utilizzare",
|
||||
"actionDatabaseDescription": "Database di destinazione per l'azione; è possibile utilizzare il formato \"${columnName} per ottenre un nome colonna basato sul contenuto.",
|
||||
"actionServerDescription": "Server di destinazione per l'azione; possibile utilizzare il formato \"${columnName} per utilizzare un nome di colonna data-driven.",
|
||||
"actionUserDescription": "Utente di destinazione per l'azione; possibile utilizzare il formato \"${columnName} per utilizzare un nome colonna data-driven.",
|
||||
"actionDatabaseDescription": "Database di destinazione per l'azione; è possibile utilizzare il formato \"${columnName}\" per utilizzare un nome di colonna basato sui dati.",
|
||||
"actionServerDescription": "Server di destinazione per l'azione. È possibile usare il formato \"${columnName}\" per specificare un nome di colonna basato sui dati.",
|
||||
"actionUserDescription": "Utente di destinazione per l'azione; è possibile utilizzare il formato \"${columnName}\" per utilizzare un nome di colonna basata sui dati.",
|
||||
"carbon.extension.contributes.insightType.id": "Identificatore dell'insight",
|
||||
"carbon.extension.contributes.insights": "Fornisce insight per la dashboard palette."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartErrorMessage": "Non è possibile visualizzare il grafico con i dati specificati"
|
||||
}
|
||||
@@ -7,9 +7,10 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"chartInsightDescription": "Visualizza i risultati di una query come grafico sulla dashboard",
|
||||
"colorMapDescription": "Mappa \"nome di colonna\"-> colore. ad esempio aggiungere \"colonna1\": red per assicurarsi che la colonna utilizzi un colore rosso",
|
||||
"colorMapDescription": "Esegue il mapping di \"nome colonna\" al colore. Ad esempio, aggiungere \"column1\": red se si vuole usare il colore rosso per questa colonna",
|
||||
"legendDescription": "Indica la posizione preferita e la visibilità della legenda del grafico. Questi sono i nomi di colonna estratti dalla query e mappati con l'etichetta di ogni voce del grafico",
|
||||
"labelFirstColumnDescription": "Se dataDirection è orizzontale, impostando true il primo valore di ogni colonna sarà usato per la legenda.",
|
||||
"columnsAsLabels": "Se dataDirection è verticale, impostando true saranno utilizzati i nomi colonna per la legenda.",
|
||||
"dataDirectionDescription": "Definisce se i dati vengono letti da una colonna (verticale) o da una riga (orizzontale). Per la serie temporale la direzione è ignorata poiché deve essere verticale."
|
||||
"dataDirectionDescription": "Definisce se i dati vengono letti da una colonna (verticale) o da una riga (orizzontale). Per la serie temporale la direzione è ignorata poiché deve essere verticale.",
|
||||
"showTopNData": "Se è impostato showTopNData, vengono visualizzati solo i primi N dati del grafico."
|
||||
}
|
||||
@@ -6,10 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yAxisMin": "Valore minimo dell'asse y",
|
||||
"yAxisMin": "Valore minimo dell'asse Y",
|
||||
"yAxisMax": "Valore massimo dell'asse y",
|
||||
"yAxisLabel": "Etichetta per l'asse y",
|
||||
"xAxisMin": "Valore minimo dell'asse x",
|
||||
"barchart.yAxisLabel": "Etichetta per l'asse y",
|
||||
"xAxisMin": "Valore minimo dell'asse X",
|
||||
"xAxisMax": "Valore massimo dell'asse x",
|
||||
"xAxisLabel": "Etichetta per l'asse x"
|
||||
"barchart.xAxisLabel": "Etichetta per l'asse x"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"tableInsightDescription": "Visualizza i risultati in una tabella semplice"
|
||||
}
|
||||
@@ -30,6 +30,8 @@
|
||||
"backup.setBackupCompression": "Imposta compressione backup",
|
||||
"backup.encryption": "Crittografia",
|
||||
"backup.transactionLog": "Log delle transazioni",
|
||||
"backup.truncateTransactionLog": "Tronca il log delle transazioni",
|
||||
"backup.backupTail": "Esegui backup della parte finale del registro",
|
||||
"backup.reliability": "Affidabilità",
|
||||
"backup.mediaNameRequired": "Nome del supporto richiesto",
|
||||
"backup.noEncryptorWarning": "Nessun certificato o chiave asimmetrica disponibile",
|
||||
|
||||
@@ -6,6 +6,18 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"backup.labelDatabase": "Database",
|
||||
"backup.labelFilegroup": "File e filegroup",
|
||||
"backup.labelFull": "Completo",
|
||||
"backup.labelDifferential": "Differenziale",
|
||||
"backup.labelLog": "Log delle transazioni",
|
||||
"backup.labelDisk": "Disco",
|
||||
"backup.labelUrl": "URL",
|
||||
"backup.defaultCompression": "Usa l'impostazione predefinita del server",
|
||||
"backup.compressBackup": "Comprimi backup",
|
||||
"backup.doNotCompress": "Non comprimere il backup",
|
||||
"backup.serverCertificate": "Certificato server",
|
||||
"backup.asymmetricKey": "Chiave asimmetrica",
|
||||
"backup.filterBackupFiles": "File di backup",
|
||||
"backup.allFiles": "Tutti i file"
|
||||
}
|
||||
@@ -6,28 +6,29 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"RestoreDialogTitle": "Ripristina database",
|
||||
"backupFilePath": "Percorso del file di backup",
|
||||
"targetDatabase": "Database di destinazione",
|
||||
"RestoreDialogTitle": "Ripristina il database",
|
||||
"restoreDialog.restoreTitle": "Ripristina il database",
|
||||
"restoreDialog.database": "Database",
|
||||
"restoreDialog.backupFile": "File di backup",
|
||||
"restoreDialog.restore": "Ripristina",
|
||||
"restoreDialog.cancel": "Annulla",
|
||||
"restoreDialog.script": "Script",
|
||||
"source": "Origine",
|
||||
"source": "ORIGINE",
|
||||
"restoreFrom": "Ripristinare da",
|
||||
"missingBackupFilePathError": "È necessario specificare un percorso per il file di backup.",
|
||||
"multipleBackupFilePath": "Inserisci uno o più percorsi di file separati da virgole",
|
||||
"backupFilePath": "Percorso del file di backup",
|
||||
"database": "Database",
|
||||
"destination": "Destinazione",
|
||||
"targetDatabase": "Database di destinazione",
|
||||
"restoreDialog.toggleDatabaseNameDropdown": "Menu a tendina per la selezione del Database",
|
||||
"restoreTo": "Ripristina a",
|
||||
"restorePlan": "Piano di ripristino",
|
||||
"backupSetsToRestore": "Set di backup da ripristinare",
|
||||
"restoreDatabaseFileAs": "Ripristina i file di database come",
|
||||
"restoreDatabaseFileDetails": "Dettagli del file di ripristino del database",
|
||||
"logicalFileName": "Nome logico del file",
|
||||
"fileType": "Tipo file",
|
||||
"fileType": "Tipo di file",
|
||||
"originalFileName": "Nome del File originale",
|
||||
"restoreAs": "Ripristina come",
|
||||
"restoreOptions": "Opzioni di ripristino",
|
||||
|
||||
@@ -6,7 +6,9 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"editData.refresh": "Aggiorna",
|
||||
"editData.run": "Esegui",
|
||||
"disposeEditFailure": "Modifica del metodo Dispose non riuscita. Errore:",
|
||||
"editData.stop": "Arresta"
|
||||
"editData.stop": "Arresta",
|
||||
"editData.showSql": "Visualizza il riquadro SQL",
|
||||
"editData.closeSql": "Chiudi riquadro SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"tabs": "Schede del dashboard ({0})",
|
||||
"tabId": "ID",
|
||||
"tabTitle": "Titolo",
|
||||
"tabDescription": "Descrizione",
|
||||
"insights": "Informazioni dettagliate dashboard ({0})",
|
||||
"insightId": "ID",
|
||||
"name": "Nome",
|
||||
"insight condition": "Quando"
|
||||
}
|
||||
@@ -7,5 +7,5 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"deleteRow": "Elimina riga",
|
||||
"revertRow": "Ripristina Riga"
|
||||
"revertRow": "Ripristina la riga corrente"
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"saveAsCsv": "Salva come CSV",
|
||||
"saveAsJson": "Salva come JSON",
|
||||
"saveAsExcel": "Salva come Excel",
|
||||
"saveAsXml": "Salva come XML",
|
||||
"copySelection": "Copia",
|
||||
"copyWithHeaders": "Copia con intestazioni",
|
||||
"selectAll": "Seleziona tutto",
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"jobview.Jobs": "Processi",
|
||||
"jobview.Alerts": "Avvisi",
|
||||
"jobview.Proxies": "Proxy",
|
||||
"jobview.Operators": "Operatori"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobAlertColumns.name": "Nome",
|
||||
"jobAlertColumns.lastOccurrenceDate": "Ultima occorrenza",
|
||||
"jobAlertColumns.enabled": "Abilitato",
|
||||
"jobAlertColumns.delayBetweenResponses": "Ritardo tra le risposte (in sec)",
|
||||
"jobAlertColumns.categoryName": "Nome categoria"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"stepRow.stepID": "ID passaggio",
|
||||
"stepRow.stepName": "Nome del passaggio",
|
||||
"stepRow.message": "Messaggio"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobColumns.name": "Nome",
|
||||
"jobColumns.lastRun": "Ultima esecuzione",
|
||||
"jobColumns.nextRun": "Prossima esecuzione",
|
||||
"jobColumns.enabled": "Abilitato",
|
||||
"jobColumns.status": "Stato",
|
||||
"jobColumns.category": "Categoria",
|
||||
"jobColumns.runnable": "Eseguibile",
|
||||
"jobColumns.schedule": "Pianificazione",
|
||||
"jobColumns.lastRunOutcome": "Risultato ultima esecuzione",
|
||||
"jobColumns.previousRuns": "Esecuzioni precedenti",
|
||||
"jobsView.noSteps": "Non sono disponibili passaggi per questo processo.",
|
||||
"jobsView.error": "Errore: "
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobOperatorsView.name": "Nome",
|
||||
"jobOperatorsView.emailAddress": "Indirizzo email",
|
||||
"jobOperatorsView.enabled": "Abilitato"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"jobProxyToolbar-NewItem": "Nuovo proxy",
|
||||
"jobProxyToolbar-Refresh": "Aggiorna",
|
||||
"jobProxiesView.accountName": "Nome dell'account",
|
||||
"jobProxiesView.credentialName": "Nome della credenziale",
|
||||
"jobProxiesView.description": "Descrizione",
|
||||
"jobProxiesView.isEnabled": "Abilitato"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidIndex": "L'indice non è valido."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"invalidValueError": "Valore non valido"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loadingMessage": "Caricamento"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loadingMessage": "Caricamento"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"queryTextEditorAriaLabel": "Editor del codice modelview per il modello di visualizzazione."
|
||||
}
|
||||
10
i18n/ita/src/sql/parts/modelComponents/viewBase.i18n.json
Normal file
10
i18n/ita/src/sql/parts/modelComponents/viewBase.i18n.json
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."
|
||||
],
|
||||
"componentTypeNotRegistered": "Non è stato possibile trovare il componente per il tipo {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"delete": "Elimina",
|
||||
"codeBefore": "Inserisci codice prima",
|
||||
"codeAfter": "Inserisci codice dopo",
|
||||
"markdownBefore": "Inserisci Markdown prima",
|
||||
"markdownAfter": "Inserisci Markdown dopo",
|
||||
"clear": "Cancella output"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"notebook.failed": "Selezionare la cella attiva e riprovare",
|
||||
"runCell": "Esegui cella",
|
||||
"stopCell": "Annulla esecuzione",
|
||||
"errorRunCell": "Errore durante l'ultima esecuzione. Fare clic per ripetere l'esecuzione"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clickOn": "Fare clic su",
|
||||
"plusCode": "+ Codice",
|
||||
"or": "oppure",
|
||||
"plusText": "+ Testo",
|
||||
"toAddCell": "per aggiungere una cella di testo o codice"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"doubleClickEdit": "Fare doppio clic per modificare"
|
||||
}
|
||||
13
i18n/ita/src/sql/parts/notebook/models/cell.i18n.json
Normal file
13
i18n/ita/src/sql/parts/notebook/models/cell.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"executionCanceled": "L'esecuzione della query è stata annullata",
|
||||
"notebookNotReady": "La sessione per questo notebook non è ancora pronta",
|
||||
"sessionNotReady": "La sessione per questo notebook verrà avviata tra qualche istante",
|
||||
"noDefaultKernel": "Non è disponibile alcun kernel per questo notebook"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"clientSession.unknownError": "Si è verificato un errore durante l'avvio di della sessione del notebook",
|
||||
"ServerNotStarted": "Il server non è stato avviato per motivi sconosciuti",
|
||||
"kernelRequiresConnection": "Il kernel {0} non è stato trovato. Verrà usato il kernel predefinito."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"sqlKernel": "SQL"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"selectConnection": "Seleziona connessione",
|
||||
"localhost": "localhost",
|
||||
"addConnection": "Aggiungi nuova connessione"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"deleteCellFailed": "Non è stato possibile eliminare la cella.",
|
||||
"changeKernelFailedRetry": "Non è stato possibile modificare il kernel. Verrà usato il kernel {0}. Errore: {1}",
|
||||
"changeKernelFailed": "Non è stato possibile modificare il kernel a causa dell'errore: {0}",
|
||||
"changeContextFailed": "La modifica del contesto non è riuscita: {0}",
|
||||
"startSessionFailed": "Non è stato possibile avviare la sessione: {0}",
|
||||
"shutdownError": "Si è verificato un errore durante la chiusura del notebook: {0}",
|
||||
"shutdownClientSessionError": "Si è verificato un errore della sessione client durante la chiusura del notebook: {0}",
|
||||
"ProviderNoManager": "Non è possibile trovare il gestore di notebook per il provider {0}"
|
||||
}
|
||||
16
i18n/ita/src/sql/parts/notebook/notebook.component.i18n.json
Normal file
16
i18n/ita/src/sql/parts/notebook/notebook.component.i18n.json
Normal 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."
|
||||
],
|
||||
"displayFailed": "Non è stato possibile visualizzare il contenuto: {0}",
|
||||
"noKernelInstalled": "Installare l'estensione di SQL Server 2019 per eseguire le celle",
|
||||
"installSql2019Extension": "Installa estensione",
|
||||
"code": "Codice",
|
||||
"text": "Testo",
|
||||
"clearResults": "Cancella risultati",
|
||||
"cellNotFound": "la cella con URI {0} non è stata trovata in questo modello"
|
||||
}
|
||||
22
i18n/ita/src/sql/parts/notebook/notebookActions.i18n.json
Normal file
22
i18n/ita/src/sql/parts/notebook/notebookActions.i18n.json
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."
|
||||
],
|
||||
"loading": "Caricamento dei kernel...",
|
||||
"changing": "Modifica del kernel...",
|
||||
"Kernel": "Kernel: ",
|
||||
"AttachTo": "Collega a:",
|
||||
"loadingContexts": "Caricamento dei contesti...",
|
||||
"addNewConnection": "Aggiungi nuova connessione",
|
||||
"selectConnection": "Seleziona connessione",
|
||||
"localhost": "localhost",
|
||||
"trustLabel": "Attendibile",
|
||||
"untrustLabel": "Non attendibile",
|
||||
"alreadyTrustedMsg": "Il notebook è già attendibile.",
|
||||
"noKernel": "Nessun kernel",
|
||||
"noContextAvailable": "Nessuno"
|
||||
}
|
||||
10
i18n/ita/src/sql/parts/notebook/notebookUtils.i18n.json
Normal file
10
i18n/ita/src/sql/parts/notebook/notebookUtils.i18n.json
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."
|
||||
],
|
||||
"mkdirOutputMsg": "... Creazione di {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"serverGroup.colors": "Tavolozza dei colori del gruppo di server usata nel viewlet Esplora oggetti.",
|
||||
"serverGroup.autoExpand": "Auto-espandi i Gruppi di Server nella viewlet di Esplora oggetti."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ServerGroupsDialogTitle": "Gruppi di server",
|
||||
"serverGroup.ok": "OK",
|
||||
"serverGroup.cancel": "Annulla",
|
||||
"connectionGroupName": "Nome del gruppo di server",
|
||||
"MissingGroupNameError": "È neccessario indicare il nome del gruppo.",
|
||||
"groupDescription": "Descrizione del gruppo",
|
||||
"groupColor": "Colore del gruppo"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"serverGroup.addServerGroup": "Aggiungi gruppo di server",
|
||||
"serverGroup.editServerGroup": "Modifica il gruppo di server"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connectionTree.refresh": "Aggiorna",
|
||||
"DisconnectAction": "Disconnetti",
|
||||
"connectionTree.addConnection": "Nuova connessione",
|
||||
"connectionTree.addServerGroup": "Nuovo gruppo di Server",
|
||||
"connectionTree.editServerGroup": "Modifica il gruppo di server",
|
||||
"activeConnections": "Mostra connessioni attive",
|
||||
"showAllConnections": "Mostra tutte le connessioni",
|
||||
"recentConnections": "Connessioni recenti",
|
||||
"registeredServers.newQuery": "Nuova query",
|
||||
"deleteConnection": "Elimina Connessione",
|
||||
"deleteConnectionGroup": "Elimina gruppo",
|
||||
"clearSearch": "Pulisci 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."
|
||||
],
|
||||
"ManageAction": "Gestisci"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"loading": "Caricamento..."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"serverTree.addConnection": "Aggiungi Connessione"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"treeAriaLabel": "Connessioni recenti",
|
||||
"treeCreation.regTreeAriaLabel": "Server"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profiler.settings.viewTemplates": "Specifica i modelli di view",
|
||||
"profiler.settings.sessionTemplates": "Specifica i modelli di sessione"
|
||||
}
|
||||
@@ -6,17 +6,21 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profiler.connect": "Connetti",
|
||||
"profilerAction.disconnect": "Disconnesso",
|
||||
"profilerAction.connect": "Connetti",
|
||||
"profilerAction.disconnect": "Disconnetti",
|
||||
"start": "Inizia",
|
||||
"pause": "Pausa",
|
||||
"create": "Nuova sessione",
|
||||
"profilerAction.pauseCapture": "Pausa",
|
||||
"profilerAction.resumeCapture": "Riprendi",
|
||||
"profilerStop.stop": "Arresta",
|
||||
"profiler.clear": "Cancella dati",
|
||||
"profiler.toggleAutoscroll": "Attiva/disattiva scorrimento automatico",
|
||||
"profilerAction.autoscrollOn": "Scorrimento automatico: On",
|
||||
"profilerAction.autoscrollOff": "Scorrimento automatico: disattivato",
|
||||
"profiler.toggleCollapsePanel": "Attiva/disattiva pannello compresso",
|
||||
"profiler.editColumns": "Modifica colonne",
|
||||
"profiler.findNext": "Trova la stringa successiva",
|
||||
"profiler.findPrevious": "Trova la stringa precedente",
|
||||
"profilerAction.newProfiler": "Nuovo Profiler"
|
||||
"profilerAction.newProfiler": "Avvia profiler",
|
||||
"profiler.filter": "Filtro...",
|
||||
"profiler.clearFilter": "Cancella filtro"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"profilerFilterDialog.clear": "Cancella tutto",
|
||||
"profilerFilterDialog.apply": "Applica",
|
||||
"profilerFilterDialog.ok": "OK",
|
||||
"profilerFilterDialog.cancel": "Annulla",
|
||||
"profilerFilterDialog.title": "Filtri",
|
||||
"profilerFilterDialog.remove": "Rimuovi",
|
||||
"profilerFilterDialog.add": "Aggiungi",
|
||||
"profilerFilterDialog.addClauseText": "Fare clic qui per aggiungere una clausola",
|
||||
"profilerFilterDialog.fieldColumn": "campo",
|
||||
"profilerFilterDialog.operatorColumn": "operatore",
|
||||
"profilerFilterDialog.valueColumn": "Valore",
|
||||
"profilerFilterDialog.isNullOperator": "È Null",
|
||||
"profilerFilterDialog.isNotNullOperator": "Non è Null",
|
||||
"profilerFilterDialog.containsOperator": "Contiene",
|
||||
"profilerFilterDialog.notContainsOperator": "Non contiene",
|
||||
"profilerFilterDialog.startsWithOperator": "Inizia con",
|
||||
"profilerFilterDialog.notStartsWithOperator": "Non inizia con"
|
||||
}
|
||||
@@ -11,7 +11,7 @@
|
||||
"label.previousMatchButton": "Corrispondenza precedente",
|
||||
"label.nextMatchButton": "Trova successivo",
|
||||
"label.closeButton": "Chiudi",
|
||||
"title.matchesCountLimit": "Vengono evidenziati solo i primi 999 risultati, ma tutte le operazioni di ricerca vengono eseguite sull'intero testo.",
|
||||
"title.matchesCountLimit": "La ricerca ha restituito un numero elevato di risultati. Verranno evidenziate solo le prime 999 corrispondenze.",
|
||||
"label.matchesLocation": "{0} di {1}",
|
||||
"label.noResults": "Nessun risultato"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"ProfilerTableEditor.eventCountFiltered": "Eventi (filtrati): {0}/{1}",
|
||||
"ProfilerTableEditor.eventCount": "Eventi: {0}"
|
||||
}
|
||||
@@ -6,6 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profiler.viewSelectAccessibleName": "Seleziona visualizzazione",
|
||||
"profiler.sessionSelectAccessibleName": "Seleziona sessione",
|
||||
"profiler.sessionSelectLabel": "Seleziona sessione:",
|
||||
"profiler.viewSelectLabel": "Seleziona visualizzazione:",
|
||||
"text": "Testo",
|
||||
"label": "Etichetta",
|
||||
"profilerEditor.value": "Valore",
|
||||
|
||||
@@ -6,5 +6,13 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"profilerInput.profiler": "Profiler"
|
||||
"profilerInput.profiler": "Profiler",
|
||||
"profilerInput.notConnected": "Non connesso",
|
||||
"profiler.sessionStopped": "La sessione del profiler XEvent è stata arrestata in modo imprevisto nel server {0}.",
|
||||
"profiler.sessionCreationError": "Si è verificato un errore durante l'avvio della nuova sessione",
|
||||
"profiler.eventsLost": "La sessione del profiler XEvent per {0} ha perso eventi.",
|
||||
"confirmStopProfilerSession": "Arrestare la sessione di XEvent in esecuzione?",
|
||||
"profilerClosingActions.yes": "Sì",
|
||||
"profilerClosingActions.no": "No",
|
||||
"profilerClosingActions.cancel": "Annulla"
|
||||
}
|
||||
@@ -6,7 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"chooseSqlLang": "Scegli il linguaggio SQL",
|
||||
"chooseSqlLang": "Scegli il Linguaggio SQL",
|
||||
"changeProvider": "Cambia provider del linguaggio SQL",
|
||||
"changeSqlProvider": "Cambia il provider di SQL Engine",
|
||||
"alreadyConnected": "Esiste una connessione che utilizza il motore {0}. Per cambiare si prega di disconnetersi o cambiare connessione",
|
||||
|
||||
@@ -6,22 +6,23 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"runQueryBatchStartMessage": "Esecuzione query iniziata alle",
|
||||
"runQueryBatchStartMessage": "Esecuzione query iniziata a",
|
||||
"runQueryBatchStartLine": "Riga {0}",
|
||||
"msgCancelQueryFailed": "Errore durante l'annullamento della query: {0}",
|
||||
"msgSaveStarted": "Avviato il salvataggio dei risultati in",
|
||||
"msgSaveFailed": "Impossibile salvare i risultati. ",
|
||||
"msgSaveSucceeded": "Risultati salvati correttamente in",
|
||||
"msgSaveFailed": "Impossibile salvare i risultati.",
|
||||
"msgSaveSucceeded": "Risultati salvati correttamente su ",
|
||||
"msgStatusRunQueryInProgress": "Esecuzione query...",
|
||||
"maximizeLabel": "Massimizza",
|
||||
"resultsPane.restoreLabel": "Ripristina",
|
||||
"saveCSVLabel": "Salva come CSV",
|
||||
"saveJSONLabel": "Salva come JSON",
|
||||
"saveExcelLabel": "Salva come file Excel",
|
||||
"saveExcelLabel": "Salva come Excel",
|
||||
"saveXMLLabel": "Salva come XML",
|
||||
"viewChartLabel": "Visualizza come Grafico",
|
||||
"resultPaneLabel": "Risultati",
|
||||
"executeQueryLabel": "Esecuzione query in corso",
|
||||
"messagePaneLabel": "Messaggi",
|
||||
"elapsedTimeLabel": "Tempo totale di esecuzione: {0}",
|
||||
"msgCannotSaveMultipleSelections": "Il comando Salva risultati non può essere utilizzato con selezioni multiple."
|
||||
"elapsedTimeLabel": "Tempo di esecuzione totale: {0}",
|
||||
"msgCannotSaveMultipleSelections": "Non è possibile salvare i risultati del comando con selezioni multiple."
|
||||
}
|
||||
@@ -7,7 +7,14 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"sql.messagesDefaultOpen": "Vero per fare in modo che il pannello messaggi venga aperto di default; Falso per tenerlo chiuso",
|
||||
"sql.saveAsCsv.includeHeaders": "[Facoltativo] Quando è true, le intestazioni di colonna sono incluse nel salvataggio dei risultati come file CSV",
|
||||
"sql.saveAsCsv.includeHeaders": "[Facoltativo] Quando è 'true', le intestazioni di colonna sono incluse quando si salvano i risultati come file CSV",
|
||||
"sql.saveAsCsv.delimiter": "[Facoltativo] Delimitatore personalizzato da usare tra i valori durante il salvataggio in formato CSV",
|
||||
"sql.saveAsCsv.lineSeperator": "[Facoltativo] Caratteri usati per delimitare le righe durante il salvataggio dei risultati in formato CSV",
|
||||
"sql.saveAsCsv.textIdentifier": "[Facoltativo] Carattere usato per racchiudere i campi di testo durante il salvataggio dei risultati in formato CSV",
|
||||
"sql.saveAsCsv.encoding": "[Facoltativo] Codifica del file utilizzata per il salvataggio dei risultati in formato CSV",
|
||||
"sql.results.streaming": "Abilita lo streaming dei risultati. Contiene alcuni problemi minori relativi a oggetti visivi",
|
||||
"sql.saveAsXml.formatted": "[Facoltativo] Quando è true, l'output XML verrà formattato durante il salvataggio dei risultati in formato XML",
|
||||
"sql.saveAsXml.encoding": "[Facoltativo] Codifica di file usata durante il salvataggio dei risultati in formato XML",
|
||||
"sql.copyIncludeHeaders": "[Facoltativo] Opzioni di configurazione per copiare i risultati dalla vista dei risultati",
|
||||
"sql.copyRemoveNewLine": "[Facoltativo] Opzioni di configurazione per la copia di risultati multi-linea dalla vista dei risultati",
|
||||
"sql.showBatchTime": "[Facoltativo] Il tempo di esecuzione deve essere mostrato per singoli batch",
|
||||
@@ -16,10 +23,12 @@
|
||||
"tabColorMode.border": "Il bordo superiore di ogni scheda sarà colorato con il colore del relativo gruppo di server",
|
||||
"tabColorMode.fill": "Il colore di sfondo di ogni tab di editor corrisponderà con il rispettivo gruppo di server",
|
||||
"tabColorMode": "Controlla la colorazione delle schede in base al gruppo di server della connessione attiva",
|
||||
"mssql.intelliSense.enableIntelliSense": "IntelliSense dovrebbe essere abilitato",
|
||||
"showConnectionInfoInTitle": "Controlla se visualizzare le informazioni sulla connessione per una scheda nel titolo.",
|
||||
"sql.promptToSaveGeneratedFiles": "Richiedi di salvare i file SQL generati",
|
||||
"mssql.intelliSense.enableIntelliSense": "IntelliSense deve essere abilitato?",
|
||||
"mssql.intelliSense.enableErrorChecking": "Il controllo errori di IntelliSense dovrebbe essere abilitato",
|
||||
"mssql.intelliSense.enableSuggestions": "I suggerimenti dell'IntelliSense dovrebbero essere abilitati",
|
||||
"mssql.intelliSense.enableQuickInfo": "Le informazioni rapide di IntelliSense dovrebbero essere abilitate",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "I suggerimenti di IntelliSense dovrebbero essere in lettere minuscole",
|
||||
"mssql.intelliSense.lowerCaseSuggestions": "I suggerimenti di IntelliSense devono essere in lettere minuscole?",
|
||||
"queryShortcutDescription": "Impostare la combinazione di tasti workbench.action.query.shortcut{0} per eseguire il testo come una chiamata a procedura. Qualsiasi testo selezionato nell'editor di query verrà passato come parametro"
|
||||
}
|
||||
10
i18n/ita/src/sql/parts/query/common/queryInput.i18n.json
Normal file
10
i18n/ita/src/sql/parts/query/common/queryInput.i18n.json
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."
|
||||
],
|
||||
"disconnected": "Disconnesso"
|
||||
}
|
||||
11
i18n/ita/src/sql/parts/query/common/rowCountStatus.i18n.json
Normal file
11
i18n/ita/src/sql/parts/query/common/rowCountStatus.i18n.json
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."
|
||||
],
|
||||
"rowStatus": "Conteggio righe",
|
||||
"rowCount": "{0} righe"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"timeElapsed": "Tempo trascorso"
|
||||
}
|
||||
22
i18n/ita/src/sql/parts/query/editor/actions.i18n.json
Normal file
22
i18n/ita/src/sql/parts/query/editor/actions.i18n.json
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."
|
||||
],
|
||||
"saveAsCsv": "Salva come CSV",
|
||||
"saveAsJson": "Salva come JSON",
|
||||
"saveAsExcel": "Salva come Excel",
|
||||
"saveAsXml": "Salva come XML",
|
||||
"copySelection": "Copia",
|
||||
"copyWithHeaders": "Copia con intestazioni",
|
||||
"selectAll": "Seleziona tutto",
|
||||
"copyMessages": "Copia",
|
||||
"copyAll": "Copia tutti",
|
||||
"maximize": "Massimizza",
|
||||
"restore": "Ripristina",
|
||||
"chart": "Grafico",
|
||||
"showQueryPlan": "Mostra piano di query"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"createInsightLabel": "Crea Insight",
|
||||
"createInsightNoEditor": "Impossibile creare l'insight perchè l'editor attivo non è un Editor SQL",
|
||||
"myWidgetName": "My-Widget",
|
||||
"copyChartLabel": "Copia come immagine",
|
||||
"chartNotFound": "Impossibile trovare un grafico da salvare",
|
||||
"saveImageLabel": "Salva come immagine",
|
||||
"chartSaved": "Grafico salvato in: {0}",
|
||||
"chartViewer.saveAsFileTitle": "Scegli file dei risultati"
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"dataDirectionLabel": "Direzione dei dati",
|
||||
"verticalLabel": "Verticale",
|
||||
"horizontalLabel": "Orizzontale",
|
||||
"columnsAsLabelsLabel": "Usa i nomi di colonna come etichette",
|
||||
"labelFirstColumnLabel": "Utilizza la prima colonna come etichetta di riga",
|
||||
"legendLabel": "Posizione Legenda",
|
||||
"yAxisLabel": "Etichetta asse Y",
|
||||
"yAxisMinVal": "Valore minimo dell'asse Y",
|
||||
"yAxisMaxVal": "Valore massimo dell'asse Y",
|
||||
"xAxisLabel": "Etichetta asse X",
|
||||
"xAxisMinVal": "Valore minimo asse X",
|
||||
"xAxisMaxVal": "Valore massimo dell'asse X",
|
||||
"xAxisMinDate": "Data minima asse X",
|
||||
"xAxisMaxDate": "Data massima asse X",
|
||||
"dataTypeLabel": "Tipo di dato",
|
||||
"numberLabel": "Numero",
|
||||
"pointLabel": "Punto",
|
||||
"chartTypeLabel": "Tipo di grafico",
|
||||
"encodingOption": "Codifica",
|
||||
"imageFormatOption": "Formato immagine"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"chartTabTitle": "Grafico"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"series": "Serie {0}"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"gridPanel": "Risultati",
|
||||
"messagePanel": "Messaggi",
|
||||
"resultsTabTitle": "Risultati"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"resultsGridConfigurationTitle": "Griglia dei risultati",
|
||||
"fontFamily": "Controlla la famiglia di caratteri.",
|
||||
"fontWeight": "Controlla lo spessore del carattere.",
|
||||
"fontSize": "Controlla le dimensioni del carattere in pixel.",
|
||||
"letterSpacing": "Controlla la spaziatura tra le lettere in pixel.",
|
||||
"rowHeight": "Controlla l'altezza delle righe in pixel",
|
||||
"cellPadding": "Controlla la spaziatura interna celle in pixel",
|
||||
"autoSizeColumns": "Ridimensiona automaticamente la larghezza delle colonne sui risultati iniziali. Potrebbero verificarsi problemi di prestazioni con un numero elevato di colonne o celle di grandi dimensioni",
|
||||
"maxColumnWidth": "Larghezza massima in pixel per colonne con ridimensionamento automatico"
|
||||
}
|
||||
@@ -6,11 +6,16 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"focusOnCurrentQueryKeyboardAction": "Stato attivo su query corrente",
|
||||
"runQueryKeyboardAction": "Esegui Query",
|
||||
"runCurrentQueryKeyboardAction": "Esegui la query corrente",
|
||||
"runCurrentQueryWithActualPlanKeyboardAction": "Esegui query corrente con piano effettivo",
|
||||
"cancelQueryKeyboardAction": "Annulla la query",
|
||||
"cancelQueryKeyboardAction": "Annulla Query",
|
||||
"refreshIntellisenseKeyboardAction": "Agggiorna la cache di IntelliSense",
|
||||
"toggleQueryResultsKeyboardAction": "Mostra/Nascondi Risultati Query",
|
||||
"queryShortcutNoEditor": "Il parametro Editor è necessario affinchè un collegamento possa essere eseguito"
|
||||
"queryShortcutNoEditor": "Il parametro Editor è necessario affinchè un collegamento possa essere eseguito",
|
||||
"parseSyntaxLabel": "Analizza la query",
|
||||
"queryActions.parseSyntaxSuccess": "Comandi completati con successo",
|
||||
"queryActions.parseSyntaxFailure": "Comando non riuscito:",
|
||||
"queryActions.notConnected": "Connettersi a un server"
|
||||
}
|
||||
@@ -14,6 +14,7 @@
|
||||
"changeConnectionDatabaseLabel": "Cambia connessione",
|
||||
"connectDatabaseLabel": "Connetti",
|
||||
"selectDatabase": "Seleziona Database",
|
||||
"changeDatabase.failed": "Impossibile cambiare il database",
|
||||
"listDatabases.toggleDatabaseNameDropdown": "Menu a tendina per la selezione del Database",
|
||||
"changeDatabase.failed": "Impossibile cambiare database",
|
||||
"changeDatabase.failedWithError": "Impossibile modificare il database {0}"
|
||||
}
|
||||
10
i18n/ita/src/sql/parts/queryPlan/queryPlan.i18n.json
Normal file
10
i18n/ita/src/sql/parts/queryPlan/queryPlan.i18n.json
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."
|
||||
],
|
||||
"queryPlanTitle": "Piano di esecuzione della query"
|
||||
}
|
||||
25
i18n/ita/src/sql/parts/queryPlan/topOperations.i18n.json
Normal file
25
i18n/ita/src/sql/parts/queryPlan/topOperations.i18n.json
Normal file
@@ -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."
|
||||
],
|
||||
"topOperations.operation": "Operazione",
|
||||
"topOperations.object": "Oggetto",
|
||||
"topOperations.estCost": "Costo Stimato",
|
||||
"topOperations.estSubtreeCost": "Costo Stim. Sottoalbero",
|
||||
"topOperations.actualRows": "Righe effettive",
|
||||
"topOperations.estRows": "Righe stimate",
|
||||
"topOperations.actualExecutions": "Esecuzioni effettive",
|
||||
"topOperations.estCPUCost": "Costo Stimato di CPU",
|
||||
"topOperations.estIOCost": "Costo stimato IO",
|
||||
"topOperations.parallel": "Parallelo",
|
||||
"topOperations.actualRebinds": "Rebind Effettivi",
|
||||
"topOperations.estRebinds": "Rebind Stimati",
|
||||
"topOperations.actualRewinds": "Rewind effettivi",
|
||||
"topOperations.estRewinds": "Riavvolge",
|
||||
"topOperations.partitioned": "Partizionato",
|
||||
"topOperationsTitle": "Operazioni principali"
|
||||
}
|
||||
@@ -10,5 +10,6 @@
|
||||
"showTaskHistory": "Visualizza la cronologia delle attività",
|
||||
"taskHistory.view": "Vista",
|
||||
"taskHistory": "Cronologia delle attività",
|
||||
"datasource.task": "Stato dell'attività dell'operazione"
|
||||
"datasource.task": "Stato dell'attività dell'operazione",
|
||||
"miViewTasks": "&&Attività"
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"succeeded": "riuscito",
|
||||
"failed": "non riuscito",
|
||||
"inProgress": "in corso",
|
||||
"inProgress": "In corso",
|
||||
"notStarted": "non avviato",
|
||||
"canceled": "annullato",
|
||||
"canceling": "annullamento in corso"
|
||||
|
||||
@@ -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."
|
||||
],
|
||||
"invalidServerName": "Esiste già un gruppo di server con lo stesso nome."
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"connection.noAzureAccount": "Non è stato possibile recuperare il token dell'account di Azure per la connessione",
|
||||
"connectionNotAcceptedError": "Connessione non accettata",
|
||||
"connectionService.yes": "Sì",
|
||||
"connectionService.no": "No",
|
||||
"cancelConnectionConfirmation": "Sei sicuro di voler chiudere questa connessione?"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerIdNotValidError": "Per interagire con DacFxService, è richiesta la connessione",
|
||||
"noHandlerRegistered": "Non ci sono gestori registrati"
|
||||
}
|
||||
@@ -6,5 +6,5 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"schema.dashboardWidgets.InsightsRegistry": "Widget utilizzati nelle dashboard"
|
||||
"schema.dashboardWidgets.InsightsRegistry": "Widget usato nelle dashboard"
|
||||
}
|
||||
@@ -7,6 +7,6 @@
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"schema.dashboardWidgets.all": "Widget usato nelle dashboard",
|
||||
"schema.dashboardWidgets.database": "Widget utilizzati nelle dashboard",
|
||||
"schema.dashboardWidgets.server": "Widget utilizzato nelle dashboard"
|
||||
"schema.dashboardWidgets.database": "Widget usato nelle dashboard",
|
||||
"schema.dashboardWidgets.server": "Widget usato nelle dashboard"
|
||||
}
|
||||
11
i18n/ita/src/sql/platform/dialog/dialogTypes.i18n.json
Normal file
11
i18n/ita/src/sql/platform/dialog/dialogTypes.i18n.json
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."
|
||||
],
|
||||
"dialogModalDoneButtonLabel": "Operazione completata",
|
||||
"dialogModalCancelButtonLabel": "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."
|
||||
],
|
||||
"fileBrowserErrorMessage": "Si è verificato un errore durante il caricamento del browser di file.",
|
||||
"fileBrowserErrorDialogTitle": "Errore del File Browser"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobaction.successLabel": "Esito positivo",
|
||||
"jobaction.faillabel": "Errore",
|
||||
"jobaction.refresh": "Aggiorna",
|
||||
"jobaction.newJob": "Nuovo processo",
|
||||
"jobaction.run": "Esegui",
|
||||
"jobSuccessfullyStarted": ": il processo è stato avviato.",
|
||||
"jobaction.stop": "Arresta",
|
||||
"jobSuccessfullyStopped": ": il processo è stato arrestato.",
|
||||
"jobaction.editJob": "Modifica processo",
|
||||
"jobaction.deleteJob": "Elimina processo",
|
||||
"jobaction.deleteJobConfirm": "Eliminare il processo '{0}'?",
|
||||
"jobaction.failedToDeleteJob": "Impossibile eliminare il processo '{0}'.\r\nErrore: {1}",
|
||||
"jobaction.deletedJob": "Il processo è stato eliminato",
|
||||
"jobaction.newStep": "Nuovo passaggio",
|
||||
"jobaction.deleteStep": "Elimina passaggio",
|
||||
"jobaction.deleteStepConfirm": "Eliminare il passaggio '{0}'?",
|
||||
"jobaction.failedToDeleteStep": "Non è stato possibile eliminare il passaggio '{0}'.\r\nErrore: {1}",
|
||||
"jobaction.deletedStep": "Il passaggio del processo è stato eliminato",
|
||||
"jobaction.newAlert": "Nuovo avviso",
|
||||
"jobaction.editAlert": "Modifica avviso",
|
||||
"jobaction.deleteAlert": "Elimina avviso",
|
||||
"jobaction.Cancel": "Annulla",
|
||||
"jobaction.deleteAlertConfirm": "Eliminare l'avviso '{0}'?",
|
||||
"jobaction.failedToDeleteAlert": "Non è stato possibile eliminare l'avviso '{0}'.\r\nErrore: {1}",
|
||||
"jobaction.deletedAlert": "L'avviso è stato eliminato",
|
||||
"jobaction.newOperator": "Nuovo Operatore",
|
||||
"jobaction.editOperator": "Modifica operatore",
|
||||
"jobaction.deleteOperator": "Elimina operatore",
|
||||
"jobaction.deleteOperatorConfirm": "Eliminare l'operatore '{0}'?",
|
||||
"jobaction.failedToDeleteOperator": "Non è stato possibile eliminare l'operatore '{0}'.\r\nErrore: {1}",
|
||||
"joaction.deletedOperator": "L'operatore è stato eliminato",
|
||||
"jobaction.newProxy": "Nuovo Proxy",
|
||||
"jobaction.editProxy": "Modifica Proxy",
|
||||
"jobaction.deleteProxy": "Elimina proxy",
|
||||
"jobaction.deleteProxyConfirm": "Eliminare il proxy '{0}'?",
|
||||
"jobaction.failedToDeleteProxy": "Non è stato possibile eliminare il proxy '{0}'.\r\nErrore: {1}",
|
||||
"jobaction.deletedProxy": "Il proxy è stato eliminato"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"providerIdNotValidError": "Per interagire con JobManagementService, è richiesta la connessione",
|
||||
"noHandlerRegistered": "Non ci sono gestori registrati"
|
||||
}
|
||||
@@ -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."
|
||||
],
|
||||
"agentUtilities.failed": "non riuscito",
|
||||
"agentUtilities.succeeded": "riuscito",
|
||||
"agentUtilities.retry": "Riprova",
|
||||
"agentUtilities.canceled": "annullato",
|
||||
"agentUtilities.inProgress": "In corso",
|
||||
"agentUtilities.statusUnknown": "Stato sconosciuto",
|
||||
"agentUtilities.executing": "In esecuzione",
|
||||
"agentUtilities.waitingForThread": "In attesa del thread",
|
||||
"agentUtilities.betweenRetries": "Tra i tentativi",
|
||||
"agentUtilities.idle": "Inattivo",
|
||||
"agentUtilities.suspended": "Sospeso",
|
||||
"agentUtilities.obsolete": "[Obsoleto]",
|
||||
"agentUtilities.yes": "Sì",
|
||||
"agentUtilities.no": "No",
|
||||
"agentUtilities.notScheduled": "Non pianificata",
|
||||
"agentUtilities.neverRun": "Non eseguire mai"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user