Use common state strings in NUT (#142284)

User common state strings
This commit is contained in:
tdfountain 2025-04-04 08:06:37 -07:00 committed by GitHub
parent 5eea5858ea
commit f4ed9edec6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -107,12 +107,12 @@
"battery_charger_status": {
"name": "Charging status",
"state": {
"charging": "Charging",
"discharging": "Discharging",
"charging": "[%key:common::state::charging%]",
"discharging": "[%key:common::state::discharging%]",
"floating": "Floating",
"resting": "Resting",
"unknown": "Unknown",
"disabled": "Disabled",
"disabled": "[%key:common::state::disabled%]",
"off": "Off"
}
},
@ -223,8 +223,8 @@
"ups_beeper_status": {
"name": "Beeper status",
"state": {
"enabled": "Enabled",
"disabled": "Disabled",
"enabled": "[%key:common::state::enabled%]",
"disabled": "[%key:common::state::disabled%]",
"muted": "Muted"
}
},