[Loc] update to sql and sql-migration xlfs (#20318)

This commit is contained in:
Alex Ma
2022-08-11 16:28:22 -07:00
committed by GitHub
parent f6d2af58af
commit a3acae4777
2 changed files with 9 additions and 0 deletions

View File

@@ -252,6 +252,12 @@ This may take some time.</source>
<trans-unit id="sql.migration.create.new"> <trans-unit id="sql.migration.create.new">
<source xml:lang="en">Create new</source> <source xml:lang="en">Create new</source>
</trans-unit> </trans-unit>
<trans-unit id="sql.migration.create.new.migration.service">
<source xml:lang="en">Create new migration service</source>
</trans-unit>
<trans-unit id="sql.migration.create.new.resource.group">
<source xml:lang="en">Create new resource group</source>
</trans-unit>
<trans-unit id="sql.migration.creating.rg.loading"> <trans-unit id="sql.migration.creating.rg.loading">
<source xml:lang="en">Creating resource group</source> <source xml:lang="en">Creating resource group</source>
</trans-unit> </trans-unit>

View File

@@ -2463,6 +2463,9 @@
</trans-unit> </trans-unit>
</body></file> </body></file>
<file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/contrib/executionPlan/browser/executionPlanPropertiesViewBase" source-language="en" datatype="plaintext"><body>
<trans-unit id="ep.topOperationsCopyTableData">
<source xml:lang="en">Copy</source>
</trans-unit>
<trans-unit id="executionPlanPropertyViewClose"> <trans-unit id="executionPlanPropertyViewClose">
<source xml:lang="en">Close</source> <source xml:lang="en">Close</source>
</trans-unit> </trans-unit>