mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
[Loc] update to Azurecore and SQL xlfs (#22130)
This commit is contained in:
@@ -88,6 +88,13 @@
|
|||||||
<trans-unit id="azure.deprecatedGetSecurityToken">
|
<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>
|
<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>
|
||||||
|
<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>
|
</body></file>
|
||||||
<file original="extensions/azurecore/dist/account-provider/azureAccountProviderService" source-language="en" datatype="plaintext"><body>
|
<file original="extensions/azurecore/dist/account-provider/azureAccountProviderService" source-language="en" datatype="plaintext"><body>
|
||||||
<trans-unit id="clearTokenCacheFailure">
|
<trans-unit id="clearTokenCacheFailure">
|
||||||
|
|||||||
@@ -198,6 +198,10 @@
|
|||||||
<trans-unit id="maxMemoryForLargeFilesMB">
|
<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>
|
<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>
|
||||||
|
<trans-unit id="miNewDeployment">
|
||||||
|
<source xml:lang="en">New &&Deployment...</source>
|
||||||
|
<note>&& denotes a mnemonic</note>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="miNewNotebook">
|
<trans-unit id="miNewNotebook">
|
||||||
<source xml:lang="en">&&New Notebook</source>
|
<source xml:lang="en">&&New Notebook</source>
|
||||||
<note>&& denotes a mnemonic</note>
|
<note>&& denotes a mnemonic</note>
|
||||||
@@ -5298,12 +5302,15 @@ Error: {1}</source>
|
|||||||
<trans-unit id="accountManagementService.close">
|
<trans-unit id="accountManagementService.close">
|
||||||
<source xml:lang="en">Close</source>
|
<source xml:lang="en">Close</source>
|
||||||
</trans-unit>
|
</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>
|
<source xml:lang="en">Adding account failed, check Azure Accounts log for more info.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="addAccountFailedMessage">
|
<trans-unit id="addAccountFailedMessage">
|
||||||
<source xml:lang="en">0
|
<source xml:lang="en">{0}</source>
|
||||||
Error Message: 1</source>
|
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
<trans-unit id="loggingIn">
|
<trans-unit id="loggingIn">
|
||||||
<source xml:lang="en">Adding account...</source>
|
<source xml:lang="en">Adding account...</source>
|
||||||
|
|||||||
Reference in New Issue
Block a user