[Loc] update to sql-bindings and migration (#20362)

This commit is contained in:
Alex Ma
2022-08-15 17:07:33 -07:00
committed by GitHub
parent 2bb389cf53
commit 94e1637a44
2 changed files with 16 additions and 0 deletions

View File

@@ -43,6 +43,10 @@
<trans-unit id="doNotInstall"> <trans-unit id="doNotInstall">
<source xml:lang="en">Do not install</source> <source xml:lang="en">Do not install</source>
</trans-unit> </trans-unit>
<trans-unit id="dotnetResult">
<source xml:lang="en">Adding SQL nuget package:
{0}</source>
</trans-unit>
<trans-unit id="enterConnectionString"> <trans-unit id="enterConnectionString">
<source xml:lang="en">Enter connection string</source> <source xml:lang="en">Enter connection string</source>
</trans-unit> </trans-unit>

View File

@@ -933,12 +933,24 @@ This may take some time.</source>
<trans-unit id="sql.migration.rg.created"> <trans-unit id="sql.migration.rg.created">
<source xml:lang="en">Resource group created</source> <source xml:lang="en">Resource group created</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.save.assessment.report">
<source xml:lang="en">Save assessment report</source>
</trans-unit>
<trans-unit id="sql.migration.save.assessment.report.success">
<source xml:lang="en">Successfully saved assessment report to {0}.</source>
</trans-unit>
<trans-unit id="sql.migration.save.close"> <trans-unit id="sql.migration.save.close">
<source xml:lang="en">Save and close</source> <source xml:lang="en">Save and close</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.save.close.popup"> <trans-unit id="sql.migration.save.close.popup">
<source xml:lang="en">Configuration saved. Performance data collection will remain running in the background. You can stop the collection when you want to.</source> <source xml:lang="en">Configuration saved. Performance data collection will remain running in the background. You can stop the collection when you want to.</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.save.recommendation.report">
<source xml:lang="en">Save recommendation report</source>
</trans-unit>
<trans-unit id="sql.migration.save.recommendation.report.success">
<source xml:lang="en">Successfully saved recommendation report to {0}.</source>
</trans-unit>
<trans-unit id="sql.migration.saved.assessment.cancel"> <trans-unit id="sql.migration.saved.assessment.cancel">
<source xml:lang="en">Cancel</source> <source xml:lang="en">Cancel</source>
</trans-unit> </trans-unit>