20 lines
839 B
JSON
20 lines
839 B
JSON
{
|
|
"error": {
|
|
"device_not_found": "Could not find the ideapad_acpi conservation_mode sysfs file on this machine.",
|
|
"read_failed": "Could not read the current conservation_mode state.",
|
|
"write_failed": "Failed to write conservation_mode ({error}) and could not locate the plugin directory to run setup.",
|
|
"write_failed_manual": "Failed to write conservation_mode ({error}). Run scripts/setup-permissions.sh with sudo manually, then log out and back in."
|
|
},
|
|
"notify": {
|
|
"disabled": "Disabled - charging to 100%.",
|
|
"enabled": "Enabled - charging capped for battery health.",
|
|
"setup_needed": "One-time setup needed - check the terminal window that just opened."
|
|
},
|
|
"shortcut": {
|
|
"na": "Conservation N/A",
|
|
"off": "Conservation Off",
|
|
"on": "Conservation On"
|
|
},
|
|
"title": "Conservation Mode"
|
|
}
|