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