{
    "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."
}
