[Loc] update to sql-database-projects (#21270)

This commit is contained in:
Alex Ma
2022-11-18 10:28:18 -08:00
committed by GitHub
parent 8df2517a24
commit 18f090b8c2

View File

@@ -739,7 +739,7 @@
<source xml:lang="en">Publish to an existing {0}</source>
</trans-unit>
<trans-unit id="publishToNewAzureServer">
<source xml:lang="en">Publish to new Azure SQL logical server</source>
<source xml:lang="en">Publish to new Azure SQL logical server (Preview)</source>
</trans-unit>
<trans-unit id="publishToNewAzureServerFailed">
<source xml:lang="en">Failed to publish to new Azure SQL server. {0}</source>
@@ -1074,6 +1074,9 @@
<trans-unit id="sqlDatabaseProjects.editProjectFile">
<source xml:lang="en">Edit .sqlproj File</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.enablePreviewFeatures">
<source xml:lang="en">Enable preview SQL Database Projects features</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.exclude">
<source xml:lang="en">Exclude from project</source>
</trans-unit>
@@ -1081,7 +1084,7 @@
<source xml:lang="en">Generate SQL Project from OpenAPI/Swagger spec</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.microsoftBuildSqlVersion">
<source xml:lang="en">Which version of Microsoft.Build.Sql SDK to use for building legacy sql projects. Example: 0.1.3-preview</source>
<source xml:lang="en">Which version of Microsoft.Build.Sql SDK to use for building legacy sql projects. Example: 0.1.7-preview</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreDoNotAsk">
<source xml:lang="en">Whether to prompt the user to install .NET Core when not detected.</source>