[Loc] update to sql-database-projects and sql.xlf (#18125)

This commit is contained in:
Alex Ma
2022-01-19 11:07:25 -08:00
committed by GitHub
parent aaffbc6b25
commit 4646ef8d2e
2 changed files with 36 additions and 0 deletions

View File

@@ -322,6 +322,12 @@
<trans-unit id="emptyProjectTypeDisplayName">
<source xml:lang="en">SQL Database</source>
</trans-unit>
<trans-unit id="emptySdkProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases with Microsoft.Build.Sql (preview), starting from an empty SDK-style project.</source>
</trans-unit>
<trans-unit id="emptySdkProjectTypeDisplayName">
<source xml:lang="en">SQL Database (SDK)</source>
</trans-unit>
<trans-unit id="enterConnStringTemplateDescription">
<source xml:lang="en">Enter a template for SQL connection string</source>
</trans-unit>
@@ -486,6 +492,9 @@
<trans-unit id="jsonParseError">
<source xml:lang="en">{0} near line "{1}", column "{2}"</source>
</trans-unit>
<trans-unit id="learnMore">
<source xml:lang="en">Learn More</source>
</trans-unit>
<trans-unit id="loadProfilePlaceholderText">
<source xml:lang="en">Load profile...</source>
</trans-unit>