-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.nls.json
More file actions
31 lines (31 loc) · 2.11 KB
/
package.nls.json
File metadata and controls
31 lines (31 loc) · 2.11 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
{
"containerApps.viewProperties": "View Properties",
"containerApps.reportIssue": "Report Issue...",
"containerApps.revealResource": "Reveal Resource",
"containerApps.description": "An Azure Container Apps extension for Visual Studio Code.",
"containerApps.enableOutputTimestamps": "Prepends each line displayed in the output channel with a timestamp.",
"containerApps.browse": "Browse",
"containerApps.createContainerApp": "Create Container App...",
"containerApps.deploy": "Deploy to Container App...",
"containerApps.deployImage": "Update Image in Container App...",
"containerApps.deployImageApi": "Update Image in Container App (API)...",
"containerApps.deleteContainerApp": "Delete Container App...",
"containerApps.disableIngress": "Disable Ingress for Container App",
"containerApps.enableIngress": "Enable Ingress for Container App...",
"containerApps.toggleVisibility": "Switch Ingress Visibility...",
"containerApps.editTargetPort": "Edit Target Port...",
"containerApps.chooseRevisionMode": "Choose Revision Mode...",
"containerApps.activateRevision": "Activate Revision",
"containerApps.deactivateRevision": "Deactivate Revision",
"containerApps.restartRevision": "Restart Revision",
"containerApps.createManagedEnvironment": "Create Container Apps Environment...",
"containerApps.createManagedEnvironmentDetail": "For managing serverless container apps.",
"containerApps.deleteManagedEnvironment": "Delete Container Apps Environment...",
"containerApps.deleteConfirmation": "The behavior to use when confirming delete of a Container Apps environment.",
"containerApps.deleteConfirmation.EnterName": "Prompts with an input box where you enter the Container Apps environment name to delete.",
"containerApps.deleteConfirmation.ClickButton": "Prompts with a warning dialog where you click a button to delete.",
"containerApps.openInPortal": "Open in Portal",
"containerApps.openConsoleInPortal": "Open Console in Portal",
"containerApps.editScalingRange": "Edit Scaling Range...",
"containerApps.addScaleRule": "Add Scale Rule..."
}