[Loc] update to sql-migration and sql (#17488)

This commit is contained in:
Alex Ma
2021-10-25 13:20:12 -07:00
committed by GitHub
parent aa0e52c245
commit cb6768463c
2 changed files with 5 additions and 2 deletions

View File

@@ -2,10 +2,10 @@
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/sql-migration/dist/constants/strings" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.accounts.accountAccessError">
<source xml:lang="en">An error occurred while accessing the selected account '{0}'. Select 'Link account' and refresh the account, or select a different account. Error '{1}'</source>
<source xml:lang="en">An error occurred while accessing the selected account '{0}' and tenant '{1}'. Select 'Link account' and refresh the account, or select a different account. Error '{2}'</source>
</trans-unit>
<trans-unit id="azure.accounts.accountStaleError">
<source xml:lang="en">The access token for selected account '{0}' is no longer valid. Select 'Link account' and refresh the account, or select a different account.</source>
<source xml:lang="en">The access token for selected account '{0}' and tenant '{1}' is no longer valid. Select 'Link account' and refresh the account, or select a different account.</source>
</trans-unit>
<trans-unit id="sql-migration.wizard.title">
<source xml:lang="en">Migrate '{0}' to Azure SQL</source>

View File

@@ -393,6 +393,9 @@
<trans-unit id="gradientTwo">
<source xml:lang="en">The bottom color for the banner image gradient</source>
</trans-unit>
<trans-unit id="groupHeaderBackground">
<source xml:lang="en">Background color of the group header.</source>
</trans-unit>
<trans-unit id="infoBox.errorBackground">
<source xml:lang="en">InfoBox: The background color when the notification type is error.</source>
</trans-unit>