This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
31 lines (31 loc) · 2.13 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
{
"azureWebPubSub.common.reportIssue": "Report Issue...",
"azureWebPubSub.description": "An Azure Web PubSub extension for Visual Studio Code.",
"azureWebPubSub.enableOutputTimestamps": "Prepends each line displayed in the output channel with a timestamp.",
"azureWebPubSub.common.refresh": "Refresh",
"azureWebPubSub.common.toggleVisibility": "Toggle Visibility.",
"azureWebPubSub.service.restart": "Restart Service",
"azureWebPubSub.service.create": "Create Service",
"azureWebPubSub.service.create.info": "Create Azure Web PubSub Service",
"azureWebPubSub.service.delete": "Delete Service",
"azureWebPubSub.service.openLiveTraceTool": "Open Live Trace Tool",
"azureWebPubSub.service.copyConnectionString": "Copy Connection String",
"azureWebPubSub.service.viewMetrics": "View Metrics",
"azureWebPubSub.service.regenerateKey": "Regenerate key",
"azureWebPubSub.service.copyEndpoint": "Copy Service Endpoint",
"azureWebPubSub.service.checkHealth": "Check Service Health",
"azureWebPubSub.hubSetting.create": "Create Hub Setting",
"azureWebPubSub.hubSetting.hub.create": "Create Hub",
"azureWebPubSub.hubSetting.hub.delete": "Delete Hub",
"azureWebPubSub.hubSetting.eventHandler.create": "Create Event Handler",
"azureWebPubSub.hubSetting.eventHandler.delete": "Delete Event Handler",
"azureWebPubSub.hubSetting.startLocalTunnel": "Start Local Tunnel",
"azureWebPubSub.service.createInPortal": "Create Web PubSub Service in Portal",
"azureWebPubSub.service.createInPortal.detail": "A fully managed service that supports WebSockets for real-time application development.",
"azureWebPubSub.service.scaleUp": "Scale Up",
"azureWebPubSub.service.scaleOut": "Scale Out",
"azureWebPubSub.deleteConfirmation": "The behavior to use when confirming delete of a Azure Web PubSub.",
"azureWebPubSub.deleteConfirmation.EnterName": "Prompts with an input box where you enter the Azure Web PubSub name to delete.",
"azureWebPubSub.deleteConfirmation.ClickButton": "Prompts with a warning dialog where you click a button to delete.",
"azureWebPubSub.common.helloWorld": "hello"
}