updates to xlfs in sql-migration, database-projects, data-workspace (#16771)

This commit is contained in:
Alex Ma
2021-08-13 11:42:25 -07:00
committed by GitHub
parent 941998bee6
commit 21a1db1045
3 changed files with 120 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.wizard.sku.assessment.error">
<source xml:lang="en">An error occurred while assessing the server '{0}'.</source>
</trans-unit>
<trans-unit id="sql.migration.refresh.assessment.button.label">
<source xml:lang="en">Refresh Assessment</source>
</trans-unit>
<trans-unit id="sql.migration.wizard.sku.choose_a_target">
<source xml:lang="en">Choose your Azure SQL target</source>
</trans-unit>
@@ -170,6 +173,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.network.share.help.text">
<source xml:lang="en">Provide the network share location that contains backups and the user credentials that has read access to the share</source>
</trans-unit>
<trans-unit id="sql.migration.network.share.storage.table.help">
<source xml:lang="en">Enter target database name for the selected source database(s).</source>
</trans-unit>
<trans-unit id="sql.migration.network.share.location.label">
<source xml:lang="en">Network share location that contains backups.</source>
</trans-unit>
@@ -197,6 +203,15 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.already.exists">
<source xml:lang="en">Database '{0}' already exists on the target managed instance '{1}'.</source>
</trans-unit>
<trans-unit id="sql.migration.blob.storage.header.text">
<source xml:lang="en">Azure Storage Blob Container details</source>
</trans-unit>
<trans-unit id="sql.migration.blob.storage.help.text">
<source xml:lang="en">Provide the Azure Storage Blob Container that contains the backups.</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 database(s).</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>
</trans-unit>