Files
community-plugins/lid-guard/translations/en.json
T

29 lines
909 B
JSON

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