[Loc] small update to sql-migration (#18708)

This commit is contained in:
Alex Ma
2022-03-11 10:09:22 -08:00
committed by GitHub
parent d1d6b229ce
commit 5c14fe4f4c

View File

@@ -303,6 +303,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.backup.load.error">
<source xml:lang="en">An error occurred while accessing database details.</source>
</trans-unit>
<trans-unit id="sql.migration.database.checksum.info.text">
<source xml:lang="en">Ensure that your backups were taken with the WITH CHECKSUM option.</source>
</trans-unit>
<trans-unit id="sql.migration.database.migration.mode.description">
<source xml:lang="en">To migrate to the Azure SQL target, choose a migration mode based on your downtime requirements.</source>
</trans-unit>
@@ -339,6 +342,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.page.title">
<source xml:lang="en">Database backup</source>
</trans-unit>
<trans-unit id="sql.migration.database.private.endpoint.info.text">
<source xml:lang="en">Ensure that the Azure Storage account does not use a private endpoint.</source>
</trans-unit>
<trans-unit id="sql.migration.database.to.be.migrated">
<source xml:lang="en">Database to be migrated</source>
</trans-unit>