forked from microsoft/vscode-azure-account
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
14 lines (14 loc) · 920 Bytes
/
package.nls.json
File metadata and controls
14 lines (14 loc) · 920 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"azure-account.capabilities.untrustedWorkspaces.description": "Only global Azure configurations will be used when running in untrusted mode.",
"azure-account.commands.azure": "Azure",
"azure-account.commands.azureAccount": "Azure Account",
"azure-account.commands.createAccount": "Create an Account",
"azure-account.commands.login": "(Deprecated) Sign In",
"azure-account.commands.loginToCloud": "(Deprecated) Sign In to Azure Cloud",
"azure-account.commands.loginWithDeviceCode": "(Deprecated) Sign In with Device Code",
"azure-account.commands.logout": "(Deprecated) Sign Out",
"azure-account.commands.manageAccount": "Manage Azure Account",
"azure-account.commands.reportIssue": "(Deprecated) Report Issue...",
"azure-account.commands.selectSubscriptions": "(Deprecated) Select Subscriptions...",
"azure-account.commands.selectTenant": "(Deprecated) Select Tenant"
}