mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update for xlfs 8/1/2021 (#16514)
This commit is contained in:
@@ -303,6 +303,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.no.blobContainers.found">
|
||||
<source xml:lang="en">No blob containers found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.no.blobFiles.found">
|
||||
<source xml:lang="en">No blob files found</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.subscription.error">
|
||||
<source xml:lang="en">Please select a valid subscription to proceed.</source>
|
||||
</trans-unit>
|
||||
@@ -315,8 +318,17 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.invalid.fileShare.error">
|
||||
<source xml:lang="en">Please select a valid file share to proceed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.blobContainer.error">
|
||||
<source xml:lang="en">Please select a valid blob container to proceed.</source>
|
||||
<trans-unit id="sql.migration.invalid.blob.resourceGroup.error">
|
||||
<source xml:lang="en">Please select a valid resource group for source database '{0}' to proceed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.blob.storageAccount.error">
|
||||
<source xml:lang="en">Please select a valid storage account for source database '{0}' to proceed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.blob.container.error">
|
||||
<source xml:lang="en">Please select a valid blob container for source database '{0}' to proceed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.blob.lastBackupFile.error">
|
||||
<source xml:lang="en">Please select a valid last backup file for source database '{0}' to proceed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.invalid.network.share.location">
|
||||
<source xml:lang="en">Invalid network share location format. Example: {0}</source>
|
||||
@@ -354,6 +366,15 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.source.details.sqlAuth">
|
||||
<source xml:lang="en">Enter the SQL Authentication credential used for connecting to SQL Server Instance {0}. This credential will be used to for connecting to SQL Server instance and identifying valid backup file(s)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.resourceGroup.select">
|
||||
<source xml:lang="en">Select a resource group value first.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.storageAccount.select">
|
||||
<source xml:lang="en">Select a storage account value first.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.container.select">
|
||||
<source xml:lang="en">Select a blob container value first.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.ir.page.title">
|
||||
<source xml:lang="en">Azure Database Migration Service</source>
|
||||
</trans-unit>
|
||||
@@ -627,6 +648,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.blob.container.title">
|
||||
<source xml:lang="en">Blob Container</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.container.last.backup.file.label">
|
||||
<source xml:lang="en">Last Backup File</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.blob.container.label">
|
||||
<source xml:lang="en">Blob container resource group</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user