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

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