mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Updates for XLF folders and LocProject (#15083)
* Added updated German strings and added hybrid toolkit to locproject.json * updates to XLF files * more resources added to locproject * restored out localizations * fixes to dacpac and admin-tool * fixes to dacpac and import * updates to english XLFs (more up to date)
This commit is contained in:
@@ -93,6 +93,9 @@
|
||||
<trans-unit id="azure.accounts.getResourceGroups.queryError">
|
||||
<source xml:lang="en">Error fetching resource groups for account {0} ({1}) subscription {2} ({3}) tenant {4} : {5}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.accounts.getLocations.queryError">
|
||||
<source xml:lang="en">Error fetching locations for account {0} ({1}) subscription {2} ({3}) tenant {4} : {5}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.accounts.runResourceQuery.errors.invalidQuery">
|
||||
<source xml:lang="en">Invalid query</source>
|
||||
</trans-unit>
|
||||
@@ -305,13 +308,13 @@
|
||||
<source xml:lang="en">Unidentified error with azure authentication</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.tenantNotFound">
|
||||
<source xml:lang="en">Specifed tenant with ID '{0}' not found.</source>
|
||||
<source xml:lang="en">Specified tenant with ID '{0}' not found.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.noBaseToken">
|
||||
<source xml:lang="en">Something failed with the authentication, or your tokens have been deleted from the system. Please try adding your account to Azure Data Studio again.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.responseError">
|
||||
<source xml:lang="en">Token retrival failed with an error. Open developer tools to view the error</source>
|
||||
<source xml:lang="en">Token retrieval failed with an error. Open developer tools to view the error</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="azure.accessTokenEmpty">
|
||||
<source xml:lang="en">No access token returned from Microsoft OAuth</source>
|
||||
@@ -379,6 +382,12 @@
|
||||
<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>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/azurecore/dist/azureResource/tree/accountNotSignedInTreeNode" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="azure.resource.tree.accountNotSignedInTreeNode.signInLabel">
|
||||
|
||||
Reference in New Issue
Block a user