mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Update to localized XLFS (#17372)
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="addPackageReferenceMessage">
|
||||
<source xml:lang="en">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</source>
|
||||
<target state="new">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</target>
|
||||
<target state="translated">Per usare le associazioni SQL, assicurarsi che il progetto Funzioni di Azure includa un riferimento a {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="appSettingPrompt">
|
||||
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
|
||||
@@ -114,6 +114,10 @@
|
||||
<source xml:lang="en">Change Target Platform</source>
|
||||
<target state="translated">Modificare la piattaforma di destinazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="checkoutOutputMessage">
|
||||
<source xml:lang="en">Check output pane for more details</source>
|
||||
<target state="translated">Per altri dettagli, controllare il riquadro di output.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="chooseAction">
|
||||
<source xml:lang="en">Choose action</source>
|
||||
<target state="translated">Scegliere un'azione</target>
|
||||
@@ -154,6 +158,10 @@
|
||||
<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="containerAlreadyExistForProject">
|
||||
<source xml:lang="en">Other servers on container already exist for the project. Do you want to delete them?</source>
|
||||
<target state="translated">Esistono già altri server nel contenitore per il progetto. Eliminarli?'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="createNew">
|
||||
<source xml:lang="en">Create New</source>
|
||||
<target state="translated">Crea nuovo</target>
|
||||
@@ -310,10 +318,6 @@
|
||||
<source xml:lang="en">Failed to open a connection to the deployed database'</source>
|
||||
<target state="translated">Non è stato possibile aprire una connessione al database distribuito'</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployProjectSucceed">
|
||||
<source xml:lang="en">Database project deployed successfully</source>
|
||||
<target state="translated">Il progetto di database è stato distribuito</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployScriptExists">
|
||||
<source xml:lang="en">A {0} script already exists. The new script will not be included in build.</source>
|
||||
<target state="translated">Esiste già uno script {0}. Il nuovo script non verrà incluso nella compilazione.</target>
|
||||
@@ -564,7 +568,7 @@
|
||||
</trans-unit>
|
||||
<trans-unit id="moreInformation">
|
||||
<source xml:lang="en">More Information</source>
|
||||
<target state="new">More Information</target>
|
||||
<target state="translated">Altre informazioni</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="msec">
|
||||
<source xml:lang="en">msec</source>
|
||||
@@ -722,13 +726,17 @@
|
||||
<source xml:lang="en">Publish project</source>
|
||||
<target state="translated">Pubblicare il progetto</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishProjectSucceed">
|
||||
<source xml:lang="en">Database project published successfully</source>
|
||||
<target state="translated">Il progetto di database è stato pubblicato</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishSettingsFiles">
|
||||
<source xml:lang="en">Publish Settings File</source>
|
||||
<target state="translated">File di impostazioni di pubblicazione</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToContainerFailed">
|
||||
<source xml:lang="en">Failed to publish to container. Check output pane for more details. {0}</source>
|
||||
<target state="translated">Non è stato possibile pubblicare nel contenitore. Per altri dettagli, controllare il riquadro di output. {0}</target>
|
||||
<source xml:lang="en">Failed to publish to container. {0}</source>
|
||||
<target state="translated">Pubblicazione nel contenitore non riuscita. {0}</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToDockerContainer">
|
||||
<source xml:lang="en">Publish to new server in a container</source>
|
||||
@@ -738,6 +746,10 @@
|
||||
<source xml:lang="en">Publish to existing server</source>
|
||||
<target state="translated">Eseguire la distribuzione nel server esistente</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishingProjectMessage">
|
||||
<source xml:lang="en">Publishing project in a container...</source>
|
||||
<target state="translated">Pubblicazione del progetto in un contenitore...</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="referenceRadioButtonsGroupTitle">
|
||||
<source xml:lang="en">Type</source>
|
||||
<target state="translated">Tipo</target>
|
||||
|
||||
Reference in New Issue
Block a user