-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.nls.json
44 lines (44 loc) · 2.66 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"iot_editor.configuration.title": "IOT Editor configuration",
"iot_editor.configuration.default.title": "Default device to connect with",
"iot_editor.configuration.debug.title": "Debug mode, which shows more information about communication with device",
"iot_editor.configuration.refresh_device_info.title": "Auto refresh connected device information (this cause fetch device information every 2.5 seconds)",
"iot_editor.configuration.show_explorer_views.title": "Show device/event viewer in explorer",
"iot_editor.workspaceInit.title": "Setup workspace",
"iot_editor.init.title": "Initialize FreeIOE devices list",
"iot_editor.activeFS.title": "Active FileSystem provider",
"iot_editor.connect.title": "Connect to FreeIOE device",
"iot_editor.disconnect.title": "Disconnect from FreeIOE device",
"iot_editor.defaultDeviceSelect.title": "Select the default device to connect...",
"iot_editor.configurationEdit.title": "Edit Configurations...",
"iot_editor.applicationCreate.title": "Create new application...",
"iot_editor.ie.applicationConfig.title": "Config application...",
"iot_editor.ie.applicationStart.title": "Start application...",
"iot_editor.ie.applicationStop.title": "Stop application...",
"iot_editor.ie.applicationRestart.title": "Restart application...",
"iot_editor.ie.applicationDownload.title": "Download application package...",
"iot_editor.ie.reload.title": "Reload content",
"iot_editor.idv.refresh.title": "Edit Settings",
"iot_editor.idv.settings.title": "Refresh",
"iot_editor.idv.reload.title": "Reload content",
"iot_editor.idv.openFile.title": "Open Device Configuration",
"iot_editor.idv.revealResource.title": "Reveal in Device View",
"iot_editor.idv.connect.title": "Connect",
"iot_editor.idv.disconnect.title": "Disconnect",
"iot_editor.idv.setDefault.title": "Set as default device",
"iot_editor.idv.applicationConfig.title": "Config application...",
"iot_editor.idv.applicationStart.title": "Start application...",
"iot_editor.idv.applicationStop.title": "Stop application...",
"iot_editor.idv.applicationRestart.title": "Restart application...",
"iot_editor.idv.applicationDownload.title": "Download application package...",
"iot_editor.iev.refresh.title": "Refresh",
"iot_editor.iev.reload.title": "Reload content",
"iot_editor.iev.openFile.title": "Open Device Event",
"iot_editor.iev.revealResource.title": "Reveal in Device Event",
"iot_editor.inv.refresh.title": "Refresh",
"iot_editor.inv.openFile.title": "Open FreeIOE News",
"iot_editor.iot_explorer.title": "FreeIOE Explorer",
"iot_editor.iot_device_viewer.title": "FreeIOE Devices",
"iot_editor.iot_event_viewer.title": "Events",
"iot_editor.iot_news_viewer.title": "FreeIOE News"
}