From efe8a1a2c9986f6757207f9af5bb9be27ed8ef93 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Thu, 23 Jul 2026 23:59:02 -0400 Subject: [PATCH] chore(i18n): push/pull for reordering lid-guard --- lid-guard/translations/en.json | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/lid-guard/translations/en.json b/lid-guard/translations/en.json index 578d709..53ebde3 100644 --- a/lid-guard/translations/en.json +++ b/lid-guard/translations/en.json @@ -1,28 +1,28 @@ { - "title": "Lid Guard", - "tooltip": { - "active": "Lid Guard is on — closing the lid will not suspend the laptop", - "inactive": "Lid Guard is off — click to keep the laptop awake with the lid closed", - "changing": "Changing Lid Guard state…", - "unavailable": "Lid Guard requires systemd" + "error": { + "command_failed": "The systemd command failed.", + "missing_dependencies": "systemctl, systemd-run, systemd-inhibit, and sleep are required.", + "state_mismatch": "The requested state could not be confirmed." + }, + "notification": { + "disabled": { + "body": "The normal lid-close behavior has been restored.", + "title": "Lid Guard disabled" + }, + "enabled": { + "body": "Closing the laptop lid will no longer suspend it.", + "title": "Lid Guard enabled" + } }, "shortcut": { "active": "Lid Guard On", "inactive": "Lid Guard Off" }, - "notification": { - "enabled": { - "title": "Lid Guard enabled", - "body": "Closing the laptop lid will no longer suspend it." - }, - "disabled": { - "title": "Lid Guard disabled", - "body": "The normal lid-close behavior has been restored." - } - }, - "error": { - "missing_dependencies": "systemctl, systemd-run, systemd-inhibit, and sleep are required.", - "command_failed": "The systemd command failed.", - "state_mismatch": "The requested state could not be confirmed." + "title": "Lid Guard", + "tooltip": { + "active": "Lid Guard is on — closing the lid will not suspend the laptop", + "changing": "Changing Lid Guard state…", + "inactive": "Lid Guard is off — click to keep the laptop awake with the lid closed", + "unavailable": "Lid Guard requires systemd" } }