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