forked from microsoft/vscode-azureresourcegroups
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
21 lines (21 loc) · 1.52 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
{
"azureResourceGroups.createResourceGroup": "Create Resource Group...",
"azureResourceGroups.deleteResourceGroup": "Delete...",
"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",
"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..."
}