mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
[Loc] update to Azurecore and SQL xlfs (#22130)
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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 &&Deployment...</source>
|
||||
<note>&& denotes a mnemonic</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="miNewNotebook">
|
||||
<source xml:lang="en">&&New Notebook</source>
|
||||
<note>&& 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>
|
||||
|
||||
Reference in New Issue
Block a user