Skip to content

Commit 3052809

Browse files
committed
feat(systemctl): add English translations for systemctl cheat sheet
1 parent 27a7ad4 commit 3052809

File tree

1 file changed

+90
-1
lines changed

1 file changed

+90
-1
lines changed

localizations/en.json

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,94 @@
198198
"vim_exit_insert_description": "Exit insert mode",
199199
"vim_delete_line_description": "Delete current line",
200200
"vim_copy_line_description": "Copy current line",
201-
"vim_paste_description": "Paste"
201+
"vim_paste_description": "Paste",
202+
"systemctl_title": "Systemctl Cheat Sheet",
203+
"systemctl_start_description": "Start a service",
204+
"systemctl_stop_description": "Stop a service",
205+
"systemctl_restart_description": "Restart a service",
206+
"systemctl_reload_description": "Reload service configuration",
207+
"systemctl_status_description": "Show service status",
208+
"systemctl_enable_description": "Enable service to start at boot",
209+
"systemctl_disable_description": "Disable service from starting at boot",
210+
"systemctl_is_enabled_description": "Check if service is enabled",
211+
"systemctl_is_active_description": "Check if service is active",
212+
"systemctl_is_failed_description": "Check if service has failed",
213+
"systemctl_mask_description": "Mask service (prevent starting)",
214+
"systemctl_unmask_description": "Unmask service",
215+
"systemctl_daemon_reload_description": "Reload systemd daemon configuration",
216+
"systemctl_list_units_description": "List all units",
217+
"systemctl_list_units_service_description": "List only service units",
218+
"systemctl_list_units_failed_description": "List failed units",
219+
"systemctl_list_unit_files_description": "List all unit files",
220+
"systemctl_list_unit_files_service_description": "List only service unit files",
221+
"systemctl_show_description": "Show service properties",
222+
"systemctl_cat_description": "Show service unit file contents",
223+
"systemctl_edit_description": "Edit service unit file (override)",
224+
"systemctl_edit_full_description": "Edit full service unit file",
225+
"systemctl_poweroff_description": "Power off the system",
226+
"systemctl_reboot_description": "Reboot the system",
227+
"systemctl_halt_description": "Halt the system",
228+
"systemctl_suspend_description": "Suspend the system",
229+
"systemctl_hibernate_description": "Hibernate the system",
230+
"systemctl_hybrid_sleep_description": "Hybrid sleep (suspend + hibernate)",
231+
"systemctl_rescue_description": "Boot into rescue mode",
232+
"systemctl_emergency_description": "Boot into emergency mode",
233+
"systemctl_get_default_description": "Show default target",
234+
"systemctl_set_default_multi_user_description": "Set multi-user target as default",
235+
"systemctl_set_default_graphical_description": "Set graphical target as default",
236+
"systemctl_isolate_multi_user_description": "Switch to multi-user target",
237+
"systemctl_isolate_graphical_description": "Switch to graphical target",
238+
"systemctl_list_dependencies_description": "Show service dependencies",
239+
"systemctl_list_dependencies_reverse_description": "Show reverse dependencies",
240+
"journalctl_u_description": "Show service logs",
241+
"journalctl_u_f_description": "Follow service logs in real-time",
242+
"journalctl_u_since_description": "Show service logs since time",
243+
"journalctl_u_since_today_description": "Show service logs since today",
244+
"journalctl_u_since_date_description": "Show service logs since date",
245+
"journalctl_u_n_description": "Show last N lines of service logs",
246+
"journalctl_u_no_pager_description": "Show logs without pager",
247+
"journalctl_boot_description": "Show current boot logs",
248+
"journalctl_boot_1_description": "Show previous boot logs",
249+
"journalctl_list_boots_description": "List available boots",
250+
"journalctl_p_err_description": "Show error level messages",
251+
"journalctl_p_warning_description": "Show warning level messages",
252+
"journalctl_p_info_description": "Show info level messages",
253+
"journalctl_p_debug_description": "Show debug level messages",
254+
"systemctl_list_units_target_description": "List target units",
255+
"systemctl_list_dependencies_default_description": "Show default target dependencies",
256+
"systemctl_list_dependencies_basic_description": "Show basic target dependencies",
257+
"systemctl_list_dependencies_sysinit_description": "Show sysinit target dependencies",
258+
"systemctl_list_dependencies_multi_user_description": "Show multi-user target dependencies",
259+
"systemctl_list_dependencies_graphical_description": "Show graphical target dependencies",
260+
"systemctl_list_timers_description": "List active timers",
261+
"systemctl_list_timers_all_description": "List all timers",
262+
"systemctl_start_timer_description": "Start a timer",
263+
"systemctl_stop_timer_description": "Stop a timer",
264+
"systemctl_enable_timer_description": "Enable a timer",
265+
"systemctl_disable_timer_description": "Disable a timer",
266+
"systemctl_show_environment_description": "Show systemd environment",
267+
"systemctl_set_environment_description": "Set systemd environment variable",
268+
"systemctl_unset_environment_description": "Unset systemd environment variable",
269+
"systemctl_import_environment_description": "Import current environment",
270+
"systemctl_reset_failed_description": "Reset failed state for all units",
271+
"systemctl_reset_failed_service_description": "Reset failed state for service",
272+
"systemctl_try_restart_description": "Restart service only if running",
273+
"systemctl_reload_or_restart_description": "Reload or restart service",
274+
"systemctl_try_reload_or_restart_description": "Reload or restart service only if running",
275+
"systemctl_kill_description": "Send signal to service",
276+
"systemctl_kill_sigterm_description": "Send SIGTERM to service",
277+
"systemctl_kill_sigkill_description": "Send SIGKILL to service",
278+
"systemctl_show_mainpid_description": "Show service main process ID",
279+
"systemctl_show_execstart_description": "Show service ExecStart command",
280+
"systemctl_show_restart_description": "Show service restart policy",
281+
"systemctl_show_type_description": "Show service type",
282+
"systemctl_show_user_description": "Show service user",
283+
"systemctl_show_group_description": "Show service group",
284+
"systemctl_user_start_description": "Start user service",
285+
"systemctl_user_stop_description": "Stop user service",
286+
"systemctl_user_enable_description": "Enable user service",
287+
"systemctl_user_disable_description": "Disable user service",
288+
"systemctl_user_status_description": "Show user service status",
289+
"systemctl_user_list_units_description": "List user units",
290+
"systemctl_user_daemon_reload_description": "Reload user systemd daemon"
202291
}

0 commit comments

Comments
 (0)