-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.nls.json
More file actions
67 lines (67 loc) · 4.68 KB
/
package.nls.json
File metadata and controls
67 lines (67 loc) · 4.68 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"azureResourceGroups.cloudShellBash": "Azure Cloud Shell (Bash)",
"azureResourceGroups.cloudShellPowerShell": "Azure Cloud Shell (PowerShell)",
"azureResourceGroups.uploadToCloudShell": "Upload to Cloud Shell",
"azureResourceGroups.logIn": "Sign In",
"azureTenantsView.addAccount": "Add account",
"azureResourceGroups.signInToTenant": "Sign in to Tenant (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",
"azureTenantsView.refresh": "Refresh Accounts & Tenants",
"azureTenantsView.signInToTenant": "Sign in to Tenant",
"azureTenantsView.configureSovereignCloud": "Configure Sovereign Cloud",
"azureResourceGroups.selectedSubscriptions": "Selected Subscriptions",
"azureResourceGroups.duplicateSubscriptionMode": "Duplicate Subscription Mode",
"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",
"azureResourceGroups.enableChatStandIn": "Enable the @azure chat stand-in",
"chatParticipants.azure.fullName": "Azure",
"azureResourceGroups.loadAllSubscriptionRoleAssignments": "Load all role assignments across subscriptions...",
"azureResourceGroups.askAgentAboutActivityLog": "Ask Copilot about the Azure Activity Log",
"azureResourceGroups.askAgentAboutActivityLogItem": "Ask Copilot about this activity",
"azureResourceGroups.askAzure": {
"message": "Ask @azure",
"comment": [
"{Locked='@azure'}",
"Do not translate '@azure'; it is syntax for addressing the Azure agent."
]
},
"walkthrough.askAzure.description": {
"message": "Enter @azure in the GitHub Copilot Chat to start a conversation.\n @azure can help with learning about Azure, deploying resources, troubleshooting web app problems, querying Azure costs and more without having to switch to the Azure Portal.\n[Chat with @azure](command:azureResourceGroups.askAzure?%5B%22What%20kinds%20of%20things%20can%20you%20help%20me%20with?%22%5D)",
"comment": [
"{Locked='@azure'}",
"Do not translate '@azure'; it is the syntax for addressing the Azure agent.",
"Do not translate any of the words in the command URL."
]
}
}