Archived
Langpack Source update with fix for hashed strings (#24400)
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
This commit is contained in:
+12
-12
@@ -1,7 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/admin-tool-ext-win/dist/main" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.admin-tool-ext-win/dist/main" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="adminToolExtWin.noOENode">
|
||||
<source xml:lang="en">Could not determine Object Explorer node from connectionContext : {0}</source>
|
||||
<target state="translated">Non è stato possibile determinare il nodo di Esplora oggetti da connectionContext: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="adminToolExtWin.ssmsMinError">
|
||||
<source xml:lang="en">Error calling SsmsMin with args '{0}' - {1}</source>
|
||||
<target state="translated">Si è verificato un errore durante la chiamata di SsmsMin con gli argomenti '{0}' - {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="adminToolExtWin.launchingDialogStatus">
|
||||
<source xml:lang="en">Launching dialog...</source>
|
||||
<target state="translated">Avvio della finestra di dialogo...</target>
|
||||
@@ -18,17 +26,9 @@
|
||||
<source xml:lang="en">No connectionProfile provided from connectionContext : {0}</source>
|
||||
<target state="translated">Non è stato specificato alcun elemento connectionProfile da connectionContext: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="adminToolExtWin.noOENode">
|
||||
<source xml:lang="en">Could not determine Object Explorer node from connectionContext : {0}</source>
|
||||
<target state="translated">Non è stato possibile determinare il nodo di Esplora oggetti da connectionContext: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="adminToolExtWin.ssmsMinError">
|
||||
<source xml:lang="en">Error calling SsmsMin with args '{0}' - {1}</source>
|
||||
<target state="translated">Si è verificato un errore durante la chiamata di SsmsMin con gli argomenti '{0}' - {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/admin-tool-ext-win/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.admin-tool-ext-win/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="adminToolExtWin.description">
|
||||
<source xml:lang="en">Adds additional Windows-specific functionality to Azure Data Studio</source>
|
||||
@@ -43,8 +43,8 @@
|
||||
<target state="translated">Genera script...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="adminToolExtWin.propertiesMenuItem">
|
||||
<source xml:lang="en">Properties</source>
|
||||
<target state="translated">Proprietà</target>
|
||||
<source xml:lang="en">Properties (Admin Tools)</source>
|
||||
<target state="translated">Proprietà (strumenti Amministrazione)</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/agent/dist/data/alertData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/data/alertData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="alertData.DefaultAlertTypString">
|
||||
<source xml:lang="en">SQL Server event alert</source>
|
||||
<target state="translated">Avviso per evento di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertData.saveErrorMessage">
|
||||
<source xml:lang="en">Alert update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento dell'avviso non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertData.DefaultAlertTypString">
|
||||
<source xml:lang="en">SQL Server event alert</source>
|
||||
<target state="translated">Avviso per evento di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.PerformanceCondition">
|
||||
<source xml:lang="en">SQL Server performance condition alert</source>
|
||||
<target state="translated">Avviso relativo alle prestazioni di SQL Server</target>
|
||||
@@ -20,28 +20,28 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/data/jobData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/data/jobData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="jobData.jobNameRequired">
|
||||
<source xml:lang="en">Job name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del processo</target>
|
||||
<trans-unit id="jobData.newJobSuccessMessage">
|
||||
<source xml:lang="en">Job '{0}' created successfully</source>
|
||||
<target state="translated">Il processo '{0}' è stato creato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.saveSucessMessage">
|
||||
<source xml:lang="en">Job '{0}' updated successfully</source>
|
||||
<target state="translated">Il processo '{0}' è stato aggiornato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.newJobErrorMessage">
|
||||
<source xml:lang="en">Job creation failed '{0}'</source>
|
||||
<target state="translated">La creazione del processo non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.newJobSuccessMessage">
|
||||
<source xml:lang="en">Job '{0}' created successfully</source>
|
||||
<target state="translated">Il processo '{0}' è stato creato</target>
|
||||
<trans-unit id="jobData.jobNameRequired">
|
||||
<source xml:lang="en">Job name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.saveErrorMessage">
|
||||
<source xml:lang="en">Job update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento del processo non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.saveSucessMessage">
|
||||
<source xml:lang="en">Job '{0}' updated successfully</source>
|
||||
<target state="translated">Il processo '{0}' è stato aggiornato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobData.whenJobCompletes">
|
||||
<source xml:lang="en">When the job completes</source>
|
||||
<target state="translated">Al termine del processo</target>
|
||||
@@ -56,12 +56,8 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/data/jobStepData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/data/jobStepData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="jobStepData.saveErrorMessage">
|
||||
<source xml:lang="en">Step update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento del passaggio non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stepData.jobNameRequired">
|
||||
<source xml:lang="en">Job name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del processo</target>
|
||||
@@ -70,9 +66,13 @@
|
||||
<source xml:lang="en">Step name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepData.saveErrorMessage">
|
||||
<source xml:lang="en">Step update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento del passaggio non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/data/notebookData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/data/notebookData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notebookData.invalidNotebookPath">
|
||||
<source xml:lang="en">Invalid notebook path</source>
|
||||
@@ -82,26 +82,26 @@
|
||||
<source xml:lang="en">Job with similar name already exists</source>
|
||||
<target state="translated">Un processo con un nome simile esiste già</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.jobNameRequired">
|
||||
<source xml:lang="en">Notebook name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del notebook</target>
|
||||
<trans-unit id="notebookData.newJobSuccessMessage">
|
||||
<source xml:lang="en">Notebook '{0}' created successfully</source>
|
||||
<target state="translated">Il notebook '{0}' è stato creato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.saveSucessMessage">
|
||||
<source xml:lang="en">Notebook '{0}' updated successfully</source>
|
||||
<target state="translated">Il notebook '{0}' è stato aggiornato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.newJobErrorMessage">
|
||||
<source xml:lang="en">Notebook creation failed '{0}'</source>
|
||||
<target state="translated">Creazione del notebook non riuscita '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.newJobSuccessMessage">
|
||||
<source xml:lang="en">Notebook '{0}' created successfully</source>
|
||||
<target state="translated">Il notebook '{0}' è stato creato</target>
|
||||
<trans-unit id="notebookData.jobNameRequired">
|
||||
<source xml:lang="en">Notebook name must be provided</source>
|
||||
<target state="translated">È necessario specificare il nome del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.saveErrorMessage">
|
||||
<source xml:lang="en">Notebook update failed '{0}'</source>
|
||||
<target state="translated">Aggiornamento del blocco appunti non riuscito '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.saveSucessMessage">
|
||||
<source xml:lang="en">Notebook '{0}' updated successfully</source>
|
||||
<target state="translated">Il notebook '{0}' è stato aggiornato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookData.selectExecutionDatabase">
|
||||
<source xml:lang="en">Select execution database</source>
|
||||
<target state="translated">Selezionare il database di esecuzione</target>
|
||||
@@ -128,23 +128,23 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/data/proxyData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/data/proxyData" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="proxyData.newJobSuccessMessage">
|
||||
<source xml:lang="en">Proxy '{0}' created successfully</source>
|
||||
<target state="translated">Il proxy '{0}' è stato creato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="proxyData.saveErrorMessage">
|
||||
<source xml:lang="en">Proxy update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento del proxy non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="proxyData.saveSucessMessage">
|
||||
<source xml:lang="en">Proxy '{0}' updated successfully</source>
|
||||
<target state="translated">Il proxy '{0}' è stato aggiornato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="proxyData.saveErrorMessage">
|
||||
<source xml:lang="en">Proxy update failed '{0}'</source>
|
||||
<target state="translated">L'aggiornamento del proxy non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/agentDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/agentDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="agentDialog.Cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
@@ -156,108 +156,12 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/alertDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/alertDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="alertDialog.AdditionalNotification">
|
||||
<source xml:lang="en">Additional notification message to send</source>
|
||||
<target state="translated">Messaggio di notifica aggiuntivo da inviare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.AllDatabases">
|
||||
<source xml:lang="en"><all databases></source>
|
||||
<target state="translated"><tutti i database></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DatabaseName">
|
||||
<source xml:lang="en">Database name</source>
|
||||
<target state="translated">Nome del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DelayMinutes">
|
||||
<source xml:lang="en">Delay Minutes</source>
|
||||
<target state="translated">Ritardo in minuti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DelaySeconds">
|
||||
<source xml:lang="en">Delay Seconds</source>
|
||||
<target state="translated">Ritardo in secondi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ErrorNumber">
|
||||
<source xml:lang="en">Error number</source>
|
||||
<target state="translated">Numero di errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ExecuteJob">
|
||||
<source xml:lang="en">Execute Job</source>
|
||||
<target state="translated">Esegui processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ExecuteJobName">
|
||||
<source xml:lang="en">Job Name</source>
|
||||
<target state="translated">Nome del processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.General">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.IncludeErrorInEmail">
|
||||
<source xml:lang="en">Include alert error text in e-mail</source>
|
||||
<target state="translated">Includi testo dell'avviso in messaggi inviati tramite posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.IncludeErrorInPager">
|
||||
<source xml:lang="en">Include alert error text in pager</source>
|
||||
<target state="translated">Includi testo dell'avviso in messaggi inviati tramite cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.MessageText">
|
||||
<source xml:lang="en">Message text</source>
|
||||
<target state="translated">Testo del messaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NewJob">
|
||||
<source xml:lang="en">New Job</source>
|
||||
<target state="translated">Nuovo processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NewOperator">
|
||||
<source xml:lang="en">New Operator</source>
|
||||
<target state="translated">Nuovo operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NotifyOperators">
|
||||
<source xml:lang="en">Notify Operators</source>
|
||||
<target state="translated">Invia notifica a operatori</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorEmail">
|
||||
<source xml:lang="en">E-mail</source>
|
||||
<target state="translated">Posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorList">
|
||||
<source xml:lang="en">Operator List</source>
|
||||
<target state="translated">Elenco operatori</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorName">
|
||||
<source xml:lang="en">Operator</source>
|
||||
<target state="translated">Operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorPager">
|
||||
<source xml:lang="en">Pager</source>
|
||||
<target state="translated">Cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Options">
|
||||
<source xml:lang="en">Options</source>
|
||||
<target state="translated">Opzioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.RaiseAlertContains">
|
||||
<source xml:lang="en">Raise alert when message contains</source>
|
||||
<target state="translated">Genera un avviso quando il messaggio contiene</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Response">
|
||||
<source xml:lang="en">Response</source>
|
||||
<target state="translated">Risposta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Severity">
|
||||
<source xml:lang="en">Severity</source>
|
||||
<target state="translated">Gravità</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Severity001">
|
||||
<source xml:lang="en">001 - Miscellaneous System Information</source>
|
||||
<target state="translated">001 - Informazioni di sistema varie</target>
|
||||
@@ -358,38 +262,130 @@
|
||||
<source xml:lang="en">025 - Fatal Error</source>
|
||||
<target state="translated">025 - Errore irreversibile</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
<trans-unit id="alertDialog.AdditionalNotification">
|
||||
<source xml:lang="en">Additional notification message to send</source>
|
||||
<target state="translated">Messaggio di notifica aggiuntivo da inviare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.createAlert">
|
||||
<source xml:lang="en">Create Alert</source>
|
||||
<target state="translated">Crea avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DatabaseName">
|
||||
<source xml:lang="en">Database name</source>
|
||||
<target state="translated">Nome del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DelayMinutes">
|
||||
<source xml:lang="en">Delay Minutes</source>
|
||||
<target state="translated">Ritardo in minuti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.DelaySeconds">
|
||||
<source xml:lang="en">Delay Seconds</source>
|
||||
<target state="translated">Ritardo in secondi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorEmail">
|
||||
<source xml:lang="en">E-mail</source>
|
||||
<target state="translated">Posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.editAlert">
|
||||
<source xml:lang="en">Edit Alert</source>
|
||||
<target state="translated">Modifica avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ErrorNumber">
|
||||
<source xml:lang="en">Error number</source>
|
||||
<target state="translated">Numero di errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.eventAlert">
|
||||
<source xml:lang="en">Event alert definition</source>
|
||||
<target state="translated">Definizione di avviso di evento</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ExecuteJob">
|
||||
<source xml:lang="en">Execute Job</source>
|
||||
<target state="translated">Esegui processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.General">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.IncludeErrorInEmail">
|
||||
<source xml:lang="en">Include alert error text in e-mail</source>
|
||||
<target state="translated">Includi testo dell'avviso in messaggi inviati tramite posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.IncludeErrorInPager">
|
||||
<source xml:lang="en">Include alert error text in pager</source>
|
||||
<target state="translated">Includi testo dell'avviso in messaggi inviati tramite cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.ExecuteJobName">
|
||||
<source xml:lang="en">Job Name</source>
|
||||
<target state="translated">Nome del processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.MessageText">
|
||||
<source xml:lang="en">Message text</source>
|
||||
<target state="translated">Testo del messaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NewJob">
|
||||
<source xml:lang="en">New Job</source>
|
||||
<target state="translated">Nuovo processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NewOperator">
|
||||
<source xml:lang="en">New Operator</source>
|
||||
<target state="translated">Nuovo operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.NotifyOperators">
|
||||
<source xml:lang="en">Notify Operators</source>
|
||||
<target state="translated">Invia notifica a operatori</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorName">
|
||||
<source xml:lang="en">Operator</source>
|
||||
<target state="translated">Operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorList">
|
||||
<source xml:lang="en">Operator List</source>
|
||||
<target state="translated">Elenco operatori</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Options">
|
||||
<source xml:lang="en">Options</source>
|
||||
<target state="translated">Opzioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.OperatorPager">
|
||||
<source xml:lang="en">Pager</source>
|
||||
<target state="translated">Cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.RaiseAlertContains">
|
||||
<source xml:lang="en">Raise alert when message contains</source>
|
||||
<target state="translated">Genera un avviso quando il messaggio contiene</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Response">
|
||||
<source xml:lang="en">Response</source>
|
||||
<target state="translated">Risposta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Severity">
|
||||
<source xml:lang="en">Severity</source>
|
||||
<target state="translated">Gravità</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="alertDialog.Type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/jobDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/jobDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="jobDialog.alertEnabledLabel">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
<trans-unit id="jobDialog.notificationsTabTop">
|
||||
<source xml:lang="en">Actions to perform when the job completes</source>
|
||||
<target state="translated">Azioni da eseguire quando il processo viene completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.alertNameLabel">
|
||||
<source xml:lang="en">Alert Name</source>
|
||||
<target state="translated">Nome dell'avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.alertTypeLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.alerts">
|
||||
<source xml:lang="en">Alerts</source>
|
||||
<target state="translated">Avvisi</target>
|
||||
@@ -398,9 +394,9 @@
|
||||
<source xml:lang="en">Alerts list</source>
|
||||
<target state="translated">Elenco avvisi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.blankJobNameError">
|
||||
<source xml:lang="en">The name of the job cannot be blank.</source>
|
||||
<target state="translated">Il nome del processo non può essere vuoto.</target>
|
||||
<trans-unit id="jobDialog.deleteJobLabel">
|
||||
<source xml:lang="en">Automatically delete job</source>
|
||||
<target state="translated">Elimina automaticamente il processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.category">
|
||||
<source xml:lang="en">Category</source>
|
||||
@@ -410,34 +406,30 @@
|
||||
<source xml:lang="en">Delete Step</source>
|
||||
<target state="translated">Elimina passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.deleteJobLabel">
|
||||
<source xml:lang="en">Automatically delete job</source>
|
||||
<target state="translated">Elimina automaticamente il processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.description">
|
||||
<source xml:lang="en">Description</source>
|
||||
<target state="translated">Descrizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.edit">
|
||||
<source xml:lang="en">Edit Step</source>
|
||||
<target state="translated">Modifica passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.editJob">
|
||||
<source xml:lang="en">Edit Job</source>
|
||||
<target state="translated">Modifica processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.edit">
|
||||
<source xml:lang="en">Edit Step</source>
|
||||
<target state="translated">Modifica passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.email">
|
||||
<source xml:lang="en">Email</source>
|
||||
<target state="translated">Messaggio di posta elettronica</target>
|
||||
<target state="translated">Indirizzo di posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.alertEnabledLabel">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.eventLogCheckBoxLabel">
|
||||
<source xml:lang="en">Write to the Windows Application event log</source>
|
||||
<target state="translated">Scrivi nel log eventi dell'applicazione di Windows</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.general">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
@@ -458,10 +450,6 @@
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.new">
|
||||
<source xml:lang="en">New Step</source>
|
||||
<target state="translated">Nuovo passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.newAlert">
|
||||
<source xml:lang="en">New Alert</source>
|
||||
<target state="translated">Nuovo avviso</target>
|
||||
@@ -470,14 +458,14 @@
|
||||
<source xml:lang="en">New Job</source>
|
||||
<target state="translated">Nuovo processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.new">
|
||||
<source xml:lang="en">New Step</source>
|
||||
<target state="translated">Nuovo passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.notifications">
|
||||
<source xml:lang="en">Notifications</source>
|
||||
<target state="translated">Notifiche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.notificationsTabTop">
|
||||
<source xml:lang="en">Actions to perform when the job completes</source>
|
||||
<target state="translated">Azioni da eseguire quando il processo viene completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.onFailure">
|
||||
<source xml:lang="en">On Failure</source>
|
||||
<target state="translated">In caso di errore</target>
|
||||
@@ -522,42 +510,34 @@
|
||||
<source xml:lang="en">Steps</source>
|
||||
<target state="translated">Passaggi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.blankJobNameError">
|
||||
<source xml:lang="en">The name of the job cannot be blank.</source>
|
||||
<target state="translated">Il nome del processo non può essere vuoto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.alertTypeLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobDialog.eventLogCheckBoxLabel">
|
||||
<source xml:lang="en">Write to the Windows Application event log</source>
|
||||
<target state="translated">Scrivi nel log eventi dell'applicazione di Windows</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/jobStepDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/jobStepDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="jobStepDialog.CmdExec">
|
||||
<source xml:lang="en">Operating system (CmdExec)</source>
|
||||
<target state="translated">Sistema operativo (CmdExec)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.TSQL">
|
||||
<source xml:lang="en">Transact-SQL script (T-SQL)</source>
|
||||
<target state="translated">Script Transact-SQL (T-SQL)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.advanced">
|
||||
<source xml:lang="en">Advanced</source>
|
||||
<target state="translated">Avanzate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.agentServiceAccount">
|
||||
<source xml:lang="en">SQL Server Agent Service Account</source>
|
||||
<target state="translated">Account del servizio SQL Server Agent</target>
|
||||
<target state="translated">Avanzata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.allFiles">
|
||||
<source xml:lang="en">All Files (*)</source>
|
||||
<target state="translated">Tutti i file (*)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.analysisCommand">
|
||||
<source xml:lang="en">SQL Server Analysis Services Command</source>
|
||||
<target state="translated">Comando di SQL Server Analysis Services</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.analysisQuery">
|
||||
<source xml:lang="en">SQL Server Analysis Services Query</source>
|
||||
<target state="translated">Query di SQL Server Analysis Services</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.appendExistingTableEntry">
|
||||
<source xml:lang="en">Append output to exisiting entry in table</source>
|
||||
<target state="translated">Accoda output a voce esistente nella tabella</target>
|
||||
@@ -566,10 +546,6 @@
|
||||
<source xml:lang="en">Append output to existing file</source>
|
||||
<target state="translated">Accoda output a file esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.blankStepName">
|
||||
<source xml:lang="en">The step name cannot be left blank</source>
|
||||
<target state="translated">Il nome del passaggio non può essere lasciato vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
@@ -586,18 +562,6 @@
|
||||
<source xml:lang="en">Edit Job Step</source>
|
||||
<target state="translated">Modifica passaggio del processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.failParse">
|
||||
<source xml:lang="en">The command failed.</source>
|
||||
<target state="translated">Il comando non è riuscito.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.failureAction">
|
||||
<source xml:lang="en">On failure action</source>
|
||||
<target state="translated">Azione in caso di errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.fileBrowserTitle">
|
||||
<source xml:lang="en">Locate Database Files - </source>
|
||||
<target state="translated">Trova file di database - </target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.fileName">
|
||||
<source xml:lang="en">File name</source>
|
||||
<target state="translated">Nome file</target>
|
||||
@@ -610,10 +574,18 @@
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.nextStep">
|
||||
<source xml:lang="en">Go to the next step</source>
|
||||
<target state="translated">Vai al passaggio successivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.includeStepOutputHistory">
|
||||
<source xml:lang="en">Include step output in history</source>
|
||||
<target state="translated">Includi output del passaggio nella cronologia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.fileBrowserTitle">
|
||||
<source xml:lang="en">Locate Database Files - </source>
|
||||
<target state="translated">Trova file di database - </target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.logToTable">
|
||||
<source xml:lang="en">Log to table</source>
|
||||
<target state="translated">Registra nella tabella</target>
|
||||
@@ -622,18 +594,26 @@
|
||||
<source xml:lang="en">New Job Step</source>
|
||||
<target state="translated">Nuovo passaggio del processo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.nextStep">
|
||||
<source xml:lang="en">Go to the next step</source>
|
||||
<target state="translated">Vai al passaggio successivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.failureAction">
|
||||
<source xml:lang="en">On failure action</source>
|
||||
<target state="translated">Azione in caso di errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.successAction">
|
||||
<source xml:lang="en">On success action</source>
|
||||
<target state="translated">Azione in caso di operazione riuscita</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.open">
|
||||
<source xml:lang="en">Open...</source>
|
||||
<target state="translated">Apri...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.CmdExec">
|
||||
<source xml:lang="en">Operating system (CmdExec)</source>
|
||||
<target state="translated">Sistema operativo (CmdExec)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.outputFile">
|
||||
<source xml:lang="en">Output File</source>
|
||||
<target state="translated">File di output</target>
|
||||
@@ -694,38 +674,54 @@
|
||||
<source xml:lang="en">Run as user</source>
|
||||
<target state="translated">Esegui come utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.selectedPath">
|
||||
<source xml:lang="en">Selected path</source>
|
||||
<target state="translated">Percorso selezionato</target>
|
||||
<trans-unit id="jobStepDialog.agentServiceAccount">
|
||||
<source xml:lang="en">SQL Server Agent Service Account</source>
|
||||
<target state="translated">Account del servizio SQL Server Agent</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.analysisCommand">
|
||||
<source xml:lang="en">SQL Server Analysis Services Command</source>
|
||||
<target state="translated">Comando di SQL Server Analysis Services</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.analysisQuery">
|
||||
<source xml:lang="en">SQL Server Analysis Services Query</source>
|
||||
<target state="translated">Query di SQL Server Analysis Services</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.servicesPackage">
|
||||
<source xml:lang="en">SQL Server Integration Service Package</source>
|
||||
<target state="translated">Pacchetto SQL Server Integration Services</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.selectedPath">
|
||||
<source xml:lang="en">Selected path</source>
|
||||
<target state="translated">Percorso selezionato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.stepNameLabel">
|
||||
<source xml:lang="en">Step Name</source>
|
||||
<target state="translated">Nome del passaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.successAction">
|
||||
<source xml:lang="en">On success action</source>
|
||||
<target state="translated">Azione in caso di operazione riuscita</target>
|
||||
<trans-unit id="jobStepDialog.failParse">
|
||||
<source xml:lang="en">The command failed.</source>
|
||||
<target state="translated">Il comando non è riuscito.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.successParse">
|
||||
<source xml:lang="en">The command was successfully parsed.</source>
|
||||
<target state="translated">Il comando è stato analizzato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.blankStepName">
|
||||
<source xml:lang="en">The step name cannot be left blank</source>
|
||||
<target state="translated">Il nome del passaggio non può essere lasciato vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.TSQL">
|
||||
<source xml:lang="en">Transact-SQL script (T-SQL)</source>
|
||||
<target state="translated">Script Transact-SQL (T-SQL)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="jobStepDialog.typeLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/notebookDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/notebookDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notebookDialog.defaultDropdownString">
|
||||
<source xml:lang="en">Select Database</source>
|
||||
<target state="translated">Seleziona database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.description">
|
||||
<source xml:lang="en">Description</source>
|
||||
<target state="translated">Descrizione</target>
|
||||
@@ -738,10 +734,6 @@
|
||||
<source xml:lang="en">Execution Database</source>
|
||||
<target state="translated">Database di esecuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.executionDatabaseInfo">
|
||||
<source xml:lang="en">Select a database against which notebook queries will run</source>
|
||||
<target state="translated">Selezionare un database in cui verranno eseguite le query del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.general">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
@@ -762,6 +754,10 @@
|
||||
<source xml:lang="en">Notebook Details</source>
|
||||
<target state="translated">Dettagli dei notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.templateNotebook">
|
||||
<source xml:lang="en">Notebook Path</source>
|
||||
<target state="translated">Percorso del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.owner">
|
||||
<source xml:lang="en">Owner</source>
|
||||
<target state="translated">Proprietario</target>
|
||||
@@ -778,30 +774,30 @@
|
||||
<source xml:lang="en">Schedules list</source>
|
||||
<target state="translated">Elenco pianificazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.targetDatabase">
|
||||
<source xml:lang="en">Storage Database</source>
|
||||
<target state="translated">Database di archiviazione</target>
|
||||
<trans-unit id="notebookDialog.defaultDropdownString">
|
||||
<source xml:lang="en">Select Database</source>
|
||||
<target state="translated">Seleziona database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.executionDatabaseInfo">
|
||||
<source xml:lang="en">Select a database against which notebook queries will run</source>
|
||||
<target state="translated">Selezionare un database in cui verranno eseguite le query del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.targetDatabaseInfo">
|
||||
<source xml:lang="en">Select a database to store all notebook job metadata and results</source>
|
||||
<target state="translated">Selezionare un database per archiviare tutti i metadati e i risultati del processo del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.templateNotebook">
|
||||
<source xml:lang="en">Notebook Path</source>
|
||||
<target state="translated">Percorso del notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.templatePath">
|
||||
<source xml:lang="en">Select a notebook to schedule from PC</source>
|
||||
<target state="translated">Selezionare un notebook da pianificare dal computer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookDialog.targetDatabase">
|
||||
<source xml:lang="en">Storage Database</source>
|
||||
<target state="translated">Database di archiviazione</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/operatorDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/operatorDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="createOperator.AlertEmailColumnLabel">
|
||||
<source xml:lang="en">E-mail</source>
|
||||
<target state="translated">Posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.AlertListHeading">
|
||||
<source xml:lang="en">Alert list</source>
|
||||
<target state="translated">Elenco avvisi</target>
|
||||
@@ -810,22 +806,38 @@
|
||||
<source xml:lang="en">Alert name</source>
|
||||
<target state="translated">Nome dell'avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.AlertPagerColumnLabel">
|
||||
<source xml:lang="en">Pager</source>
|
||||
<target state="translated">Cercapersone</target>
|
||||
<trans-unit id="createOperator.createOperator">
|
||||
<source xml:lang="en">Create Operator</source>
|
||||
<target state="translated">Crea operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.AlertEmailColumnLabel">
|
||||
<source xml:lang="en">E-mail</source>
|
||||
<target state="translated">Posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.EmailName">
|
||||
<source xml:lang="en">E-mail Name</source>
|
||||
<target state="translated">Indirizzo di posta elettronica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.editOperator">
|
||||
<source xml:lang="en">Edit Operator</source>
|
||||
<target state="translated">Modifica operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.Enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
<target state="translated">Abilitata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerFridayCheckBox">
|
||||
<source xml:lang="en">Friday </source>
|
||||
<target state="translated">Venerdì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.General">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerMondayCheckBox">
|
||||
<source xml:lang="en">Monday</source>
|
||||
<target state="translated">Lunedì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.Name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
@@ -834,21 +846,17 @@
|
||||
<source xml:lang="en">Notifications</source>
|
||||
<target state="translated">Notifiche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerDutySchedule">
|
||||
<source xml:lang="en">Pager on duty schedule</source>
|
||||
<target state="translated">Pianificazione cercapersone per operatore in servizio</target>
|
||||
<trans-unit id="createOperator.AlertPagerColumnLabel">
|
||||
<source xml:lang="en">Pager</source>
|
||||
<target state="translated">Cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerEmailName">
|
||||
<source xml:lang="en">Pager E-mail Name</source>
|
||||
<target state="translated">Indirizzo cercapersone</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerFridayCheckBox">
|
||||
<source xml:lang="en">Friday </source>
|
||||
<target state="translated">Venerdì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerMondayCheckBox">
|
||||
<source xml:lang="en">Monday</source>
|
||||
<target state="translated">Lunedì</target>
|
||||
<trans-unit id="createOperator.PagerDutySchedule">
|
||||
<source xml:lang="en">Pager on duty schedule</source>
|
||||
<target state="translated">Pianificazione cercapersone per operatore in servizio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.PagerSaturdayCheckBox">
|
||||
<source xml:lang="en">Saturday</source>
|
||||
@@ -870,14 +878,6 @@
|
||||
<source xml:lang="en">Wednesday</source>
|
||||
<target state="translated">Mercoledì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.createOperator">
|
||||
<source xml:lang="en">Create Operator</source>
|
||||
<target state="translated">Crea operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.editOperator">
|
||||
<source xml:lang="en">Edit Operator</source>
|
||||
<target state="translated">Modifica operatore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createOperator.workdayBegin">
|
||||
<source xml:lang="en">Workday begin</source>
|
||||
<target state="translated">Inizio della giornata lavorativa</target>
|
||||
@@ -888,7 +888,7 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/pickScheduleDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/pickScheduleDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="pickSchedule.availableSchedules">
|
||||
<source xml:lang="en">Available Schedules:</source>
|
||||
@@ -902,26 +902,30 @@
|
||||
<source xml:lang="en">Description</source>
|
||||
<target state="translated">Descrizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.jobSchedules">
|
||||
<source xml:lang="en">Job Schedules</source>
|
||||
<target state="translated">Pianificazioni processi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.scheduleID">
|
||||
<source xml:lang="en">ID</source>
|
||||
<target state="translated">ID</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.jobSchedules">
|
||||
<source xml:lang="en">Job Schedules</source>
|
||||
<target state="translated">Pianificazioni processi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.scheduleName">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pickSchedule.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/dialogs/proxyDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/dialogs/proxyDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="createProxy.createProxy">
|
||||
<source xml:lang="en">Create Proxy</source>
|
||||
<target state="translated">Crea proxy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProxy.CredentialName">
|
||||
<source xml:lang="en">Credential name</source>
|
||||
<target state="translated">Nome della credenziale</target>
|
||||
@@ -930,6 +934,10 @@
|
||||
<source xml:lang="en">Description</source>
|
||||
<target state="translated">Descrizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProxy.editProxy">
|
||||
<source xml:lang="en">Edit Proxy</source>
|
||||
<target state="translated">Modifica proxy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProxy.General">
|
||||
<source xml:lang="en">General</source>
|
||||
<target state="translated">Generale</target>
|
||||
@@ -982,30 +990,22 @@
|
||||
<source xml:lang="en">Subsystem</source>
|
||||
<target state="translated">Sottosistema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProxy.createProxy">
|
||||
<source xml:lang="en">Create Proxy</source>
|
||||
<target state="translated">Crea proxy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProxy.editProxy">
|
||||
<source xml:lang="en">Edit Proxy</source>
|
||||
<target state="translated">Modifica proxy</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/agent/dist/mainController" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.agent/dist/mainController" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="agent.AddNewConnection">
|
||||
<source xml:lang="en">Add new connection</source>
|
||||
<target state="translated">Aggiungere nuova connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="agent.selectConnection">
|
||||
<source xml:lang="en">Select a connection</source>
|
||||
<target state="translated">Selezionare una connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="agent.selectValidConnection">
|
||||
<source xml:lang="en">Please select a valid connection</source>
|
||||
<target state="translated">Selezionare una connessione valida.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="agent.selectConnection">
|
||||
<source xml:lang="en">Select a connection</source>
|
||||
<target state="translated">Selezionare una connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="agent.templateUploadError">
|
||||
<source xml:lang="en">Template update failure</source>
|
||||
<target state="translated">Errore di aggiornamento del modello</target>
|
||||
File diff suppressed because it is too large
Load Diff
+175
-175
@@ -1,42 +1,38 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/asde-deployment/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.asde-deployment/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="resource-type-sql-edge-display-name">
|
||||
<source xml:lang="en">Azure SQL Edge</source>
|
||||
<target state="translated">SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resource-type-sql-edge-description">
|
||||
<source xml:lang="en">Azure SQL Edge (Preview) is an optimized relational database engine geared for IoT and IoT Edge deployments.</source>
|
||||
<target state="translated">SQL Edge di Azure (anteprima) è un motore di database relazionale ottimizzato progettato per le distribuzioni di IoT e IoT Edge.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="extension-displayName">
|
||||
<source xml:lang="en">Azure SQL Edge Deployment Extension</source>
|
||||
<target state="translated">Estensione di distribuzione di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-sql-port-field">
|
||||
<source xml:lang="en">Azure SQL Edge Port</source>
|
||||
<target state="translated">Porta di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlserver-info-section-title">
|
||||
<source xml:lang="en">Azure SQL Edge information</source>
|
||||
<target state="translated">Informazioni su SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-sql-password-field">
|
||||
<source xml:lang="en">Azure SQL Edge instance (sa) password</source>
|
||||
<target state="translated">Password (sa) dell'istanza di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure-info-section-title">
|
||||
<source xml:lang="en">Azure information</source>
|
||||
<target state="translated">Informazioni su Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_location">
|
||||
<source xml:lang="en">Location</source>
|
||||
<target state="translated">Percorso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_resource_group">
|
||||
<source xml:lang="en">Resource group</source>
|
||||
<target state="translated">Gruppo di risorse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_subscription_id">
|
||||
<source xml:lang="en">Subscription id</source>
|
||||
<target state="translated">ID sottoscrizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-id">
|
||||
<source xml:lang="en">Device ID</source>
|
||||
<target state="translated">ID dispositivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-ip-address">
|
||||
<source xml:lang="en">Device IP Address</source>
|
||||
<target state="translated">Indirizzo IP dispositivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-ip-address-description">
|
||||
<source xml:lang="en">Will be used to connect to the Azure SQL Edge instance after deployment</source>
|
||||
<target state="translated">Verrà utilizzato per connettersi all'istanza di SQL Edge di Azure dopo la distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-target-condition">
|
||||
<source xml:lang="en">Target condition</source>
|
||||
<target state="translated">Condizione di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-target-condition-learn-more">
|
||||
<source xml:lang="en">Learn more about target condition</source>
|
||||
<target state="translated">Altre informazioni sulla condizione di destinazione</target>
|
||||
<trans-unit id="vm_password_confirm">
|
||||
<source xml:lang="en">Confirm VM admin password</source>
|
||||
<target state="translated">Conferma password amministratore macchina virtuale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-confirm-sql-password-field">
|
||||
<source xml:lang="en">Confirm password</source>
|
||||
@@ -46,170 +42,174 @@
|
||||
<source xml:lang="en">Container name</source>
|
||||
<target state="translated">Nome del contenitore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-imagetag-field">
|
||||
<source xml:lang="en">Image tag</source>
|
||||
<target state="translated">Tag dell'immagine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-password-field">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-registry-field">
|
||||
<source xml:lang="en">Registry</source>
|
||||
<target state="translated">Registro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-repository-field">
|
||||
<source xml:lang="en">Repository</source>
|
||||
<target state="translated">Repository</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-settings-section-title">
|
||||
<source xml:lang="en">Docker settings</source>
|
||||
<target state="translated">Impostazioni di Docker</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-sql-password-field">
|
||||
<source xml:lang="en">Azure SQL Edge instance (sa) password</source>
|
||||
<target state="translated">Password (sa) dell'istanza di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-sql-port-field">
|
||||
<source xml:lang="en">Azure SQL Edge Port</source>
|
||||
<target state="translated">Porta di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-username-field">
|
||||
<source xml:lang="en">Username</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-agreement">
|
||||
<source xml:lang="en">I accept {0} and {1}.</source>
|
||||
<target state="translated">Accetto {0} e {1}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-eula">
|
||||
<source xml:lang="en">Microsoft Azure SQL Edge License Agreement</source>
|
||||
<target state="translated">Contratto di licenza di SQL Edge di Microsoft Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-password-field">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-target-field">
|
||||
<source xml:lang="en">Name or IP address</source>
|
||||
<target state="translated">Nome o indirizzo IP</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-username-field">
|
||||
<source xml:lang="en">Username</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="extension-description">
|
||||
<source xml:lang="en">Provides a notebook-based experience to deploy Azure SQL Edge</source>
|
||||
<target state="translated">Offre un'esperienza basata su notebook per la distribuzione di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="extension-displayName">
|
||||
<source xml:lang="en">Azure SQL Edge Deployment Extension</source>
|
||||
<target state="translated">Estensione di distribuzione di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="iot-hub-name">
|
||||
<source xml:lang="en">IoT Hub name</source>
|
||||
<target state="translated">Nome dell'hub IoT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="microsoft-privacy-statement">
|
||||
<source xml:lang="en">Microsoft Privacy Statement</source>
|
||||
<target state="translated">Informativa sulla privacy di Microsoft</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package-files">
|
||||
<source xml:lang="en">SQL Server Package files</source>
|
||||
<target state="translated">File di pacchetto SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package_path">
|
||||
<source xml:lang="en">Package file</source>
|
||||
<target state="translated">File del pacchetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package_path_description">
|
||||
<source xml:lang="en">Path of the SQL Server package file(dacpac, bacpac) or compressed package file.</source>
|
||||
<target state="translated">Percorso del file di pacchetto SQL Server (dacpac, bacpac) o file di pacchetto compresso.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="remote-info-section-title">
|
||||
<source xml:lang="en">Target machine information</source>
|
||||
<target state="translated">Informazioni computer di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resource-type-sql-edge-description">
|
||||
<source xml:lang="en">Azure SQL Edge (Preview) is an optimized relational database engine geared for IoT and IoT Edge deployments.</source>
|
||||
<target state="translated">SQL Edge di Azure (anteprima) è un motore di database relazionale ottimizzato progettato per le distribuzioni di IoT e IoT Edge.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resource-type-sql-edge-display-name">
|
||||
<source xml:lang="en">Azure SQL Edge</source>
|
||||
<target state="translated">SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-display-name">
|
||||
<source xml:lang="en">New Azure IoT Hub and VM (password authentication)</source>
|
||||
<target state="translated">Nuovi hub IoT di Azure e macchina virtuale (autenticazione della password)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-multi-device-display-name">
|
||||
<source xml:lang="en">Multiple devices of an Azure IoT Hub</source>
|
||||
<target state="translated">Più dispositivi di un hub IoT di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-multi-device-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to multiple Azure IoT devices</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in più dispositivi Azure ioT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-single-device-display-name">
|
||||
<source xml:lang="en">Existing device of an Azure IoT Hub</source>
|
||||
<target state="translated">Dispositivo esistente di un hub IoT di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-single-device-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to an existing device</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in un dispositivo esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-sshkey-display-name">
|
||||
<source xml:lang="en">New Azure IoT Hub and VM (ssh public key authentication)</source>
|
||||
<target state="translated">Nuovi hub IoT di Azure e macchina virtuale (autenticazione chiave pubblica SSH)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to a new Azure VM via IoT hub</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in una nuova macchina virtuale di Azure tramite l'hub IoT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-local-display-name">
|
||||
<source xml:lang="en">Local container instance</source>
|
||||
<target state="translated">Istanza di contenitore locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-local-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge container instance on local machine</source>
|
||||
<target state="translated">Distribuisci istanza di contenitore di SQL Edge di Azure nel computer locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-remote-display-name">
|
||||
<source xml:lang="en">Remote container instance</source>
|
||||
<target state="translated">Istanza di contenitore remota</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-remote-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge container instance on remote machine</source>
|
||||
<target state="translated">Distribuisci istanza di contenitore di SQL Edge di Azure nel computer remoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to a new Azure VM via IoT hub</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in una nuova macchina virtuale di Azure tramite l'hub IoT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-single-device-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to an existing device</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in un dispositivo esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-multi-device-title">
|
||||
<source xml:lang="en">Deploy Azure SQL Edge to multiple Azure IoT devices</source>
|
||||
<target state="translated">Distribuisci SQL Edge di Azure in più dispositivi Azure ioT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-type-display-name">
|
||||
<source xml:lang="en">Deployment target</source>
|
||||
<target state="translated">Destinazione di distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlserver-info-section-title">
|
||||
<source xml:lang="en">Azure SQL Edge information</source>
|
||||
<target state="translated">Informazioni su SQL Edge di Azure</target>
|
||||
<trans-unit id="device-id">
|
||||
<source xml:lang="en">Device ID</source>
|
||||
<target state="translated">ID dispositivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_admin">
|
||||
<source xml:lang="en">VM admin username</source>
|
||||
<target state="translated">Nome utente amministratore macchina virtuale</target>
|
||||
<trans-unit id="device-ip-address">
|
||||
<source xml:lang="en">Device IP Address</source>
|
||||
<target state="translated">Indirizzo IP dispositivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_password">
|
||||
<source xml:lang="en">VM admin password</source>
|
||||
<target state="translated">Password amministratore macchina virtuale</target>
|
||||
<trans-unit id="docker-settings-section-title">
|
||||
<source xml:lang="en">Docker settings</source>
|
||||
<target state="translated">Impostazioni di Docker</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_password_confirm">
|
||||
<source xml:lang="en">Confirm VM admin password</source>
|
||||
<target state="translated">Conferma password amministratore macchina virtuale</target>
|
||||
<trans-unit id="sql-edge-azure-single-device-display-name">
|
||||
<source xml:lang="en">Existing device of an Azure IoT Hub</source>
|
||||
<target state="translated">Dispositivo esistente di un hub IoT di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_password_validation_error_message">
|
||||
<source xml:lang="en">VM password must be 12 to 123 characters in length and consists of upper case characters, lower case characters, numbers and special characters.</source>
|
||||
<target state="translated">La password della macchina virtuale deve avere una lunghezza compresa tra 12 e 123 caratteri e può essere costituita da caratteri maiuscoli, caratteri minuscoli, numeri e caratteri speciali.</target>
|
||||
<trans-unit id="edge-agreement">
|
||||
<source xml:lang="en">I accept {0} and {1}.</source>
|
||||
<target state="translated">Accetto {0} e {1}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-imagetag-field">
|
||||
<source xml:lang="en">Image tag</source>
|
||||
<target state="translated">Tag dell'immagine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="iot-hub-name">
|
||||
<source xml:lang="en">IoT Hub name</source>
|
||||
<target state="translated">Nome dell'hub IoT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-target-condition-learn-more">
|
||||
<source xml:lang="en">Learn more about target condition</source>
|
||||
<target state="translated">Altre informazioni sulla condizione di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-local-display-name">
|
||||
<source xml:lang="en">Local container instance</source>
|
||||
<target state="translated">Istanza di contenitore locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_location">
|
||||
<source xml:lang="en">Location</source>
|
||||
<target state="translated">Percorso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-eula">
|
||||
<source xml:lang="en">Microsoft Azure SQL Edge License Agreement</source>
|
||||
<target state="translated">Contratto di licenza di SQL Edge di Microsoft Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="microsoft-privacy-statement">
|
||||
<source xml:lang="en">Microsoft Privacy Statement</source>
|
||||
<target state="translated">Informativa sulla privacy di Microsoft</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-multi-device-display-name">
|
||||
<source xml:lang="en">Multiple devices of an Azure IoT Hub</source>
|
||||
<target state="translated">Più dispositivi di un hub IoT di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-target-field">
|
||||
<source xml:lang="en">Name or IP address</source>
|
||||
<target state="translated">Nome o indirizzo IP</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-display-name">
|
||||
<source xml:lang="en">New Azure IoT Hub and VM (password authentication)</source>
|
||||
<target state="translated">Nuovi hub IoT di Azure e macchina virtuale (autenticazione della password)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-azure-sshkey-display-name">
|
||||
<source xml:lang="en">New Azure IoT Hub and VM (ssh public key authentication)</source>
|
||||
<target state="translated">Nuovi hub IoT di Azure e macchina virtuale (autenticazione chiave pubblica SSH)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package_path">
|
||||
<source xml:lang="en">Package file</source>
|
||||
<target state="translated">File del pacchetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-password-field">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-password-field">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package_path_description">
|
||||
<source xml:lang="en">Path of the SQL Server package file(dacpac, bacpac) or compressed package file.</source>
|
||||
<target state="translated">Percorso del file di pacchetto SQL Server (dacpac, bacpac) o file di pacchetto compresso.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="extension-description">
|
||||
<source xml:lang="en">Provides a notebook-based experience to deploy Azure SQL Edge</source>
|
||||
<target state="translated">Offre un'esperienza basata su notebook per la distribuzione di SQL Edge di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-registry-field">
|
||||
<source xml:lang="en">Registry</source>
|
||||
<target state="translated">Registro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql-edge-remote-display-name">
|
||||
<source xml:lang="en">Remote container instance</source>
|
||||
<target state="translated">Istanza di contenitore remota</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-repository-field">
|
||||
<source xml:lang="en">Repository</source>
|
||||
<target state="translated">Repository</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_resource_group">
|
||||
<source xml:lang="en">Resource group</source>
|
||||
<target state="translated">Gruppo di risorse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="package-files">
|
||||
<source xml:lang="en">SQL Server Package files</source>
|
||||
<target state="translated">File di pacchetto SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_ssh_public_key">
|
||||
<source xml:lang="en">SSH public key</source>
|
||||
<target state="translated">Chiave pubblica SSH</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure_subscription_id">
|
||||
<source xml:lang="en">Subscription id</source>
|
||||
<target state="translated">ID sottoscrizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-target-condition">
|
||||
<source xml:lang="en">Target condition</source>
|
||||
<target state="translated">Condizione di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="remote-info-section-title">
|
||||
<source xml:lang="en">Target machine information</source>
|
||||
<target state="translated">Informazioni computer di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="edge-remote-username-field">
|
||||
<source xml:lang="en">Username</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="docker-username-field">
|
||||
<source xml:lang="en">Username</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_password">
|
||||
<source xml:lang="en">VM admin password</source>
|
||||
<target state="translated">Password amministratore macchina virtuale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_admin">
|
||||
<source xml:lang="en">VM admin username</source>
|
||||
<target state="translated">Nome utente amministratore macchina virtuale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="vm_password_validation_error_message">
|
||||
<source xml:lang="en">VM password must be 12 to 123 characters in length and consists of upper case characters, lower case characters, numbers and special characters.</source>
|
||||
<target state="translated">La password della macchina virtuale deve avere una lunghezza compresa tra 12 e 123 caratteri e può essere costituita da caratteri maiuscoli, caratteri minuscoli, numeri e caratteri speciali.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="device-ip-address-description">
|
||||
<source xml:lang="en">Will be used to connect to the Azure SQL Edge instance after deployment</source>
|
||||
<target state="translated">Verrà utilizzato per connettersi all'istanza di SQL Edge di Azure dopo la distribuzione</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -1,22 +1,22 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/azcli/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.azcli/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="arc.releaseDateNotParsed">
|
||||
<source xml:lang="en">Release date could not be parsed.</source>
|
||||
<target state="translated">Non è stato possibile analizzare la data di rilascio.</target>
|
||||
<trans-unit id="az.promptForAzUpdate">
|
||||
<source xml:lang="en">A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?</source>
|
||||
<target state="translated">È disponibile una nuova versione dell'interfaccia della riga di comando di Azure ( {0} ). Eseguire l'aggiornamento ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.accept">
|
||||
<source xml:lang="en">Accept</source>
|
||||
<target state="translated">Accetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.arcdataExtensionNotInstalled">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure. Installare la versione più recente seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
<trans-unit id="az.parseVersionError">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az --version.</source>
|
||||
<target state="translated">Si è verificato un errore durante l'analisi dell'output di az --version.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.arcdataInstalled">
|
||||
<source xml:lang="en">The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
<target state="translated">L'estensione arcdata dell'interfaccia della riga di comando di Azure è stata installata. Il riavvio di Azure Studio è necessario per completare la configurazione. Le funzionalità non verranno attivate fino a quando l’operazione non sarà completata.</target>
|
||||
<trans-unit id="az.azOutputParseErrorCaught">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az command: {0}. The output is not JSON.</source>
|
||||
<target state="translated">Si è verificato un errore durante l'analisi dell'output del comando az: {0}. L'output non è JSON.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.askLater">
|
||||
<source xml:lang="en">Ask Later</source>
|
||||
@@ -26,13 +26,9 @@
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
<target state="translated">Interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azInstalled">
|
||||
<source xml:lang="en">Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
<target state="translated">L’installazione dell'interfaccia della riga di comando di Azure completata. Il riavvio di Azure Studio è necessario per completare la configurazione. Le funzionalità non verranno attivate fino a quando l’operazione non verrà completata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azOutputParseErrorCaught">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az command: {0}. The output is not JSON.</source>
|
||||
<target state="translated">Si è verificato un errore durante l'analisi dell'output del comando az: {0}. L'output non è JSON.</target>
|
||||
<trans-unit id="az.missingRequiredVersion">
|
||||
<source xml:lang="en">Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.</source>
|
||||
<target state="translated">L'interfaccia della riga di comando di Azure >= {0} è necessaria per questa funzionalità. Eseguire il comando 'Interfaccia della riga di comando di Azure: check for Update' per installare questa opzione e riprovare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azUserSettingReadLog">
|
||||
<source xml:lang="en">Azure CLI user setting: {0}.{1} read, value: {2}</source>
|
||||
@@ -42,26 +38,30 @@
|
||||
<source xml:lang="en">Azure CLI user setting: {0}.{1} updated, newValue: {2}</source>
|
||||
<target state="translated">Configurazione utente dell'interfaccia della riga di comando di Azure: {0}.{1} aggiornata, newValue: {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.azInstalled">
|
||||
<source xml:lang="en">Azure CLI was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
<target state="translated">L’installazione dell'interfaccia della riga di comando di Azure completata. Il riavvio di Azure Studio è necessario per completare la configurazione. Le funzionalità non verranno attivate fino a quando l’operazione non verrà completata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.checkingLatestAzVersion">
|
||||
<source xml:lang="en">Checking for latest available version of Azure CLI</source>
|
||||
<target state="translated">Verifica della disponibilità della versione più recente dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindArcdataWithPrompt">
|
||||
<source xml:lang="en">Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.</source>
|
||||
<target state="translated">Non è stato possibile trovare l'estensione arcdata dell'interfaccia della riga di comando di Azure. Installarla ora? In caso contrario, alcune funzionalità non saranno in grado di funzionare.</target>
|
||||
<trans-unit id="az.couldNotFindAzWithPrompt">
|
||||
<source xml:lang="en">Could not find Azure CLI, install it now? If not then some features will not be able to function.</source>
|
||||
<target state="translated">Non è stato possibile trovare l'interfaccia della riga di comando di Azure. Installarla ora? In caso contrario, alcune funzionalità non saranno in grado di funzionare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAz">
|
||||
<source xml:lang="en">Could not find Azure CLI. Error: {0}</source>
|
||||
<target state="translated">Non è stato possibile trovare l'interfaccia della riga di comando di Azure. Errore: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindArcdataWithPrompt">
|
||||
<source xml:lang="en">Could not find the Azure CLI arcdata extension, install it now? If not then some features will not be able to function.</source>
|
||||
<target state="translated">Non è stato possibile trovare l'estensione arcdata dell'interfaccia della riga di comando di Azure. Installarla ora? In caso contrario, alcune funzionalità non saranno in grado di funzionare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAzArc">
|
||||
<source xml:lang="en">Could not find the Azure CLI arcdata extension. Error: {0}</source>
|
||||
<target state="translated">Non è stato possibile trovare l'estensione arcdata dell'interfaccia della riga di comando di Azure. Errore: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.couldNotFindAzWithPrompt">
|
||||
<source xml:lang="en">Could not find Azure CLI, install it now? If not then some features will not be able to function.</source>
|
||||
<target state="translated">Non è stato possibile trovare l'interfaccia della riga di comando di Azure. Installarla ora? In caso contrario, alcune funzionalità non saranno in grado di funzionare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.currentlyInstalledVersionIsLatest">
|
||||
<source xml:lang="en">Currently installed version of Azure CLI: {0} is same or newer than any other version available</source>
|
||||
<target state="translated">La versione attualmente installata dell'interfaccia della riga di comando di Azure: {0} è uguale o successiva a qualsiasi altra versione disponibile</target>
|
||||
@@ -74,10 +74,6 @@
|
||||
<source xml:lang="en">Don't Ask Again</source>
|
||||
<target state="translated">Non chiedere più</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadError">
|
||||
<source xml:lang="en">Error while downloading</source>
|
||||
<target state="translated">Si è verificato un errore durante il download</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadFinished">
|
||||
<source xml:lang="en">Download finished</source>
|
||||
<target state="translated">Download completato</target>
|
||||
@@ -94,6 +90,18 @@
|
||||
<source xml:lang="en">Either an endpoint or a namespace must be specified</source>
|
||||
<target state="translated">È necessario specificare un endpoint o uno spazio dei nomi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installError">
|
||||
<source xml:lang="en">Error installing Azure CLI and arcdata extension: {0}</source>
|
||||
<target state="translated">Si è verificato un errore durante l'installazione dell'interfaccia della riga di comando di Azure e dell'estensione arcdata: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateError">
|
||||
<source xml:lang="en">Error updating Azure CLI: {0}</source>
|
||||
<target state="translated">Errore durante l'aggiornamento dell'interfaccia della riga di comando di Azure: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.downloadError">
|
||||
<source xml:lang="en">Error while downloading</source>
|
||||
<target state="translated">Si è verificato un errore durante il download</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.executingCommand">
|
||||
<source xml:lang="en">Executing command: '{0} {1}'</source>
|
||||
<target state="translated">Esecuzione del comando: '{0} {1}‘</target>
|
||||
@@ -112,38 +120,30 @@ Errore: {2}</target>
|
||||
<source xml:lang="en">Found existing Azure CLI installation of version (v{0}) at path:{1} with arcdata version: {2}.</source>
|
||||
<target state="translated">È stata trovata l'installazione dell'interfaccia della riga di comando di Azure esistente della versione (v{0}) nel percorso:{1} con versione arcdata: {2}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.versionForUpdate">
|
||||
<source xml:lang="en">Found version: {0} that Azure CLI can be updated to from current version: {1}.</source>
|
||||
<target state="translated">Versione trovata: {0} alla quale è possibile aggiornare l'interfaccia della riga di comando di Azure dalla versione corrente: {1}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.gettingTextContentsOfUrl">
|
||||
<source xml:lang="en">Getting text contents of resource at URL {0}</source>
|
||||
<target state="translated">Recupero dei contenuti di testo della risorsa all'URL {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installError">
|
||||
<source xml:lang="en">Error installing Azure CLI and arcdata extension: {0}</source>
|
||||
<target state="translated">Si è verificato un errore durante l'installazione dell'interfaccia della riga di comando di Azure e dell'estensione arcdata: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installingArcdata">
|
||||
<source xml:lang="en">Installing the Azure CLI arcdata extension...</source>
|
||||
<target state="translated">Installazione dell'estensione arcdata dell'interfaccia della riga di comando di Azure in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installingAz">
|
||||
<source xml:lang="en">Installing Azure CLI...</source>
|
||||
<target state="translated">Installazione dell'interfaccia della riga di comando di Azure in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.installingArcdata">
|
||||
<source xml:lang="en">Installing the Azure CLI arcdata extension...</source>
|
||||
<target state="translated">Installazione dell'estensione arcdata dell'interfaccia della riga di comando di Azure in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.latestAzVersionAvailable">
|
||||
<source xml:lang="en">Latest available Azure CLI version: {0}.</source>
|
||||
<target state="translated">Ultima versione disponibile dell’interfaccia della riga di comando di Azure: {0}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.missingRequiredVersion">
|
||||
<source xml:lang="en">Azure CLI >= {0} is required for this feature. Run the 'Azure CLI: Check for Update' command to install this and then try again.</source>
|
||||
<target state="translated">L'interfaccia della riga di comando di Azure >= {0} è necessaria per questa funzionalità. Eseguire il comando 'Interfaccia della riga di comando di Azure: check for Update' per installare questa opzione e riprovare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.no">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAz">
|
||||
<source xml:lang="en">No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.</source>
|
||||
<target state="translated">Non è disponibile alcuna interfaccia della riga di comando di Azure. Eseguire il comando 'Interfaccia della riga di comando di Azure: Install' per abilitare le funzionalità che lo richiedono.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAzArc">
|
||||
<source xml:lang="en">No Azure CLI arcdata extension is available.</source>
|
||||
<target state="translated">Non è disponibile alcuna estensione arcdata dell'interfaccia della riga di comando di Azure.</target>
|
||||
@@ -152,10 +152,18 @@ Errore: {2}</target>
|
||||
<source xml:lang="en">No Azure CLI is available, [install the Azure CLI](command:az.install) to enable the features that require it.</source>
|
||||
<target state="translated">Non è disponibile alcuna interfaccia della riga di comando di Azure, [installare l'interfaccia della riga di comando di Azure](comando:az.install) per abilitare le funzionalità che lo richiedono.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAz">
|
||||
<source xml:lang="en">No Azure CLI is available, run the command 'Azure CLI: Install' to enable the features that require it.</source>
|
||||
<target state="translated">Non è disponibile alcuna interfaccia della riga di comando di Azure. Eseguire il comando 'Interfaccia della riga di comando di Azure: Install' per abilitare le funzionalità che lo richiedono.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noAzureCLI">
|
||||
<source xml:lang="en">No Azure CLI is available. Install the latest version manually from [here](https://docs.microsoft.com/cli/azure/install-azure-cli) and then restart Azure Studio.</source>
|
||||
<target state="translated">Non è disponibile alcuna interfaccia della riga di comando di Azure. Installare manualmente la versione più recente da [qui](https://docs.microsoft.com/cli/azure/install-azure-cli), poi riavviare Azure Studio.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateCheckSkipped">
|
||||
<source xml:lang="en">No check for new Azure CLI version availability performed as Azure CLI was not found to be installed</source>
|
||||
<target state="translated">Non è stato effettuato il controllo sulla disponibilità della nuova versione dell'interfaccia della riga di comando di Azure, in quanto non è presente alcuna installazione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.noDownloadLink">
|
||||
<source xml:lang="en">No download link available for platform '{0}'
|
||||
Release info: ${1}</source>
|
||||
@@ -168,29 +176,17 @@ Release info: ${1}</source>
|
||||
<target state="translated">Nessuna versione release disponibile per la piattaforma '{0}'
|
||||
Informazioni sulla versione: ${1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.parseVersionError">
|
||||
<source xml:lang="en">An error occurred while parsing the output of az --version.</source>
|
||||
<target state="translated">Si è verificato un errore durante l'analisi dell'output di az --version.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.platformUnsupported">
|
||||
<source xml:lang="en">Platform '{0}' is currently unsupported</source>
|
||||
<target state="translated">La piattaforma '{0}' non è attualmente supportata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptForAzUpdate">
|
||||
<source xml:lang="en">A new version of Azure CLI ( {0} ) is available, do you wish to update to it now?</source>
|
||||
<target state="translated">È disponibile una nuova versione dell'interfaccia della riga di comando di Azure ( {0} ). Eseguire l'aggiornamento ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptForRequiredAzUpdate">
|
||||
<source xml:lang="en">This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'interfaccia della riga di comando di Azure >= {0}. Eseguire l'aggiornamento alla versione più recente ({1}) adesso? In caso contrario, alcune funzionalità potrebbero non funzionare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.promptLog">
|
||||
<source xml:lang="en">Prompting the user to accept the following: {0}</source>
|
||||
<target state="translated">Verrà richiesto all'utente di accettare quanto segue: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.requiredVersionNotAvailable">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure >= {0}, ma la versione corrente disponibile è solo {1}. Installare la versione corretta seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
<trans-unit id="arc.releaseDateNotParsed">
|
||||
<source xml:lang="en">Release date could not be parsed.</source>
|
||||
<target state="translated">Non è stato possibile analizzare la data di rilascio.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.searchingForAz">
|
||||
<source xml:lang="en">Searching for existing Azure CLI installation...</source>
|
||||
@@ -200,13 +196,21 @@ Informazioni sulla versione: ${1}</target>
|
||||
<source xml:lang="en">Skipping installation of Azure CLI and arcdata extension, since the operation was not user requested and config option: {0}.{1} is {2}</source>
|
||||
<target state="translated">L'installazione dell'interfaccia della riga di comando di Azure e dell'estensione arcdata verrà ignorata perché l'operazione non è stata richiesta dall'utente e l'opzione di configurazione: {0}.{1} è {2}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stderrOutput">
|
||||
<source xml:lang="en">stderr: {0}</source>
|
||||
<target state="translated">stderr: {0}</target>
|
||||
<trans-unit id="az.arcdataInstalled">
|
||||
<source xml:lang="en">The Azure CLI arcdata extension was successfully installed. Restarting Azure Studio is required to complete configuration - features will not be activated until this is done.</source>
|
||||
<target state="translated">L'estensione arcdata dell'interfaccia della riga di comando di Azure è stata installata. Il riavvio di Azure Studio è necessario per completare la configurazione. Le funzionalità non verranno attivate fino a quando l’operazione non sarà completata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stdoutOutput">
|
||||
<source xml:lang="en">stdout: {0}</source>
|
||||
<target state="translated">stdout: {0}</target>
|
||||
<trans-unit id="az.promptForRequiredAzUpdate">
|
||||
<source xml:lang="en">This extension requires Azure CLI >= {0} to be installed, do you wish to update to the latest version ({1}) now? If you do not then some functionality may not work.</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'interfaccia della riga di comando di Azure >= {0}. Eseguire l'aggiornamento alla versione più recente ({1}) adesso? In caso contrario, alcune funzionalità potrebbero non funzionare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.arcdataExtensionNotInstalled">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' to be installed. Install the latest version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure. Installare la versione più recente seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.requiredVersionNotAvailable">
|
||||
<source xml:lang="en">This extension requires the Azure CLI extension 'arcdata' version >= {0} to be installed, but the current version available is only {1}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">Questa estensione richiede l'installazione dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure >= {0}, ma la versione corrente disponibile è solo {1}. Installare la versione corretta seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unexpectedCommandError">
|
||||
<source xml:lang="en">Unexpected error executing command: {0}</source>
|
||||
@@ -216,26 +220,10 @@ Informazioni sulla versione: ${1}</target>
|
||||
<source xml:lang="en">Unexpected exit code from command: {1} ({0})</source>
|
||||
<target state="translated">Codice di uscita imprevisto dal comando: {1} ({0})</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unsupportedArcDataVersion">
|
||||
<source xml:lang="en">Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">La versione scaricata {1} dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure non è ancora supportata. La versione più recente è {0}. Installare la versione corretta seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateCheckSkipped">
|
||||
<source xml:lang="en">No check for new Azure CLI version availability performed as Azure CLI was not found to be installed</source>
|
||||
<target state="translated">Non è stato effettuato il controllo sulla disponibilità della nuova versione dell'interfaccia della riga di comando di Azure, in quanto non è presente alcuna installazione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updateError">
|
||||
<source xml:lang="en">Error updating Azure CLI: {0}</source>
|
||||
<target state="translated">Errore durante l'aggiornamento dell'interfaccia della riga di comando di Azure: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.updatingAz">
|
||||
<source xml:lang="en">Updating Azure CLI...</source>
|
||||
<target state="translated">Aggiornamento dell'interfaccia della riga di comando di Azure in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.userRequestedInstall">
|
||||
<source xml:lang="en">User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command</source>
|
||||
<target state="translated">L'utente ha richiesto di installare l'interfaccia della riga di comando di Azure e l'estensione arcdata usando il comando 'Interfaccia della riga di comando di Azure: Install'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.userResponseInstall">
|
||||
<source xml:lang="en">User Response on prompt to install Azure CLI: {0}</source>
|
||||
<target state="translated">Risposta dell’utente alla richiesta di installazione dell'interfaccia della riga di comando di Azure: {0}</target>
|
||||
@@ -244,49 +232,73 @@ Informazioni sulla versione: ${1}</target>
|
||||
<source xml:lang="en">User Response on prompt to update Azure CLI: {0}</source>
|
||||
<target state="translated">Risposta dell’utente alla richiesta di aggiornamento dell'interfaccia della riga di comando di Azure: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.versionForUpdate">
|
||||
<source xml:lang="en">Found version: {0} that Azure CLI can be updated to from current version: {1}.</source>
|
||||
<target state="translated">Versione trovata: {0} alla quale è possibile aggiornare l'interfaccia della riga di comando di Azure dalla versione corrente: {1}.</target>
|
||||
<trans-unit id="az.userRequestedInstall">
|
||||
<source xml:lang="en">User requested to install Azure CLI and arcdata extension using 'Azure CLI: Install' command</source>
|
||||
<target state="translated">L'utente ha richiesto di installare l'interfaccia della riga di comando di Azure e l'estensione arcdata usando il comando 'Interfaccia della riga di comando di Azure: Install'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
<target state="translated">Sì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.unsupportedArcDataVersion">
|
||||
<source xml:lang="en">Your downloaded version {1} of the Azure CLI extension 'arcdata' is not yet supported. The latest version is is {0}. Install the correct version using instructions from [here](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</source>
|
||||
<target state="translated">La versione scaricata {1} dell'estensione 'arcdata' dell'interfaccia della riga di comando di Azure non è ancora supportata. La versione più recente è {0}. Installare la versione corretta seguendo le istruzioni riportate [qui](https://docs.microsoft.com/azure/azure-arc/data/install-arcdata-extension).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stderrOutput">
|
||||
<source xml:lang="en">stderr: {0}</source>
|
||||
<target state="translated">stderr: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="az.stdoutOutput">
|
||||
<source xml:lang="en">stdout: {0}</source>
|
||||
<target state="translated">stdout: {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/azcli/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.azcli/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="azcli.arc.azArcdataInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to download the Azure CLI arcdata extension.</source>
|
||||
<target state="translated">Scegliere se verrà richiesto di scaricare l'estensione arcdata dell'interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.azArcdataUpdateKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.</source>
|
||||
<target state="translated">Scegliere se verrà visualizzata una richiesta quando è disponibile un aggiornamento dell'estensione dell’interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.category">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
<target state="translated">Interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.config.debug">
|
||||
<source xml:lang="en">Log debug info to the output channel for all executed az commands</source>
|
||||
<target state="translated">Registrare le informazioni di debug nel canale di output per tutti i comandi az eseguiti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.config.title">
|
||||
<source xml:lang="en">Azure CLI Configuration</source>
|
||||
<target state="translated">Configurazione dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.description">
|
||||
<source xml:lang="en">Support for Azure CLI.</source>
|
||||
<target state="translated">Supporto per l'interfaccia della riga di comando di Azure.</target>
|
||||
<trans-unit id="command.category">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
<target state="translated">Interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.displayName">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
<target state="translated">Interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.install.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted to install the Azure CLI arcdata extension</source>
|
||||
<target state="translated">All'utente non verrà richiesto di installare l'estensione arcdata dell'interfaccia della riga di comando di Azure</target>
|
||||
<trans-unit id="azcli.arc.config.title">
|
||||
<source xml:lang="en">Azure CLI Configuration</source>
|
||||
<target state="translated">Configurazione dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.azArcdataInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to download the Azure CLI arcdata extension.</source>
|
||||
<target state="translated">Scegliere se verrà richiesto di scaricare l'estensione arcdata dell'interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.azCliInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to install Azure CLI.</source>
|
||||
<target state="translated">Scegliere se verrà richiesto di installare l'interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.azArcdataUpdateKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted when an update of the Azure CLI arcdata extension is available.</source>
|
||||
<target state="translated">Scegliere se verrà visualizzata una richiesta quando è disponibile un aggiornamento dell'estensione dell’interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.config.debug">
|
||||
<source xml:lang="en">Log debug info to the output channel for all executed az commands</source>
|
||||
<target state="translated">Registrare le informazioni di debug nel canale di output per tutti i comandi az eseguiti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.description">
|
||||
<source xml:lang="en">Support for Azure CLI.</source>
|
||||
<target state="translated">Supporto per l'interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.update.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted for update of the Azure CLI arcdata extension</source>
|
||||
<target state="translated">All'utente verrà richiesto di aggiornare l'estensione arcdata dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.install.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted to install the Azure CLI</source>
|
||||
<target state="translated">All'utente verrà richiesto di installare l'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.install.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted to install the Azure CLI arcdata extension</source>
|
||||
@@ -296,25 +308,13 @@ Informazioni sulla versione: ${1}</target>
|
||||
<source xml:lang="en">The user will not be prompted for update of the Azure CLI arcdata extension</source>
|
||||
<target state="translated">All'utente non verrà richiesto di aggiornare l'estensione arcdata dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.arc.update.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted for update of the Azure CLI arcdata extension</source>
|
||||
<target state="translated">All'utente verrà richiesto di aggiornare l'estensione arcdata dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.azCliInstallKey.description">
|
||||
<source xml:lang="en">Choose whether you will be prompted to install Azure CLI.</source>
|
||||
<target state="translated">Scegliere se verrà richiesto di installare l'interfaccia della riga di comando di Azure.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.install.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted to install the Azure CLI</source>
|
||||
<target state="translated">All'utente non verrà richiesto di installare l'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azcli.install.prompt.description">
|
||||
<source xml:lang="en">The user will be prompted to install the Azure CLI</source>
|
||||
<target state="translated">All'utente verrà richiesto di installare l'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="command.category">
|
||||
<source xml:lang="en">Azure CLI</source>
|
||||
<target state="translated">Interfaccia della riga di comando di Azure</target>
|
||||
<trans-unit id="azcli.arc.install.dontPrompt.description">
|
||||
<source xml:lang="en">The user will not be prompted to install the Azure CLI arcdata extension</source>
|
||||
<target state="translated">All'utente non verrà richiesto di installare l'estensione arcdata dell'interfaccia della riga di comando di Azure</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,255 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/azuremonitorServer" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="downloadingServiceSizeChannelMsg">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
<target state="translated">({0} KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadServiceDoneChannelMsg">
|
||||
<source xml:lang="en">Downloaded {0}</source>
|
||||
<target state="translated">Scaricato {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceStatusMsg">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceChannelMsg">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failedToStartServiceErrorMsg">
|
||||
<source xml:lang="en">Failed to start {0}</source>
|
||||
<target state="translated">Non è stato possibile avviare {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installedServiceChannelMsg">
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
<target state="translated">{0} installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceStatusMsg">
|
||||
<source xml:lang="en">Installing {0}</source>
|
||||
<target state="translated">Installazione di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceChannelMsg">
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
<target state="translated">Installazione di {0} in {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="startingServiceStatusMsg">
|
||||
<source xml:lang="en">Starting {0}</source>
|
||||
<target state="translated">Avvio di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStartedStatusMsg">
|
||||
<source xml:lang="en">{0} Started</source>
|
||||
<target state="translated">{0} avviato</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/features/accountFeature" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="kusto.accountDoesNotExist">
|
||||
<source xml:lang="en">Account does not exist.</source>
|
||||
<target state="translated">L\\'account non esiste.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.missingLinkedAzureAccount">
|
||||
<source xml:lang="en">Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.</source>
|
||||
<target state="translated">Azure Data Studio deve contattare Azure Key Vault per accedere a una chiave master di colonna per Always Encrypted, ma non è disponibile alcun account Azure collegato. Aggiungere un account Azure collegato e ripetere la query.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.insufficientlyPrivelagedAzureAccount">
|
||||
<source xml:lang="en">The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.</source>
|
||||
<target state="translated">L'account Azure configurato per {0} non ha autorizzazioni sufficienti per Azure Key Vault per accedere alla chiave master di colonna per Always Encrypted.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/main" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notebookFileType">
|
||||
<source xml:lang="en">Notebooks</source>
|
||||
<target state="translated">Notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="unsupportedFileType">
|
||||
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
|
||||
<target state="translated">Sono supportati solo notebook con estensione ipynb</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.unsupportedPlatform">
|
||||
<source xml:lang="en">Unsupported platform</source>
|
||||
<target state="translated">La piattaforma non è supportata</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/objectExplorerNodeProvider/command" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="progress">
|
||||
<source xml:lang="en">$(sync~spin) {0}...</source>
|
||||
<target state="translated">$(sync~spin) {0}...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cancelTooltip">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cancel">
|
||||
<source xml:lang="en">Cancel operation?</source>
|
||||
<target state="translated">Annullare l'operazione?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azureMonitor.searchServers">
|
||||
<source xml:lang="en">Search Server Names</source>
|
||||
<target state="translated">Nomi dei server di ricerca</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/objectExplorerNodeProvider/objectExplorerNodeProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notifyError">
|
||||
<source xml:lang="en">Error notifying of node change: {0}</source>
|
||||
<target state="translated">Si è verificato un errore durante la notifica della modifica del nodo: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="rootLabel">
|
||||
<source xml:lang="en">Root</source>
|
||||
<target state="translated">Radice</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sessionNotFound">
|
||||
<source xml:lang="en">Session for node {0} does not exist</source>
|
||||
<target state="translated">La sessione per il nodo {0} non esiste</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/dist/telemetry" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="viewKnownIssuesText">
|
||||
<source xml:lang="en">View Known Issues</source>
|
||||
<target state="translated">Visualizza problemi noti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">{0} component exited unexpectedly. Please restart Azure Data Studio.</source>
|
||||
<target state="translated">Il componente {0} è stato chiuso in modo imprevisto. Riavviare Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.azuremonitor/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="azuremonitor.connectionProperties.dbaPrivilege.label">
|
||||
<source xml:lang="en">Administrative privileges</source>
|
||||
<target state="translated">Privilegi amministrativi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.dbaPrivilege.description">
|
||||
<source xml:lang="en">Administrative privileges: SYSDBA or SYSOPER</source>
|
||||
<target state="translated">Privilegi amministrativi: SYSDBA o SYSOPER</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.authType.displayName">
|
||||
<source xml:lang="en">Authentication type</source>
|
||||
<target state="translated">Tipo di autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory - Universale con supporto MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.displayName">
|
||||
<source xml:lang="en">Azure Monitor Logs</source>
|
||||
<target state="translated">Log di Monitoraggio di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.description">
|
||||
<source xml:lang="en">Azure Monitor access for Azure Data Studio</source>
|
||||
<target state="translated">accesso Monitoraggio di Azure per Azure Data Studio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.connectionName.description">
|
||||
<source xml:lang="en">Custom name of the connection</source>
|
||||
<target state="translated">Nome personalizzato della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionOptions.databaseName.displayName">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.password.description">
|
||||
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica la password da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.userName.description">
|
||||
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica l'ID utente da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.serverName.description">
|
||||
<source xml:lang="en">Log Analytics Workspace ID</source>
|
||||
<target state="translated">ID area di lavoro Log Analytics</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.metadataPooling.label">
|
||||
<source xml:lang="en">Metadata Pooling</source>
|
||||
<target state="translated">Pool di metadati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.objectsListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.databasesListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.connectionName.displayName">
|
||||
<source xml:lang="en">Name (optional)</source>
|
||||
<target state="translated">Nome (facoltativo)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.password.displayName">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.proxyUserPassword.description">
|
||||
<source xml:lang="en">Password of the proxy user.</source>
|
||||
<target state="translated">Password dell'utente proxy.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.proxyUserPassword.label">
|
||||
<source xml:lang="en">Proxy Password</source>
|
||||
<target state="translated">Password proxy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.proxyUserId.label">
|
||||
<source xml:lang="en">Proxy User Id</source>
|
||||
<target state="translated">ID utente proxy</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.groupName.security">
|
||||
<source xml:lang="en">Security</source>
|
||||
<target state="translated">Sicurezza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.databasesListProperties.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
<target state="translated">Dimensioni (MB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.groupName.source">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.authType.description">
|
||||
<source xml:lang="en">Specifies the method of authenticating with Azure Monitor</source>
|
||||
<target state="translated">Specifica il metodo di autenticazione con Monitoraggio di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionOptions.databaseName.description">
|
||||
<source xml:lang="en">The name of the initial catalog or database in the data source</source>
|
||||
<target state="translated">Nome del database o catalogo iniziale nell'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.metadataPooling.description">
|
||||
<source xml:lang="en">This attribute indicates whether the metadata information for executed queries is cached for improved performance.</source>
|
||||
<target state="translated">Questo attributo indica se le informazioni sui metadati per le query eseguite vengono memorizzate nella cache per migliorare le prestazioni.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.objectsListProperties.metadataTypeName">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.userName.displayName">
|
||||
<source xml:lang="en">User name</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.proxyUserId.description">
|
||||
<source xml:lang="en">User name of the proxy user.</source>
|
||||
<target state="translated">Nome utente dell'utente proxy.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.connectionProperties.serverName.displayName">
|
||||
<source xml:lang="en">Workspace ID</source>
|
||||
<target state="translated">ID area di lavoro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.cloud.workspaceProperties.id">
|
||||
<source xml:lang="en">Workspace ID</source>
|
||||
<target state="translated">ID area di lavoro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azuremonitor.cloud.workspaceProperties.name">
|
||||
<source xml:lang="en">Workspace Name</source>
|
||||
<target state="translated">Nome area di lavoro</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -1,27 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/cms/dist/cmsResource/cmsResourceCommands" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/dist/cmsResource/cmsResourceCommands" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cms.AddServerGroup">
|
||||
<source xml:lang="en">Add Server Group</source>
|
||||
<target state="translated">Aggiungi il gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.Cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.OK">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.ServerGroupDescription">
|
||||
<source xml:lang="en">Server Group Description</source>
|
||||
<target state="translated">Descrizione del gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.ServerGroupName">
|
||||
<source xml:lang="en">Server Group Name</source>
|
||||
<target state="translated">Nome del gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.confirmDeleteGroup">
|
||||
<source xml:lang="en">Are you sure you want to delete</source>
|
||||
<target state="translated">Eliminare</target>
|
||||
@@ -34,25 +18,41 @@
|
||||
<source xml:lang="en">Azure SQL Servers cannot be used as Central Management Servers</source>
|
||||
<target state="translated">I server Azure SQL non possono essere usati come server di gestione centrale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.Cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.errors.sameCmsServerName">
|
||||
<source xml:lang="en">Central Management Server Group already has a Registered Server with the name {0}</source>
|
||||
<target state="translated">Il gruppo di server di gestione centrale include già un server registrato denominato {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.errors.sameServerGroupName">
|
||||
<source xml:lang="en">{0} already has a Server Group with the name {1}</source>
|
||||
<target state="translated">{0} include già un gruppo di server denominato {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.no">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.OK">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.ServerGroupDescription">
|
||||
<source xml:lang="en">Server Group Description</source>
|
||||
<target state="translated">Descrizione del gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.ServerGroupName">
|
||||
<source xml:lang="en">Server Group Name</source>
|
||||
<target state="translated">Nome del gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
<target state="translated">Sì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.errors.sameServerGroupName">
|
||||
<source xml:lang="en">{0} already has a Server Group with the name {1}</source>
|
||||
<target state="translated">{0} include già un gruppo di server denominato {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/cms/dist/cmsResource/tree/cmsResourceEmptyTreeNode" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/dist/cmsResource/tree/cmsResourceEmptyTreeNode" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cms.resource.tree.CmsTreeNode.addCmsServerLabel">
|
||||
<source xml:lang="en">Add Central Management Server...</source>
|
||||
@@ -60,7 +60,7 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/cms/dist/cmsResource/tree/cmsResourceTreeNode" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/dist/cmsResource/tree/cmsResourceTreeNode" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cms.resource.cmsResourceTreeNode.noResourcesLabel">
|
||||
<source xml:lang="en">No resources found</source>
|
||||
@@ -68,19 +68,19 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/cms/dist/cmsResource/tree/treeProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/dist/cmsResource/tree/treeProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cms.resource.tree.treeProvider.loadError">
|
||||
<source xml:lang="en">Unexpected error occurred while loading saved servers {0}</source>
|
||||
<target state="translated">Si è verificato un errore imprevisto durante il caricamento dei server salvati {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.tree.treeProvider.loadingLabel">
|
||||
<source xml:lang="en">Loading ...</source>
|
||||
<target state="translated">Caricamento...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.tree.treeProvider.loadError">
|
||||
<source xml:lang="en">Unexpected error occurred while loading saved servers {0}</source>
|
||||
<target state="translated">Si è verificato un errore imprevisto durante il caricamento dei server salvati {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/cms/dist/cmsUtils" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/dist/cmsUtils" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cms.errors.sameServerUnderCms">
|
||||
<source xml:lang="en">You cannot add a shared registered server with the same name as the Configuration Server</source>
|
||||
@@ -88,203 +88,87 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/cms/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.cms/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cloud.databaseProperties.azureEdition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
<trans-unit id="cms.resource.registerCmsServer.title">
|
||||
<source xml:lang="en">Add Central Management Server</source>
|
||||
<target state="translated">Aggiungi server di gestione centrale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.compatibilityLevel">
|
||||
<source xml:lang="en">Compatibility Level</source>
|
||||
<target state="translated">Livello di compatibilità</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.owner">
|
||||
<source xml:lang="en">Owner</source>
|
||||
<target state="translated">Proprietario</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.serviceLevelObjective">
|
||||
<source xml:lang="en">Pricing Tier</source>
|
||||
<target state="translated">Piano tariffario</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.serverEdition">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.serverVersion">
|
||||
<source xml:lang="en">Version</source>
|
||||
<target state="translated">Versione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.configuration.title">
|
||||
<source xml:lang="en">MSSQL configuration</source>
|
||||
<target state="translated">Configurazione di MSSQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.applicationIntent.description">
|
||||
<source xml:lang="en">Declares the application workload type when connecting to a server</source>
|
||||
<target state="translated">Dichiara il tipo di carico di lavoro dell'applicazione durante la connessione a un server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.applicationIntent.displayName">
|
||||
<source xml:lang="en">Application intent</source>
|
||||
<target state="translated">Finalità dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.applicationName.description">
|
||||
<source xml:lang="en">The name of the application</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.applicationName.displayName">
|
||||
<source xml:lang="en">Application name</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.description">
|
||||
<source xml:lang="en">The name of the primary file, including the full path name, of an attachable database</source>
|
||||
<target state="translated">Nome del file primario, incluso il nome del percorso completo, di un database collegabile</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.displayName">
|
||||
<source xml:lang="en">Attach DB filename</source>
|
||||
<target state="translated">Collega nome file del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory - Universale con supporto MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.integrated">
|
||||
<source xml:lang="en">Windows Authentication</source>
|
||||
<target state="translated">Autenticazione di Windows</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.sqlLogin">
|
||||
<source xml:lang="en">SQL Login</source>
|
||||
<target state="translated">Account di accesso SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.description">
|
||||
<source xml:lang="en">Specifies the method of authenticating with SQL Server</source>
|
||||
<target state="translated">Specifica il metodo di autenticazione con SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.displayName">
|
||||
<source xml:lang="en">Authentication type</source>
|
||||
<target state="translated">Tipo di autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.description">
|
||||
<source xml:lang="en">Enables or disables Always Encrypted for the connection</source>
|
||||
<target state="translated">Abilita o disabilita Always Encrypted per la connessione</target>
|
||||
<trans-unit id="cms.connectionOptions.groupName.advanced">
|
||||
<source xml:lang="en">Advanced</source>
|
||||
<target state="translated">Avanzate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.displayName">
|
||||
<source xml:lang="en">Always Encrypted</source>
|
||||
<target state="translated">Always Encrypted</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.commandTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere l'esecuzione di un comando prima di interrompere il tentativo e generare un errore</target>
|
||||
<trans-unit id="cms.connectionOptions.applicationIntent.displayName">
|
||||
<source xml:lang="en">Application intent</source>
|
||||
<target state="translated">Finalità dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.commandTimeout.displayName">
|
||||
<source xml:lang="en">Command timeout</source>
|
||||
<target state="translated">Timeout del comando</target>
|
||||
<trans-unit id="cms.connectionOptions.applicationName.displayName">
|
||||
<source xml:lang="en">Application name</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryCount.description">
|
||||
<source xml:lang="en">Number of attempts to restore connection</source>
|
||||
<target state="translated">Numero di tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryCount.displayName">
|
||||
<source xml:lang="en">Connect retry count</source>
|
||||
<target state="translated">Conteggio tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryInterval.description">
|
||||
<source xml:lang="en">Delay between attempts to restore connection</source>
|
||||
<target state="translated">Ritardo tra tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryInterval.displayName">
|
||||
<source xml:lang="en">Connect retry interval</source>
|
||||
<target state="translated">Intervallo tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere la connessione al server prima di interrompere il tentativo e generare un errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectTimeout.displayName">
|
||||
<source xml:lang="en">Connect timeout</source>
|
||||
<target state="translated">Timeout di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectionName.description">
|
||||
<source xml:lang="en">Custom name of the connection</source>
|
||||
<target state="translated">Nome personalizzato della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectionName.displayName">
|
||||
<source xml:lang="en">Name (optional)</source>
|
||||
<target state="translated">Nome (facoltativo)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.contextConnection.description">
|
||||
<source xml:lang="en">When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process</source>
|
||||
<target state="translated">Se è true, indica che la connessione deve provenire dal contesto SQL Server. Disponibile solo quando è in esecuzione nel processo SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.contextConnection.displayName">
|
||||
<source xml:lang="en">Context connection</source>
|
||||
<target state="translated">Connessione al contesto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.description">
|
||||
<source xml:lang="en">The SQL Server language record name</source>
|
||||
<target state="translated">Nome del record di lingua di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
|
||||
<source xml:lang="en">Current language</source>
|
||||
<target state="translated">Lingua corrente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS">
|
||||
<source xml:lang="en">Azure Attestation</source>
|
||||
<target state="translated">Attestazione di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS">
|
||||
<source xml:lang="en">Host Guardian Service</source>
|
||||
<target state="translated">Servizio Sorveglianza host</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None">
|
||||
<source xml:lang="en">None</source>
|
||||
<target state="translated">Nessuno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.description">
|
||||
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
<target state="translated">Specifica un protocollo per l'attestazione di un enclave lato server usato con Always Encrypted con enclave sicuri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.displayName">
|
||||
<source xml:lang="en">Attestation protocol</source>
|
||||
<target state="translated">Protocollo di attestazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationUrl.description">
|
||||
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
<target state="translated">Specifica un endpoint per l'attestazione di un enclave lato server usato con Always Encrypted con enclavi sicuri</target>
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.displayName">
|
||||
<source xml:lang="en">Attach DB filename</source>
|
||||
<target state="translated">Collega nome file del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationUrl.displayName">
|
||||
<source xml:lang="en">Attestation URL</source>
|
||||
<target state="translated">URL di attestazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
<target state="translated">Facoltativo (Falso)</target>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.displayName">
|
||||
<source xml:lang="en">Attestation protocol</source>
|
||||
<target state="translated">Protocollo di attestazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
<target state="translated">Restrittivo</target>
|
||||
<trans-unit id="cms.connectionOptions.authType.displayName">
|
||||
<source xml:lang="en">Authentication type</source>
|
||||
<target state="translated">Tipo di autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
<target state="translated">Obbligatorio (Vero)</target>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory - Universale con supporto MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.</source>
|
||||
<target state="translated">Quando è 'Obbligatorio' o 'Restrittivo', SQL Server utilizza la crittografia SSL per tutti i dati inviati tra il client e il server se nel server è installato un certificato. Se impostato su 'Restrittivo', SQL Server utilizza TDS 8.0 per tutti i trasferimenti di dati tra il client e il server. 'Restrittivo' è supportato a partire da SQL Server 2022.</target>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS">
|
||||
<source xml:lang="en">Azure Attestation</source>
|
||||
<target state="translated">Attestazione di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
<target state="translated">Crittografa</target>
|
||||
<trans-unit id="cms.resource.explorer.title">
|
||||
<source xml:lang="en">Central Management Servers</source>
|
||||
<target state="translated">Server di gestione centrale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
<target state="translated">Nome o indirizzo di rete dell'istanza di SQL Server che funge da partner di failover</target>
|
||||
<trans-unit id="cms.title">
|
||||
<source xml:lang="en">Central Management Servers</source>
|
||||
<target state="translated">Server di gestione centrale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.displayName">
|
||||
<source xml:lang="en">Failover partner</source>
|
||||
<target state="translated">Partner di failover</target>
|
||||
<trans-unit id="cms.connectionOptions.commandTimeout.displayName">
|
||||
<source xml:lang="en">Command timeout</source>
|
||||
<target state="translated">Timeout del comando</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.advanced">
|
||||
<source xml:lang="en">Advanced</source>
|
||||
<target state="translated">Avanzate</target>
|
||||
<trans-unit id="cloud.databaseProperties.compatibilityLevel">
|
||||
<source xml:lang="en">Compatibility Level</source>
|
||||
<target state="translated">Livello di compatibilità</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.compatibilityLevel">
|
||||
<source xml:lang="en">Compatibility Level</source>
|
||||
<target state="translated">Livello di compatibilità</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.machineName">
|
||||
<source xml:lang="en">Computer Name</source>
|
||||
<target state="translated">Nome del computer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryCount.displayName">
|
||||
<source xml:lang="en">Connect retry count</source>
|
||||
<target state="translated">Conteggio tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryInterval.displayName">
|
||||
<source xml:lang="en">Connect retry interval</source>
|
||||
<target state="translated">Intervallo tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectTimeout.displayName">
|
||||
<source xml:lang="en">Connect timeout</source>
|
||||
<target state="translated">Timeout di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.connectionResiliency">
|
||||
<source xml:lang="en">Connection Resiliency</source>
|
||||
@@ -294,53 +178,137 @@
|
||||
<source xml:lang="en">Context</source>
|
||||
<target state="translated">Contesto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.initialization">
|
||||
<source xml:lang="en">Initialization</source>
|
||||
<target state="translated">Inizializzazione</target>
|
||||
<trans-unit id="cms.connectionOptions.contextConnection.displayName">
|
||||
<source xml:lang="en">Context connection</source>
|
||||
<target state="translated">Connessione al contesto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.pooling">
|
||||
<source xml:lang="en">Pooling</source>
|
||||
<target state="translated">Pooling</target>
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
|
||||
<source xml:lang="en">Current language</source>
|
||||
<target state="translated">Lingua corrente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.replication">
|
||||
<source xml:lang="en">Replication</source>
|
||||
<target state="translated">Replica</target>
|
||||
<trans-unit id="cms.connectionOptions.connectionName.description">
|
||||
<source xml:lang="en">Custom name of the connection</source>
|
||||
<target state="translated">Nome personalizzato della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.security">
|
||||
<source xml:lang="en">Security</source>
|
||||
<target state="translated">Sicurezza</target>
|
||||
<trans-unit id="cms.connectionOptions.applicationIntent.description">
|
||||
<source xml:lang="en">Declares the application workload type when connecting to a server</source>
|
||||
<target state="translated">Dichiara il tipo di carico di lavoro dell'applicazione durante la connessione a un server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.source">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryInterval.description">
|
||||
<source xml:lang="en">Delay between attempts to restore connection</source>
|
||||
<target state="translated">Ritardo tra tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.hostNameInCertificate.description">
|
||||
<source xml:lang="en">Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.</source>
|
||||
<target state="translated">Indica il nome host specificato nel certificato TLS che verrà utilizzato da SQL Server per convalidare il certificato del server. Se non specificato, il nome del server viene utilizzato per impostazione predefinita per la convalida del certificato.</target>
|
||||
<trans-unit id="cms.resource.deleteCmsServer.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.deleteServerGroup.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.deleteRegisteredServer.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverDescription.description">
|
||||
<source xml:lang="en">Description of the SQL Server instance</source>
|
||||
<target state="translated">Descrizione dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.disabled">
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Disabilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.azureEdition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.serverEdition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.description">
|
||||
<source xml:lang="en">Enables or disables Always Encrypted for the connection</source>
|
||||
<target state="translated">Abilita o disabilita Always Encrypted per la connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure enclaves for the connection</source>
|
||||
<target state="translated">Abilita o disabilita enclave sicuri per la connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.displayName">
|
||||
<source xml:lang="en">Encrypt</source>
|
||||
<target state="translated">Crittografa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.displayName">
|
||||
<source xml:lang="en">Failover partner</source>
|
||||
<target state="translated">Partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS">
|
||||
<source xml:lang="en">Host Guardian Service</source>
|
||||
<target state="translated">Servizio Sorveglianza host</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.hostNameInCertificate.displayName">
|
||||
<source xml:lang="en">Host name in certificate</source>
|
||||
<target state="translated">Nome host nel certificato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.description">
|
||||
<source xml:lang="en">The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed</source>
|
||||
<target state="translated">Tempo minimo (in secondi) in cui la connessione rimane attiva nel pool prima di essere eliminata definitivamente</target>
|
||||
<trans-unit id="cms.connectionOptions.hostNameInCertificate.description">
|
||||
<source xml:lang="en">Indicates the host name specified in TLS certificate that will be used by SQL Server to validate server certificate. When not specified, the server name is used by default for certificate validation.</source>
|
||||
<target state="translated">Indica il nome host specificato nel certificato TLS che verrà utilizzato da SQL Server per convalidare il certificato del server. Se non specificato, il nome del server viene utilizzato per impostazione predefinita per la convalida del certificato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.password.description">
|
||||
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica la password da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.userName.description">
|
||||
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica l'ID utente da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.typeSystemVersion.description">
|
||||
<source xml:lang="en">Indicates which server type system then provider will expose through the DataReader</source>
|
||||
<target state="translated">Indica il sistema di tipi di server esposto dal provider tramite l'oggetto DataReader</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.initialization">
|
||||
<source xml:lang="en">Initialization</source>
|
||||
<target state="translated">Inizializzazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.lastBackupDate">
|
||||
<source xml:lang="en">Last Database Backup</source>
|
||||
<target state="translated">Ultimo backup del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.lastLogBackupDate">
|
||||
<source xml:lang="en">Last Log Backup</source>
|
||||
<target state="translated">Ultimo backup del log</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.displayName">
|
||||
<source xml:lang="en">Load balance timeout</source>
|
||||
<target state="translated">Timeout durante il bilanciamento del carico</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.maxPoolSize.description">
|
||||
<source xml:lang="en">The maximum number of connections allowed in the pool</source>
|
||||
<target state="translated">Numero massimo di connessioni consentite nel pool</target>
|
||||
<trans-unit id="cms.configuration.title">
|
||||
<source xml:lang="en">MSSQL configuration</source>
|
||||
<target state="translated">Configurazione di MSSQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.true">
|
||||
<source xml:lang="en">Mandatory (True)</source>
|
||||
<target state="translated">Obbligatorio (Vero)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.maxPoolSize.displayName">
|
||||
<source xml:lang="en">Max pool size</source>
|
||||
<target state="translated">Dimensioni massime del pool</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.minPoolSize.description">
|
||||
<source xml:lang="en">The minimum number of connections allowed in the pool</source>
|
||||
<target state="translated">Numero minimo di connessioni consentite nel pool</target>
|
||||
<trans-unit id="cms.logFilesRemovalLimit">
|
||||
<source xml:lang="en">Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.</source>
|
||||
<target state="translated">Numero massimo di file meno recenti da rimuovere all'avvio per cui è scaduto il tempo impostato con mssql.logRetentionMinutes. I file che non vengono rimossi a causa di questa limitazione verranno rimossi al successivo avvio di Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
<target state="translated">Microsoft SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionProvider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
<target state="translated">Microsoft SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.minPoolSize.displayName">
|
||||
<source xml:lang="en">Min pool size</source>
|
||||
@@ -350,41 +318,69 @@
|
||||
<source xml:lang="en">Multi subnet failover</source>
|
||||
<target state="translated">Failover su più subnet</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.description">
|
||||
<source xml:lang="en">When true, multiple result sets can be returned and read from one connection</source>
|
||||
<target state="translated">Se è true, possono essere restituiti e letti più set di risultati da un'unica connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.displayName">
|
||||
<source xml:lang="en">Multiple active result sets</source>
|
||||
<target state="translated">Multiple Active Result Set</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.packetSize.description">
|
||||
<source xml:lang="en">Size in bytes of the network packets used to communicate with an instance of SQL Server</source>
|
||||
<target state="translated">Dimensioni in byte dei pacchetti di rete usati per comunicare con un'istanza di SQL Server</target>
|
||||
<trans-unit id="cms.connectionOptions.connectionName.displayName">
|
||||
<source xml:lang="en">Name (optional)</source>
|
||||
<target state="translated">Nome (facoltativo)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
<target state="translated">Nome dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.addServerGroup.title">
|
||||
<source xml:lang="en">New Server Group...</source>
|
||||
<target state="translated">Nuovo gruppo di server...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.addRegisteredServer.title">
|
||||
<source xml:lang="en">New Server Registration...</source>
|
||||
<target state="translated">Nuova registrazione server...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.categoryValues.None">
|
||||
<source xml:lang="en">None</source>
|
||||
<target state="translated">Nessuno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.connectRetryCount.description">
|
||||
<source xml:lang="en">Number of attempts to restore connection</source>
|
||||
<target state="translated">Numero di tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.logRetentionMinutes">
|
||||
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
|
||||
<target state="translated">Numero di minuti per la conservazione dei file di log per i servizi di back-end. L'impostazione predefinita è 1 settimana.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.osVersion">
|
||||
<source xml:lang="en">OS Version</source>
|
||||
<target state="translated">Versione del sistema operativo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.false">
|
||||
<source xml:lang="en">Optional (False)</source>
|
||||
<target state="translated">Facoltativo (Falso)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.owner">
|
||||
<source xml:lang="en">Owner</source>
|
||||
<target state="translated">Proprietario</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.owner">
|
||||
<source xml:lang="en">Owner</source>
|
||||
<target state="translated">Proprietario</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.packetSize.displayName">
|
||||
<source xml:lang="en">Packet size</source>
|
||||
<target state="translated">Dimensioni del pacchetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.password.description">
|
||||
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica la password da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.password.displayName">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.persistSecurityInfo.description">
|
||||
<source xml:lang="en">When false, security-sensitive information, such as the password, is not returned as part of the connection</source>
|
||||
<target state="translated">Se è false, le informazioni sensibili dal punto di vista della sicurezza, come la password, non vengono restituite nell'ambito della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.persistSecurityInfo.displayName">
|
||||
<source xml:lang="en">Persist security info</source>
|
||||
<target state="translated">Salva in modo permanente le informazioni di sicurezza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.pooling.description">
|
||||
<source xml:lang="en">When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool</source>
|
||||
<target state="translated">Se è true, l'oggetto connessione viene prelevato dal pool appropriato oppure, se necessario, viene creato e aggiunto al pool appropriato</target>
|
||||
<trans-unit id="cms.connectionOptions.groupName.pooling">
|
||||
<source xml:lang="en">Pooling</source>
|
||||
<target state="translated">Pooling</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.pooling.displayName">
|
||||
<source xml:lang="en">Pooling</source>
|
||||
@@ -394,93 +390,57 @@
|
||||
<source xml:lang="en">Port</source>
|
||||
<target state="translated">Porta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.replication.description">
|
||||
<source xml:lang="en">Used by SQL Server in Replication</source>
|
||||
<target state="translated">Usato da SQL Server nella replica</target>
|
||||
<trans-unit id="cloud.databaseProperties.serviceLevelObjective">
|
||||
<source xml:lang="en">Pricing Tier</source>
|
||||
<target state="translated">Piano tariffario</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.recoveryModel">
|
||||
<source xml:lang="en">Recovery Model</source>
|
||||
<target state="translated">Modello di recupero</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.refresh.title">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.refreshServerGroup.title">
|
||||
<source xml:lang="en">Refresh Server Group</source>
|
||||
<target state="translated">Aggiorna gruppo di server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.replication">
|
||||
<source xml:lang="en">Replication</source>
|
||||
<target state="translated">Replica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.replication.displayName">
|
||||
<source xml:lang="en">Replication</source>
|
||||
<target state="translated">Replica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.description">
|
||||
<source xml:lang="en">Enables or disables Secure enclaves for the connection</source>
|
||||
<target state="translated">Abilita o disabilita enclave sicuri per la connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure enclaves</source>
|
||||
<target state="translated">Enclave sicuri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverDescription.description">
|
||||
<source xml:lang="en">Description of the SQL Server instance</source>
|
||||
<target state="translated">Descrizione dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverDescription.displayName">
|
||||
<source xml:lang="en">Server Description</source>
|
||||
<target state="translated">Descrizione del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Name of the SQL Server instance</source>
|
||||
<target state="translated">Nome dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Server</source>
|
||||
<target state="translated">Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.placeholder">
|
||||
<source xml:lang="en">e.g. tcp:servername,1433</source>
|
||||
<target state="translated">ad esempio, tcp:nomeserver,1433</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.</source>
|
||||
<target state="translated">Se il valore è true (e encrypt=true), SQL Server usa la crittografia SSL per tutti i dati inviati tra il client e il server senza convalidare il certificato del server. Questa proprietà non è supportata con Encrypt=Strict.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.displayName">
|
||||
<source xml:lang="en">Trust server certificate</source>
|
||||
<target state="translated">Considera attendibile il certificato del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.typeSystemVersion.description">
|
||||
<source xml:lang="en">Indicates which server type system then provider will expose through the DataReader</source>
|
||||
<target state="translated">Indica il sistema di tipi di server esposto dal provider tramite l'oggetto DataReader</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.typeSystemVersion.displayName">
|
||||
<source xml:lang="en">Type system version</source>
|
||||
<target state="translated">Versione del sistema di tipi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.userName.description">
|
||||
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica l'ID utente da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.userName.displayName">
|
||||
<source xml:lang="en">User name</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.workstationId.description">
|
||||
<source xml:lang="en">The name of the workstation connecting to SQL Server</source>
|
||||
<target state="translated">Nome della workstation che si connette a SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.workstationId.displayName">
|
||||
<source xml:lang="en">Workstation Id</source>
|
||||
<target state="translated">ID workstation</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionProvider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
<target state="translated">Microsoft SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.description">
|
||||
<source xml:lang="en">Support for managing SQL Server Central Management Servers</source>
|
||||
<target state="translated">Supporto per la gestione di Server di gestione centrale di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.disabled">
|
||||
<source xml:lang="en">Disabled</source>
|
||||
<target state="translated">Disabilitato</target>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.sqlLogin">
|
||||
<source xml:lang="en">SQL Login</source>
|
||||
<target state="translated">Account di accesso SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.displayName">
|
||||
<source xml:lang="en">SQL Server Central Management Servers</source>
|
||||
<target state="translated">Server di gestione centrale di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.enabled">
|
||||
<source xml:lang="en">Enabled</source>
|
||||
<target state="translated">Abilitato</target>
|
||||
<trans-unit id="cms.connectionOptions.secureEnclaves.displayName">
|
||||
<source xml:lang="en">Secure enclaves</source>
|
||||
<target state="translated">Enclave sicuri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.groupName.security">
|
||||
<source xml:lang="en">Security</source>
|
||||
<target state="translated">Sicurezza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Server</source>
|
||||
<target state="translated">Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverDescription.displayName">
|
||||
<source xml:lang="en">Server Description</source>
|
||||
<target state="translated">Descrizione del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.query.displayBitAsNumber">
|
||||
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
|
||||
<target state="translated">Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.format.alignColumnDefinitionsInColumns">
|
||||
<source xml:lang="en">Should column definitions be aligned?</source>
|
||||
@@ -494,118 +454,158 @@
|
||||
<source xml:lang="en">Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
|
||||
<target state="translated">Consente di indicare se alle parole chiave deve essere applicata la formattazione in lettere MAIUSCOLE o minuscole oppure se non deve essere applicata alcuna formattazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.format.placeCommasBeforeNextStatement">
|
||||
<source xml:lang="en">should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'</source>
|
||||
<target state="translated">Consente di indicare se le virgole devono essere inserite all'inizio di ogni istruzione in un elenco, ad esempio ', mycolumn2', anziché alla fine, ad esempio 'mycolumn1,'?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.format.placeSelectStatementReferencesOnNewLine">
|
||||
<source xml:lang="en">Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines</source>
|
||||
<target state="translated">Consente di indicare se i riferimenti agli oggetti in istruzioni select devono essere suddivisi su righe diverse. Ad esempio per 'SELECT C1, C2 FROM T1' sia C1 che C2 saranno su righe diverse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.logDebugInfo">
|
||||
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
||||
<target state="translated">[Facoltativa] Registrare l'output di debug nella console (Visualizza -> Output), quindi selezionare il canale di output appropriato dall'elenco a discesa</target>
|
||||
<trans-unit id="cms.connectionOptions.packetSize.description">
|
||||
<source xml:lang="en">Size in bytes of the network packets used to communicate with an instance of SQL Server</source>
|
||||
<target state="translated">Dimensioni in byte dei pacchetti di rete usati per comunicare con un'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.logFilesRemovalLimit">
|
||||
<source xml:lang="en">Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.</source>
|
||||
<target state="translated">Numero massimo di file meno recenti da rimuovere all'avvio per cui è scaduto il tempo impostato con mssql.logRetentionMinutes. I file che non vengono rimossi a causa di questa limitazione verranno rimossi al successivo avvio di Azure Data Studio.</target>
|
||||
<trans-unit id="cms.connectionOptions.groupName.source">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.logRetentionMinutes">
|
||||
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
|
||||
<target state="translated">Numero di minuti per la conservazione dei file di log per i servizi di back-end. L'impostazione predefinita è 1 settimana.</target>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationProtocol.description">
|
||||
<source xml:lang="en">Specifies a protocol for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
<target state="translated">Specifica un protocollo per l'attestazione di un enclave lato server usato con Always Encrypted con enclave sicuri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.provider.displayName">
|
||||
<source xml:lang="en">Microsoft SQL Server</source>
|
||||
<target state="translated">Microsoft SQL Server</target>
|
||||
<trans-unit id="cms.connectionOptions.enclaveAttestationUrl.description">
|
||||
<source xml:lang="en">Specifies an endpoint for attesting a server-side enclave used with Always Encrypted with Secure enclaves</source>
|
||||
<target state="translated">Specifica un endpoint per l'attestazione di un enclave lato server usato con Always Encrypted con enclavi sicuri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.query.displayBitAsNumber">
|
||||
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
|
||||
<target state="translated">Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false'</target>
|
||||
<trans-unit id="cms.connectionOptions.authType.description">
|
||||
<source xml:lang="en">Specifies the method of authenticating with SQL Server</source>
|
||||
<target state="translated">Specifica il metodo di autenticazione con SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.addRegisteredServer.title">
|
||||
<source xml:lang="en">New Server Registration...</source>
|
||||
<target state="translated">Nuova registrazione server...</target>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.categoryValues.strict">
|
||||
<source xml:lang="en">Strict</source>
|
||||
<target state="translated">Restrittivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.addServerGroup.title">
|
||||
<source xml:lang="en">New Server Group...</source>
|
||||
<target state="translated">Nuovo gruppo di server...</target>
|
||||
<trans-unit id="cms.description">
|
||||
<source xml:lang="en">Support for managing SQL Server Central Management Servers</source>
|
||||
<target state="translated">Supporto per la gestione di Server di gestione centrale di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.deleteCmsServer.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
<trans-unit id="cms.connectionOptions.currentLanguage.description">
|
||||
<source xml:lang="en">The SQL Server language record name</source>
|
||||
<target state="translated">Nome del record di lingua di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.deleteRegisteredServer.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
<trans-unit id="cms.connectionOptions.commandTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a command to execute before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere l'esecuzione di un comando prima di interrompere il tentativo e generare un errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.deleteServerGroup.title">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
<trans-unit id="cms.connectionOptions.connectTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere la connessione al server prima di interrompere il tentativo e generare un errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.explorer.title">
|
||||
<source xml:lang="en">Central Management Servers</source>
|
||||
<target state="translated">Server di gestione centrale</target>
|
||||
<trans-unit id="cms.connectionOptions.maxPoolSize.description">
|
||||
<source xml:lang="en">The maximum number of connections allowed in the pool</source>
|
||||
<target state="translated">Numero massimo di connessioni consentite nel pool</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.refresh.title">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.description">
|
||||
<source xml:lang="en">The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed</source>
|
||||
<target state="translated">Tempo minimo (in secondi) in cui la connessione rimane attiva nel pool prima di essere eliminata definitivamente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.refreshServerGroup.title">
|
||||
<source xml:lang="en">Refresh Server Group</source>
|
||||
<target state="translated">Aggiorna gruppo di server</target>
|
||||
<trans-unit id="cms.connectionOptions.minPoolSize.description">
|
||||
<source xml:lang="en">The minimum number of connections allowed in the pool</source>
|
||||
<target state="translated">Numero minimo di connessioni consentite nel pool</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.resource.registerCmsServer.title">
|
||||
<source xml:lang="en">Add Central Management Server</source>
|
||||
<target state="translated">Aggiungi server di gestione centrale</target>
|
||||
<trans-unit id="cms.connectionOptions.applicationName.description">
|
||||
<source xml:lang="en">The name of the application</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.title">
|
||||
<source xml:lang="en">Central Management Servers</source>
|
||||
<target state="translated">Server di gestione centrale</target>
|
||||
<trans-unit id="cms.connectionOptions.attachDbFilename.description">
|
||||
<source xml:lang="en">The name of the primary file, including the full path name, of an attachable database</source>
|
||||
<target state="translated">Nome del file primario, incluso il nome del percorso completo, di un database collegabile</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.tracingLevel">
|
||||
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
||||
<target state="translated">[Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information</target>
|
||||
<trans-unit id="cms.connectionOptions.workstationId.description">
|
||||
<source xml:lang="en">The name of the workstation connecting to SQL Server</source>
|
||||
<target state="translated">Nome della workstation che si connette a SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ignorePlatformWarning">
|
||||
<source xml:lang="en">[Optional] Do not show unsupported platform warnings</source>
|
||||
<target state="translated">[Facoltativa] Non visualizzare avvisi su piattaforme non supportate</target>
|
||||
<trans-unit id="cms.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
|
||||
<target state="translated">Nome o indirizzo di rete dell'istanza di SQL Server che funge da partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.compatibilityLevel">
|
||||
<source xml:lang="en">Compatibility Level</source>
|
||||
<target state="translated">Livello di compatibilità</target>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.displayName">
|
||||
<source xml:lang="en">Trust server certificate</source>
|
||||
<target state="translated">Considera attendibile il certificato del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.lastBackupDate">
|
||||
<source xml:lang="en">Last Database Backup</source>
|
||||
<target state="translated">Ultimo backup del database</target>
|
||||
<trans-unit id="cloud.serverProperties.serverEdition">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.lastLogBackupDate">
|
||||
<source xml:lang="en">Last Log Backup</source>
|
||||
<target state="translated">Ultimo backup del log</target>
|
||||
<trans-unit id="cms.connectionOptions.typeSystemVersion.displayName">
|
||||
<source xml:lang="en">Type system version</source>
|
||||
<target state="translated">Versione del sistema di tipi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.owner">
|
||||
<source xml:lang="en">Owner</source>
|
||||
<target state="translated">Proprietario</target>
|
||||
<trans-unit id="cms.connectionOptions.replication.description">
|
||||
<source xml:lang="en">Used by SQL Server in Replication</source>
|
||||
<target state="translated">Usato da SQL Server nella replica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.databaseProperties.recoveryModel">
|
||||
<source xml:lang="en">Recovery Model</source>
|
||||
<target state="translated">Modello di recupero</target>
|
||||
<trans-unit id="cms.connectionOptions.userName.displayName">
|
||||
<source xml:lang="en">User name</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.machineName">
|
||||
<source xml:lang="en">Computer Name</source>
|
||||
<target state="translated">Nome del computer</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.osVersion">
|
||||
<source xml:lang="en">OS Version</source>
|
||||
<target state="translated">Versione del sistema operativo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.serverEdition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
<trans-unit id="cloud.serverProperties.serverVersion">
|
||||
<source xml:lang="en">Version</source>
|
||||
<target state="translated">Versione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onprem.serverProperties.serverVersion">
|
||||
<source xml:lang="en">Version</source>
|
||||
<target state="translated">Versione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.encrypt.description">
|
||||
<source xml:lang="en">When 'Mandatory' or 'Strict', SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed. When set to 'Strict', SQL Server uses TDS 8.0 for all data transfer between the client and server. 'Strict' is supported on SQL Server 2022 onwards.</source>
|
||||
<target state="translated">Quando è 'Obbligatorio' o 'Restrittivo', SQL Server utilizza la crittografia SSL per tutti i dati inviati tra il client e il server se nel server è installato un certificato. Se impostato su 'Restrittivo', SQL Server utilizza TDS 8.0 per tutti i trasferimenti di dati tra il client e il server. 'Restrittivo' è supportato a partire da SQL Server 2022.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.persistSecurityInfo.description">
|
||||
<source xml:lang="en">When false, security-sensitive information, such as the password, is not returned as part of the connection</source>
|
||||
<target state="translated">Se è false, le informazioni sensibili dal punto di vista della sicurezza, come la password, non vengono restituite nell'ambito della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
|
||||
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate. This property is not supported with Encrypt=Strict.</source>
|
||||
<target state="translated">Se il valore è true (e encrypt=true), SQL Server usa la crittografia SSL per tutti i dati inviati tra il client e il server senza convalidare il certificato del server. Questa proprietà non è supportata con Encrypt=Strict.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.contextConnection.description">
|
||||
<source xml:lang="en">When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process</source>
|
||||
<target state="translated">Se è true, indica che la connessione deve provenire dal contesto SQL Server. Disponibile solo quando è in esecuzione nel processo SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.description">
|
||||
<source xml:lang="en">When true, multiple result sets can be returned and read from one connection</source>
|
||||
<target state="translated">Se è true, possono essere restituiti e letti più set di risultati da un'unica connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.pooling.description">
|
||||
<source xml:lang="en">When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool</source>
|
||||
<target state="translated">Se è true, l'oggetto connessione viene prelevato dal pool appropriato oppure, se necessario, viene creato e aggiunto al pool appropriato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.authType.categoryValues.integrated">
|
||||
<source xml:lang="en">Windows Authentication</source>
|
||||
<target state="translated">Autenticazione di Windows</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.workstationId.displayName">
|
||||
<source xml:lang="en">Workstation Id</source>
|
||||
<target state="translated">ID workstation</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ignorePlatformWarning">
|
||||
<source xml:lang="en">[Optional] Do not show unsupported platform warnings</source>
|
||||
<target state="translated">[Facoltativa] Non visualizzare avvisi su piattaforme non supportate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.logDebugInfo">
|
||||
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
||||
<target state="translated">[Facoltativa] Registrare l'output di debug nella console (Visualizza -> Output), quindi selezionare il canale di output appropriato dall'elenco a discesa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.tracingLevel">
|
||||
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
||||
<target state="translated">[Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.connectionOptions.serverName.placeholder">
|
||||
<source xml:lang="en">e.g. tcp:servername,1433</source>
|
||||
<target state="translated">ad esempio, tcp:nomeserver,1433</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cms.format.placeCommasBeforeNextStatement">
|
||||
<source xml:lang="en">should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'</source>
|
||||
<target state="translated">Consente di indicare se le virgole devono essere inserite all'inizio di ogni istruzione in un elenco, ad esempio ', mycolumn2', anziché alla fine, ad esempio 'mycolumn1,'?</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -1,7 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/dacpac/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.dacpac/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="dacfx.databaseNameExistsErrorMessage">
|
||||
<source xml:lang="en">A database with the same name already exists on the instance of SQL Server</source>
|
||||
<target state="translated">Esiste già un database con lo stesso nome nell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.importDescription">
|
||||
<source xml:lang="en">Create a database from a .bacpac file [Import Bacpac]</source>
|
||||
<target state="translated">Crea un database da un file con estensione bacpac [Importa BACPAC]</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLoss">
|
||||
<source xml:lang="en">Data Loss</source>
|
||||
<target state="translated">Perdita di dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.wizardTitle">
|
||||
<source xml:lang="en">Data-tier Application Wizard</source>
|
||||
<target state="translated">Procedura guidata per l'applicazione livello dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.databaseName">
|
||||
<source xml:lang="en">Database Name</source>
|
||||
<target state="translated">Nome database</target>
|
||||
@@ -10,26 +26,18 @@
|
||||
<source xml:lang="en">Deploy</source>
|
||||
<target state="translated">Distribuisci</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.deployConfigPageName">
|
||||
<source xml:lang="en">Select Deploy Dacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Distribuisci DACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.deployDescription">
|
||||
<source xml:lang="en">Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]</source>
|
||||
<target state="translated">Distribuisci un file con estensione dacpac dell'applicazione livello dati in un'istanza di SQL Server [Distribuisci DACPAC]</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.deployPlanPageName">
|
||||
<source xml:lang="en">Review the deploy plan</source>
|
||||
<target state="translated">Esamina il piano di distribuzione</target>
|
||||
<trans-unit id="dacfx.deployPlanTableTitle">
|
||||
<source xml:lang="en">Deploy plan operations</source>
|
||||
<target state="translated">Distribuire le operazioni del piano</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.export">
|
||||
<source xml:lang="en">Export</source>
|
||||
<target state="translated">Esporta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.exportConfigPageName">
|
||||
<source xml:lang="en">Select Export Bacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Esporta BACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.exportDescription">
|
||||
<source xml:lang="en">Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]</source>
|
||||
<target state="translated">Esporta lo schema e i dati da un database nel formato di file logico con estensione bacpac [Esporta BACPAC]</target>
|
||||
@@ -38,42 +46,126 @@
|
||||
<source xml:lang="en">Extract</source>
|
||||
<target state="translated">Estrai</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.extractConfigPageName">
|
||||
<source xml:lang="en">Select Extract Dacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Estrai DACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.extractDescription">
|
||||
<source xml:lang="en">Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]</source>
|
||||
<target state="translated">Estrai un'applicazione livello dati da un'istanza di SQL Server in un file con estensione dacpac [Estrai DACPAC]</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.fileLocation">
|
||||
<source xml:lang="en">File Location</source>
|
||||
<target state="translated">Percorso file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.whitespaceFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be whitespace</source>
|
||||
<target state="translated">Il nome file non può essere vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.filenameEndingInPeriodErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a period</source>
|
||||
<target state="translated">Il nome file non può terminare con un punto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a whitespace</source>
|
||||
<target state="translated">Il nome file non può terminare con uno spazio vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.tooLongFilenameErrorMessage">
|
||||
<source xml:lang="en">File name is over 255 characters</source>
|
||||
<target state="translated">Il nome file ha più di 255 caratteri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.generateScriptButton">
|
||||
<source xml:lang="en">Generate Script</source>
|
||||
<target state="translated">Genera script</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.deployPlanErrorMessage">
|
||||
<source xml:lang="en">Generating deploy plan failed '{0}'</source>
|
||||
<target state="translated">La generazione del piano di distribuzione non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.generateDeployErrorMessage">
|
||||
<source xml:lang="en">Generating deploy script failed '{0}'</source>
|
||||
<target state="translated">La generazione dello script di distribuzione non è riuscita{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.import">
|
||||
<source xml:lang="en">Import</source>
|
||||
<target state="translated">Importa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.importConfigPageName">
|
||||
<source xml:lang="en">Select Import Bacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Importa BACPAC</target>
|
||||
<trans-unit id="dacfx.invalidFileCharsErrorMessage">
|
||||
<source xml:lang="en">Invalid file characters</source>
|
||||
<target state="translated">Caratteri di file non validi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.importDescription">
|
||||
<source xml:lang="en">Create a database from a .bacpac file [Import Bacpac]</source>
|
||||
<target state="translated">Crea un database da un file con estensione bacpac [Importa BACPAC]</target>
|
||||
<trans-unit id="dacfx.objecTooltip">
|
||||
<source xml:lang="en">Name of object that will be affected by deployment</source>
|
||||
<target state="translated">Nome dell'oggetto che sarà interessato dalla distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.newDatabase">
|
||||
<source xml:lang="en">New Database</source>
|
||||
<target state="translated">Nuovo database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.noDataLoss">
|
||||
<source xml:lang="en">No data loss will occur from the listed deploy actions.</source>
|
||||
<target state="translated">Non si verificherà alcuna perdita di dati dalle azioni di distribuzione elencate.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.object">
|
||||
<source xml:lang="en">Object</source>
|
||||
<target state="translated">Oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFxDeploy.openFile">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operation">
|
||||
<source xml:lang="en">Operation</source>
|
||||
<target state="translated">Operazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operationTooltip">
|
||||
<source xml:lang="en">Operation(Create, Alter, Delete) that will occur during deployment</source>
|
||||
<target state="translated">Operazione (Create, Alter, Delete) che verrà eseguita durante la distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLossTooltip">
|
||||
<source xml:lang="en">Operations that may result in data loss are marked with a warning sign</source>
|
||||
<target state="translated">Le operazioni che possono comportare la perdita di dati sono contrassegnate da un simbolo di avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.proceedDataLoss">
|
||||
<source xml:lang="en">Proceed despite possible data loss</source>
|
||||
<target state="translated">Procedi nonostante la possibile perdita di dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.reservedValueErrorMessage">
|
||||
<source xml:lang="en">Reserved file name. Choose another name and try again</source>
|
||||
<target state="translated">Nome file riservato. Scegliere un altro nome e riprovare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.deployPlanPageName">
|
||||
<source xml:lang="en">Review the deploy plan</source>
|
||||
<target state="translated">Esamina il piano di distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.save">
|
||||
<source xml:lang="en">Save</source>
|
||||
<target state="translated">Salva</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.deployConfigPageName">
|
||||
<source xml:lang="en">Select Deploy Dacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Distribuisci DACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.exportConfigPageName">
|
||||
<source xml:lang="en">Select Export Bacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Esporta BACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.extractConfigPageName">
|
||||
<source xml:lang="en">Select Extract Dacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Estrai DACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.importConfigPageName">
|
||||
<source xml:lang="en">Select Import Bacpac Settings</source>
|
||||
<target state="translated">Seleziona impostazioni per Importa BACPAC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.selectOperationPageName">
|
||||
<source xml:lang="en">Select an Operation</source>
|
||||
<target state="translated">Seleziona un'operazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.selectFile">
|
||||
<source xml:lang="en">Select file</source>
|
||||
<target state="translated">Seleziona file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.setting">
|
||||
<source xml:lang="en">Setting</source>
|
||||
<target state="translated">Impostazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.sourceDatabase">
|
||||
<source xml:lang="en">Source Database</source>
|
||||
<target state="translated">Database di origine</target>
|
||||
@@ -86,6 +178,10 @@
|
||||
<source xml:lang="en">Summary</source>
|
||||
<target state="translated">Riepilogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.summaryTableTitle">
|
||||
<source xml:lang="en">Summary of settings</source>
|
||||
<target state="translated">Riepilogo delle impostazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.targetDatabase">
|
||||
<source xml:lang="en">Target Database</source>
|
||||
<target state="translated">Database di destinazione</target>
|
||||
@@ -94,126 +190,14 @@
|
||||
<source xml:lang="en">Target Server</source>
|
||||
<target state="translated">Server di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.upgradeExistingDatabase">
|
||||
<source xml:lang="en">Upgrade Existing Database</source>
|
||||
<target state="translated">Aggiorna database esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.versionText">
|
||||
<source xml:lang="en">Version (use x.x.x.x where x is a number)</source>
|
||||
<target state="translated">Versione (usare x.x.x.x dove x è un numero)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFxDeploy.openFile">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLoss">
|
||||
<source xml:lang="en">Data Loss</source>
|
||||
<target state="translated">Perdita di dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLossText">
|
||||
<source xml:lang="en">The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
|
||||
<target state="translated">Le azioni di distribuzione potrebbero causare la perdita di dati. Assicurarsi di avere a disposizione un backup o uno snapshot in caso di problemi con la distribuzione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLossTextWithCount">
|
||||
<source xml:lang="en">{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
|
||||
<target state="translated">{0} delle azioni di distribuzione elencate potrebbero causare la perdita di dati. Assicurarsi di avere a disposizione un backup o uno snapshot in caso di problemi con la distribuzione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLossTooltip">
|
||||
<source xml:lang="en">Operations that may result in data loss are marked with a warning sign</source>
|
||||
<target state="translated">Le operazioni che possono comportare la perdita di dati sono contrassegnate da un simbolo di avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.databaseNameExistsErrorMessage">
|
||||
<source xml:lang="en">A database with the same name already exists on the instance of SQL Server</source>
|
||||
<target state="translated">Esiste già un database con lo stesso nome nell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.default">
|
||||
<source xml:lang="en">default</source>
|
||||
<target state="translated">predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.deployPlanErrorMessage">
|
||||
<source xml:lang="en">Generating deploy plan failed '{0}'</source>
|
||||
<target state="translated">La generazione del piano di distribuzione non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.deployPlanTableTitle">
|
||||
<source xml:lang="en">Deploy plan operations</source>
|
||||
<target state="translated">Distribuire le operazioni del piano</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.fileLocation">
|
||||
<source xml:lang="en">File Location</source>
|
||||
<target state="translated">Percorso file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.filenameEndingInPeriodErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a period</source>
|
||||
<target state="translated">Il nome file non può terminare con un punto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.generateDeployErrorMessage">
|
||||
<source xml:lang="en">Generating deploy script failed '{0}'</source>
|
||||
<target state="translated">La generazione dello script di distribuzione non è riuscita{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.invalidFileCharsErrorMessage">
|
||||
<source xml:lang="en">Invalid file characters</source>
|
||||
<target state="translated">Caratteri di file non validi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.noDataLoss">
|
||||
<source xml:lang="en">No data loss will occur from the listed deploy actions.</source>
|
||||
<target state="translated">Non si verificherà alcuna perdita di dati dalle azioni di distribuzione elencate.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.objecTooltip">
|
||||
<source xml:lang="en">Name of object that will be affected by deployment</source>
|
||||
<target state="translated">Nome dell'oggetto che sarà interessato dalla distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.object">
|
||||
<source xml:lang="en">Object</source>
|
||||
<target state="translated">Oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operation">
|
||||
<source xml:lang="en">Operation</source>
|
||||
<target state="translated">Operazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operationErrorMessage">
|
||||
<source xml:lang="en">{0} operation failed '{1}'</source>
|
||||
<target state="translated">Operazione {0} non riuscita '{1}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operationTooltip">
|
||||
<source xml:lang="en">Operation(Create, Alter, Delete) that will occur during deployment</source>
|
||||
<target state="translated">Operazione (Create, Alter, Delete) che verrà eseguita durante la distribuzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.reservedValueErrorMessage">
|
||||
<source xml:lang="en">Reserved file name. Choose another name and try again</source>
|
||||
<target state="translated">Nome file riservato. Scegliere un altro nome e riprovare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.reservedWindowsFilenameErrorMessage">
|
||||
<source xml:lang="en">This file name is reserved for use by Windows. Choose another name and try again</source>
|
||||
<target state="translated">Questo nome file è riservato per l'uso da parte di Windows. Scegliere un altro nome e riprovare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.save">
|
||||
<source xml:lang="en">Save</source>
|
||||
<target state="translated">Salva</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.scriptGeneratingMessage">
|
||||
<source xml:lang="en">You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.</source>
|
||||
<target state="translated">È possibile visualizzare lo stato della generazione dello script nella visualizzazione attività dopo la chiusura della procedura guidata. Lo script generato verrà aperto dopo il completamento.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.selectFile">
|
||||
<source xml:lang="en">Select file</source>
|
||||
<target state="translated">Seleziona file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.setting">
|
||||
<source xml:lang="en">Setting</source>
|
||||
<target state="translated">Impostazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.summaryTableTitle">
|
||||
<source xml:lang="en">Summary of settings</source>
|
||||
<target state="translated">Riepilogo delle impostazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.tooLongFilenameErrorMessage">
|
||||
<source xml:lang="en">File name is over 255 characters</source>
|
||||
<target state="translated">Il nome file ha più di 255 caratteri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a whitespace</source>
|
||||
<target state="translated">Il nome file non può terminare con uno spazio vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
@@ -226,6 +210,10 @@
|
||||
<source xml:lang="en">Undefined name</source>
|
||||
<target state="translated">Nome non definito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.upgradeExistingDatabase">
|
||||
<source xml:lang="en">Upgrade Existing Database</source>
|
||||
<target state="translated">Aggiorna database esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.value">
|
||||
<source xml:lang="en">Value</source>
|
||||
<target state="translated">Valore</target>
|
||||
@@ -234,26 +222,34 @@
|
||||
<source xml:lang="en">Version</source>
|
||||
<target state="translated">Versione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.whitespaceFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be whitespace</source>
|
||||
<target state="translated">Il nome file non può essere vuoto</target>
|
||||
<trans-unit id="dacFx.versionText">
|
||||
<source xml:lang="en">Version (use x.x.x.x where x is a number)</source>
|
||||
<target state="translated">Versione (usare x.x.x.x dove x è un numero)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.wizardTitle">
|
||||
<source xml:lang="en">Data-tier Application Wizard</source>
|
||||
<target state="translated">Procedura guidata per l'applicazione livello dati</target>
|
||||
<trans-unit id="dacfx.scriptGeneratingMessage">
|
||||
<source xml:lang="en">You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.</source>
|
||||
<target state="translated">È possibile visualizzare lo stato della generazione dello script nella visualizzazione attività dopo la chiusura della procedura guidata. Lo script generato verrà aperto dopo il completamento.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.default">
|
||||
<source xml:lang="en">default</source>
|
||||
<target state="translated">predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.dataLossTextWithCount">
|
||||
<source xml:lang="en">{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
|
||||
<target state="translated">{0} delle azioni di distribuzione elencate potrebbero causare la perdita di dati. Assicurarsi di avere a disposizione un backup o uno snapshot in caso di problemi con la distribuzione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacfx.operationErrorMessage">
|
||||
<source xml:lang="en">{0} operation failed '{1}'</source>
|
||||
<target state="translated">Operazione {0} non riuscita '{1}'</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/dacpac/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.dacpac/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="dacFx.category">
|
||||
<source xml:lang="en">DacFx</source>
|
||||
<target state="translated">DacFx</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.defaultSaveLocation">
|
||||
<source xml:lang="en">Full path to folder where .DACPAC and .BACPAC files are saved by default</source>
|
||||
<target state="translated">Percorso completo della cartella in cui vengono salvati i file DACPAC e BAPAC per impostazione predefinita</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.settings">
|
||||
<source xml:lang="en">Dacpac</source>
|
||||
<target state="translated">Pacchetto di applicazione livello dati</target>
|
||||
@@ -262,6 +258,10 @@
|
||||
<source xml:lang="en">Data-tier Application Wizard</source>
|
||||
<target state="translated">Procedura guidata per l'applicazione livello dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dacFx.defaultSaveLocation">
|
||||
<source xml:lang="en">Full path to folder where .DACPAC and .BACPAC files are saved by default</source>
|
||||
<target state="translated">Percorso completo della cartella in cui vengono salvati i file DACPAC e BAPAC per impostazione predefinita</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
+188
-188
@@ -1,46 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/data-workspace/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.data-workspace/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="AllProjectTypes">
|
||||
<source xml:lang="en">All Project Types</source>
|
||||
<target state="translated">Tutti tipi di progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="LocalDevInfo">
|
||||
<source xml:lang="en">Click "Learn more" button for more information about local development experience to {0}</source>
|
||||
<target state="translated">Fare clic sul pulsante "Altre informazioni" per altre informazioni sull'esperienza di sviluppo locale per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SelectProjectFileActionName">
|
||||
<source xml:lang="en">Select</source>
|
||||
<target state="translated">Seleziona</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownProjectTypeError">
|
||||
<source xml:lang="en">No provider was found for project type with id: '{0}'</source>
|
||||
<target state="translated">Non è stato trovato alcun provider per il tipo di progetto con ID: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownProjectsError">
|
||||
<source xml:lang="en">No provider was found for the following projects: {0}</source>
|
||||
<target state="translated">Non è stato trovato alcun provider per i progetti seguenti: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="activateExtensionFailed">
|
||||
<source xml:lang="en">Failed to load the project provider extension '{0}'. Error message: {1}</source>
|
||||
<target state="translated">Non è stato possibile caricare l'estensione del provider di progetti '{0}'. Messaggio di errore: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworksapce.local">
|
||||
<source xml:lang="en">Local</source>
|
||||
<target state="translated">Locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworksapce.refresh">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.NewProjectDialogTitle">
|
||||
<source xml:lang="en">Create new database project</source>
|
||||
<target state="translated">Creare un nuovo progetto di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.Type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
<trans-unit id="dataworkspace.restartConfirmation">
|
||||
<source xml:lang="en">Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?</source>
|
||||
<target state="translated">È necessario riavviare Azure Data Studio per aggiungere il progetto all'area di lavoro. Riavvia ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.browse">
|
||||
<source xml:lang="en">Browse</source>
|
||||
@@ -50,41 +18,93 @@
|
||||
<source xml:lang="en">Browse...</source>
|
||||
<target state="translated">Sfoglia...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.cloneParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected clone path '{0}' does not exist or is not a directory.</source>
|
||||
<target state="translated">Il percorso di clonazione selezionato '{0}' non esiste o non è una directory.</target>
|
||||
<trans-unit id="dataworkspace.sdkLearnMorePlaceholder">
|
||||
<source xml:lang="en">Click "Learn More" button for more information about SDK-style projects</source>
|
||||
<target state="translated">Fare clic sul pulsante "Altre informazioni" per altre informazioni sui progetti in stile SDK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="LocalDevInfo">
|
||||
<source xml:lang="en">Click "Learn more" button for more information about local development experience to {0}</source>
|
||||
<target state="translated">Fare clic sul pulsante "Altre informazioni" per altre informazioni sull'esperienza di sviluppo locale per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gitCloneMessage">
|
||||
<source xml:lang="en">Cloning git repository '{0}'...</source>
|
||||
<target state="translated">Clonazione del repository GIT '{0}'...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.create">
|
||||
<source xml:lang="en">Create</source>
|
||||
<target state="translated">Crea</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.NewProjectDialogTitle">
|
||||
<source xml:lang="en">Create new database project</source>
|
||||
<target state="translated">Creare un nuovo progetto di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.default">
|
||||
<source xml:lang="en">Default</source>
|
||||
<target state="translated">Predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistErrorShort">
|
||||
<source xml:lang="en">Directory '{0}' already exists in the selected location, please choose another</source>
|
||||
<target state="translated">La directory '{0}' esiste già nel percorso selezionato, sceglierne un altro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.enterProjectName">
|
||||
<source xml:lang="en">Enter Project Name</source>
|
||||
<target state="translated">Immettere il nome del progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.fileNotExistError">
|
||||
<source xml:lang="en">The selected {0} file '{1}' does not exist or is not a file.</source>
|
||||
<target state="translated">Il file {0} selezionato '{1}' non esiste o non è un file.</target>
|
||||
<trans-unit id="dataworkspace.projectNamePlaceholder">
|
||||
<source xml:lang="en">Enter project name</source>
|
||||
<target state="translated">Immettere il nome del progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.gitRepoUrlPlaceholder">
|
||||
<source xml:lang="en">Enter remote git repository URL</source>
|
||||
<target state="translated">Immettere l'URL del repository GIT remoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gitCloneError">
|
||||
<source xml:lang="en">Error during git clone. View git output for more details</source>
|
||||
<target state="translated">Errore durante il comando git clone. Per altri dettagli, visualizzare l'output git</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="activateExtensionFailed">
|
||||
<source xml:lang="en">Failed to load the project provider extension '{0}'. Error message: {1}</source>
|
||||
<target state="translated">Non è stato possibile caricare l'estensione del provider di progetti '{0}'. Messaggio di errore: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="fileDoesNotExist">
|
||||
<source xml:lang="en">File '{0}' doesn't exist</source>
|
||||
<target state="translated">Il file '{0}' non esiste</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tooLongFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be over 255 characters</source>
|
||||
<target state="translated">Il nome del file non può contenere più di 255 caratteri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="whitespaceFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be whitespace</source>
|
||||
<target state="translated">Il nome file non può essere vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="filenameEndingInPeriodErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a period</source>
|
||||
<target state="translated">Il nome file non può terminare con un punto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot start or end with whitespace</source>
|
||||
<target state="translated">Il nome file può iniziare o terminare con uno spazio vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.gitRepoUrlTitle">
|
||||
<source xml:lang="en">Git repository URL</source>
|
||||
<target state="translated">URL del repository GIT</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidFileCharsErrorMessage">
|
||||
<source xml:lang="en">Invalid file characters</source>
|
||||
<target state="translated">Caratteri di file non validi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.learnMore">
|
||||
<source xml:lang="en">Learn More</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.localClonePathPlaceholder">
|
||||
<source xml:lang="en">Select location to clone repository locally</source>
|
||||
<target state="translated">Selezionare il percorso per clonare il repository in locale</target>
|
||||
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
||||
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
||||
<target state="translated">L'elenco dei progetti aperti non deve essere indefinito dopo l'aggiornamento dal disco.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworksapce.local">
|
||||
<source xml:lang="en">Local</source>
|
||||
<target state="translated">Locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.localClonePathTitle">
|
||||
<source xml:lang="en">Local clone path</source>
|
||||
@@ -94,6 +114,14 @@
|
||||
<source xml:lang="en">Location</source>
|
||||
<target state="translated">Percorso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationTitle">
|
||||
<source xml:lang="en">Location</source>
|
||||
<target state="translated">Posizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectNameTitle">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.nameCannotBeEmpty">
|
||||
<source xml:lang="en">Name cannot be empty</source>
|
||||
<target state="translated">Il nome non può essere vuoto.</target>
|
||||
@@ -102,10 +130,26 @@
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noProjectProvidingExtensionsInstalled">
|
||||
<source xml:lang="en">No database project extensions are installed. Please install a database project extension to use this feature.</source>
|
||||
<target state="translated">Non sono installate estensioni di progetto di database. Installare un'estensione di progetto di database per usare questa funzionalità.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownProjectTypeError">
|
||||
<source xml:lang="en">No provider was found for project type with id: '{0}'</source>
|
||||
<target state="translated">Non è stato trovato alcun provider per il tipo di progetto con ID: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="UnknownProjectsError">
|
||||
<source xml:lang="en">No provider was found for the following projects: {0}</source>
|
||||
<target state="translated">Non è stato trovato alcun provider per i progetti seguenti: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onlyMovingOneFileIsSupported">
|
||||
<source xml:lang="en">Only moving one file at a time is supported.</source>
|
||||
<target state="translated">È supportato solo lo spostamento di un file alla volta.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.open">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
@@ -114,61 +158,41 @@
|
||||
<source xml:lang="en">Open Existing Project</source>
|
||||
<target state="translated">Apri progetto esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noPreviousData">
|
||||
<source xml:lang="en">Prior {0} for the current project will appear here, please run to see the results.</source>
|
||||
<target state="translated">{0} precedenti per il progetto corrente verranno visualizzati qui. Eseguire per visualizzare i risultati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.project">
|
||||
<source xml:lang="en">Project</source>
|
||||
<target state="translated">Progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectFailedToLoad">
|
||||
<source xml:lang="en">Project '{0}' failed to load: {1} To view more details, [open the developer console](command:workbench.action.toggleDevTools).</source>
|
||||
<target state="translated">Non è stato possibile caricare il progetto '{0}': {1} Per visualizzare altri dettagli, [open the developer console](command:workbench.action.toggleDevTools).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectAlreadyOpened">
|
||||
<source xml:lang="en">Project '{0}' is already opened.</source>
|
||||
<target state="translated">Il progetto '{0}' è già aperto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistError">
|
||||
<source xml:lang="en">There is already a directory named '{0}' in the selected location: '{1}'.</source>
|
||||
<target state="translated">Esiste già una directory denominata '{0}' nel percorso selezionato: '{1}'.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistErrorShort">
|
||||
<source xml:lang="en">Directory '{0}' already exists in the selected location, please choose another</source>
|
||||
<target state="translated">La directory '{0}' esiste già nel percorso selezionato, sceglierne un altro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectFilePlaceholder">
|
||||
<source xml:lang="en">Select project file</source>
|
||||
<target state="translated">Seleziona file di progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectFileTitle">
|
||||
<source xml:lang="en">Project file</source>
|
||||
<target state="translated">File di progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationPlaceholder">
|
||||
<source xml:lang="en">Select location to create project</source>
|
||||
<target state="translated">Selezionare il percorso per creare il progetto</target>
|
||||
<trans-unit id="projectNameNull">
|
||||
<source xml:lang="en">Project name is null</source>
|
||||
<target state="translated">Il nome del progetto è Null</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationTitle">
|
||||
<source xml:lang="en">Location</source>
|
||||
<target state="translated">Percorso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectNamePlaceholder">
|
||||
<source xml:lang="en">Enter project name</source>
|
||||
<target state="translated">Immettere il nome del progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectNameTitle">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
|
||||
<target state="translated">Il percorso del progetto selezionato '{0}' non esiste o non è una directory.</target>
|
||||
<trans-unit id="dataworksapce.refresh">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.remoteGitRepo">
|
||||
<source xml:lang="en">Remote git repository</source>
|
||||
<target state="translated">Repository GIT remoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.restartConfirmation">
|
||||
<source xml:lang="en">Azure Data Studio needs to be restarted for the project to be added to the workspace. Restart now?</source>
|
||||
<target state="translated">È necessario riavviare Azure Data Studio per aggiungere il progetto all'area di lavoro. Riavvia ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.sdkLearnMorePlaceholder">
|
||||
<source xml:lang="en">Click "Learn More" button for more information about SDK-style projects</source>
|
||||
<target state="translated">Fare clic sul pulsante "Altre informazioni" per altre informazioni sui progetti in stile SDK</target>
|
||||
<trans-unit id="reservedValueErrorMessage">
|
||||
<source xml:lang="en">Reserved file name. Choose another name and try again</source>
|
||||
<target state="translated">Nome file riservato. Scegliere un altro nome e riprovare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.sdkStyleProject">
|
||||
<source xml:lang="en">SDK-style project (Preview)</source>
|
||||
@@ -178,151 +202,107 @@
|
||||
<source xml:lang="en">Select</source>
|
||||
<target state="translated">Seleziona</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.selectProjectLocation">
|
||||
<source xml:lang="en">Select Project Location</source>
|
||||
<target state="translated">Seleziona percorso del progetto</target>
|
||||
<trans-unit id="++CODE++60dc6b3745804caa2d48a35dbb7306bb3f4f05286e7f9de259423f6abe87ec8f">
|
||||
<source xml:lang="en">Select</source>
|
||||
<target state="translated">Seleziona</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.selectProjectType">
|
||||
<source xml:lang="en">Select Database Project Type</source>
|
||||
<target state="translated">Selezionare il tipo di progetto di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.selectProjectLocation">
|
||||
<source xml:lang="en">Select Project Location</source>
|
||||
<target state="translated">Seleziona percorso del progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.selectTargetPlatform">
|
||||
<source xml:lang="en">Select Target Platform</source>
|
||||
<target state="translated">Selezione della piattaforma di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.targetPlatform">
|
||||
<source xml:lang="en">Target Platform</source>
|
||||
<target state="translated">Piattaforma di destinazione</target>
|
||||
<trans-unit id="dataworkspace.localClonePathPlaceholder">
|
||||
<source xml:lang="en">Select location to clone repository locally</source>
|
||||
<target state="translated">Selezionare il percorso per clonare il repository in locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectLocationPlaceholder">
|
||||
<source xml:lang="en">Select location to create project</source>
|
||||
<target state="translated">Selezionare il percorso per creare il progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.projectFilePlaceholder">
|
||||
<source xml:lang="en">Select project file</source>
|
||||
<target state="translated">Seleziona file di progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.workspacePlaceholder">
|
||||
<source xml:lang="en">Select workspace ({0}) file</source>
|
||||
<target state="translated">Selezionare un file dell'area di lavoro ({0})</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataworkspace.yesRecommended">
|
||||
<source xml:lang="en">Yes (Recommended)</source>
|
||||
<target state="translated">Sì (Scelta consigliata)</target>
|
||||
<trans-unit id="dataworkspace.targetPlatform">
|
||||
<source xml:lang="en">Target Platform</source>
|
||||
<target state="translated">Piattaforma di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dragAndDropNotSupported">
|
||||
<source xml:lang="en">This project type does not support drag and drop.</source>
|
||||
<target state="translated">Questo tipo di progetto non supporta il trascinamento della selezione.</target>
|
||||
<trans-unit id="dataworkspace.cloneParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected clone path '{0}' does not exist or is not a directory.</source>
|
||||
<target state="translated">Il percorso di clonazione selezionato '{0}' non esiste o non è una directory.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="fileDoesNotExist">
|
||||
<source xml:lang="en">File '{0}' doesn't exist</source>
|
||||
<target state="translated">Il file '{0}' non esiste</target>
|
||||
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
|
||||
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
|
||||
<target state="translated">Il percorso del progetto selezionato '{0}' non esiste o non è una directory.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="filenameEndingInPeriodErrorMessage">
|
||||
<source xml:lang="en">File name cannot end with a period</source>
|
||||
<target state="translated">Il nome file non può terminare con un punto</target>
|
||||
<trans-unit id="dataworkspace.fileNotExistError">
|
||||
<source xml:lang="en">The selected {0} file '{1}' does not exist or is not a file.</source>
|
||||
<target state="translated">Il file {0} selezionato '{1}' non esiste o non è un file.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gitCloneError">
|
||||
<source xml:lang="en">Error during git clone. View git output for more details</source>
|
||||
<target state="translated">Errore durante il comando git clone. Per altri dettagli, visualizzare l'output git</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gitCloneMessage">
|
||||
<source xml:lang="en">Cloning git repository '{0}'...</source>
|
||||
<target state="translated">Clonazione del repository GIT '{0}'...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidFileCharsErrorMessage">
|
||||
<source xml:lang="en">Invalid file characters</source>
|
||||
<target state="translated">Caratteri di file non validi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noPreviousData">
|
||||
<source xml:lang="en">Prior {0} for the current project will appear here, please run to see the results.</source>
|
||||
<target state="translated">{0} precedenti per il progetto corrente verranno visualizzati qui. Eseguire per visualizzare i risultati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noProjectProvidingExtensionsInstalled">
|
||||
<source xml:lang="en">No database project extensions are installed. Please install a database project extension to use this feature.</source>
|
||||
<target state="translated">Non sono installate estensioni di progetto di database. Installare un'estensione di progetto di database per usare questa funzionalità.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="onlyMovingOneFileIsSupported">
|
||||
<source xml:lang="en">Only moving one file at a time is supported.</source>
|
||||
<target state="translated">È supportato solo lo spostamento di un file alla volta.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
||||
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
||||
<target state="translated">L'elenco dei progetti aperti non deve essere indefinito dopo l'aggiornamento dal disco.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectFailedToLoad">
|
||||
<source xml:lang="en">Project '{0}' failed to load: {1} To view more details, [open the developer console](command:workbench.action.toggleDevTools).</source>
|
||||
<target state="translated">Non è stato possibile caricare il progetto '{0}': {1} Per visualizzare altri dettagli, [open the developer console](command:workbench.action.toggleDevTools).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projectNameNull">
|
||||
<source xml:lang="en">Project name is null</source>
|
||||
<target state="translated">Il nome del progetto è Null</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="reservedValueErrorMessage">
|
||||
<source xml:lang="en">Reserved file name. Choose another name and try again</source>
|
||||
<target state="translated">Nome file riservato. Scegliere un altro nome e riprovare</target>
|
||||
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistError">
|
||||
<source xml:lang="en">There is already a directory named '{0}' in the selected location: '{1}'.</source>
|
||||
<target state="translated">Esiste già una directory denominata '{0}' nel percorso selezionato: '{1}'.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="reservedWindowsFilenameErrorMessage">
|
||||
<source xml:lang="en">This file name is reserved for use by Windows. Choose another name and try again</source>
|
||||
<target state="translated">Questo nome file è riservato per l'uso da parte di Windows. Scegliere un altro nome e riprovare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tooLongFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be over 255 characters</source>
|
||||
<target state="translated">Il nome del file non può contenere più di 255 caratteri</target>
|
||||
<trans-unit id="dragAndDropNotSupported">
|
||||
<source xml:lang="en">This project type does not support drag and drop.</source>
|
||||
<target state="translated">Questo tipo di progetto non supporta il trascinamento della selezione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="trailingWhitespaceErrorMessage">
|
||||
<source xml:lang="en">File name cannot start or end with whitespace</source>
|
||||
<target state="translated">Il nome file può iniziare o terminare con uno spazio vuoto</target>
|
||||
<trans-unit id="dataworkspace.Type">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="undefinedFilenameErrorMessage">
|
||||
<source xml:lang="en">Undefined name</source>
|
||||
<target state="translated">Nome non definito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="whitespaceFilenameErrorMessage">
|
||||
<source xml:lang="en">File name cannot be whitespace</source>
|
||||
<target state="translated">Il nome file non può essere vuoto</target>
|
||||
<trans-unit id="dataworkspace.yesRecommended">
|
||||
<source xml:lang="en">Yes (Recommended)</source>
|
||||
<target state="translated">Sì (Scelta consigliata)</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/data-workspace/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.data-workspace/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="projects.showNotAddedProjectsInWorkspacePrompt">
|
||||
<source xml:lang="en">Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.</source>
|
||||
<target state="translated">Mostra sempre un messaggio informativo quando le cartelle dell'area di lavoro correnti contengono progetti che non sono stati aggiunti ai progetti dell'area di lavoro.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="close-workspace-command">
|
||||
<source xml:lang="en">Close Workspace</source>
|
||||
<target state="translated">Chiudi area di lavoro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="data-workspace-view-container-name">
|
||||
<source xml:lang="en">Database Projects</source>
|
||||
<target state="translated">Progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="main-view-name">
|
||||
<source xml:lang="en">Database Projects</source>
|
||||
<target state="translated">Progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="manage-project-command">
|
||||
<source xml:lang="en">Manage</source>
|
||||
<target state="translated">Gestisci</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="new-command">
|
||||
<source xml:lang="en">New</source>
|
||||
<target state="translated">Nuovo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="open-existing-command">
|
||||
<source xml:lang="en">Open existing</source>
|
||||
<target state="translated">Apri esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projects-view-no-project-content">
|
||||
<source xml:lang="en">No projects open in current workspace.
|
||||
[Create new](command:projects.new)
|
||||
[Open existing](command:projects.openExisting)
|
||||
To learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).
|
||||
</source>
|
||||
<target state="new">No projects open in current workspace.
|
||||
[Create new](command:projects.new)
|
||||
[Open existing](command:projects.openExisting)
|
||||
To learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).
|
||||
</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projects-view-no-workspace-content">
|
||||
<source xml:lang="en">Create new or open existing to get started.
|
||||
[Create new](command:projects.new)
|
||||
[Open existing](command:projects.openExisting)
|
||||
To learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).</source>
|
||||
<target state="new">Create new or open existing to get started.
|
||||
[Create new](command:projects.new)
|
||||
[Open existing](command:projects.openExisting)
|
||||
To learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).</target>
|
||||
<target state="translated">Per iniziare, creare un nuovo progetto o aprirne uno esistente.
|
||||
[Crea nuovo](comando: projects.new)
|
||||
[Apri esistente](comando: projects.openExisting)
|
||||
Per altre informazioni sui progetti [vedere la documentazione](https://aka.ms/azuredatastudio-projects).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="main-view-name">
|
||||
<source xml:lang="en">Database Projects</source>
|
||||
<target state="translated">Progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="data-workspace-view-container-name">
|
||||
<source xml:lang="en">Database Projects</source>
|
||||
<target state="translated">Progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projects.defaultProjectSaveLocation">
|
||||
<source xml:lang="en">Full path to folder where new projects are saved by default.</source>
|
||||
@@ -332,9 +312,29 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
|
||||
<source xml:lang="en">List of projects in the workspace to exclude from the projects viewlet</source>
|
||||
<target state="translated">Elenco dei progetti nell'area di lavoro da escludere dal viewlet dei progetti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projects.showNotAddedProjectsInWorkspacePrompt">
|
||||
<source xml:lang="en">Always show information message when the current workspace folders contain projects that have not been added to the workspace's projects.</source>
|
||||
<target state="translated">Mostra sempre un messaggio informativo quando le cartelle dell'area di lavoro correnti contengono progetti che non sono stati aggiunti ai progetti dell'area di lavoro.</target>
|
||||
<trans-unit id="manage-project-command">
|
||||
<source xml:lang="en">Manage</source>
|
||||
<target state="translated">Gestire</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="new-command">
|
||||
<source xml:lang="en">New</source>
|
||||
<target state="translated">Nuovo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="projects-view-no-project-content">
|
||||
<source xml:lang="en">No projects open in current workspace.
|
||||
[Create new](command:projects.new)
|
||||
[Open existing](command:projects.openExisting)
|
||||
To learn more about projects [read our docs](https://aka.ms/azuredatastudio-projects).
|
||||
</source>
|
||||
<target state="translated">Nessun progetto aperto nell'area di lavoro corrente.
|
||||
[Crea nuovo](comando: projects.new)
|
||||
[Apri esistente](comando: projects.openExisting)
|
||||
Per altre informazioni sui progetti [vedere la documentazione](https://aka.ms/azuredatastudio-projects).
|
||||
</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="open-existing-command">
|
||||
<source xml:lang="en">Open existing</source>
|
||||
<target state="translated">Apri esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="refresh-workspace-command">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
@@ -0,0 +1,587 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="externalTable.databaseNameTitle">
|
||||
<source xml:lang="en">Database Name</source>
|
||||
<target state="translated">Nome database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.externalSchemaTitle">
|
||||
<source xml:lang="en">External Schema</source>
|
||||
<target state="translated">Schema esterno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.externalTableTitle">
|
||||
<source xml:lang="en">External Table</source>
|
||||
<target state="translated">Tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.hostnameTitle">
|
||||
<source xml:lang="en">Hostname</source>
|
||||
<target state="translated">Nome host</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msgMissingNodeContext">
|
||||
<source xml:lang="en">Node Command called without any node passed</source>
|
||||
<target state="translated">Il comando di Node è stato chiamato senza passare alcun nodo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlServerTypeName">
|
||||
<source xml:lang="en">SQL Server</source>
|
||||
<target state="translated">SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.serverNameTitle">
|
||||
<source xml:lang="en">Server Name</source>
|
||||
<target state="translated">Nome server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.serviceNameTitle">
|
||||
<source xml:lang="en">Service name / SID</source>
|
||||
<target state="translated">Nome servizio/SID</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.sourceSchemaTitle">
|
||||
<source xml:lang="en">Source Schema</source>
|
||||
<target state="translated">Schema di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTable.sourceTableTitle">
|
||||
<source xml:lang="en">Source Table</source>
|
||||
<target state="translated">Tabella di origine</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/services/serviceClient" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="downloadingServiceSize">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
<target state="translated">({0} KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceComplete">
|
||||
<source xml:lang="en">Done downloading {0}</source>
|
||||
<target state="translated">Il download di {0} è stato completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceStatus">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingService">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStartFailed">
|
||||
<source xml:lang="en">Failed to start {0}: {1}</source>
|
||||
<target state="translated">Non è stato possibile avviare {0}: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceInstalled">
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
<target state="translated">{0} installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingService">
|
||||
<source xml:lang="en">Installing {0}</source>
|
||||
<target state="translated">Installazione di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceDetailed">
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
<target state="translated">Installazione di {0} in {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarting">
|
||||
<source xml:lang="en">Starting {0}...</source>
|
||||
<target state="translated">Avvio di {0}...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarted">
|
||||
<source xml:lang="en">{0} started</source>
|
||||
<target state="translated">Attività {0} avviata</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/services/telemetry" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="serviceCrashButton">
|
||||
<source xml:lang="en">View Known Issues</source>
|
||||
<target state="translated">Visualizza problemi noti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">service component could not start</source>
|
||||
<target state="translated">non è stato possibile avviare il componente del servizio</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/utils" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="executeCommandProcessExited">
|
||||
<source xml:lang="en">Process exited with code {0}</source>
|
||||
<target state="translated">Processo terminato con codice {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/tableFromFile/pages/fileConfigPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="tableFromFileImport.databaseDropdownTitle">
|
||||
<source xml:lang="en">Database the external table will be created in</source>
|
||||
<target state="translated">Database in cui verrà creata la tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.destConnTitle">
|
||||
<source xml:lang="en">Destination Server</source>
|
||||
<target state="translated">Server di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.dataSourceDropdown">
|
||||
<source xml:lang="en">External data source for new external table</source>
|
||||
<target state="translated">Origine dati esterna per la nuova tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.tableTextboxTitle">
|
||||
<source xml:lang="en">Name for new external table </source>
|
||||
<target state="translated">Nome per la nuova tabella esterna </target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.fileFormatTextboxTitle">
|
||||
<source xml:lang="en">Name for new table's external file format</source>
|
||||
<target state="translated">Nome per il formato di file esterno della nuova tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.noSchemas">
|
||||
<source xml:lang="en">No user schemas were found in the specified database.</source>
|
||||
<target state="translated">Nessuno schema utente nel database specificato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.noDataSources">
|
||||
<source xml:lang="en">No valid external data sources were found in the specified database.</source>
|
||||
<target state="translated">Non sono state trovate origini dati esterne valide nel database specificato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.refreshButtonTitle">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.schemaTextboxTitle">
|
||||
<source xml:lang="en">Schema for new external table</source>
|
||||
<target state="translated">Schema per la nuova tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.fileTextboxTitle">
|
||||
<source xml:lang="en">Source File</source>
|
||||
<target state="translated">File di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.folderTextboxTitle">
|
||||
<source xml:lang="en">Source Folder</source>
|
||||
<target state="translated">Cartella di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.fileFormatExists">
|
||||
<source xml:lang="en">The specified external file format name already exists.</source>
|
||||
<target state="translated">Il nome del formato di file esterno specificato esiste già.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.tableExists">
|
||||
<source xml:lang="en">The specified table name already exists under the specified schema.</source>
|
||||
<target state="translated">Il nome di tabella specificato esiste già nello schema specificato.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/tableFromFile/pages/modifyColumnsPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="tableFromFileImport.allowNulls">
|
||||
<source xml:lang="en">Allow Nulls</source>
|
||||
<target state="translated">Consenti valori Null</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.columnName">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
<target state="translated">Nome colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.dataType">
|
||||
<source xml:lang="en">Data Type</source>
|
||||
<target state="translated">Tipo di dati</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/tableFromFile/pages/prosePreviewPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="tableFromFileImport.noProseInfo">
|
||||
<source xml:lang="en">Failed to generate column information for the specified file.</source>
|
||||
<target state="translated">Impossibile generare le informazioni sulla colonna per il file specificato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.noPreviewData">
|
||||
<source xml:lang="en">Failed to retrieve any data from the specified file.</source>
|
||||
<target state="translated">Impossibile recuperare dati dal file specificato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.prosePreviewMessage">
|
||||
<source xml:lang="en">This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.</source>
|
||||
<target state="translated">Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente per le prime 50 righe.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/tableFromFile/pages/summaryPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="tableFromFileImport.importInformation">
|
||||
<source xml:lang="en">Data Virtualization information</source>
|
||||
<target state="translated">Informazioni sulla virtualizzazione dei dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.databaseName">
|
||||
<source xml:lang="en">Database name</source>
|
||||
<target state="translated">Nome del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.fileFormat">
|
||||
<source xml:lang="en">File format name</source>
|
||||
<target state="translated">Nome formato di file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.next">
|
||||
<source xml:lang="en">Next</source>
|
||||
<target state="translated">Avanti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.serverName">
|
||||
<source xml:lang="en">Server name</source>
|
||||
<target state="translated">Nome del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.summaryFileName">
|
||||
<source xml:lang="en">Source File</source>
|
||||
<target state="translated">File di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.summaryFolderName">
|
||||
<source xml:lang="en">Source Folder</source>
|
||||
<target state="translated">Cartella di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.tableName">
|
||||
<source xml:lang="en">Table name</source>
|
||||
<target state="translated">Nome della tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.tableSchema">
|
||||
<source xml:lang="en">Table schema</source>
|
||||
<target state="translated">Schema della tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.importData">
|
||||
<source xml:lang="en">Virtualize Data</source>
|
||||
<target state="translated">Virtualizza dati</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/tableFromFile/tableFromFileWizard" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="tableFromFileImport.onlyCsvSupported">
|
||||
<source xml:lang="en">Currently only csv files are supported for this wizard.</source>
|
||||
<target state="translated">Per questa procedura guidata sono attualmente supportati solo i file CSV.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.page2Name">
|
||||
<source xml:lang="en">Modify Columns</source>
|
||||
<target state="translated">Modifica colonne</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.noCsvFileFound">
|
||||
<source xml:lang="en">No csv files were found in the specified folder.</source>
|
||||
<target state="translated">Non sono stati trovati file CSV nella cartella specificata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="import.needFile">
|
||||
<source xml:lang="en">Please select a source file or folder before using this wizard.</source>
|
||||
<target state="translated">Seleziona un file o una cartella di origine prima di utilizzare questa procedura guidata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.page1Name">
|
||||
<source xml:lang="en">Preview Data</source>
|
||||
<target state="translated">Anteprima dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.page0Name">
|
||||
<source xml:lang="en">Select the destination database for your external table</source>
|
||||
<target state="translated">Selezionare il database di destinazione per la tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.page3Name">
|
||||
<source xml:lang="en">Summary</source>
|
||||
<target state="translated">Riepilogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.openScriptMsg">
|
||||
<source xml:lang="en">The script has opened in a document window. You can view it once the wizard is closed.</source>
|
||||
<target state="translated">Lo script è stato aperto in una finestra del documento. È possibile visualizzarla dopo la chiusura della procedura guidata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFile.taskLabel">
|
||||
<source xml:lang="en">Virtualize Data</source>
|
||||
<target state="translated">Virtualizza dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFromFileImport.wizardName">
|
||||
<source xml:lang="en">Virtualize Data From CSV</source>
|
||||
<target state="translated">Virtualizza dati da CSV</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/connectionDetailsPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="newCredOption">
|
||||
<source xml:lang="en">-- Create New Credential --</source>
|
||||
<target state="translated">-- Crea nuove credenziali --</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="credentialNameDropdown">
|
||||
<source xml:lang="en">Choose Credential</source>
|
||||
<target state="translated">Scegli credenziali</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="credentialFields">
|
||||
<source xml:lang="en">Configure Credential</source>
|
||||
<target state="translated">Configura credenziali</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionDetailsTitle">
|
||||
<source xml:lang="en">Create a connection to your Data Source</source>
|
||||
<target state="translated">Crea una connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sourceNameInput">
|
||||
<source xml:lang="en">External Data Source Name</source>
|
||||
<target state="translated">Nome origine dati esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="credentialNameInput">
|
||||
<source xml:lang="en">New Credential Name</source>
|
||||
<target state="translated">Nome nuova credenziale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="passwordInput">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverFields">
|
||||
<source xml:lang="en">Server Connection</source>
|
||||
<target state="translated">Connessione server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dataSourceHelpText">
|
||||
<source xml:lang="en">The name for your External Data Source.</source>
|
||||
<target state="translated">Nome dell'origine dati esterna.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="credNameHelpText">
|
||||
<source xml:lang="en">The name of the Database Scoped Credential used to securely store the login information for the External Data Source you are creating.</source>
|
||||
<target state="translated">Nome delle credenziali con ambito database utilizzate per archiviare in modo sicuro le informazioni di accesso per l'origine dati esterna che si sta creando.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="usernameInput">
|
||||
<source xml:lang="en">Username</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/createMasterKeyPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="masterKeyExistsMsg">
|
||||
<source xml:lang="en">A Master Key already exists for the selected database. No action is required on this page.</source>
|
||||
<target state="translated">Esiste già una chiave master per il database selezionato. In questa pagina non è richiesta alcuna azione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createMasterKeyDescription">
|
||||
<source xml:lang="en">A master key is required. This secures the credentials used by an External Data Source. Note that you should back up the master key by using BACKUP MASTER KEY and store the backup in a secure, off-site location.</source>
|
||||
<target state="translated">È necessaria una chiave master. In questo modo vengono protette le credenziali utilizzate da un'origine dati esterna. Si noti che è necessario eseguire il backup della chiave master utilizzando BACKUP MASTER KEY e archiviare il backup in una posizione sicura all'esterno del sito.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="masterKeyPasswordConfirmInput">
|
||||
<source xml:lang="en">Confirm Password</source>
|
||||
<target state="translated">Conferma password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createMasterKeyTitle">
|
||||
<source xml:lang="en">Create Database Master Key</source>
|
||||
<target state="translated">Crea chiave master del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="masterKeyPasswordInput">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="passwordMismatchWithConfirmError">
|
||||
<source xml:lang="en">Password values do not match.</source>
|
||||
<target state="translated">I valori della password non corrispondono.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="masterKeyPasswordLabel">
|
||||
<source xml:lang="en">Set the Master Key password.</source>
|
||||
<target state="translated">Imposta la password della chiave master.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="pwdReminderText">
|
||||
<source xml:lang="en">Strong passwords use a combination of alphanumeric, upper, lower, and special characters.</source>
|
||||
<target state="translated">Le password complesse usano una combinazione di caratteri alfanumerici, superiori, inferiori e speciali.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/objectMappingPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="mappingTableCheckboxHelpText">
|
||||
<source xml:lang="en">Clicking on the checkbox will select that table to be mapped.</source>
|
||||
<target state="translated">Facendo clic sulla casella di controllo verrà selezionata la tabella di cui eseguire il mapping.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mappingTableHelpText">
|
||||
<source xml:lang="en">Clicking on the table name will show you the column mapping information for that table.</source>
|
||||
<target state="translated">Facendo clic sul nome della tabella verranno visualizzate le informazioni di mapping delle colonne per la tabella.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mapping.collations">
|
||||
<source xml:lang="en">Collations</source>
|
||||
<target state="translated">Regole di confronto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="externalTableMappingLabel">
|
||||
<source xml:lang="en">Column Mapping</source>
|
||||
<target state="translated">Mapping colonne</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mapping.externalName">
|
||||
<source xml:lang="en">External</source>
|
||||
<target state="translated">Esterno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectMappingTitle">
|
||||
<source xml:lang="en">Map your data source objects to your external table</source>
|
||||
<target state="translated">Eseguire il mapping degli oggetti origine dati alla tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noObjectSelectedMessage">
|
||||
<source xml:lang="en">No objects were selected.</source>
|
||||
<target state="translated">Nessun oggetto selezionato.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noTableError">
|
||||
<source xml:lang="en">No table information present for '{0}'</source>
|
||||
<target state="translated">Non sono presenti informazioni sulla tabella per '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mapping.nullable">
|
||||
<source xml:lang="en">Nullable</source>
|
||||
<target state="translated">Ammette valori Null</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mapping.sqlDataType">
|
||||
<source xml:lang="en">SQL Data Type</source>
|
||||
<target state="translated">Tipo di dati SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="mapping.SourceName">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableFolderLabel">
|
||||
<source xml:lang="en">Tables</source>
|
||||
<target state="translated">Tabelle</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="warning.unsupported_column_type_description">
|
||||
<source xml:lang="en">These column types are not supported for external tables:{0}{1}</source>
|
||||
<target state="translated">Questi tipi di colonna non sono supportati per le tabelle esterne:{0}{1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="warning.unsupported_column_type_title">
|
||||
<source xml:lang="en">Unsupported Column Types found</source>
|
||||
<target state="translated">Sono stati trovati tipi di colonna non supportati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewFolderLabel">
|
||||
<source xml:lang="en">Views</source>
|
||||
<target state="translated">Visualizzazioni</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/selectDataSourcePage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="noServerTypeError">
|
||||
<source xml:lang="en">A data source type must be selected.</source>
|
||||
<target state="translated">È necessario selezionare un tipo di origine dati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noDestDatabaseError">
|
||||
<source xml:lang="en">A destination database must be selected.</source>
|
||||
<target state="translated">È necessario selezionare un database di destinazione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="defaultSourceType">
|
||||
<source xml:lang="en">Default</source>
|
||||
<target state="translated">Predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectDataSrcTitle">
|
||||
<source xml:lang="en">Select a Data Source</source>
|
||||
<target state="translated">Selezione origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="destDBLabel">
|
||||
<source xml:lang="en">Select the destination database for your external table</source>
|
||||
<target state="translated">Selezionare il database di destinazione per la tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sourceCardsLabel">
|
||||
<source xml:lang="en">Select your data source type</source>
|
||||
<target state="translated">Selezionare il tipo di origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="destDBHelpText">
|
||||
<source xml:lang="en">The database in which to create your External Data Source.</source>
|
||||
<target state="translated">Database in cui creare l'origine dati esterna.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/summaryPage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="summaryMasterKeyLabel">
|
||||
<source xml:lang="en">Database Master Key</source>
|
||||
<target state="translated">Chiave master database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryCredLabel">
|
||||
<source xml:lang="en">Database Scoped Credential</source>
|
||||
<target state="translated">Credenziali con ambito database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryDestDb">
|
||||
<source xml:lang="en">Destination Database:</source>
|
||||
<target state="translated">Database di destinazione:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="virtualizeTaskStart">
|
||||
<source xml:lang="en">Executing script...</source>
|
||||
<target state="translated">Esecuzione dello script in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryDataSrcLabel">
|
||||
<source xml:lang="en">External Data Source</source>
|
||||
<target state="translated">Origine dati esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryExternalTableLabel">
|
||||
<source xml:lang="en">External Table</source>
|
||||
<target state="translated">Tabella esterna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSourceInfo">
|
||||
<source xml:lang="en">External Table creation completed successfully</source>
|
||||
<target state="translated">La creazione della tabella esterna è stata completata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSourceError">
|
||||
<source xml:lang="en">External Table creation failed</source>
|
||||
<target state="translated">Creazione della tabella esterna non riuscita</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryObjNameLabel">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryObjTypeLabel">
|
||||
<source xml:lang="en">Object type</source>
|
||||
<target state="translated">Tipo di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryNewSchemaLabel">
|
||||
<source xml:lang="en">Schema</source>
|
||||
<target state="translated">Schema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryPageTitle">
|
||||
<source xml:lang="en">Summary</source>
|
||||
<target state="translated">Riepilogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="summaryTitle">
|
||||
<source xml:lang="en">The following objects will be created in the destination database:</source>
|
||||
<target state="translated">Nel database di destinazione verranno creati gli oggetti seguenti:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="virtualizeTaskLabel">
|
||||
<source xml:lang="en">Virtualize Data</source>
|
||||
<target state="translated">Virtualizza dati</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/virtualizeData/virtualizeDataWizard" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="doneButtonLabel">
|
||||
<source xml:lang="en">Create</source>
|
||||
<target state="translated">Crea</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="openScriptMsg">
|
||||
<source xml:lang="en">The script has opened in a document window. You can view it once the wizard is closed.</source>
|
||||
<target state="translated">Lo script è stato aperto in una finestra del documento. È possibile visualizzarla dopo la chiusura della procedura guidata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="getExtDataTitle">
|
||||
<source xml:lang="en">Virtualize Data</source>
|
||||
<target state="translated">Virtualizza dati</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/dist/wizards/wizardCommands" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="noConnection">
|
||||
<source xml:lang="en">Data Virtualization requires a connection to be selected.</source>
|
||||
<target state="translated">La virtualizzazione dati richiede la selezione di una connessione.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.datavirtualization/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="title.datavirtualization">
|
||||
<source xml:lang="en">Data Virtualization</source>
|
||||
<target state="translated">Virtualizzazione dei dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.logDebugInfo">
|
||||
<source xml:lang="en">Enable/disable logging debug information to the developer console.</source>
|
||||
<target state="translated">Abilita/disabilita la registrazione delle informazioni di debug nella console per sviluppatori.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.proseParsingMaxLines">
|
||||
<source xml:lang="en">Number of lines to read from a file to run PROSE parsing on.</source>
|
||||
<target state="translated">Numero di righe da leggere da un file su cui eseguire l'analisi PROSE.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description.datavirtualization">
|
||||
<source xml:lang="en">Support for Data Virtualization features in SQL Server</source>
|
||||
<target state="translated">Supporto per le funzionalità di virtualizzazione dei dati in SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="config.extensionDescription">
|
||||
<source xml:lang="en">Support for Data Virtualization in SQL Server, including wizards for creating an External Table from an External Data Source or CSV files.</source>
|
||||
<target state="translated">Supporto per la virtualizzazione dei dati in SQL Server, incluse le procedure guidate per la creazione di una tabella esterna da un'origine dati esterna o da file CSV.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.tasks">
|
||||
<source xml:lang="en">Tasks</source>
|
||||
<target state="translated">Attività</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.openVirtualizeDataWizard">
|
||||
<source xml:lang="en">Virtualize Data</source>
|
||||
<target state="translated">Virtualizza dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="title.openMssqlHdfsTableWizard">
|
||||
<source xml:lang="en">Virtualize Data From CSV Files</source>
|
||||
<target state="translated">Virtualizzare i dati da file CSV</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -1,11 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/import/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.import/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="flatFile.InvalidFileLocation">
|
||||
<source xml:lang="en">Invalid file location. Please try a different input file</source>
|
||||
<target state="translated">Percorso file non valido. Provare un file di input diverso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.allowNulls">
|
||||
<source xml:lang="en">Allow Nulls</source>
|
||||
<target state="translated">Consenti valori Null</target>
|
||||
@@ -14,14 +10,22 @@
|
||||
<source xml:lang="en">Browse</source>
|
||||
<target state="translated">Sfoglia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.columnName">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
<target state="translated">Nome colonna</target>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction3">
|
||||
<source xml:lang="en">Click "Preview Transformation" to preview the transformation</source>
|
||||
<target state="translated">Fare clic su "Anteprima trasformazione" per visualizzare in anteprima la trasformazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.columnTableTitle">
|
||||
<source xml:lang="en">Column</source>
|
||||
<target state="translated">Colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyDerivedColNameTitle">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
<target state="translated">Nome colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.columnName">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
<target state="translated">Nome colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.createDerivedColumn">
|
||||
<source xml:lang="en">Create derived column</source>
|
||||
<target state="translated">Creare colonna derivata</target>
|
||||
@@ -30,50 +34,30 @@
|
||||
<source xml:lang="en">Data Type</source>
|
||||
<target state="translated">Tipo di dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.databaseDropdownTitle">
|
||||
<source xml:lang="en">Database the table is created in</source>
|
||||
<target state="translated">Database in cui viene creata la tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.databaseName">
|
||||
<source xml:lang="en">Database name</source>
|
||||
<target state="translated">Nome del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction1">
|
||||
<source xml:lang="en">Select the columns of data on the left required to derive your new column</source>
|
||||
<target state="translated">Selezionare le colonne dei dati a sinistra necessarie per derivare la nuova colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction2">
|
||||
<source xml:lang="en">Select a row and specify an example transformation that you would like applied to the rest of the column</source>
|
||||
<target state="translated">Selezionare una riga e specificare una trasformazione di esempio che si desidera applicare al resto della colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction3">
|
||||
<source xml:lang="en">Click "Preview Transformation" to preview the transformation</source>
|
||||
<target state="translated">Fare clic su "Anteprima trasformazione" per visualizzare in anteprima la trasformazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction4">
|
||||
<source xml:lang="en">Refine your transformation until you have the desired column</source>
|
||||
<target state="translated">Perfezionare la trasformazione fino a quando non si ha la colonna desiderata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction5">
|
||||
<source xml:lang="en">Specify the new derived column's name and click "Done"</source>
|
||||
<target state="translated">Specificare il nome della nuova colonna derivata, quindi fare clic su "fine"</target>
|
||||
<trans-unit id="flatFileImport.databaseDropdownTitle">
|
||||
<source xml:lang="en">Database the table is created in</source>
|
||||
<target state="translated">Database in cui viene creata la tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.fileImport">
|
||||
<source xml:lang="en">File to be imported</source>
|
||||
<target state="translated">File da importare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.fileTextboxTitle">
|
||||
<source xml:lang="en">Location of the file to be imported</source>
|
||||
<target state="translated">Percorso del file da importare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.headerIntructionText">
|
||||
<source xml:lang="en">Welcome to the Derived Column Tool! To get started, please follow the steps below:</source>
|
||||
<target state="translated">Benvenuti nello strumento Colonna derivata. Per iniziare, seguire questa procedura:</target>
|
||||
<trans-unit id="import.serviceCrashButton">
|
||||
<source xml:lang="en">Give Feedback</source>
|
||||
<target state="translated">Feedback</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.importData">
|
||||
<source xml:lang="en">Import Data</source>
|
||||
<target state="translated">Importa dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.wizardName">
|
||||
<source xml:lang="en">Import flat file wizard</source>
|
||||
<target state="translated">Importazione guidata file flat</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.importInformation">
|
||||
<source xml:lang="en">Import information</source>
|
||||
<target state="translated">Informazioni sull'importazione</target>
|
||||
@@ -86,6 +70,22 @@
|
||||
<source xml:lang="en">Import status</source>
|
||||
<target state="translated">Stato dell'importazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFile.InvalidFileLocation">
|
||||
<source xml:lang="en">Invalid file location. Please try a different input file</source>
|
||||
<target state="translated">Percorso file non valido. Provare un file di input diverso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.fileTextboxTitle">
|
||||
<source xml:lang="en">Location of the file to be imported</source>
|
||||
<target state="translated">Percorso del file da importare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page3Name">
|
||||
<source xml:lang="en">Modify Columns</source>
|
||||
<target state="translated">Modifica colonne</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.tableTextboxTitle">
|
||||
<source xml:lang="en">New table name</source>
|
||||
<target state="translated">Nuovo nome della tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.next">
|
||||
<source xml:lang="en">Next</source>
|
||||
<target state="translated">Avanti</target>
|
||||
@@ -94,22 +94,14 @@
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page1Name">
|
||||
<source xml:lang="en">Specify Input File</source>
|
||||
<target state="translated">Specifica il file di input</target>
|
||||
<trans-unit id="import.needConnection">
|
||||
<source xml:lang="en">Please connect to a server before using this wizard.</source>
|
||||
<target state="translated">Connettersi a un server prima di usare questa procedura guidata.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page2Name">
|
||||
<source xml:lang="en">Preview Data</source>
|
||||
<target state="translated">Anteprima dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page3Name">
|
||||
<source xml:lang="en">Modify Columns</source>
|
||||
<target state="translated">Modifica colonne</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page4Name">
|
||||
<source xml:lang="en">Summary</source>
|
||||
<target state="translated">Riepilogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.previewTransformation">
|
||||
<source xml:lang="en">Preview Transformation</source>
|
||||
<target state="translated">Anteprima trasformazione</target>
|
||||
@@ -118,21 +110,21 @@
|
||||
<source xml:lang="en">Primary Key</source>
|
||||
<target state="translated">Chiave primaria</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.prosePreviewMessage">
|
||||
<source xml:lang="en">This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.</source>
|
||||
<target state="translated">Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente per le prime 50 righe.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.prosePreviewMessageFail">
|
||||
<source xml:lang="en">This operation was unsuccessful. Please try a different input file.</source>
|
||||
<target state="translated">Questa operazione non è riuscita. Provare con un file di input diverso.</target>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction4">
|
||||
<source xml:lang="en">Refine your transformation until you have the desired column</source>
|
||||
<target state="translated">Perfezionare la trasformazione fino a quando non si ha la colonna desiderata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.refresh">
|
||||
<source xml:lang="en">Refresh</source>
|
||||
<target state="translated">Aggiorna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.schemaTextboxTitle">
|
||||
<source xml:lang="en">Table schema</source>
|
||||
<target state="translated">Schema della tabella</target>
|
||||
<trans-unit id="import.needSQLConnection">
|
||||
<source xml:lang="en">SQL Server Import extension does not support this type of connection</source>
|
||||
<target state="translated">L'estensione SQL Server Import non supporta questo tipo di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction2">
|
||||
<source xml:lang="en">Select a row and specify an example transformation that you would like applied to the rest of the column</source>
|
||||
<target state="translated">Selezionare una riga e specificare una trasformazione di esempio che si desidera applicare al resto della colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.selectAllColumns">
|
||||
<source xml:lang="en">Select all columns</source>
|
||||
@@ -142,29 +134,37 @@
|
||||
<source xml:lang="en">Select column {0}</source>
|
||||
<target state="translated">Selezionare colonna {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.serverDropdownTitle">
|
||||
<source xml:lang="en">Server the database is in</source>
|
||||
<target state="translated">Server in cui si trova il database</target>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction1">
|
||||
<source xml:lang="en">Select the columns of data on the left required to derive your new column</source>
|
||||
<target state="translated">Selezionare le colonne dei dati a sinistra necessarie per derivare la nuova colonna</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.serverName">
|
||||
<source xml:lang="en">Server name</source>
|
||||
<target state="translated">Nome del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyDerivedColNameTitle">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
<target state="translated">Nome colonna</target>
|
||||
<trans-unit id="flatFileImport.serverDropdownTitle">
|
||||
<source xml:lang="en">Server the database is in</source>
|
||||
<target state="translated">Server in cui si trova il database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.page1Name">
|
||||
<source xml:lang="en">Specify Input File</source>
|
||||
<target state="translated">Specifica il file di input</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyTransformation">
|
||||
<source xml:lang="en">Specify Transformation</source>
|
||||
<target state="translated">Specificare trasformazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction5">
|
||||
<source xml:lang="en">Specify the new derived column's name and click "Done"</source>
|
||||
<target state="translated">Specificare il nome della nuova colonna derivata, quindi fare clic su "fine"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyTransformationForRow">
|
||||
<source xml:lang="en">Specify transformation for row {0}</source>
|
||||
<target state="translated">Specificare trasformazione per riga{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.success.norows">
|
||||
<source xml:lang="en">✔ You have successfully inserted the data into a table.</source>
|
||||
<target state="translated">✔ I dati sono stati inseriti in una tabella.</target>
|
||||
<trans-unit id="flatFileImport.page4Name">
|
||||
<source xml:lang="en">Summary</source>
|
||||
<target state="translated">Riepilogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.tableName">
|
||||
<source xml:lang="en">Table name</source>
|
||||
@@ -174,50 +174,50 @@
|
||||
<source xml:lang="en">Table schema</source>
|
||||
<target state="translated">Schema della tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.tableTextboxTitle">
|
||||
<source xml:lang="en">New table name</source>
|
||||
<target state="translated">Nuovo nome della tabella</target>
|
||||
<trans-unit id="flatFileImport.schemaTextboxTitle">
|
||||
<source xml:lang="en">Table schema</source>
|
||||
<target state="translated">Schema della tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.wizardName">
|
||||
<source xml:lang="en">Import flat file wizard</source>
|
||||
<target state="translated">Importazione guidata file flat</target>
|
||||
<trans-unit id="flatFileImport.prosePreviewMessage">
|
||||
<source xml:lang="en">This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.</source>
|
||||
<target state="translated">Questa operazione ha analizzato la struttura del file di input per generare l'anteprima seguente per le prime 50 righe.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="import.needConnection">
|
||||
<source xml:lang="en">Please connect to a server before using this wizard.</source>
|
||||
<target state="translated">Connettersi a un server prima di usare questa procedura guidata.</target>
|
||||
<trans-unit id="flatFileImport.prosePreviewMessageFail">
|
||||
<source xml:lang="en">This operation was unsuccessful. Please try a different input file.</source>
|
||||
<target state="translated">Questa operazione non è riuscita. Provare con un file di input diverso.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="import.needSQLConnection">
|
||||
<source xml:lang="en">SQL Server Import extension does not support this type of connection</source>
|
||||
<target state="translated">L'estensione SQL Server Import non supporta questo tipo di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="import.serviceCrashButton">
|
||||
<source xml:lang="en">Give Feedback</source>
|
||||
<target state="translated">Feedback</target>
|
||||
<trans-unit id="flatFileImport.headerIntructionText">
|
||||
<source xml:lang="en">Welcome to the Derived Column Tool! To get started, please follow the steps below:</source>
|
||||
<target state="translated">Benvenuti nello strumento Colonna derivata. Per iniziare, seguire questa procedura:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">service component could not start</source>
|
||||
<target state="translated">non è stato possibile avviare il componente del servizio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.success.norows">
|
||||
<source xml:lang="en">✔ You have successfully inserted the data into a table.</source>
|
||||
<target state="translated">✔ I dati sono stati inseriti in una tabella.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/import/dist/services/serviceClient" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.import/dist/services/serviceClient" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="downloadingService">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
<trans-unit id="downloadingServiceSize">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
<target state="translated">({0} KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceComplete">
|
||||
<source xml:lang="en">Done downloading {0}</source>
|
||||
<target state="translated">Il download {0} è stato completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceSize">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
<target state="translated">({0} KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceStatus">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingService">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="entryExtractedChannelMsg">
|
||||
<source xml:lang="en">Extracted {0} ({1}/{2})</source>
|
||||
<target state="translated">Estratto {0} ({1}/{2})</target>
|
||||
@@ -226,6 +226,10 @@
|
||||
<source xml:lang="en">Failed to start {0}: {1}</source>
|
||||
<target state="translated">Non è stato possibile avviare {0}: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceInstalled">
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
<target state="translated">{0} installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingService">
|
||||
<source xml:lang="en">Installing {0} Service</source>
|
||||
<target state="translated">Installazione del servizio {0}</target>
|
||||
@@ -234,21 +238,17 @@
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
<target state="translated">Installazione di {0} in {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceInstalled">
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
<target state="translated">{0} installato</target>
|
||||
<trans-unit id="serviceStarting">
|
||||
<source xml:lang="en">Starting {0}</source>
|
||||
<target state="translated">Avvio di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarted">
|
||||
<source xml:lang="en">{0} Started</source>
|
||||
<target state="translated">{0} avviato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStarting">
|
||||
<source xml:lang="en">Starting {0}</source>
|
||||
<target state="translated">Avvio di {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/import/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.import/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="flatfileimport.configuration.title">
|
||||
<source xml:lang="en">Flat File Import configuration</source>
|
||||
@@ -1,39 +1,39 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/kusto/dist/features" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/features" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="kusto.accountDoesNotExist">
|
||||
<source xml:lang="en">Account does not exist.</source>
|
||||
<target state="translated">L\\'account non esiste.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.insufficientlyPrivelagedAzureAccount">
|
||||
<source xml:lang="en">The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.</source>
|
||||
<target state="translated">L'account Azure configurato per {0} non ha autorizzazioni sufficienti per Azure Key Vault per accedere alla chiave master di colonna per Always Encrypted.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.missingLinkedAzureAccount">
|
||||
<source xml:lang="en">Azure Data Studio needs to contact Azure Key Vault to access a column master key for Always Encrypted, but no linked Azure account is available. Please add a linked Azure account and retry the query.</source>
|
||||
<target state="translated">Azure Data Studio deve contattare Azure Key Vault per accedere a una chiave master di colonna per Always Encrypted, ma non è disponibile alcun account Azure collegato. Aggiungere un account Azure collegato e ripetere la query.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.insufficientlyPrivelagedAzureAccount">
|
||||
<source xml:lang="en">The configured Azure account for {0} does not have sufficient permissions for Azure Key Vault to access a column master key for Always Encrypted.</source>
|
||||
<target state="translated">L'account Azure configurato per {0} non ha autorizzazioni sufficienti per Azure Key Vault per accedere alla chiave master di colonna per Always Encrypted.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/dist/kustoServer" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/kustoServer" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="downloadServiceDoneChannelMsg">
|
||||
<source xml:lang="en">Downloaded {0}</source>
|
||||
<target state="translated">Scaricato {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceChannelMsg">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceSizeChannelMsg">
|
||||
<source xml:lang="en">({0} KB)</source>
|
||||
<target state="translated">({0} KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadServiceDoneChannelMsg">
|
||||
<source xml:lang="en">Downloaded {0}</source>
|
||||
<target state="translated">Scaricato {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceStatusMsg">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="downloadingServiceChannelMsg">
|
||||
<source xml:lang="en">Downloading {0}</source>
|
||||
<target state="translated">Download di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failedToStartServiceErrorMsg">
|
||||
<source xml:lang="en">Failed to start {0}</source>
|
||||
<target state="translated">Non è stato possibile avviare {0}</target>
|
||||
@@ -42,30 +42,26 @@
|
||||
<source xml:lang="en">Installed {0}</source>
|
||||
<target state="translated">{0} installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceChannelMsg">
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
<target state="translated">Installazione di {0} in {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="installingServiceStatusMsg">
|
||||
<source xml:lang="en">Installing {0}</source>
|
||||
<target state="translated">Installazione di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStartedStatusMsg">
|
||||
<source xml:lang="en">{0} Started</source>
|
||||
<target state="translated">{0} avviato</target>
|
||||
<trans-unit id="installingServiceChannelMsg">
|
||||
<source xml:lang="en">Installing {0} to {1}</source>
|
||||
<target state="translated">Installazione di {0} in {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="startingServiceStatusMsg">
|
||||
<source xml:lang="en">Starting {0}</source>
|
||||
<target state="translated">Avvio di {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceStartedStatusMsg">
|
||||
<source xml:lang="en">{0} Started</source>
|
||||
<target state="translated">{0} avviato</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/dist/main" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/main" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="kusto.unsupportedPlatform">
|
||||
<source xml:lang="en">Unsupported platform</source>
|
||||
<target state="translated">La piattaforma non è supportata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebookFileType">
|
||||
<source xml:lang="en">Notebooks</source>
|
||||
<target state="translated">Notebooks</target>
|
||||
@@ -74,29 +70,33 @@
|
||||
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
|
||||
<target state="translated">Sono supportati solo notebook con estensione ipynb</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.unsupportedPlatform">
|
||||
<source xml:lang="en">Unsupported platform</source>
|
||||
<target state="translated">La piattaforma non è supportata</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/dist/objectExplorerNodeProvider/command" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/command" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cancel">
|
||||
<source xml:lang="en">Cancel operation?</source>
|
||||
<target state="translated">Annullare l'operazione?</target>
|
||||
<trans-unit id="progress">
|
||||
<source xml:lang="en">$(sync~spin) {0}...</source>
|
||||
<target state="translated">$(sync~spin) {0}...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cancelTooltip">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cancel">
|
||||
<source xml:lang="en">Cancel operation?</source>
|
||||
<target state="translated">Annullare l'operazione?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.searchServers">
|
||||
<source xml:lang="en">Search Server Names</source>
|
||||
<target state="translated">Nomi dei server di ricerca</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="progress">
|
||||
<source xml:lang="en">$(sync~spin) {0}...</source>
|
||||
<target state="translated">$(sync~spin) {0}...</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/objectExplorerNodeProvider/objectExplorerNodeProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notifyError">
|
||||
<source xml:lang="en">Error notifying of node change: {0}</source>
|
||||
@@ -112,128 +112,56 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/dist/telemetry" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/dist/telemetry" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">{0} component exited unexpectedly. Please restart Azure Data Studio.</source>
|
||||
<target state="translated">Il componente {0} è stato chiuso in modo imprevisto. Riavviare Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewKnownIssuesText">
|
||||
<source xml:lang="en">View Known Issues</source>
|
||||
<target state="translated">Visualizza problemi noti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serviceCrashMessage">
|
||||
<source xml:lang="en">{0} component exited unexpectedly. Please restart Azure Data Studio.</source>
|
||||
<target state="translated">Il componente {0} è stato chiuso in modo imprevisto. Riavviare Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/kusto/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.kusto/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="cloud.databaseProperties.name">
|
||||
<source xml:lang="en">Database Name</source>
|
||||
<target state="translated">Nome database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.databaseProperties.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
<target state="translated">Dimensioni (MB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.diskCacheCapacity">
|
||||
<source xml:lang="en">% of Cluster data capacity used</source>
|
||||
<target state="translated">% della capacità dei dati del cluster utilizzata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.machinesTotal">
|
||||
<source xml:lang="en">Total Machines in the cluster</source>
|
||||
<target state="translated">Totale computer nel cluster</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.summary">
|
||||
<source xml:lang="en">Status</source>
|
||||
<target state="translated">Stato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="databasesListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="databasesListProperties.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
<target state="translated">Dimensioni (MB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.configuration.title">
|
||||
<source xml:lang="en">KUSTO configuration</source>
|
||||
<target state="translated">Configurazione KUSTO</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.applicationName.description">
|
||||
<source xml:lang="en">The name of the application</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.applicationName.displayName">
|
||||
<source xml:lang="en">Application name</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory - Universale con supporto MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.none">
|
||||
<source xml:lang="en">No Authentication</source>
|
||||
<target state="translated">Nessuna autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.sqlLogin">
|
||||
<source xml:lang="en">User Authentication</source>
|
||||
<target state="translated">Autenticazione utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.authType.description">
|
||||
<source xml:lang="en">Specifies the method of authenticating with Kusto Server</source>
|
||||
<target state="translated">Specifica il metodo di autenticazione con Kusto Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.authType.displayName">
|
||||
<source xml:lang="en">Authentication type</source>
|
||||
<target state="translated">Tipo di autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryCount.description">
|
||||
<source xml:lang="en">Number of attempts to restore connection</source>
|
||||
<target state="translated">Numero di tentativi di ripristino della connessione</target>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.azureMFA">
|
||||
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
|
||||
<target state="translated">Azure Active Directory - Universale con supporto MFA</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.provider.displayName">
|
||||
<source xml:lang="en">Azure Data Explorer (Kusto)</source>
|
||||
<target state="translated">Esplora dati di Azure (Kusto)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Cluster</source>
|
||||
<target state="translated">Cluster</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryCount.displayName">
|
||||
<source xml:lang="en">Connect retry count</source>
|
||||
<target state="translated">Conteggio tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryInterval.description">
|
||||
<source xml:lang="en">Delay between attempts to restore connection</source>
|
||||
<target state="translated">Ritardo tra tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryInterval.displayName">
|
||||
<source xml:lang="en">Connect retry interval</source>
|
||||
<target state="translated">Intervallo tentativi di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere la connessione al server prima di interrompere il tentativo e generare un errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectTimeout.displayName">
|
||||
<source xml:lang="en">Connect timeout</source>
|
||||
<target state="translated">Timeout di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectionName.description">
|
||||
<source xml:lang="en">Custom name of the connection</source>
|
||||
<target state="translated">Nome personalizzato della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectionName.displayName">
|
||||
<source xml:lang="en">Name (optional)</source>
|
||||
<target state="translated">Nome (facoltativo)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.databaseName.description">
|
||||
<source xml:lang="en">The name of the initial catalog or database in the data source</source>
|
||||
<target state="translated">Nome del database o catalogo iniziale nell'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.databaseName.displayName">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of Kusto Server that acts as a failover partner</source>
|
||||
<target state="translated">Nome o indirizzo di rete dell'istanza di Kusto Server che funge da partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.failoverPartner.displayName">
|
||||
<source xml:lang="en">Failover partner</source>
|
||||
<target state="translated">Partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.connectionResiliency">
|
||||
<source xml:lang="en">Connection Resiliency</source>
|
||||
<target state="translated">Resilienza connessione</target>
|
||||
@@ -242,49 +170,85 @@
|
||||
<source xml:lang="en">Context</source>
|
||||
<target state="translated">Contesto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.initialization">
|
||||
<source xml:lang="en">Initialization</source>
|
||||
<target state="translated">Inizializzazione</target>
|
||||
<trans-unit id="kusto.connectionOptions.connectionName.description">
|
||||
<source xml:lang="en">Custom name of the connection</source>
|
||||
<target state="translated">Nome personalizzato della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.security">
|
||||
<source xml:lang="en">Security</source>
|
||||
<target state="translated">Sicurezza</target>
|
||||
<trans-unit id="kusto.connectionOptions.databaseName.displayName">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.source">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
<trans-unit id="cloud.databaseProperties.name">
|
||||
<source xml:lang="en">Database Name</source>
|
||||
<target state="translated">Nome database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryInterval.description">
|
||||
<source xml:lang="en">Delay between attempts to restore connection</source>
|
||||
<target state="translated">Ritardo tra tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.failoverPartner.displayName">
|
||||
<source xml:lang="en">Failover partner</source>
|
||||
<target state="translated">Partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.password.description">
|
||||
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica la password da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.password.displayName">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
<trans-unit id="kusto.connectionOptions.userName.description">
|
||||
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica l'ID utente da usare per la connessione all'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.initialization">
|
||||
<source xml:lang="en">Initialization</source>
|
||||
<target state="translated">Inizializzazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.configuration.title">
|
||||
<source xml:lang="en">KUSTO configuration</source>
|
||||
<target state="translated">Configurazione KUSTO</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.serverName.description">
|
||||
<source xml:lang="en">Kusto cluster name</source>
|
||||
<target state="translated">Nome del cluster Kusto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.serverName.displayName">
|
||||
<source xml:lang="en">Cluster</source>
|
||||
<target state="translated">Cluster</target>
|
||||
<trans-unit id="objectsListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.userName.description">
|
||||
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
|
||||
<target state="translated">Indica l'ID utente da usare per la connessione all'origine dati</target>
|
||||
<trans-unit id="databasesListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.userName.displayName">
|
||||
<source xml:lang="en">User name</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
<trans-unit id="kusto.connectionOptions.connectionName.displayName">
|
||||
<source xml:lang="en">Name (optional)</source>
|
||||
<target state="translated">Nome (facoltativo)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.workstationId.description">
|
||||
<source xml:lang="en">The name of the workstation connecting to Kusto Server</source>
|
||||
<target state="translated">Nome della workstation che si connette a Kusto Server</target>
|
||||
<trans-unit id="notebook.command.new">
|
||||
<source xml:lang="en">New Notebook</source>
|
||||
<target state="translated">Nuovo notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.workstationId.displayName">
|
||||
<source xml:lang="en">Workstation Id</source>
|
||||
<target state="translated">ID workstation</target>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.none">
|
||||
<source xml:lang="en">No Authentication</source>
|
||||
<target state="translated">Nessuna autenticazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.connectRetryCount.description">
|
||||
<source xml:lang="en">Number of attempts to restore connection</source>
|
||||
<target state="translated">Numero di tentativi di ripristino della connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebook.command.open">
|
||||
<source xml:lang="en">Open Notebook</source>
|
||||
<target state="translated">Apri notebook</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.password.displayName">
|
||||
<source xml:lang="en">Password</source>
|
||||
<target state="translated">Password</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.security">
|
||||
<source xml:lang="en">Security</source>
|
||||
<target state="translated">Sicurezza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.query.displayBitAsNumber">
|
||||
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
|
||||
<target state="translated">Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.format.alignColumnDefinitionsInColumns">
|
||||
<source xml:lang="en">Should column definitions be aligned?</source>
|
||||
@@ -298,37 +262,73 @@
|
||||
<source xml:lang="en">Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
|
||||
<target state="translated">Consente di indicare se alle parole chiave deve essere applicata la formattazione in lettere MAIUSCOLE o minuscole oppure se non deve essere applicata alcuna formattazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.logDebugInfo">
|
||||
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
||||
<target state="translated">[Facoltativa] Registrare l'output di debug nella console (Visualizza -> Output), quindi selezionare il canale di output appropriato dall'elenco a discesa</target>
|
||||
<trans-unit id="databasesListProperties.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
<target state="translated">Dimensioni (MB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.provider.displayName">
|
||||
<source xml:lang="en">Azure Data Explorer (Kusto)</source>
|
||||
<target state="translated">Esplora dati di Azure (Kusto)</target>
|
||||
<trans-unit id="cloud.databaseProperties.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
<target state="translated">Dimensioni (MB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.query.displayBitAsNumber">
|
||||
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
|
||||
<target state="translated">Consente di indicare se le colonne di tipo BIT devono essere visualizzate come numeri (1 o 0). Se è 'false', verranno visualizzate come 'true' o 'false'</target>
|
||||
<trans-unit id="kusto.connectionOptions.groupName.source">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.tracingLevel">
|
||||
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
||||
<target state="translated">[Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information</target>
|
||||
<trans-unit id="kusto.connectionOptions.authType.description">
|
||||
<source xml:lang="en">Specifies the method of authenticating with Kusto Server</source>
|
||||
<target state="translated">Specifica il metodo di autenticazione con Kusto Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebook.command.new">
|
||||
<source xml:lang="en">New Notebook</source>
|
||||
<target state="translated">Nuovo notebook</target>
|
||||
<trans-unit id="cloud.serverProperties.summary">
|
||||
<source xml:lang="en">Status</source>
|
||||
<target state="translated">Stato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="notebook.command.open">
|
||||
<source xml:lang="en">Open Notebook</source>
|
||||
<target state="translated">Apri notebook</target>
|
||||
<trans-unit id="kusto.connectionOptions.connectTimeout.description">
|
||||
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
|
||||
<target state="translated">Intervallo di tempo (in secondi) in cui attendere la connessione al server prima di interrompere il tentativo e generare un errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.applicationName.description">
|
||||
<source xml:lang="en">The name of the application</source>
|
||||
<target state="translated">Nome dell'applicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.databaseName.description">
|
||||
<source xml:lang="en">The name of the initial catalog or database in the data source</source>
|
||||
<target state="translated">Nome del database o catalogo iniziale nell'origine dati</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.workstationId.description">
|
||||
<source xml:lang="en">The name of the workstation connecting to Kusto Server</source>
|
||||
<target state="translated">Nome della workstation che si connette a Kusto Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.failoverPartner.description">
|
||||
<source xml:lang="en">The name or network address of the instance of Kusto Server that acts as a failover partner</source>
|
||||
<target state="translated">Nome o indirizzo di rete dell'istanza di Kusto Server che funge da partner di failover</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cloud.serverProperties.machinesTotal">
|
||||
<source xml:lang="en">Total Machines in the cluster</source>
|
||||
<target state="translated">Totale computer nel cluster</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectsListProperties.metadataTypeName">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectsListProperties.name">
|
||||
<source xml:lang="en">Name</source>
|
||||
<target state="translated">Nome</target>
|
||||
<trans-unit id="kusto.connectionOptions.authType.categoryValues.sqlLogin">
|
||||
<source xml:lang="en">User Authentication</source>
|
||||
<target state="translated">Autenticazione utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.userName.displayName">
|
||||
<source xml:lang="en">User name</source>
|
||||
<target state="translated">Nome utente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.connectionOptions.workstationId.displayName">
|
||||
<source xml:lang="en">Workstation Id</source>
|
||||
<target state="translated">ID workstation</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.logDebugInfo">
|
||||
<source xml:lang="en">[Optional] Log debug output to the console (View -> Output) and then select appropriate output channel from the dropdown</source>
|
||||
<target state="translated">[Facoltativa] Registrare l'output di debug nella console (Visualizza -> Output), quindi selezionare il canale di output appropriato dall'elenco a discesa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="kusto.tracingLevel">
|
||||
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
|
||||
<target state="translated">[Facoltativa] Livello di registrazione per i servizi back-end. Azure Data Studio genera un nome file a ogni avvio e, se il file esiste già, le voci del log vengono accodate a tale file. Per la pulizia dei file di log meno recenti, vedere le impostazioni logRetentionMinutes e logFilesRemovalLimit. Con l'impostazione predefinita di tracingLevel, la quantità di dati registrata non è eccessiva. Se si cambia il livello di dettaglio, la registrazione potrebbe diventare eccessiva e richiedere un notevole spazio su disco per i log. Il livello Error include quello Critical, il livello Warning include quello Error, il livello Information include quello Warning e il livello Verbose include quello Information</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
+668
-668
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,14 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/profiler/dist/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.profiler/dist/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="createSessionDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.create">
|
||||
<source xml:lang="en">Start</source>
|
||||
<target state="translated">Avvia</target>
|
||||
<trans-unit id="createSessionDialog.enterSessionName">
|
||||
<source xml:lang="en">Enter session name:</source>
|
||||
<target state="translated">Immetti il nome della sessione:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.createSessionFailed">
|
||||
<source xml:lang="en">Failed to create a session</source>
|
||||
@@ -18,21 +18,21 @@
|
||||
<source xml:lang="en">Invalid dialog owner, cannot open dialog</source>
|
||||
<target state="translated">Il proprietario della finestra di dialogo non è valido. Non è possibile aprire la finestra di dialogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.enterSessionName">
|
||||
<source xml:lang="en">Enter session name:</source>
|
||||
<target state="translated">Immetti il nome della sessione:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.invalidProviderType">
|
||||
<source xml:lang="en">Invalid provider type, cannot open dialog</source>
|
||||
<target state="translated">Il tipo di provider non è valido. Non è possibile aprire la finestra di dialogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.templatesInvalid">
|
||||
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
|
||||
<target state="translated">L'elenco di modelli non è valido. Non è possibile aprire la finestra di dialogo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.selectTemplates">
|
||||
<source xml:lang="en">Select session template:</source>
|
||||
<target state="translated">Seleziona il modello di sessione:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.templatesInvalid">
|
||||
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
|
||||
<target state="translated">L'elenco di modelli non è valido. Non è possibile aprire la finestra di dialogo</target>
|
||||
<trans-unit id="createSessionDialog.create">
|
||||
<source xml:lang="en">Start</source>
|
||||
<target state="translated">Avvia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createSessionDialog.title">
|
||||
<source xml:lang="en">Start New Profiler Session</source>
|
||||
@@ -40,27 +40,31 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/profiler/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.profiler/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">SQL Server Profiler for Azure Data Studio</source>
|
||||
<target state="translated">SQL Server Profiler per Azure Data Studio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Server Profiler</source>
|
||||
<target state="translated">SQL Server Profiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profiler.category">
|
||||
<source xml:lang="en">Profiler</source>
|
||||
<target state="translated">Profiler</target>
|
||||
<trans-unit id="profiler.contributes.title.openCreateSessionDialog">
|
||||
<source xml:lang="en">Create Profiler Season</source>
|
||||
<target state="translated">Creare stagione del Profiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profiler.contributes.title.newProfler">
|
||||
<source xml:lang="en">Launch Profiler</source>
|
||||
<target state="translated">Avvia profiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profiler.contributes.title.openCreateSessionDialog">
|
||||
<source xml:lang="en">Create Profiler Season</source>
|
||||
<target state="translated">Creare stagione del Profiler</target>
|
||||
<trans-unit id="profiler.contributes.title.openXELFile">
|
||||
<source xml:lang="en">Open XEL File</source>
|
||||
<target state="translated">Apri file XEL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profiler.category">
|
||||
<source xml:lang="en">Profiler</source>
|
||||
<target state="translated">Profiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Server Profiler</source>
|
||||
<target state="translated">SQL Server Profiler</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">SQL Server Profiler for Azure Data Studio</source>
|
||||
<target state="translated">SQL Server Profiler per Azure Data Studio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="profiler.contributes.title.start">
|
||||
<source xml:lang="en">Start</source>
|
||||
+39
-39
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/query-history/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.query-history/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="errorLoading">
|
||||
<source xml:lang="en">Error loading saved query history items. {0}</source>
|
||||
@@ -8,20 +8,16 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="failed">
|
||||
<source xml:lang="en">Failed</source>
|
||||
<target state="translated">Non riuscito</target>
|
||||
<target state="translated">Non riuscita</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="succeeded">
|
||||
<source xml:lang="en">Succeeded</source>
|
||||
<target state="translated">Riuscito</target>
|
||||
<target state="translated">Operazione riuscita</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/query-history/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.query-history/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="queryHistory.captureEnabledDesc">
|
||||
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
|
||||
<target state="translated">Indica se l'acquisizione della cronologia delle query è abilitata. Se è false, le query eseguite non verranno acquisite.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.clear">
|
||||
<source xml:lang="en">Clear All History</source>
|
||||
<target state="translated">Cancella tutta la cronologia</target>
|
||||
@@ -30,34 +26,6 @@
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.description">
|
||||
<source xml:lang="en">View and run previously executed queries</source>
|
||||
<target state="translated">Visualizza ed esegue query eseguite in precedenza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.disableCapture">
|
||||
<source xml:lang="en">Pause Query History Capture</source>
|
||||
<target state="translated">Sospendi acquisizione della cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.displayName">
|
||||
<source xml:lang="en">Query History</source>
|
||||
<target state="translated">Cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction">
|
||||
<source xml:lang="en">The action taken when a history item is double clicked</source>
|
||||
<target state="translated">Azione eseguita quando si fa doppio clic su un elemento della cronologia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.open">
|
||||
<source xml:lang="en">Open a new disconnected editor with the query from the selected history item</source>
|
||||
<target state="translated">Aprire un nuovo editor disconnesso con la query dall'elemento della cronologia selezionato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.run">
|
||||
<source xml:lang="en">Open a new connected editor with the query and connection from the selected history item and automatically run the query</source>
|
||||
<target state="translated">Aprire un nuovo editor connesso con la query e la connessione dall'elemento della cronologia selezionato ed eseguire automaticamente la query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.enableCapture">
|
||||
<source xml:lang="en">Start Query History Capture</source>
|
||||
<target state="translated">Avvia acquisizione della cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.loading">
|
||||
<source xml:lang="en">Loading saved entries...</source>
|
||||
<target state="translated">Caricamento delle voci salvate...</target>
|
||||
@@ -74,18 +42,50 @@
|
||||
<source xml:lang="en">Open Query</source>
|
||||
<target state="translated">Apri query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.run">
|
||||
<source xml:lang="en">Open a new connected editor with the query and connection from the selected history item and automatically run the query</source>
|
||||
<target state="translated">Aprire un nuovo editor connesso con la query e la connessione dall'elemento della cronologia selezionato ed eseguire automaticamente la query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction.open">
|
||||
<source xml:lang="en">Open a new disconnected editor with the query from the selected history item</source>
|
||||
<target state="translated">Aprire un nuovo editor disconnesso con la query dall'elemento della cronologia selezionato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.openStorageFolder">
|
||||
<source xml:lang="en">Open storage folder</source>
|
||||
<target state="translated">Apri cartella di archiviazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.persistHistory">
|
||||
<source xml:lang="en">Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.</source>
|
||||
<target state="translated">Indica se la cronologia delle query viene mantenuta tra i riavvii. Se false, la cronologia verrà cancellata alla chiusura dell'applicazione.</target>
|
||||
<trans-unit id="queryHistory.disableCapture">
|
||||
<source xml:lang="en">Pause Query History Capture</source>
|
||||
<target state="translated">Sospendi acquisizione della cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.displayName">
|
||||
<source xml:lang="en">Query History</source>
|
||||
<target state="translated">Cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.run">
|
||||
<source xml:lang="en">Run Query</source>
|
||||
<target state="translated">Esegui query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.enableCapture">
|
||||
<source xml:lang="en">Start Query History Capture</source>
|
||||
<target state="translated">Avvia acquisizione della cronologia delle query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.doubleClickAction">
|
||||
<source xml:lang="en">The action taken when a history item is double clicked</source>
|
||||
<target state="translated">Azione eseguita quando si fa doppio clic su un elemento della cronologia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.description">
|
||||
<source xml:lang="en">View and run previously executed queries</source>
|
||||
<target state="translated">Visualizza ed esegue query eseguite in precedenza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.captureEnabledDesc">
|
||||
<source xml:lang="en">Whether Query History capture is enabled. If false queries executed will not be captured.</source>
|
||||
<target state="translated">Indica se l'acquisizione della cronologia delle query è abilitata. Se è false, le query eseguite non verranno acquisite.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryHistory.persistHistory">
|
||||
<source xml:lang="en">Whether query history is persisted across restarts. If false then the history will be cleared when the application exits.</source>
|
||||
<target state="translated">Indica se la cronologia delle query viene mantenuta tra i riavvii. Se false, la cronologia verrà cancellata alla chiusura dell'applicazione.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
@@ -0,0 +1,311 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/Microsoft.query-store/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="aggregationSizeLabel">
|
||||
<source xml:lang="en">Aggregation Size</source>
|
||||
<target state="translated">Dimensioni aggregazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="allLabel">
|
||||
<source xml:lang="en">All</source>
|
||||
<target state="translated">Tutti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="applyButtonText">
|
||||
<source xml:lang="en">Apply</source>
|
||||
<target state="translated">Applica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="automaticLabel">
|
||||
<source xml:lang="en">Automatic</source>
|
||||
<target state="translated">Automatico</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="avgLabel">
|
||||
<source xml:lang="en">Avg</source>
|
||||
<target state="translated">Media</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="basedOnLabel">
|
||||
<source xml:lang="en">Based on:</source>
|
||||
<target state="translated">In base a:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="CLRTimeLabel">
|
||||
<source xml:lang="en">CLR Time (ms)</source>
|
||||
<target state="translated">Tempo CLR (ms)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cpuTime">
|
||||
<source xml:lang="en">CPU Time</source>
|
||||
<target state="translated">Tempo CPU</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="CPUTimeLabel">
|
||||
<source xml:lang="en">CPU Time (ms)</source>
|
||||
<target state="translated">Tempo CPU (ms)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="cancelButtonText">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="topConsumersRadioButtonsLabel">
|
||||
<source xml:lang="en">Check for top consumers of:</source>
|
||||
<target state="translated">Verifica principali consumer di:</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="configure">
|
||||
<source xml:lang="en">Configure</source>
|
||||
<target state="translated">Configura</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="criteria">
|
||||
<source xml:lang="en">Criteria</source>
|
||||
<target state="translated">Criteri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="customLabel">
|
||||
<source xml:lang="en">Custom</source>
|
||||
<target state="translated">Personalizzato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="++CODE++9cb725c039170871de7978892c2fdf0f763f58359bd66bd0b1a06b0bdf3f6b38">
|
||||
<source xml:lang="en">DOP</source>
|
||||
<target state="translated">Grado di parallelismo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dayLabel">
|
||||
<source xml:lang="en">Day</source>
|
||||
<target state="translated">Giorno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="duration">
|
||||
<source xml:lang="en">Duration</source>
|
||||
<target state="translated">Durata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="durationLabel">
|
||||
<source xml:lang="en">Duration (ms)</source>
|
||||
<target state="translated">Durata (ms)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionCountLabel">
|
||||
<source xml:lang="en">Execution Count</source>
|
||||
<target state="translated">Conteggio esecuzioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="executionCount">
|
||||
<source xml:lang="en">Execution Count</source>
|
||||
<target state="translated">Conteggio esecuzioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="filterLabel">
|
||||
<source xml:lang="en">Filters</source>
|
||||
<target state="translated">Filtri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="fromLabel">
|
||||
<source xml:lang="en">From</source>
|
||||
<target state="translated">Da</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="hourLabel">
|
||||
<source xml:lang="en">Hour</source>
|
||||
<target state="translated">Ora</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last12HoursLabel">
|
||||
<source xml:lang="en">Last 12 hours</source>
|
||||
<target state="translated">Ultime 12 ore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last15MinsLabel">
|
||||
<source xml:lang="en">Last 15 minutes</source>
|
||||
<target state="translated">Ultimi 15 minuti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last2DaysLabel">
|
||||
<source xml:lang="en">Last 2 days</source>
|
||||
<target state="translated">Ultimi 2 giorni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last2WeeksLabel">
|
||||
<source xml:lang="en">Last 2 weeks</source>
|
||||
<target state="translated">Ultime 2 settimane</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last3MonthsLabel">
|
||||
<source xml:lang="en">Last 3 months</source>
|
||||
<target state="translated">Ultimi 3 mesi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last30MinsLabel">
|
||||
<source xml:lang="en">Last 30 minutes</source>
|
||||
<target state="translated">Ultimi 30 minuti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last5MinsLabel">
|
||||
<source xml:lang="en">Last 5 minutes</source>
|
||||
<target state="translated">Ultimi 5 minuti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="last6MonthsLabel">
|
||||
<source xml:lang="en">Last 6 months</source>
|
||||
<target state="translated">Ultimi 6 mesi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastDayLabel">
|
||||
<source xml:lang="en">Last day</source>
|
||||
<target state="translated">Ultimo giorno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastHourLabel">
|
||||
<source xml:lang="en">Last hour</source>
|
||||
<target state="translated">Ultima ora</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastMonthLabel">
|
||||
<source xml:lang="en">Last month</source>
|
||||
<target state="translated">Ultimo mese</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastWeekLabel">
|
||||
<source xml:lang="en">Last week</source>
|
||||
<target state="translated">Ultima settimana</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="lastYearLabel">
|
||||
<source xml:lang="en">Last year</source>
|
||||
<target state="translated">Ultimo anno</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="localLabel">
|
||||
<source xml:lang="en">Local</source>
|
||||
<target state="translated">Locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="logMemoryUsedLabel">
|
||||
<source xml:lang="en">Log Memory Used (KB)</source>
|
||||
<target state="translated">Memoria di log utilizzata (KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="logicalReads">
|
||||
<source xml:lang="en">Logical Reads</source>
|
||||
<target state="translated">Letture logiche</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="logicalReadsLabel">
|
||||
<source xml:lang="en">Logical Reads (KB)</source>
|
||||
<target state="translated">Letture logiche (KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="logicalWritesLabel">
|
||||
<source xml:lang="en">Logical Writes (KB)</source>
|
||||
<target state="translated">Scritture logiche (KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="maxLabel">
|
||||
<source xml:lang="en">Max</source>
|
||||
<target state="translated">Max</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="memoryConsumptionLabel">
|
||||
<source xml:lang="en">Memory Consumption (KB)</source>
|
||||
<target state="translated">Consumo memoria (KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="minLabel">
|
||||
<source xml:lang="en">Min</source>
|
||||
<target state="translated">Min</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="filterMinPlanLabel">
|
||||
<source xml:lang="en">Min number of plans</source>
|
||||
<target state="translated">Numero minimo di piani</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="minuteLabel">
|
||||
<source xml:lang="en">Minute</source>
|
||||
<target state="translated">Minuto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="okButtonText">
|
||||
<source xml:lang="en">Ok</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="openInNewTab">
|
||||
<source xml:lang="en">Open In New Tab</source>
|
||||
<target state="new">Open In New Tab</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="overallResourceConsumption">
|
||||
<source xml:lang="en">Overall Resource Consumption</source>
|
||||
<target state="translated">Consumo complessivo risorse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="overallResourceConsumptionToolbarLabel">
|
||||
<source xml:lang="en">Overall resource consumption for database {0}</source>
|
||||
<target state="translated">Utilizzo complessivo delle risorse per la {0} del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="physicalReadsLabel">
|
||||
<source xml:lang="en">Physical Reads (KB)</source>
|
||||
<target state="translated">Letture fisiche (KB)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="planSummary">
|
||||
<source xml:lang="en">Plan Summary for query {0}</source>
|
||||
<target state="translated">Riepilogo piano per la query {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="plan">
|
||||
<source xml:lang="en">Plan {0}</source>
|
||||
<target state="translated">Piano {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queries">
|
||||
<source xml:lang="en">Queries</source>
|
||||
<target state="translated">Query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryStoreDashboardTitle">
|
||||
<source xml:lang="en">Query Store - {0}</source>
|
||||
<target state="translated">Query Store - {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resourceConsumptionCriteriaTitle">
|
||||
<source xml:lang="en">Resource Consumption Criteria</source>
|
||||
<target state="translated">Criteri di consumo di risorse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="returnLabel">
|
||||
<source xml:lang="en">Return</source>
|
||||
<target state="translated">Elementi restituiti</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="rowCountLabel">
|
||||
<source xml:lang="en">Row Count</source>
|
||||
<target state="translated">Numero di righe</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="showChartTitle">
|
||||
<source xml:lang="en">Show Chart for</source>
|
||||
<target state="translated">Mostra grafico per</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="stdDevLabel">
|
||||
<source xml:lang="en">Std Dev</source>
|
||||
<target state="translated">Deviazione standard</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tempDBMermoryUsedLabel">
|
||||
<source xml:lang="en">Temp DB Memory Used (KB)</source>
|
||||
<target state="translated">Memoria database temporaneo usata (kb)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timeFormatLabel">
|
||||
<source xml:lang="en">Time Format</source>
|
||||
<target state="translated">Formato ora</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timeIntervalLabel">
|
||||
<source xml:lang="en">Time Interval</source>
|
||||
<target state="translated">Intervallo di tempo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timeSettingsLabel">
|
||||
<source xml:lang="en">Time Settings</source>
|
||||
<target state="translated">Impostazioni ora</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="toLabel">
|
||||
<source xml:lang="en">To</source>
|
||||
<target state="translated">A</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="topLabel">
|
||||
<source xml:lang="en">Top</source>
|
||||
<target state="translated">Primi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="topResourceConsumingQueriesToolbarLabel">
|
||||
<source xml:lang="en">Top 25 resource consumers for database {0}</source>
|
||||
<target state="translated">Primi 25 consumer di risorse per {0}di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="topResourceConsumingQueries">
|
||||
<source xml:lang="en">Top Resource Consuming Queries</source>
|
||||
<target state="translated">Prime query per consumo di risorse</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="totalLabel">
|
||||
<source xml:lang="en">Total</source>
|
||||
<target state="translated">Totale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="++CODE++17bc05152f339d6dc2fb2844595760e9009662c4315fa1ac0d61c7e47dfbdbb3">
|
||||
<source xml:lang="en">UTC</source>
|
||||
<target state="translated">UTC</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="waitTimeLabel">
|
||||
<source xml:lang="en">Wait Time (ms)</source>
|
||||
<target state="translated">Tempo di attesa (ms)</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/Microsoft.query-store/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="queryStore.openQueryStoreDashboard">
|
||||
<source xml:lang="en">Query Store</source>
|
||||
<target state="translated">Query Store</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryStore.category">
|
||||
<source xml:lang="en">Query Store</source>
|
||||
<target state="translated">Query Store</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryStore.displayName">
|
||||
<source xml:lang="en">Query Store</source>
|
||||
<target state="translated">Query Store</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryStore.description">
|
||||
<source xml:lang="en">Query Store extension for Azure Data Studio.</source>
|
||||
<target state="translated">Estensione Query Store per Azure Data Studio.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
+752
-752
File diff suppressed because it is too large
Load Diff
+240
-240
@@ -1,58 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/schema-compare/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.schema-compare/dist/localizedConstants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="OptionNotFoundWarningMessage">
|
||||
<source xml:lang="en">label: {0} does not exist in the options value name lookup</source>
|
||||
<target state="translated">etichetta: {0} non esiste nella ricerca del nome del valore delle opzioni</target>
|
||||
<trans-unit id="schemaCompareDialog.differentSourceMessage">
|
||||
<source xml:lang="en">A different source schema has been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">È stato selezionato uno schema di origine diverso. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.GeneralOptionsLabel">
|
||||
<source xml:lang="en">General Options</source>
|
||||
<target state="translated">Opzioni generali</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.ObjectTypesOptionsLabel">
|
||||
<source xml:lang="en">Include Object Types</source>
|
||||
<target state="translated">Includi tipi di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.SchemaCompareOptionsDialogLabel">
|
||||
<source xml:lang="en">Schema Compare Options</source>
|
||||
<target state="translated">Opzioni di confronto schemi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompareOptionsDialog.Reset">
|
||||
<source xml:lang="en">Reset</source>
|
||||
<target state="translated">Reimposta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file">
|
||||
<source xml:lang="en">File</source>
|
||||
<target state="translated">File</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flat">
|
||||
<source xml:lang="en">Flat</source>
|
||||
<target state="translated">Semplice</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType">
|
||||
<source xml:lang="en">Object Type</source>
|
||||
<target state="translated">Tipo di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
<target state="translated">Schema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.ApplyConfirmation">
|
||||
<source xml:lang="en">Are you sure you want to update the target?</source>
|
||||
<target state="translated">Aggiornare la destinazione?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.CompareDetailsTitle">
|
||||
<source xml:lang="en">Compare Details</source>
|
||||
<target state="translated">Dettagli confronto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.GetConnectionString">
|
||||
<source xml:lang="en">Do you want to connect to {0}?</source>
|
||||
<target state="translated">Si desidera connettersi a {0}?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.RecompareToRefresh">
|
||||
<source xml:lang="en">Press Compare to refresh the comparison.</source>
|
||||
<target state="translated">Fare clic su Confronta per aggiornare il confronto.</target>
|
||||
<trans-unit id="schemaCompareDialog.differentTargetMessage">
|
||||
<source xml:lang="en">A different target schema has been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">È stato selezionato uno schema di destinazione diverso. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.actionColumn">
|
||||
<source xml:lang="en">Action</source>
|
||||
@@ -62,29 +18,25 @@
|
||||
<source xml:lang="en">Add</source>
|
||||
<target state="translated">Aggiungi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyButtonDisabledTitle">
|
||||
<source xml:lang="en">Apply is enabled when the target is a database or database project</source>
|
||||
<target state="translated">L'opzione Applica è abilitata quando la destinazione è un database o un progetto di database</target>
|
||||
<trans-unit id="schemaCompare.updateButton">
|
||||
<source xml:lang="en">Apply</source>
|
||||
<target state="translated">Applica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyButtonEnabledTitle">
|
||||
<source xml:lang="en">Apply changes to target</source>
|
||||
<target state="translated">Applica modifiche alla destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyError">
|
||||
<source xml:lang="en">There was an error updating the project</source>
|
||||
<target state="translated">Errore durante l'aggiornamento del progetto</target>
|
||||
<trans-unit id="schemaCompare.applyButtonDisabledTitle">
|
||||
<source xml:lang="en">Apply is enabled when the target is a database or database project</source>
|
||||
<target state="translated">L'opzione Applica è abilitata quando la destinazione è un database o un progetto di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyNoChanges">
|
||||
<source xml:lang="en">No changes to apply</source>
|
||||
<target state="translated">Non sono presenti modifiche da applicare</target>
|
||||
<trans-unit id="schemaCompare.ApplyConfirmation">
|
||||
<source xml:lang="en">Are you sure you want to update the target?</source>
|
||||
<target state="translated">Aggiornare la destinazione?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applySuccess">
|
||||
<source xml:lang="en">Project was successfully updated</source>
|
||||
<target state="translated">Aggiornamento del progetto completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.cancelCompareButton">
|
||||
<source xml:lang="en">Stop</source>
|
||||
<target state="translated">Arresta</target>
|
||||
<trans-unit id="schemaCompareDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.cancelErrorMessage">
|
||||
<source xml:lang="en">Cancel schema compare failed: '{0}'</source>
|
||||
@@ -114,34 +66,70 @@
|
||||
<source xml:lang="en">Compare</source>
|
||||
<target state="translated">Confronta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.compareErrorMessage">
|
||||
<source xml:lang="en">Schema Compare failed: {0}</source>
|
||||
<target state="translated">Il confronto schemi non è riuscito: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.dacpacRadioButtonLabel">
|
||||
<source xml:lang="en">Data-tier Application File (.dacpac)</source>
|
||||
<target state="translated">File dell'applicazione livello dati (con estensione dacpac)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.databaseButtonLabel">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.deleteAction">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.dialogTitle">
|
||||
<source xml:lang="en">Schema Compare</source>
|
||||
<target state="translated">Confronto schemi</target>
|
||||
<trans-unit id="schemaCompare.CompareDetailsTitle">
|
||||
<source xml:lang="en">Compare Details</source>
|
||||
<target state="translated">Dettagli confronto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.differencesTableTitle">
|
||||
<source xml:lang="en">Comparison between Source and Target</source>
|
||||
<target state="translated">Confronto tra origine e destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.dacpacRadioButtonLabel">
|
||||
<source xml:lang="en">Data-tier Application File (.dacpac)</source>
|
||||
<target state="translated">File dell'applicazione livello dati (con estensione dacpac)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.databaseDropdownTitle">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.databaseButtonLabel">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.projectButtonLabel">
|
||||
<source xml:lang="en">Database Project</source>
|
||||
<target state="translated">Progetto di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.deleteAction">
|
||||
<source xml:lang="en">Delete</source>
|
||||
<target state="translated">Elimina</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.differentSourceTargetMessage">
|
||||
<source xml:lang="en">Different source and target schemas have been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">Sono stati selezionati schemi di origine e di destinazione diversi. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.GetConnectionString">
|
||||
<source xml:lang="en">Do you want to connect to {0}?</source>
|
||||
<target state="translated">Si desidera connettersi a {0}?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="file">
|
||||
<source xml:lang="en">File</source>
|
||||
<target state="translated">File</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.fileTextBoxLabel">
|
||||
<source xml:lang="en">File</source>
|
||||
<target state="translated">File</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="flat">
|
||||
<source xml:lang="en">Flat</source>
|
||||
<target state="translated">Semplice</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.structureDropdownLabel">
|
||||
<source xml:lang="en">Folder Structure</source>
|
||||
<target state="translated">Struttura della cartella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.GeneralOptionsLabel">
|
||||
<source xml:lang="en">General Options</source>
|
||||
<target state="translated">Opzioni generali</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.generateScriptButton">
|
||||
<source xml:lang="en">Generate script</source>
|
||||
<target state="translated">Genera script</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.generateScriptErrorMessage">
|
||||
<source xml:lang="en">Generate script failed: '{0}'</source>
|
||||
<target state="translated">La generazione dello script non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.generateScriptButtonDisabledTitle">
|
||||
<source xml:lang="en">Generate script is enabled when the target is a database</source>
|
||||
<target state="translated">L'opzione Genera script è abilitata quando la destinazione è un database</target>
|
||||
@@ -150,26 +138,46 @@
|
||||
<source xml:lang="en">Generate script to deploy changes to target</source>
|
||||
<target state="translated">Genera script per distribuire le modifiche nella destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.generateScriptErrorMessage">
|
||||
<source xml:lang="en">Generate script failed: '{0}'</source>
|
||||
<target state="translated">La generazione dello script non è riuscita: '{0}'</target>
|
||||
<trans-unit id="schemaCompare.includeColumnName">
|
||||
<source xml:lang="en">Include</source>
|
||||
<target state="translated">Includere</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.ObjectTypesOptionsLabel">
|
||||
<source xml:lang="en">Include Object Types</source>
|
||||
<target state="translated">Includi tipi di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.waitText">
|
||||
<source xml:lang="en">Initializing Comparison. This might take a moment.</source>
|
||||
<target state="translated">Inizializzazione del confronto. L'operazione potrebbe richiedere qualche istante.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.openScmpButtonTitle">
|
||||
<source xml:lang="en">Load source, target, and options saved in an .scmp file</source>
|
||||
<target state="translated">Carica origine, destinazione e opzioni salvate in un file con estensione scmp</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.No">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyNoChanges">
|
||||
<source xml:lang="en">No changes to apply</source>
|
||||
<target state="translated">Non sono presenti modifiche da applicare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.generateScriptNoChanges">
|
||||
<source xml:lang="en">No changes to script</source>
|
||||
<target state="translated">Non sono presenti modifiche per cui generare lo script</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.includeColumnName">
|
||||
<source xml:lang="en">Include</source>
|
||||
<target state="translated">Includi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.includeExcludeInfoMessage">
|
||||
<source xml:lang="en">Please note that include/exclude operations can take a moment to calculate affected dependencies</source>
|
||||
<target state="translated">Tenere presente che le operazioni di inclusione/esclusione possono richiedere qualche minuto per calcolare le dipendenze interessate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.noDifferences">
|
||||
<source xml:lang="en">No schema differences were found.</source>
|
||||
<target state="translated">Non sono state trovate differenze di schema.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType">
|
||||
<source xml:lang="en">Object Type</source>
|
||||
<target state="translated">Tipo di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.openFile">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
@@ -178,10 +186,6 @@
|
||||
<source xml:lang="en">Open .scmp file</source>
|
||||
<target state="translated">Apri file con estensione scmp</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.openScmpButtonTitle">
|
||||
<source xml:lang="en">Load source, target, and options saved in an .scmp file</source>
|
||||
<target state="translated">Carica origine, destinazione e opzioni salvate in un file con estensione scmp</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.openScmpErrorMessage">
|
||||
<source xml:lang="en">Open scmp failed: '{0}'</source>
|
||||
<target state="translated">L'apertura del file scmp non è riuscita: '{0}'</target>
|
||||
@@ -190,13 +194,25 @@
|
||||
<source xml:lang="en">Options</source>
|
||||
<target state="translated">Opzioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.projectButtonLabel">
|
||||
<source xml:lang="en">Database Project</source>
|
||||
<target state="translated">Progetto di database</target>
|
||||
<trans-unit id="schemaCompareOptions.RecompareMessage">
|
||||
<source xml:lang="en">Options have changed. Recompare to see the comparison?</source>
|
||||
<target state="translated">Le opzioni sono state modificate. Ripetere il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.radioButtonsLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
<trans-unit id="schemaCompare.includeExcludeInfoMessage">
|
||||
<source xml:lang="en">Please note that include/exclude operations can take a moment to calculate affected dependencies</source>
|
||||
<target state="translated">Tenere presente che le operazioni di inclusione/esclusione possono richiedere qualche minuto per calcolare le dipendenze interessate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.RecompareToRefresh">
|
||||
<source xml:lang="en">Press Compare to refresh the comparison.</source>
|
||||
<target state="translated">Fare clic su Confronta per aggiornare il confronto.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applySuccess">
|
||||
<source xml:lang="en">Project was successfully updated</source>
|
||||
<target state="translated">Aggiornamento del progetto completato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompareOptionsDialog.Reset">
|
||||
<source xml:lang="en">Reset</source>
|
||||
<target state="translated">Reimpostare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.saveFile">
|
||||
<source xml:lang="en">Save</source>
|
||||
@@ -206,17 +222,49 @@
|
||||
<source xml:lang="en">Save .scmp file</source>
|
||||
<target state="translated">Salva file con estensione scmp</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.saveScmpButtonTitle">
|
||||
<source xml:lang="en">Save source and target, options, and excluded elements</source>
|
||||
<target state="translated">Salva origine e destinazione, opzioni ed elementi esclusi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.saveScmpErrorMessage">
|
||||
<source xml:lang="en">Save scmp failed: '{0}'</source>
|
||||
<target state="translated">Il salvataggio del file scmp non è riuscito: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.saveScmpButtonTitle">
|
||||
<source xml:lang="en">Save source and target, options, and excluded elements</source>
|
||||
<target state="translated">Salva origine e destinazione, opzioni ed elementi esclusi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
<target state="translated">Schema</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.dialogTitle">
|
||||
<source xml:lang="en">Schema Compare</source>
|
||||
<target state="translated">Confronto schemi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.updateErrorMessage">
|
||||
<source xml:lang="en">Schema Compare Apply failed '{0}'</source>
|
||||
<target state="translated">L'applicazione del confronto schemi non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SchemaCompare.SchemaCompareOptionsDialogLabel">
|
||||
<source xml:lang="en">Schema Compare Options</source>
|
||||
<target state="translated">Opzioni di confronto schemi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.compareErrorMessage">
|
||||
<source xml:lang="en">Schema Compare failed: {0}</source>
|
||||
<target state="translated">Il confronto schemi non è riuscito: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaObjectType">
|
||||
<source xml:lang="en">Schema/Object Type</source>
|
||||
<target state="translated">Schema/Tipo di oggetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.sourceButtonTitle">
|
||||
<source xml:lang="en">Select Source</source>
|
||||
<target state="translated">Seleziona origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.targetButtonTitle">
|
||||
<source xml:lang="en">Select Target</source>
|
||||
<target state="translated">Seleziona destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.selectConnection">
|
||||
<source xml:lang="en">Select connection</source>
|
||||
<target state="translated">Selezionare connessione</target>
|
||||
<target state="translated">Selezionare la connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.selectSourceFile">
|
||||
<source xml:lang="en">Select source file</source>
|
||||
@@ -226,122 +274,22 @@
|
||||
<source xml:lang="en">Select target file</source>
|
||||
<target state="translated">Selezionare il file di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.sourceButtonTitle">
|
||||
<source xml:lang="en">Select Source</source>
|
||||
<target state="translated">Seleziona origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.sourceNameColumn">
|
||||
<source xml:lang="en">Source Name</source>
|
||||
<target state="translated">Nome origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.startText">
|
||||
<source xml:lang="en">To compare two schemas, first select a source schema and target schema, then press Compare.</source>
|
||||
<target state="translated">Per confrontare due schemi, selezionare lo schema di origine e quello di destinazione, quindi fare clic su Confronta.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.switchButtonTitle">
|
||||
<source xml:lang="en">Switch source and target</source>
|
||||
<target state="translated">Scambia origine e destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.switchDirectionButton">
|
||||
<source xml:lang="en">Switch direction</source>
|
||||
<target state="translated">Cambia direzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.targetButtonTitle">
|
||||
<source xml:lang="en">Select Target</source>
|
||||
<target state="translated">Seleziona destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.targetNameColumn">
|
||||
<source xml:lang="en">Target Name</source>
|
||||
<target state="translated">Nome destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.typeColumn">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.updateButton">
|
||||
<source xml:lang="en">Apply</source>
|
||||
<target state="translated">Applica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.updateErrorMessage">
|
||||
<source xml:lang="en">Schema Compare Apply failed '{0}'</source>
|
||||
<target state="translated">L'applicazione del confronto schemi non è riuscita: '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.waitText">
|
||||
<source xml:lang="en">Initializing Comparison. This might take a moment.</source>
|
||||
<target state="translated">Inizializzazione del confronto. L'operazione potrebbe richiedere qualche istante.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.No">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
<trans-unit id="schemaCompareDialog.serverDropdownTitle">
|
||||
<source xml:lang="en">Server</source>
|
||||
<target state="translated">Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.SourceTitle">
|
||||
<source xml:lang="en">Source</source>
|
||||
<target state="translated">Origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.TargetTitle">
|
||||
<source xml:lang="en">Target</source>
|
||||
<target state="translated">Destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.Yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
<target state="translated">Sì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.databaseDropdownTitle">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.defaultUser">
|
||||
<source xml:lang="en">default</source>
|
||||
<target state="translated">predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.differentSourceMessage">
|
||||
<source xml:lang="en">A different source schema has been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">È stato selezionato uno schema di origine diverso. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.differentSourceTargetMessage">
|
||||
<source xml:lang="en">Different source and target schemas have been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">Sono stati selezionati schemi di origine e di destinazione diversi. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.differentTargetMessage">
|
||||
<source xml:lang="en">A different target schema has been selected. Compare to see the comparison?</source>
|
||||
<target state="translated">È stato selezionato uno schema di destinazione diverso. Eseguire il confronto?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorSource">
|
||||
<source xml:lang="en">The source .sqlproj file does not specify a database schema component</source>
|
||||
<target state="translated">Il file di origine .sqlproj non specifica un componente dello schema del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorTarget">
|
||||
<source xml:lang="en">The target .sqlproj file does not specify a database schema component</source>
|
||||
<target state="translated">Il file di destinazione .sqlproj non specifica un componente dello schema del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.fileTextBoxLabel">
|
||||
<source xml:lang="en">File</source>
|
||||
<target state="translated">File</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtension">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to perform schema comparison with database projects</source>
|
||||
<target state="translated">L'estensione sql-database-projects è necessaria per eseguire il confronto dello schema con i progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtensionApply">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to apply changes to a project</source>
|
||||
<target state="translated">L'estensione sql-database-projects è necessaria per applicare le modifiche a un progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.serverDropdownTitle">
|
||||
<source xml:lang="en">Server</source>
|
||||
<target state="translated">Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.sourceDatabaseDropdown">
|
||||
<source xml:lang="en">Source Database</source>
|
||||
<target state="translated">Database di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.sourceNameColumn">
|
||||
<source xml:lang="en">Source Name</source>
|
||||
<target state="translated">Nome origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.sourceServerDropdown">
|
||||
<source xml:lang="en">Source Server</source>
|
||||
<target state="translated">Server di origine</target>
|
||||
@@ -350,14 +298,34 @@
|
||||
<source xml:lang="en">Source file</source>
|
||||
<target state="translated">File di origine</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.structureDropdownLabel">
|
||||
<source xml:lang="en">Folder Structure</source>
|
||||
<target state="translated">Struttura della cartella</target>
|
||||
<trans-unit id="schemaCompare.cancelCompareButton">
|
||||
<source xml:lang="en">Stop</source>
|
||||
<target state="translated">Arresta</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.switchDirectionButton">
|
||||
<source xml:lang="en">Switch direction</source>
|
||||
<target state="translated">Cambia direzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.switchButtonTitle">
|
||||
<source xml:lang="en">Switch source and target</source>
|
||||
<target state="translated">Scambia origine e destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.TargetTitle">
|
||||
<source xml:lang="en">Target</source>
|
||||
<target state="translated">Destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.targetDatabaseDropdown">
|
||||
<source xml:lang="en">Target Database</source>
|
||||
<target state="translated">Database di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="targetStructure">
|
||||
<source xml:lang="en">Target Folder Structure</source>
|
||||
<target state="translated">Struttura della cartella di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.targetNameColumn">
|
||||
<source xml:lang="en">Target Name</source>
|
||||
<target state="translated">Nome destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.targetServerDropdown">
|
||||
<source xml:lang="en">Target Server</source>
|
||||
<target state="translated">Server di destinazione</target>
|
||||
@@ -366,30 +334,54 @@
|
||||
<source xml:lang="en">Target file</source>
|
||||
<target state="translated">File di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareOptions.RecompareMessage">
|
||||
<source xml:lang="en">Options have changed. Recompare to see the comparison?</source>
|
||||
<target state="translated">Le opzioni sono state modificate. Ripetere il confronto?</target>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorSource">
|
||||
<source xml:lang="en">The source .sqlproj file does not specify a database schema component</source>
|
||||
<target state="translated">Il file di origine .sqlproj non specifica un componente dello schema del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaObjectType">
|
||||
<source xml:lang="en">Schema/Object Type</source>
|
||||
<target state="translated">Schema/Tipo di oggetto</target>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtensionApply">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to apply changes to a project</source>
|
||||
<target state="translated">L'estensione sql-database-projects è necessaria per applicare le modifiche a un progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="targetStructure">
|
||||
<source xml:lang="en">Target Folder Structure</source>
|
||||
<target state="translated">Struttura della cartella di destinazione</target>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtension">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to perform schema comparison with database projects</source>
|
||||
<target state="translated">L'estensione sql-database-projects è necessaria per eseguire il confronto dello schema con i progetti di database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorTarget">
|
||||
<source xml:lang="en">The target .sqlproj file does not specify a database schema component</source>
|
||||
<target state="translated">Il file di destinazione .sqlproj non specifica un componente dello schema del database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyError">
|
||||
<source xml:lang="en">There was an error updating the project</source>
|
||||
<target state="translated">Errore durante l'aggiornamento del progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.startText">
|
||||
<source xml:lang="en">To compare two schemas, first select a source schema and target schema, then press Compare.</source>
|
||||
<target state="translated">Per confrontare due schemi, selezionare lo schema di origine e quello di destinazione, quindi fare clic su Confronta.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.typeColumn">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.radioButtonsLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.Yes">
|
||||
<source xml:lang="en">Yes</source>
|
||||
<target state="translated">Sì</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.defaultUser">
|
||||
<source xml:lang="en">default</source>
|
||||
<target state="translated">predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="OptionNotFoundWarningMessage">
|
||||
<source xml:lang="en">label: {0} does not exist in the options value name lookup</source>
|
||||
<target state="translated">etichetta: {0} non esiste nella ricerca del nome del valore delle opzioni</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/schema-compare/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.schema-compare/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.</source>
|
||||
<target state="translated">La funzionalità Confronto schemi di SQL Server per Azure Data Studio supporta il confronto degli schemi di database e pacchetti di applicazione livello dati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Server Schema Compare</source>
|
||||
<target state="translated">Confronto schemi di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.openInScmp">
|
||||
<source xml:lang="en">Open in Schema Compare</source>
|
||||
<target state="translated">Aprire in Confronto schemi</target>
|
||||
@@ -398,6 +390,14 @@
|
||||
<source xml:lang="en">Run Schema Comparison</source>
|
||||
<target state="translated">Esegui confronto schemi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Server Schema Compare</source>
|
||||
<target state="translated">Confronto schemi di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.</source>
|
||||
<target state="translated">La funzionalità Confronto schemi di SQL Server per Azure Data Studio supporta il confronto degli schemi di database e pacchetti di applicazione livello dati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.start">
|
||||
<source xml:lang="en">Schema Compare</source>
|
||||
<target state="translated">Confronto schemi</target>
|
||||
+5
-5
@@ -1,11 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/server-report/dist/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.server-report/dist/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="XEventsFailed">
|
||||
<source xml:lang="en">XEvents operation failed.</source>
|
||||
<target state="translated">Operazione XEvents non riuscita.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="XEventsStopped">
|
||||
<source xml:lang="en">XEvents sessions PageContention and ObjectContention removed.</source>
|
||||
<target state="translated">Sessioni XEvents PageContention e ObjectContention rimosse.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="XEventsNotSupported">
|
||||
<source xml:lang="en">XEvents sessions not supported.</source>
|
||||
<target state="translated">Sessioni XEvents non supportate.</target>
|
||||
@@ -14,10 +18,6 @@
|
||||
<source xml:lang="en">XEvents sessions started for PageContention and ObjectContention.</source>
|
||||
<target state="translated">Sessioni XEvents avviate per PageContention e ObjectContention.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="XEventsStopped">
|
||||
<source xml:lang="en">XEvents sessions PageContention and ObjectContention removed.</source>
|
||||
<target state="translated">Sessioni XEvents PageContention e ObjectContention rimosse.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
+122
-122
@@ -1,15 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/sql-assessment/dist/assessmentResultGrid" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.sql-assessment/dist/assessmentResultGrid" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="asmt.column.targetType">
|
||||
<source xml:lang="en">Target Type</source>
|
||||
<target state="translated">Tipo di destinazione</target>
|
||||
<trans-unit id="asmt.details.toLearnMore">
|
||||
<source xml:lang="en"> to learn more.</source>
|
||||
<target state="translated"> per altre informazioni.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.details.clickHere">
|
||||
<source xml:lang="en">Click here</source>
|
||||
<target state="translated">Fare clic qui</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="databaseIconLabel">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.details.recommendation">
|
||||
<source xml:lang="en">Recommendation</source>
|
||||
<target state="translated">Raccomandazione</target>
|
||||
@@ -18,21 +22,17 @@
|
||||
<source xml:lang="en">Rule Description</source>
|
||||
<target state="translated">Descrizione regola</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.details.toLearnMore">
|
||||
<source xml:lang="en"> to learn more.</source>
|
||||
<target state="translated"> per altre informazioni.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="databaseIconLabel">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="serverIconLabel">
|
||||
<source xml:lang="en">Server</source>
|
||||
<target state="translated">Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.column.targetType">
|
||||
<source xml:lang="en">Target Type</source>
|
||||
<target state="translated">Tipo di destinazione</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/sql-assessment/dist/localized" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.sql-assessment/dist/localized" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="asmt.apiversion">
|
||||
<source xml:lang="en">API Version</source>
|
||||
@@ -42,14 +42,74 @@
|
||||
<source xml:lang="en">Check ID</source>
|
||||
<target state="translated">ID controllo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.rulesetversion">
|
||||
<source xml:lang="en">Default Ruleset</source>
|
||||
<target state="translated">Set di regole predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.serveredition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Error">
|
||||
<source xml:lang="en">Error</source>
|
||||
<target state="translated">Errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.column.helpLink">
|
||||
<source xml:lang="en">Help Link</source>
|
||||
<target state="translated">Collegamento alla Guida</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.High">
|
||||
<source xml:lang="en">High</source>
|
||||
<target state="translated">Alto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.section.api.title">
|
||||
<source xml:lang="en">Info</source>
|
||||
<target state="translated">Informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Info">
|
||||
<source xml:lang="en">Information</source>
|
||||
<target state="translated">Informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.instancename">
|
||||
<source xml:lang="en">Instance Name</source>
|
||||
<target state="translated">Nome istanza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.learnMore">
|
||||
<source xml:lang="en">Learn More</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Low">
|
||||
<source xml:lang="en">Low</source>
|
||||
<target state="translated">Basso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Medium">
|
||||
<source xml:lang="en">Medium</source>
|
||||
<target state="translated">Medio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.column.message">
|
||||
<source xml:lang="en">Message</source>
|
||||
<target state="translated">Messaggio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.osversion">
|
||||
<source xml:lang="en">OS Version</source>
|
||||
<target state="translated">Versione del sistema operativo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.resultForDatabase">
|
||||
<source xml:lang="en">Results for database</source>
|
||||
<target state="translated">Risultati per il database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.resultForInstance">
|
||||
<source xml:lang="en">Results for server</source>
|
||||
<target state="translated">Risultati per il server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReportTitle">
|
||||
<source xml:lang="en">SQL Assessment Report</source>
|
||||
<target state="translated">Report di valutazione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.section.instance.title">
|
||||
<source xml:lang="en">SQL Server Instance Details</source>
|
||||
<target state="translated">Dettagli dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.column.severity">
|
||||
<source xml:lang="en">Severity</source>
|
||||
<target state="translated">Gravità</target>
|
||||
@@ -62,86 +122,50 @@
|
||||
<source xml:lang="en">Target</source>
|
||||
<target state="translated">Destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.instancename">
|
||||
<source xml:lang="en">Instance Name</source>
|
||||
<target state="translated">Nome istanza</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.learnMore">
|
||||
<source xml:lang="en">Learn More</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.osversion">
|
||||
<source xml:lang="en">OS Version</source>
|
||||
<target state="translated">Versione del sistema operativo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.rulesetversion">
|
||||
<source xml:lang="en">Default Ruleset</source>
|
||||
<target state="translated">Set di regole predefinito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.section.api.title">
|
||||
<source xml:lang="en">Info</source>
|
||||
<target state="translated">Informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.section.instance.title">
|
||||
<source xml:lang="en">SQL Server Instance Details</source>
|
||||
<target state="translated">Dettagli dell'istanza di SQL Server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.serveredition">
|
||||
<source xml:lang="en">Edition</source>
|
||||
<target state="translated">Edizione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.serverversion">
|
||||
<source xml:lang="en">Version</source>
|
||||
<target state="translated">Versione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Error">
|
||||
<source xml:lang="en">Error</source>
|
||||
<target state="translated">Errore</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.High">
|
||||
<source xml:lang="en">High</source>
|
||||
<target state="translated">Alto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Info">
|
||||
<source xml:lang="en">Information</source>
|
||||
<target state="translated">Informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Low">
|
||||
<source xml:lang="en">Low</source>
|
||||
<target state="translated">Basso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Medium">
|
||||
<source xml:lang="en">Medium</source>
|
||||
<target state="translated">Medio</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.Warning">
|
||||
<source xml:lang="en">Warning</source>
|
||||
<target state="translated">Avviso</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.resultForDatabase">
|
||||
<source xml:lang="en">Results for database</source>
|
||||
<target state="translated">Risultati per il database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.resultForInstance">
|
||||
<source xml:lang="en">Results for server</source>
|
||||
<target state="translated">Risultati per il server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReport.severityMsg">
|
||||
<source xml:lang="en">{0}: {1} item(s)</source>
|
||||
<target state="translated">{0}: {1} elemento/i</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.sqlReportTitle">
|
||||
<source xml:lang="en">SQL Assessment Report</source>
|
||||
<target state="translated">Report di valutazione SQL</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/sql-assessment/dist/tabs/assessmentMainTab" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.sql-assessment/dist/tabs/assessmentMainTab" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="asmtaction.label.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msgBoxCopyBtn">
|
||||
<source xml:lang="en">Copy</source>
|
||||
<target state="translated">Copia</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnGeneratehtmlreport">
|
||||
<source xml:lang="en">Create HTML Report</source>
|
||||
<target state="translated">Crea report HTML</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnExportAsScript">
|
||||
<source xml:lang="en">Export as script</source>
|
||||
<target state="translated">Esporta come script</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invokeAssessmentLabelServer">
|
||||
<source xml:lang="en">Invoke assessment</source>
|
||||
<target state="translated">Richiama valutazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invokeAssessmentLabelDatabase">
|
||||
<source xml:lang="en">Invoke assessment for {0}</source>
|
||||
<target state="translated">Richiama valutazione per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmtaction.label.open">
|
||||
<source xml:lang="en">Open</source>
|
||||
<target state="translated">Apri</target>
|
||||
@@ -150,38 +174,6 @@
|
||||
<source xml:lang="en">Report has been saved. Do you want to open it?</source>
|
||||
<target state="translated">Il report è stato salvato. Aprirlo?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnExportAsScript">
|
||||
<source xml:lang="en">Export as script</source>
|
||||
<target state="translated">Esporta come script</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnGeneratehtmlreport">
|
||||
<source xml:lang="en">Create HTML Report</source>
|
||||
<target state="translated">Crea report HTML</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnViewSamples">
|
||||
<source xml:lang="en">View all rules and learn more on GitHub</source>
|
||||
<target state="translated">Visualizza tutte le regole e altre informazioni su GitHub</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="btnViewSamplesShort">
|
||||
<source xml:lang="en">View all on GitHub</source>
|
||||
<target state="translated">Visualizza tutto su GitHub</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="getAssessmentItemsDatabase">
|
||||
<source xml:lang="en">View applicable rules for {0}</source>
|
||||
<target state="translated">Visualizza regole applicabili per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="getAssessmentItemsServer">
|
||||
<source xml:lang="en">View applicable rules</source>
|
||||
<target state="translated">Visualizza regole applicabili</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invokeAssessmentLabelDatabase">
|
||||
<source xml:lang="en">Invoke assessment for {0}</source>
|
||||
<target state="translated">Richiama valutazione per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="invokeAssessmentLabelServer">
|
||||
<source xml:lang="en">Invoke assessment</source>
|
||||
<target state="translated">Richiama valutazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msgBoxAsmtInfo">
|
||||
<source xml:lang="en">SQL Assessment Information</source>
|
||||
<target state="translated">Informazioni sulla valutazione SQL</target>
|
||||
@@ -190,30 +182,38 @@
|
||||
<source xml:lang="en">SQL Assessment Information copied</source>
|
||||
<target state="translated">Le informazioni sulla valutazione SQL sono state copiate</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msgBoxCopyBtn">
|
||||
<source xml:lang="en">Copy</source>
|
||||
<target state="translated">Copia</target>
|
||||
<trans-unit id="btnViewSamplesShort">
|
||||
<source xml:lang="en">View all on GitHub</source>
|
||||
<target state="translated">Visualizza tutto su GitHub</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
<target state="translated">OK</target>
|
||||
<trans-unit id="btnViewSamples">
|
||||
<source xml:lang="en">View all rules and learn more on GitHub</source>
|
||||
<target state="translated">Visualizza tutte le regole e altre informazioni su GitHub</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="getAssessmentItemsServer">
|
||||
<source xml:lang="en">View applicable rules</source>
|
||||
<target state="translated">Visualizza regole applicabili</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="getAssessmentItemsDatabase">
|
||||
<source xml:lang="en">View applicable rules for {0}</source>
|
||||
<target state="translated">Visualizza regole applicabili per {0}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/sql-assessment/dist/tabs/historyTab" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.sql-assessment/dist/tabs/historyTab" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="asmt.history.back">
|
||||
<source xml:lang="en"><< Back</source>
|
||||
<target state="translated"><< Indietro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.history.resultsTitle">
|
||||
<source xml:lang="en">Assessment Results from {0}</source>
|
||||
<target state="translated">Risultati valutazione da {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.history.summaryAsmtDate">
|
||||
<source xml:lang="en">Assessment Date</source>
|
||||
<target state="translated">Data di valutazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.history.resultsTitle">
|
||||
<source xml:lang="en">Assessment Results from {0}</source>
|
||||
<target state="translated">Risultati valutazione da {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="asmt.history.summaryError">
|
||||
<source xml:lang="en">Error</source>
|
||||
<target state="translated">Errore</target>
|
||||
@@ -228,20 +228,20 @@
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/sql-assessment/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="extensions/Microsoft.sql-assessment/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="dashboard.tabName">
|
||||
<source xml:lang="en">SQL Assessment</source>
|
||||
<target state="translated">Valutazione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Assessment</source>
|
||||
<target state="translated">Valutazione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">SQL Assessment for Azure Data Studio (Preview) provides a mechanism to evaluate the configuration of SQL Server for best practices.</source>
|
||||
<target state="translated">Valutazione SQL per Azure Data Studio (anteprima) fornisce un meccanismo per valutare la configurazione di SQL Server per le procedure consigliate.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Assessment</source>
|
||||
<target state="translated">Valutazione SQL</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
+921
-921
File diff suppressed because it is too large
Load Diff
+2918
-2898
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,297 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/ms-mssql.sql-bindings-vscode/dist/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="enterPasswordPrompt">
|
||||
<source xml:lang="en">(Optional) Enter connection password to save in local.settings.json</source>
|
||||
<target state="translated">(Facoltativo) Immettere la password di connessione da salvare in local.settings.json</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azureFunctionsProjectMustBeOpened">
|
||||
<source xml:lang="en">A C# Azure Functions project must be present in order to create a new Azure Function with SQL binding.</source>
|
||||
<target state="translated">Per creare una nuova funzione di Azure con associazione SQL, deve essere presente un progetto di Funzioni di Azure C#.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addPackage">
|
||||
<source xml:lang="en">Add Package</source>
|
||||
<target state="translated">Aggiungi pacchetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="addSqlBinding">
|
||||
<source xml:lang="en">Adding SQL Binding to function "{0}"...</source>
|
||||
<target state="translated">Aggiunta dell'associazione SQL alla funzione "{0}"...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="dotnetResult">
|
||||
<source xml:lang="en">Adding SQL nuget package:
|
||||
{0}</source>
|
||||
<target state="translated">Aggiunta del pacchetto NuGet SQL:
|
||||
{0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failedToGetConnectionString">
|
||||
<source xml:lang="en">An error occurred generating the connection string for the selected connection</source>
|
||||
<target state="translated">Errore durante la generazione della stringa di connessione per la connessione selezionata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azureFunctionsExtensionNotInstalled">
|
||||
<source xml:lang="en">Azure Functions extension must be installed in order to use this feature.</source>
|
||||
<target state="translated">L'estensione Funzioni di Azure deve essere installata per poter usare questa funzione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="browseEllipsis">
|
||||
<source xml:lang="en">Browse...</source>
|
||||
<target state="translated">Sfoglia...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="closeButton">
|
||||
<source xml:lang="en">Close</source>
|
||||
<target state="translated">Chiudi</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionStringSetting">
|
||||
<source xml:lang="en">Connection string setting name</source>
|
||||
<target state="translated">Nome dell'impostazione della stringa di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionStringSettingPlaceholder">
|
||||
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
|
||||
<target state="translated">Impostazione della stringa di connessione specificata in "local.settings.jsin"</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createProject">
|
||||
<source xml:lang="en">Create Azure Function Project</source>
|
||||
<target state="translated">Creare un progetto di funzione di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createNewLocalAppSetting">
|
||||
<source xml:lang="en">Create new local app setting</source>
|
||||
<target state="translated">Creare nuova impostazione dell'app locale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="doNotInstall">
|
||||
<source xml:lang="en">Do not install</source>
|
||||
<target state="translated">Non installare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="includePassword">
|
||||
<source xml:lang="en">Do you want to include the password from this connection in your local.settings.json file?</source>
|
||||
<target state="translated">Includere la password di questa connessione nel file local.settings.json?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterTableName">
|
||||
<source xml:lang="en">Enter SQL table to query</source>
|
||||
<target state="translated">Immettere la tabella SQL per eseguire una query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterTableNameToUpsert">
|
||||
<source xml:lang="en">Enter SQL table to upsert into</source>
|
||||
<target state="translated">Immettere la tabella SQL in cui eseguire l'upsert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterViewName">
|
||||
<source xml:lang="en">Enter SQL view to query</source>
|
||||
<target state="translated">Immettere la visualizzazione SQL per eseguire una query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="userConnectionString">
|
||||
<source xml:lang="en">Enter connection string</source>
|
||||
<target state="translated">Immettere la stringa di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterConnectionString">
|
||||
<source xml:lang="en">Enter connection string</source>
|
||||
<target state="translated">Immettere la stringa di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterConnectionStringSettingName">
|
||||
<source xml:lang="en">Enter connection string setting name</source>
|
||||
<target state="translated">Immettere il nome dell'impostazione della stringa di connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="errorNewAzureFunction">
|
||||
<source xml:lang="en">Error creating new Azure Function: {0}</source>
|
||||
<target state="translated">Errore durante la creazione della nuova funzione di Azure: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failedToParse">
|
||||
<source xml:lang="en">Failed to parse "{0}": {1}.</source>
|
||||
<target state="translated">Non è stato possibile analizzare "{0}": {1}.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="unableToSetConnectionString">
|
||||
<source xml:lang="en">Failed to set connection string app setting</source>
|
||||
<target state="translated">Impossibile impostare la stringa di connessione dell'app</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="failedToSetSetting">
|
||||
<source xml:lang="en">Failed to set connection string app setting: {0}</source>
|
||||
<target state="translated">Impossibile impostare la stringa di connessione dell'app: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="tableListProgressTitle">
|
||||
<source xml:lang="en">Fetching tables for selected database...</source>
|
||||
<target state="translated">Recupero delle tabelle per il database selezionato in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="viewListProgressTitle">
|
||||
<source xml:lang="en">Fetching views for selected database...</source>
|
||||
<target state="translated">Recupero delle visualizzazioni per il database selezionato in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="functionNameTitle">
|
||||
<source xml:lang="en">Function Name</source>
|
||||
<target state="translated">Nome funzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="userPasswordLater">
|
||||
<source xml:lang="en">In order to user the SQL connection string later you will need to manually enter the password in your local.settings.json file.</source>
|
||||
<target state="translated">Per usare la stringa di connessione SQL in seguito, è necessario immettere manualmente la password nel file local.settings.json.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="input">
|
||||
<source xml:lang="en">Input</source>
|
||||
<target state="translated">Input</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="install">
|
||||
<source xml:lang="en">Install</source>
|
||||
<target state="translated">Installa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="learnMore">
|
||||
<source xml:lang="en">Learn more</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="SettingAlreadyExists">
|
||||
<source xml:lang="en">Local app setting '{0}' already exists. Overwrite?</source>
|
||||
<target state="translated">L'impostazione dell'app locale '{0}' esiste già. Sovrascrivere?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="moreInformation">
|
||||
<source xml:lang="en">More Information</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="nameMustNotBeEmpty">
|
||||
<source xml:lang="en">Name must not be empty</source>
|
||||
<target state="translated">Il nome non deve essere vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="hasSpecialCharacters">
|
||||
<source xml:lang="en">Name must not include special characters</source>
|
||||
<target state="translated">Il nome non deve includere caratteri speciali</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noString">
|
||||
<source xml:lang="en">No</source>
|
||||
<target state="translated">No</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noAzureFunctionsInFile">
|
||||
<source xml:lang="en">No Azure functions in the current active file</source>
|
||||
<target state="translated">Nessuna funzione di Azure nel file attivo corrente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="noAzureFunctionsProjectsInWorkspace">
|
||||
<source xml:lang="en">No Azure functions projects found in the workspace</source>
|
||||
<target state="translated">Non sono stati trovati progetti di funzioni di Azure nell'area di lavoro</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="openFile">
|
||||
<source xml:lang="en">Open File</source>
|
||||
<target state="translated">Apri file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="output">
|
||||
<source xml:lang="en">Output</source>
|
||||
<target state="translated">Output</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="inputDescription">
|
||||
<source xml:lang="en">Retrieves data from a database</source>
|
||||
<target state="translated">Recupera i dati da un database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlObjectToQuery">
|
||||
<source xml:lang="en">SQL object to query</source>
|
||||
<target state="translated">Oggetto SQL su cui eseguire la query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlTableToUpsert">
|
||||
<source xml:lang="en">SQL table to upsert into</source>
|
||||
<target state="translated">Tabella SQL in cui eseguire l'operazione di upsert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="save">
|
||||
<source xml:lang="en">Save</source>
|
||||
<target state="translated">Salva</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="outputDescription">
|
||||
<source xml:lang="en">Save data to a database</source>
|
||||
<target state="translated">Salva dati in un database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectButton">
|
||||
<source xml:lang="en">Select</source>
|
||||
<target state="translated">Seleziona</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectDatabase">
|
||||
<source xml:lang="en">Select Database</source>
|
||||
<target state="translated">Seleziona database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectConnectionString">
|
||||
<source xml:lang="en">Select SQL connection string method</source>
|
||||
<target state="translated">Selezionare il metodo della stringa di connessione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectSetting">
|
||||
<source xml:lang="en">Select SQL connection string setting from local.settings.json</source>
|
||||
<target state="translated">Selezionare l'impostazione della stringa di connessione SQL da local.settings.json</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionProfile">
|
||||
<source xml:lang="en">Select a connection profile</source>
|
||||
<target state="translated">Selezionare una connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectAzureFunction">
|
||||
<source xml:lang="en">Select an Azure function in the current file to add SQL binding to</source>
|
||||
<target state="translated">Selezionare una funzione di Azure nel file corrente in cui aggiungere l'associazione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectAzureFunctionProjFolder">
|
||||
<source xml:lang="en">Select folder for the Azure Function project</source>
|
||||
<target state="translated">Selezionare la cartella per il progetto funzione di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectSqlTableOrViewPrompt">
|
||||
<source xml:lang="en">Select object type to insert or upsert into</source>
|
||||
<target state="translated">Selezionare il tipo di oggetto in cui inserire o eseguire l'upsert</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectTable">
|
||||
<source xml:lang="en">Select table to use</source>
|
||||
<target state="translated">Selezionare la tabella da usare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectProject">
|
||||
<source xml:lang="en">Select the Azure Function project for the SQL Binding</source>
|
||||
<target state="translated">Selezionare il progetto di funzione di Azure per l'associazione SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectBindingType">
|
||||
<source xml:lang="en">Select type of binding</source>
|
||||
<target state="translated">Seleziona tipo di associazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectBindingTypeToSpecifiedFunction">
|
||||
<source xml:lang="en">Select type of binding for the function '{0}'</source>
|
||||
<target state="translated">Selezionare il tipo di associazione per la funzione '{0}'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectView">
|
||||
<source xml:lang="en">Select view to use</source>
|
||||
<target state="translated">Selezionare la visualizzazione da usare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="table">
|
||||
<source xml:lang="en">Table</source>
|
||||
<target state="translated">Tabella</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="azureFunctionsExtensionNotFound">
|
||||
<source xml:lang="en">The Azure Functions extension is required to create a new Azure Function with SQL binding but is not installed, install it now?</source>
|
||||
<target state="translated">L'estensione Funzioni di Azure è richiesta per la creazione di una nuova funzione di Azure con l'associazione SQL, ma non è installata. Installarla ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveChangesInFile">
|
||||
<source xml:lang="en">There are unsaved changes in the current file. Save now?</source>
|
||||
<target state="translated">Nel file corrente sono presenti modifiche non salvate. Salvare ora?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timeoutAzureFunctionFileError">
|
||||
<source xml:lang="en">Timed out waiting for Azure Function file to be created</source>
|
||||
<target state="translated">Timeout durante l'attesa della creazione del file di funzioni di Azure</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="timeoutExtensionError">
|
||||
<source xml:lang="en">Timed out waiting for extension to install</source>
|
||||
<target state="translated">Timeout durante l'attesa dell'installazione dell'estensione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="valueMustNotBeEmpty">
|
||||
<source xml:lang="en">Value must not be empty</source>
|
||||
<target state="translated">Il valore non deve essere vuoto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="view">
|
||||
<source xml:lang="en">View</source>
|
||||
<target state="translated">Visualizzare</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="yesString">
|
||||
<source xml:lang="en">Yes</source>
|
||||
<target state="translated">Sì</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="extensions/ms-mssql.sql-bindings-vscode/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="sqlBindings.addSqlBinding">
|
||||
<source xml:lang="en">Add SQL Binding (preview)</source>
|
||||
<target state="translated">Aggiungi binding SQL (anteprima)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="sqlBindings.createAzureFunction">
|
||||
<source xml:lang="en">Create Azure Function with SQL binding (preview)</source>
|
||||
<target state="translated">Creare una funzione di Azure con l'associazione SQL (anteprima)</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">Enables users to develop and publish Azure Functions with Azure SQL bindings</source>
|
||||
<target state="translated">Consente agli utenti di sviluppare e pubblicare Funzioni di Azure con associazioni Azure SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">SQL Bindings</source>
|
||||
<target state="translated">Associazioni SQL</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
+150
-110
@@ -1585,6 +1585,58 @@ Comandi predefiniti ignorati:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/common/backup/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="backup.asymmetricKey">
|
||||
<source xml:lang="en">Asymmetric Key</source>
|
||||
<target state="translated">Chiave asimmetrica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.compressBackup">
|
||||
<source xml:lang="en">Compress backup</source>
|
||||
<target state="translated">Comprimi il backup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.defaultCompression">
|
||||
<source xml:lang="en">Use the default server setting</source>
|
||||
<target state="translated">Usa l'impostazione predefinita del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.doNotCompress">
|
||||
<source xml:lang="en">Do not compress backup</source>
|
||||
<target state="translated">Non comprimere il backup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDatabase">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDifferential">
|
||||
<source xml:lang="en">Differential</source>
|
||||
<target state="translated">Differenziale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDisk">
|
||||
<source xml:lang="en">Disk</source>
|
||||
<target state="translated">Disco</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelFilegroup">
|
||||
<source xml:lang="en">Files and filegroups</source>
|
||||
<target state="translated">File e filegroup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelFull">
|
||||
<source xml:lang="en">Full</source>
|
||||
<target state="translated">Completo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelLog">
|
||||
<source xml:lang="en">Transaction Log</source>
|
||||
<target state="translated">Log delle transazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelUrl">
|
||||
<source xml:lang="en">Url</source>
|
||||
<target state="translated">URL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.serverCertificate">
|
||||
<source xml:lang="en">Server Certificate</source>
|
||||
<target state="translated">Certificato del server</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="notebookMultipleRequestsError">
|
||||
@@ -2033,58 +2085,6 @@ Comandi predefiniti ignorati:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/backup/common/constants" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="backup.asymmetricKey">
|
||||
<source xml:lang="en">Asymmetric Key</source>
|
||||
<target state="translated">Chiave asimmetrica</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.compressBackup">
|
||||
<source xml:lang="en">Compress backup</source>
|
||||
<target state="translated">Comprimi il backup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.defaultCompression">
|
||||
<source xml:lang="en">Use the default server setting</source>
|
||||
<target state="translated">Usa l'impostazione predefinita del server</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.doNotCompress">
|
||||
<source xml:lang="en">Do not compress backup</source>
|
||||
<target state="translated">Non comprimere il backup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDatabase">
|
||||
<source xml:lang="en">Database</source>
|
||||
<target state="translated">Database</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDifferential">
|
||||
<source xml:lang="en">Differential</source>
|
||||
<target state="translated">Differenziale</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelDisk">
|
||||
<source xml:lang="en">Disk</source>
|
||||
<target state="translated">Disco</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelFilegroup">
|
||||
<source xml:lang="en">Files and filegroups</source>
|
||||
<target state="translated">File e filegroup</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelFull">
|
||||
<source xml:lang="en">Full</source>
|
||||
<target state="translated">Completo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelLog">
|
||||
<source xml:lang="en">Transaction Log</source>
|
||||
<target state="translated">Log delle transazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.labelUrl">
|
||||
<source xml:lang="en">Url</source>
|
||||
<target state="translated">URL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="backup.serverCertificate">
|
||||
<source xml:lang="en">Server Certificate</source>
|
||||
<target state="translated">Certificato del server</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/charts/browser/actions" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="chartNotFound">
|
||||
@@ -2317,7 +2317,7 @@ Comandi predefiniti ignorati:
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/commandLine/electron-browser/commandLine" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/commandLine/electron-sandbox/commandLine" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="commandline.propertiesFormatError">
|
||||
<source xml:lang="en">Advanced connection properties could not be parsed as JSON, error occurred: {0} Received properties value: {1}</source>
|
||||
@@ -3491,9 +3491,9 @@ Comandi predefiniti ignorati:
|
||||
<source xml:lang="en">Dispose Edit Failed With Error: </source>
|
||||
<target state="translated">Modifica del metodo Dispose non riuscita. Errore: </target>
|
||||
</trans-unit>
|
||||
<trans-unit id="editData.closeSql">
|
||||
<source xml:lang="en">Close SQL Pane</source>
|
||||
<target state="translated">Chiudi riquadro SQL</target>
|
||||
<trans-unit id="editData.hideSql">
|
||||
<source xml:lang="en">Hide SQL Pane</source>
|
||||
<target state="translated">Nascondi riquadro SQL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="editData.run">
|
||||
<source xml:lang="en">Run</source>
|
||||
@@ -6403,6 +6403,10 @@ Errore: {1}</target>
|
||||
<source xml:lang="en">The default chart type to use when opening Chart Viewer from a Query Results</source>
|
||||
<target state="translated">Tipo di grafico predefinito da usare quando si apre il visualizzatore grafico dai risultati di una query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.githubCopilotContextualizationEnabled">
|
||||
<source xml:lang="en">(Preview) Enable contextualization of queries for GitHub Copilot. This setting helps GitHub Copilot to return improved suggestions, if the Copilot extension is installed and providers have implemented contextualization.</source>
|
||||
<target state="translated">(Anteprima) Abilita la contestualizzazione delle query per GitHub Copilot. Questa impostazione consente a GitHub Copilot di restituire suggerimenti migliorati se l'estensione Copilot è installata e i provider hanno implementato la contestualizzazione.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.inMemoryDataProcessingThreshold">
|
||||
<source xml:lang="en">Controls the max number of rows allowed to do filtering and sorting in memory. If the number is exceeded, sorting and filtering will be disabled. Warning: Increasing this may impact performance.</source>
|
||||
<target state="translated">Controlla il numero massimo di righe consentite per l'applicazione di filtri e ordinamento in memoria. Se il numero viene superato, l'ordinamento e il filtro verranno disabilitati. Avviso: l'aumento di questo valore può influire sulle prestazioni.</target>
|
||||
@@ -6487,6 +6491,10 @@ Errore: {1}</target>
|
||||
<source xml:lang="en">Whether to show the action bar in the query results view</source>
|
||||
<target state="translated">Indica se visualizzare la barra delle azioni nella visualizzazione dei risultati della query</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.results.showCopyCompletedNotification">
|
||||
<source xml:lang="en">Whether to show notifications when a results grid copy operation is completed.</source>
|
||||
<target state="translated">Indica se visualizzare le notifiche al completamento di un'operazione di copia della griglia dei risultati.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryEditor.results.skipNewLineAfterTrailingLineBreak">
|
||||
<source xml:lang="en">Whether to skip adding a line break between rows when copying results if the previous row already has a trailing line break. The default value is false.</source>
|
||||
<target state="translated">Indica se ignorare l'aggiunta di un'interruzione di riga tra le righe durante la copia dei risultati se la riga precedente ha già un'interruzione di riga finale. Il valore predefinito è false.</target>
|
||||
@@ -7011,6 +7019,22 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/telemetry/browser/telemetryOptOut" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="telemetryOptOut.optInNotice">
|
||||
<source xml:lang="en">Help improve Azure Data Studio by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt in]({1}).</source>
|
||||
<target state="translated">Per contribuire al miglioramento di Azure Data Studio, è possibile consentire a Microsoft di raccogliere i dati di utilizzo. Leggere l'[informativa sulla privacy]({0}) per informazioni su come [acconsentire esplicitamente]({1}).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="telemetryOptOut.optOutNotice">
|
||||
<source xml:lang="en">Help improve Azure Data Studio by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt out]({1}).</source>
|
||||
<target state="translated">Per contribuire al miglioramento di Azure Data Studio, è possibile consentire a Microsoft di raccogliere i dati di utilizzo. Leggere l'[informativa sulla privacy]({0}) per informazioni su come [rifiutare esplicitamente]({1}).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="telemetryOptOut.readMore">
|
||||
<source xml:lang="en">Read More</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/tsgops/browser/tsgopsActions" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="hideActivityBarViewContainers">
|
||||
@@ -7071,7 +7095,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/gettingStarted/browser/abstractEnablePreviewFeatures" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/browser/abstractEnablePreviewFeatures" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="enablePreviewFeatures.never">
|
||||
<source xml:lang="en">No, don't show again</source>
|
||||
@@ -7083,7 +7107,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enablePreviewFeatures.notice">
|
||||
<source xml:lang="en">Preview features enhance your experience in Azure Data Studio by giving you full access to new features and improvements. You can learn more about preview features [here]({0}). Would you like to enable preview features?</source>
|
||||
<target state="translated">Le funzionalità in anteprima consentono di migliorare l'esperienza in Azure Data Studio offrendo accesso completo a nuove funzionalità e miglioramenti. Per altre informazioni sulle funzionalità in anteprima, vedere [qui] ({0}). Abilitare le funzionalità in anteprima?</target>
|
||||
<target state="translated">Le funzionalità in anteprima consentono di migliorare l'esperienza in Azure Data Studio offrendo accesso completo a nuove funzionalità e miglioramenti. Per altre informazioni sulle funzionalità in anteprima, vedere [qui]({0}). Abilitare le funzionalità in anteprima?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="enablePreviewFeatures.yes">
|
||||
<source xml:lang="en">Yes (recommended)</source>
|
||||
@@ -7091,20 +7115,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/gettingStarted/electron-browser/gettingStarted" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="miGettingStarted">
|
||||
<source xml:lang="en">Getting &&Started</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="translated">&&Introduzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="showReleaseNotes">
|
||||
<source xml:lang="en">Show Getting Started</source>
|
||||
<target state="translated">Mostra introduzione</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/az_data_welcome_page" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/browser/az_data_welcome_page" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="welcomePage.createConnection">
|
||||
<source xml:lang="en">Create a connection</source>
|
||||
@@ -7208,7 +7219,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/gettingStartedTour" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/browser/gettingStartedTour" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="GuidedTour.addExtensions">
|
||||
<source xml:lang="en">Extend the functionality of Azure Data Studio by installing extensions developed by us/Microsoft as well as the third-party community (you!).</source>
|
||||
@@ -7292,7 +7303,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/welcomePage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/browser/welcomePage" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="WelcomePage.TakeATour">
|
||||
<source xml:lang="en">Would you like to take a quick tour of Azure Data Studio?</source>
|
||||
@@ -7366,26 +7377,10 @@ Errore: {1}</target>
|
||||
<source xml:lang="en">Install</source>
|
||||
<target state="translated">Installa</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installExtensionPack">
|
||||
<source xml:lang="en">Install additional support for {0}</source>
|
||||
<target state="translated">Installa supporto aggiuntivo per {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installKeymap">
|
||||
<source xml:lang="en">Install {0} keymap</source>
|
||||
<target state="translated">Installa mappatura tastiera {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installed">
|
||||
<source xml:lang="en">Installed</source>
|
||||
<target state="translated">Installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installedExtensionPack">
|
||||
<source xml:lang="en">{0} support is already installed</source>
|
||||
<target state="translated">Il supporto {0} è già installato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installedKeymap">
|
||||
<source xml:lang="en">{0} keymap is already installed</source>
|
||||
<target state="translated">Mappatura tastiera {0} è già installata</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="welcomePage.installingExtensionPack">
|
||||
<source xml:lang="en">Installing additional support for {0}...</source>
|
||||
<target state="translated">Installazione di supporto aggiuntivo per {0} in corso...</target>
|
||||
@@ -7460,7 +7455,7 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/page/browser/welcomePage.contribution" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/browser/welcomePage.contribution" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="miWelcome">
|
||||
<source xml:lang="en">&&Welcome</source>
|
||||
@@ -7503,19 +7498,16 @@ Errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/contrib/welcome/telemetryOptOut/browser/telemetryOptOut" source-language="en" datatype="plaintext" target-language="it">
|
||||
<file original="src/sql/workbench/contrib/welcome/electron-sandbox/gettingStarted" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="telemetryOptOut.optInNotice">
|
||||
<source xml:lang="en">Help improve Azure Data Studio by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt in]({1}).</source>
|
||||
<target state="translated">Per contribuire al miglioramento di Azure Data Studio, è possibile consentire a Microsoft di raccogliere i dati di utilizzo. Leggere l'[informativa sulla privacy]({0}) per informazioni su come [acconsentire esplicitamente]({1}).</target>
|
||||
<trans-unit id="miGettingStarted">
|
||||
<source xml:lang="en">Getting &&Started</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
<target state="translated">&&Introduzione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="telemetryOptOut.optOutNotice">
|
||||
<source xml:lang="en">Help improve Azure Data Studio by allowing Microsoft to collect usage data. Read our [privacy statement]({0}) and learn how to [opt out]({1}).</source>
|
||||
<target state="translated">Per contribuire al miglioramento di Azure Data Studio, è possibile consentire a Microsoft di raccogliere i dati di utilizzo. Leggere l'[informativa sulla privacy]({0}) per informazioni su come [rifiutare esplicitamente]({1}).</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="telemetryOptOut.readMore">
|
||||
<source xml:lang="en">Read More</source>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
<trans-unit id="showReleaseNotes">
|
||||
<source xml:lang="en">Show Getting Started</source>
|
||||
<target state="translated">Mostra introduzione</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
@@ -7573,6 +7565,14 @@ Errore: {1}</target>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/accountManagement/browser/accountManagementService" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="accountDialog.didNotPickAuthProvider">
|
||||
<source xml:lang="en">You didn't select any authentication provider. Please try again.</source>
|
||||
<target state="translated">Non è stato selezionato alcun provider di autenticazione. Riprovare.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="accountDialog.noCloudsRegistered">
|
||||
<source xml:lang="en">You have no clouds enabled. Go to Settings -> Search Azure Account Configuration -> Enable at least one cloud</source>
|
||||
<target state="translated">Nessun cloud abilitato. Passa a Impostazioni -> Cerca configurazione dell'account Azure -> Abilita almeno un cloud</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="accountManagementService.close">
|
||||
<source xml:lang="en">Close</source>
|
||||
<target state="translated">Chiudi</target>
|
||||
@@ -7625,6 +7625,10 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Copy & Open</source>
|
||||
<target state="translated">Copia e apri</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="deviceCodeAuthDialogTitle">
|
||||
<source xml:lang="en">Azure Auth: Device Code</source>
|
||||
<target state="translated">Autenticazione di Azure: codice dispositivo</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="oauthDialog.cancel">
|
||||
<source xml:lang="en">Cancel</source>
|
||||
<target state="translated">Annulla</target>
|
||||
@@ -7645,6 +7649,10 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Cannot start auto OAuth. An auto OAuth is already in progress.</source>
|
||||
<target state="translated">Non è possibile avviare un OAuth automatico perché ne è già in corso uno.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="selfHelpMessage">
|
||||
<source xml:lang="en">A web browser cannot be launched in this environment, please launch a browser, navigate to the URL above and enter code manually.</source>
|
||||
<target state="translated">Non è possibile avviare un Web browser in questo ambiente. Avviare un browser, passare all'URL precedente e immettere il codice manualmente.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/admin/common/adminService" source-language="en" datatype="plaintext" target-language="it">
|
||||
@@ -7909,10 +7917,6 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Are you sure you want to cancel this connection?</source>
|
||||
<target state="translated">Annullare questa connessione?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.connTitleGroupSection">
|
||||
<source xml:lang="en"> (Group: {0})</source>
|
||||
<target state="translated"> (Gruppo: {0})</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.duplicateEditErrorMessage">
|
||||
<source xml:lang="en">Cannot save profile, the selected connection matches an existing profile with the same server info in the same group:
|
||||
|
||||
@@ -7937,6 +7941,10 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Failed to get Azure account token for connection</source>
|
||||
<target state="translated">Non è stato possibile recuperare il token dell'account di Azure per la connessione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.providerNotFound">
|
||||
<source xml:lang="en">Connection provider '{0}' not found</source>
|
||||
<target state="translated">Provider di connessione '{0}' non trovato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.refreshAzureTokenFailure">
|
||||
<source xml:lang="en">Failed to refresh Azure account token for connection</source>
|
||||
<target state="translated">Non è stato possibile aggiornare il token dell'account di Azure per la connessione</target>
|
||||
@@ -7953,10 +7961,6 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">The extension that supports provider type '{0}' is not currently installed. Do you want to view the extensions?</source>
|
||||
<target state="translated">L'estensione che supporta il tipo di provider '{0}' non è attualmente installata. Visualizzare le estensioni?</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionManagementService.noProviderForUri">
|
||||
<source xml:lang="en">Could not find provider for uri: {0}</source>
|
||||
<target state="translated">Non è stato possibile trovare il provider per l'URI: {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionNotAcceptedError">
|
||||
<source xml:lang="en">Connection Not Accepted</source>
|
||||
<target state="translated">Connessione non accettata</target>
|
||||
@@ -8853,6 +8857,14 @@ Messaggio di errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/objectExplorer/browser/dragAndDropController" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="objectExplorer.dragAndDropController.existingIdenticalProfile">
|
||||
<source xml:lang="en">Cannot drag profile into group: A profile with identical options already exists in the group.</source>
|
||||
<target state="translated">Impossibile trascinare il profilo nel gruppo. Nel gruppo esiste già un profilo con opzioni identiche.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/objectExplorer/browser/filterDialog/filterDialog" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="filterDialog.errorDateRange">
|
||||
@@ -9153,6 +9165,22 @@ Messaggio di errore: {1}</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/profiler/browser/profilerService" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="FileFilterDescription">
|
||||
<source xml:lang="en">XEL Files</source>
|
||||
<target state="translated">File XEL</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="FileTooLarge">
|
||||
<source xml:lang="en">The file is too large to open in profiler. The profiler can open files that are less than 1GB.</source>
|
||||
<target state="translated">Il file è troppo grande per essere aperto nel profiler. Il profiler può aprire file di dimensioni inferiori a 1 GB.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="LargeFileWait">
|
||||
<source xml:lang="en">Loading the file might take a moment due to the file size.</source>
|
||||
<target state="translated">Il caricamento del file potrebbe richiedere qualche istante a causa delle sue dimensioni.</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/query/common/gridDataProvider" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="gridDataProvider.cancelCopyResults">
|
||||
@@ -9171,10 +9199,18 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Copying...</source>
|
||||
<target state="translated">Copia in corso...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gridDataProvider.disableCopyNotification">
|
||||
<source xml:lang="en">Don't show again</source>
|
||||
<target state="translated">Non visualizzare più</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gridDataProvider.loadingRowsInProgress">
|
||||
<source xml:lang="en">Loading the rows to be copied ({0}/{1})...</source>
|
||||
<target state="translated">Caricamento delle righe da copiare ({0}/{1})...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="gridDataProvider.turnOnCopyNotificationsMessage">
|
||||
<source xml:lang="en">Copy completed notifications are now disabled. To re-enable, modify the setting: queryEditor.results.showCopyCompletedNotification</source>
|
||||
<target state="translated">Le notifiche di copia completata sono ora disabilitate. Per riabilitarle, modificare l'impostazione: queryEditor.results.showCopyCompletedNotification</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
<file original="src/sql/workbench/services/query/common/queryManagement" source-language="en" datatype="plaintext" target-language="it">
|
||||
@@ -9263,6 +9299,10 @@ Messaggio di errore: {1}</target>
|
||||
<source xml:lang="en">Open file</source>
|
||||
<target state="translated">Apri file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="openFileLocation">
|
||||
<source xml:lang="en">Open file location</source>
|
||||
<target state="translated">Apri percorso file</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="resultsSerializer.saveAsFileExtensionCSVTitle">
|
||||
<source xml:lang="en">CSV (Comma delimited)</source>
|
||||
<target state="translated">CSV (delimitato da virgole)</target>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<file original="extensions/xml-language-features/package" source-language="en" datatype="plaintext" target-language="it">
|
||||
<body>
|
||||
<trans-unit id="description">
|
||||
<source xml:lang="en">Provides rich language support for XML.</source>
|
||||
<target state="translated">Fornisce un supporto avanzato del linguaggio per XML.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="displayName">
|
||||
<source xml:lang="en">XML Language Features</source>
|
||||
<target state="translated">Funzionalità del linguaggio XML</target>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user