[Loc] update to Azurecore and SQL xlfs (#22130)

This commit is contained in:
Alex Ma
2023-03-03 00:02:58 -08:00
committed by GitHub
parent b310e3eed4
commit 18758b6748
2 changed files with 17 additions and 3 deletions

View File

@@ -88,6 +88,13 @@
<trans-unit id="azure.deprecatedGetSecurityToken">
<source xml:lang="en">A call was made to azdata.accounts.getSecurityToken, this method is deprecated and will be removed in future releases. Please use getAccountSecurityToken instead.</source>
</trans-unit>
<trans-unit id="genericTokenError">
<source xml:lang="en">Failed to get token</source>
</trans-unit>
<trans-unit id="msalTokenError">
<source xml:lang="en">{0} occurred when acquiring token.
{1}</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/dist/account-provider/azureAccountProviderService" source-language="en" datatype="plaintext"><body>
<trans-unit id="clearTokenCacheFailure">

View File

@@ -198,6 +198,10 @@
<trans-unit id="maxMemoryForLargeFilesMB">
<source xml:lang="en">Controls the memory available to Azure Data Studio after restart when trying to open large files. Same effect as specifying `--max-memory=NEWSIZE` on the command line.</source>
</trans-unit>
<trans-unit id="miNewDeployment">
<source xml:lang="en">New &amp;&amp;Deployment...</source>
<note>&amp;&amp; denotes a mnemonic</note>
</trans-unit>
<trans-unit id="miNewNotebook">
<source xml:lang="en">&amp;&amp;New Notebook</source>
<note>&amp;&amp; denotes a mnemonic</note>
@@ -5298,12 +5302,15 @@ Error: {1}</source>
<trans-unit id="accountManagementService.close">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="addAccountFailedGeneric">
<trans-unit id="addAccountFailedCodeMessage">
<source xml:lang="en">{0}
Error Message: {1}</source>
</trans-unit>
<trans-unit id="addAccountFailedGenericMessage">
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
</trans-unit>
<trans-unit id="addAccountFailedMessage">
<source xml:lang="en">0
Error Message: 1</source>
<source xml:lang="en">{0}</source>
</trans-unit>
<trans-unit id="loggingIn">
<source xml:lang="en">Adding account...</source>