added updates to sql.xlf and sql-migration.xlf (#17343)

This commit is contained in:
Alex Ma
2021-10-11 22:54:30 -07:00
committed by GitHub
parent 405712f484
commit c15b50282a
2 changed files with 26 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
<source xml:lang="en">Assessment in progress</source>
</trans-unit>
<trans-unit id="sql.migration.assessment.in.progress.content">
<source xml:lang="en">We are assessing the databases in your SQL server instance {0} to identify the right Azure SQL target.
<source xml:lang="en">We are assessing the databases in your SQL Server instance {0} to identify the right Azure SQL target.
This may take some time.</source>
</trans-unit>
@@ -118,7 +118,7 @@ This may take some time.</source>
<source xml:lang="en">Provide the Azure Storage Blob Container that contains the backups.</source>
</trans-unit>
<trans-unit id="sql.migration.blob.storage.subscription.label">
<source xml:lang="en">Select the subscription that contains the storage account.</source>
<source xml:lang="en">Subscription</source>
</trans-unit>
<trans-unit id="sql.migration.blob.storage.table.help">
<source xml:lang="en">Enter target database name and select resource group, storage account and container for the selected source databases.</source>
@@ -736,7 +736,7 @@ This may take some time.</source>
<source xml:lang="en">{0} sec</source>
</trans-unit>
<trans-unit id="sql.migration.select.azure.mi">
<source xml:lang="en">Select your target Azure subscription and your target Azure SQL Managed Instance</source>
<source xml:lang="en">Select your target Azure subscription and your target Azure SQL Managed Instance.</source>
</trans-unit>
<trans-unit id="sql.migration.select.azure.vm">
<source xml:lang="en">Select your target Azure Subscription and your target SQL Server on Azure Virtual Machine for your target.</source>

View File

@@ -1,6 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="src/sql/base/browser/ui/designer/designer" source-language="en" datatype="plaintext"><body>
<trans-unit id="designer.newRowText">
<source xml:lang="en">Add New</source>
</trans-unit>
<trans-unit id="designer.removeRowText">
<source xml:lang="en">Remove</source>
</trans-unit>
<trans-unit id="tableDesigner.unknownComponentType">
<source xml:lang="en">The component type: {0} is not supported</source>
</trans-unit>
@@ -4135,6 +4141,11 @@ Error: {1}</source>
<trans-unit id="refreshError">
<source xml:lang="en">An error occurred refreshing node '{0}': {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/tableDesigner/browser/actions" source-language="en" datatype="plaintext"><body>
<trans-unit id="tableDesigner.saveTableChanges">
<source xml:lang="en">Save Changes</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/tasks/browser/tasks.contribution" source-language="en" datatype="plaintext"><body>
<trans-unit id="inProgressTasksChangesBadge">
@@ -5694,6 +5705,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.columnDefaultValueTitle">
<source xml:lang="en">Default Value</source>
</trans-unit>
<trans-unit id="tableDesigner.columnIsPrimaryKeyTitle">
<source xml:lang="en">Primary Key</source>
</trans-unit>
<trans-unit id="tableDesigner.columnLengthTitle">
<source xml:lang="en">Length</source>
</trans-unit>
@@ -5715,6 +5729,15 @@ Error: {1}</source>
<trans-unit id="tableDesigner.nameTitle">
<source xml:lang="en">Table name</source>
</trans-unit>
<trans-unit id="tableDesigner.saveChangeError">
<source xml:lang="en">An error occured while saving changes: {0}</source>
</trans-unit>
<trans-unit id="tableDesigner.savedChangeSuccess">
<source xml:lang="en">The changes have been successfully saved.</source>
</trans-unit>
<trans-unit id="tableDesigner.savingChanges">
<source xml:lang="en">Saving table designer changes...</source>
</trans-unit>
<trans-unit id="tableDesigner.schemaTitle">
<source xml:lang="en">Schema</source>
</trans-unit>