[Loc] added new strings for azurecore and sql-migration (#16798)

This commit is contained in:
Alex Ma
2021-08-16 17:09:24 -07:00
committed by GitHub
parent c12cdffe9b
commit ad96db1a0c
2 changed files with 35 additions and 10 deletions

View File

@@ -303,6 +303,11 @@
<source xml:lang="en">Unable to get token for tenant {0}</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/errors" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.subscriptionError">
<source xml:lang="en">Failed to get subscriptions for account {0}. Please refresh the account.</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/account-provider/auths/azureAuth" source-language="en" datatype="plaintext"><body>
<trans-unit id="azureAuth.unidentifiedError">
<source xml:lang="en">Unidentified error with azure authentication</source>
@@ -357,9 +362,6 @@
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/tree/accountTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.accountTreeNode.credentialError">
<source xml:lang="en">Failed to get credential for account {0}. Please refresh the account.</source>
</trans-unit>
<trans-unit id="azure.resource.tree.accountTreeNode.noSubscriptionsLabel">
<source xml:lang="en">No Subscriptions found.</source>
</trans-unit>
@@ -379,14 +381,11 @@
{1} is the number of selected subscriptions in this account
{2} is the number of total subscriptions in this account</note>
</trans-unit>
<trans-unit id="azure.resource.tree.accountTreeNode.credentialError">
<source xml:lang="en">Failed to get credential for account {0}. Please go to the accounts dialog and refresh the account.</source>
</trans-unit>
<trans-unit id="azure.resource.throttleerror">
<source xml:lang="en">Requests from this account have been throttled. To retry, please select a smaller number of subscriptions.</source>
</trans-unit>
<trans-unit id="azure.resource.tree.loadresourceerror">
<source xml:lang="en">An error occured while loading Azure resources: {0}</source>
<source xml:lang="en">An error occurred while loading Azure resources: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/tree/accountNotSignedInTreeNode" source-language="en" datatype="plaintext"><body>
@@ -468,6 +467,11 @@
<source xml:lang="en">SQL database</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/services/subscriptionService" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tenantSubscriptionsError">
<source xml:lang="en">Failed to get subscriptions for account {0} (tenant '{1}'). {2}</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/commands" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.cloudTerminalPreview">
<source xml:lang="en">You must enable preview features in order to use Azure Cloud Shell.</source>
@@ -493,9 +497,6 @@
<trans-unit id="azure.mustPickTenant">
<source xml:lang="en">You must select a tenant for this feature to work.</source>
</trans-unit>
<trans-unit id="azure.resource.selectsubscriptions.credentialError">
<source xml:lang="en">Failed to get credential for account {0}. Please refresh the account.</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/azureResource/tree/subscriptionTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.subscriptionTreeNode.noResourcesLabel">

View File

@@ -233,6 +233,12 @@ This may take some time.</source>
<trans-unit id="sql.migration.database.migration.mode.offline.label">
<source xml:lang="en">Offline migration</source>
</trans-unit>
<trans-unit id="sql.migration.network.share.path">
<source xml:lang="en">\\Servername.domainname.com\Backupfolder</source>
</trans-unit>
<trans-unit id="sql.migration.windows.user.account">
<source xml:lang="en">Domain\username</source>
</trans-unit>
<trans-unit id="sql.migration.no.subscription.found">
<source xml:lang="en">No subscription found</source>
</trans-unit>
@@ -509,6 +515,9 @@ This may take some time.</source>
<trans-unit id="sql.migration.newSupportRequest">
<source xml:lang="en">New support request</source>
</trans-unit>
<trans-unit id="sql.migration.impact">
<source xml:lang="en">Impact</source>
</trans-unit>
<trans-unit id="sql.migration.all.fields.required">
<source xml:lang="en">All fields are required.</source>
</trans-unit>
@@ -800,6 +809,21 @@ This may take some time.</source>
<trans-unit id="sql.migration.no.pending.backups">
<source xml:lang="en">No pending backups. Click refresh to check current status.</source>
</trans-unit>
<trans-unit id="sql.migration.status.dropdown.all">
<source xml:lang="en">Status: All</source>
</trans-unit>
<trans-unit id="sql.migration.status.dropdown.ongoing">
<source xml:lang="en">Status: Ongoing</source>
</trans-unit>
<trans-unit id="sql.migration.status.dropdown.completing">
<source xml:lang="en">Status: Completing</source>
</trans-unit>
<trans-unit id="sql.migration.status.dropdown.succeeded">
<source xml:lang="en">Status: Succeeded</source>
</trans-unit>
<trans-unit id="sql.migration.status.dropdown.failed">
<source xml:lang="en">Status: Failed</source>
</trans-unit>
<trans-unit id="sql.migration.search.for.migration">
<source xml:lang="en">Search for migrations</source>
</trans-unit>