Massive update to localized XLFs (#16634)

This commit is contained in:
Alex Ma
2021-08-09 12:44:12 -07:00
committed by GitHub
parent 1a8a382016
commit c22589574c
35 changed files with 2031 additions and 4772 deletions

View File

@@ -607,7 +607,7 @@
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
<target state="new">Browse...</target>
<target state="translated">Sfoglia...</target>
</trans-unit>
<trans-unit id="selectProjectLocation">
<source xml:lang="en">Select project location</source>
@@ -881,13 +881,37 @@
<source xml:lang="en">Script.PostDeployment</source>
<target state="translated">Script.PostDeployment</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.NetCoreInstallationConfirmation">
<source xml:lang="en">The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.</source>
<target state="new">The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation">
<source xml:lang="en">Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.</source>
<target state="new">Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.UpdateNetCoreLocation">
<source xml:lang="en">Update Location</source>
<target state="new">Update Location</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.InstallNetCore">
<source xml:lang="en">Install</source>
<target state="new">Install</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.doNotAskAgain">
<source xml:lang="en">Don't Ask Again</source>
<target state="new">Don't Ask Again</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.outputChannel">
<source xml:lang="en">Database Projects</source>
<target state="new">Database Projects</target>
</trans-unit>
<trans-unit id="input">
<source xml:lang="en">Input</source>
<target state="new">Input</target>
<target state="translated">Input</target>
</trans-unit>
<trans-unit id="output">
<source xml:lang="en">Output</source>
<target state="new">Output</target>
<target state="translated">Output</target>
</trans-unit>
<trans-unit id="selectBindingType">
<source xml:lang="en">Select type of binding</source>
@@ -921,26 +945,6 @@
</file>
<file original="extensions/sql-database-projects/dist/tools/netcoreTool" source-language="en" datatype="plaintext" target-language="it">
<body>
<trans-unit id="sqlDatabaseProjects.NetCoreInstallationConfirmation">
<source xml:lang="en">The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .Net Core SDK location in settings if already installed.</source>
<target state="translated">Impossibile individuare .NET Core SDK. La compilazione del progetto non funzionerà. Installare .NET Core SDK versione 3.1 o aggiornare il percorso di .NET Core SDK nelle impostazioni, se l'installazione è già presente.</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.UpdateNetCoreLocation">
<source xml:lang="en">Update Location</source>
<target state="translated">Aggiornare percorso</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.InstallNetCore">
<source xml:lang="en">Install</source>
<target state="translated">Installa</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.doNotAskAgain">
<source xml:lang="en">Don't Ask Again</source>
<target state="translated">Non chiedere più</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.outputChannel">
<source xml:lang="en">Database Projects</source>
<target state="translated">Progetti di database</target>
</trans-unit>
<trans-unit id="sqlDatabaseProject.RunCommand.ErroredOut">
<source xml:lang="en"> &gt;&gt;&gt; {0} … errored out: {1}</source>
<target state="translated"> &gt;&gt;&gt; {0} … ha restituito un errore: {1}</target>