-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.nls.json
38 lines (38 loc) · 3.31 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
{
"displayName": "SSH Cluster Control",
"description": "Send predefined or custom terminal commands to a cluster of ssh hosts.",
"ctrl.cluster.commands.clusterConfiguration.title": "Cluster Ctrl: Show Local Cluster Configuration",
"ctrl.cluster.commands.selectedCommand.title": "Cluster Ctrl: Run Selection as Command",
"ctrl.cluster.commands.customCommand.title": "Cluster Ctrl: Run Custom Command",
"ctrl.cluster.commands.openTerminals.title": "Cluster Ctrl: Open SSH Terminals",
"ctrl.cluster.commands.shutdown.title": "Cluster Ctrl: Shutdown",
"ctrl.cluster.commands.restart.title": "Cluster Ctrl: Restart",
"ctrl.cluster.commands.systemInfo.title": "Cluster Ctrl: Show System Info",
"ctrl.cluster.commands.hardwareInfo.title": "Cluster Ctrl: Show Hardware Info",
"ctrl.cluster.commands.processList.title": "Cluster Ctrl: Show Process List",
"ctrl.cluster.commands.memory.title": "Cluster Ctrl: Show Free Memory",
"ctrl.cluster.commands.date.title": "Cluster Ctrl: Show Date",
"ctrl.cluster.commands.ports.title": "Cluster Ctrl: Show Open Ports",
"ctrl.cluster.commands.workingDirectory.title": "Cluster Ctrl: Show Working Directory",
"ctrl.cluster.commands.listFiles.title": "Cluster Ctrl: Show Files",
"ctrl.cluster.commands.hostname.title": "Cluster Ctrl: Show Hostname",
"ctrl.cluster.commands.networkConfiguration.title": "Cluster Ctrl: Show Network Configuration",
"ctrl.cluster.commands.shutdown.description": "Specifies the platform commands mapped to the shutdown command.",
"ctrl.cluster.commands.restart.description": "Specifies the platform commands mapped to the restart command.",
"ctrl.cluster.commands.systemInfo.description": "Specifies the platform commands mapped to the systemInfo command.",
"ctrl.cluster.commands.hardwareInfo.description": "Specifies the platform commands mapped to the hardwareInfo command.",
"ctrl.cluster.commands.processList.description": "Specifies the platform commands mapped to the processList command.",
"ctrl.cluster.commands.memory.description": "Specifies the platform commands mapped to the show the memory command.",
"ctrl.cluster.commands.date.description": "Specifies the platform commands mapped to the date command.",
"ctrl.cluster.commands.ports.description": "Specifies the platform commands mapped to the openPorts command.",
"ctrl.cluster.commands.workingDirectory.description": "Specifies the platform commands mapped to the workingDirectory command.",
"ctrl.cluster.commands.listFiles.description": "Specifies the platform commands mapped to the listFiles command.",
"ctrl.cluster.commands.hostname.description": "Specifies the platform commands mapped to the hostname command.",
"ctrl.cluster.commands.networkConfiguration.description": "Specifies the platform commands mapped to the networkConfiguration command.",
"ctrl.cluster.name.description": "Specififes the name of the cluster of ssh hosts.",
"ctrl.cluster.timeout.description": "Specififes the timout for the ssh connection to each host.",
"ctrl.cluster.flavor.description": "Specififes the command flavor to be used on the ssh hosts.",
"ctrl.cluster.prefix.description": "Specififes a prefix for the command string for each host.",
"ctrl.cluster.suffix.description": "Specififes a suffix for the command string for each host.",
"ctrl.cluster.hosts.description": "Specififes ssh hosts where the commands should be sent to."
}