[Loc] update to XLF on 5-1-2023 prior to code complete (#22921)

This commit is contained in:
Alex Ma
2023-05-01 17:20:51 -07:00
committed by GitHub
parent a56109dad7
commit 88c9e0b492
5 changed files with 136 additions and 16 deletions

View File

@@ -1600,6 +1600,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.service.details.status.unavailable">
<source xml:lang="en">-- unavailable --</source>
</trans-unit>
<trans-unit id="sql.migration.service.error.not.ready">
<source xml:lang="en">The following error occurred while retrieving registration information for Azure Database Migration Service '{0}'. Please click refresh and try again. Error: '{1}'.</source>
</trans-unit>
<trans-unit id="sql.migration.service.header">
<source xml:lang="en">Azure Database Migration Service "{0}" details:`</source>
</trans-unit>
@@ -2740,6 +2743,12 @@ This may take some time.</source>
<trans-unit id="downloadingServiceComplete">
<source xml:lang="en">Done downloading {0}</source>
</trans-unit>
<trans-unit id="downloadingServiceFailed">
<source xml:lang="en">Failed to download binaries for {0}. Use the following link to troubleshoot: {1}</source>
</trans-unit>
<trans-unit id="downloadingServiceFailedWithLinkMarkup">
<source xml:lang="en">Failed to download binaries for {0}. Use this [link to troubleshoot]({1}).</source>
</trans-unit>
<trans-unit id="downloadingServiceSize">
<source xml:lang="en">({0} KB)</source>
</trans-unit>