chore(i18n): push/pull for reordering lid-guard

This commit is contained in:
Lemmy
2026-07-23 23:59:02 -04:00
parent f7bf278419
commit efe8a1a2c9
+20 -20
View File
@@ -1,28 +1,28 @@
{ {
"title": "Lid Guard", "error": {
"tooltip": { "command_failed": "The systemd command failed.",
"active": "Lid Guard is on — closing the lid will not suspend the laptop", "missing_dependencies": "systemctl, systemd-run, systemd-inhibit, and sleep are required.",
"inactive": "Lid Guard is off — click to keep the laptop awake with the lid closed", "state_mismatch": "The requested state could not be confirmed."
"changing": "Changing Lid Guard state…", },
"unavailable": "Lid Guard requires systemd" "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": { "shortcut": {
"active": "Lid Guard On", "active": "Lid Guard On",
"inactive": "Lid Guard Off" "inactive": "Lid Guard Off"
}, },
"notification": { "title": "Lid Guard",
"enabled": { "tooltip": {
"title": "Lid Guard enabled", "active": "Lid Guard is on — closing the lid will not suspend the laptop",
"body": "Closing the laptop lid will no longer suspend it." "changing": "Changing Lid Guard state…",
}, "inactive": "Lid Guard is off — click to keep the laptop awake with the lid closed",
"disabled": { "unavailable": "Lid Guard requires systemd"
"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."
} }
} }