-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.nls.json
More file actions
41 lines (41 loc) · 2.73 KB
/
package.nls.json
File metadata and controls
41 lines (41 loc) · 2.73 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
{
"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.editContainerApp": "Edit Container App (Advanced)...",
"containerApps.deployImage": "Update Container App Image...",
"containerApps.deployImageApi": "Update Container App Image (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.addSecret": "Add Secret...",
"containerApps.chooseRevisionMode": "Choose Revision Mode...",
"containerApps.createRevisionDraft": "Create Draft...",
"containerApps.editRevisionDraft": "Edit Draft (Advanced)...",
"containerApps.deployRevisionDraft": "Deploy Changes...",
"containerApps.discardRevisionDraft": "Discard Changes...",
"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...",
"containerApps.connectToGitHub": "Connect to GitHub Repository...",
"containerApps.disconnectRepo": "Disconnect from Repo",
"containerApps.openGitHubRepo": "Open Repo in GitHub",
"containerApps.startStreamingLogs": "Start Streaming Logs...",
"containerApps.stopStreamingLogs": "Stop Streaming Logs..."
}