forked from microsoft/vscode-azureresourcegroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
42 lines (42 loc) · 3.06 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"azureResourceGroups.cloudShellBash": "Azure Cloud Shell (Bash)",
"azureResourceGroups.cloudShellPowerShell": "Azure Cloud Shell (PowerShell)",
"azureResourceGroups.uploadToCloudShell": "Upload to Cloud Shell",
"azureResourceGroups.logIn": "Sign In",
"azureResourceGroups.signInToTenant": "Sign in to Directory...",
"azureResourceGroups.selectSubscriptions": "Select Subscriptions...",
"azureResourceGroups.createResourceGroup": "Create Resource Group...",
"azureResourceGroups.createResourceGroupDetail": "The logical grouping for your resources.",
"azureResourceGroups.deleteResourceGroup": "Delete Resource Group...",
"azureResourceGroups.editTags": "Edit Tags...",
"azureResourceGroups.description": "An extension for viewing and managing Azure resources.",
"azureResourceGroups.enableOutputTimestamps": "Prepends each line displayed in the output channel with a timestamp.",
"azureResourceGroups.loadMore": "Load More",
"azureResourceGroups.openInPortal": "Open in Portal",
"azureResourceGroups.refresh": "Refresh",
"azureWorkspace.refresh": "Refresh Workspace",
"azureResourceGroups.selectedSubscriptions": "Selected Subscriptions",
"azureResourceGroups.revealResource": "Reveal Resource",
"azureResourceGroups.viewProperties": "View Properties",
"azureResourceGroups.deleteConfirmation": "The behavior to use when confirming delete of a resource group.",
"azureResourceGroups.deleteConfirmation.EnterName": "Prompts with an input box where you enter the resource group name to delete.",
"azureResourceGroups.deleteConfirmation.ClickButton": "Prompts with a warning dialog where you click a button to delete.",
"azureResourceGroups.reportIssue": "Report Issue...",
"azureResourceGroups.showHiddenTypes": "Show some ancillary resources that are created/managed by Azure infrastructure. Displaying them is typically useful when you want to clean up your resource groups or subscriptions.",
"ms-azuretools.getStarted": "Get Started...",
"ms-azuretools.helpAndFeedback": "Help and Feedback",
"ms-azuretools.reportIssue": "Report Issue...",
"ms-azuretools.reviewIssues": "Review Issues...",
"azureResourceGroups.groupBy": "The setting to control how Azure resources are grouped in the tree view",
"azureResourceGroups.groupBy.resourceGroup": "Group by Resource Group",
"azureResourceGroups.groupBy.resourceType": "Group by Resource Type",
"azureResourceGroups.groupBy.location": "Group by Location",
"azureResourceGroups.groupBy.armTag": "Group by ARM Tag...",
"azureResourceGroups.suppressActivityNotifications": "Suppress Activity notifications",
"azureResourceGroups.autoOpenActivityPanel": "Open the Azure Activity panel when an Activity starts",
"azureResourceGroups.focusGroup": "Focus Group",
"azureResourceGroups.unfocusGroup": "Unfocus Group",
"azureResourceGroups.clearActivities": "Clear Completed Activities",
"azureResourceGroups.toggleShowAllResources": "Show/Hide Filtered Resources",
"azureResourceGroups.showGroupOptions": "Show Grouping Options"
}