-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
35 lines (35 loc) · 2.77 KB
/
package.nls.json
File metadata and controls
35 lines (35 loc) · 2.77 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
{
"vscode-systemd.commandCategories.generic": "systemd",
"vscode-systemd.commandCategories.units": "systemd Units",
"vscode-systemd.commands.reportIssue": "Report an issue with the systemd extension...",
"vscode-systemd.commands.plot": "Plot a diagram detailing which system services have been started at what time.",
"vscode-systemd.commands.reloadDaemon": "Reload Daemon...",
"vscode-systemd.commands.reloadSystemDaemon": "Reload System Daemon",
"vscode-systemd.commands.reloadUserDaemon": "Reload User Daemon",
"vscode-systemd.commands.units.refresh": "Refresh Units Explorer",
"vscode-systemd.commands.units.configureExplorer": "Configure the Units Explorer...",
"vscode-systemd.commands.units.configureFilter": "Filter which units are shown in the Units Explorer...",
"vscode-systemd.commands.units.resetFilter": "Clear Units Explorer Filter",
"vscode-systemd.commands.units.openDefinitionFile": "Open Unit Definition File",
"vscode-systemd.commands.units.copyUnitFileName": "Copy Unit File Name",
"vscode-systemd.commands.units.copyUnitName": "Copy Unit Name",
"vscode-systemd.commands.units.disableUnit": "Disable Unit",
"vscode-systemd.commands.units.disableUnitUntilRestart": "Disable Unit (until restart)",
"vscode-systemd.commands.units.enableUnit": "Enable Unit",
"vscode-systemd.commands.units.enableUnitUntilRestart": "Enable Unit (until restart)",
"vscode-systemd.commands.units.startUnit": "Start Unit",
"vscode-systemd.commands.units.stopUnit": "Stop Unit",
"vscode-systemd.commands.units.restartUnit": "Restart Unit",
"vscode-systemd.commands.units.showJournal": "Show Journal",
"vscode-systemd.commands.units.installUnitFile": "Install Unit File",
"vscode-systemd.views.activitybar": "systemd",
"vscode-systemd.views.units": "Units",
"vscode-systemd.views.help": "Help and Feedback",
"vscode-systemd.config.refreshInterval": "Controls how often (in milliseconds) the unit information is refreshed. Set to 0 to disable automatic refreshing.",
"vscode-systemd.config.units.label": "Controls which unit property is shown as the label in the *Units Explorer*.",
"vscode-systemd.config.units.description": "Controls which unit properties are shown as the description below the label in the *Units Explorer*.",
"vscode-systemd.config.units.icon": "Controls which unit property determines the icon shown in the *Units Explorer*.",
"vscode-systemd.config.units.groupBy": "Controls how units are grouped in the *Units Explorer*.",
"vscode-systemd.config.units.sortBy": "Controls how units are sorted within each group in the *Units Explorer*.",
"vscode-systemd.config.units.filter": "Controls which units are shown in the *Units Explorer*. Only units matching this filter are displayed."
}