Replace "On" and "Off" with common states in rfxtrx (#141835)

Also fix sentence-casing on other "… on" and "… off" states.
This commit is contained in:
Norbert Rittel 2025-03-30 16:10:17 +02:00 committed by GitHub
parent 4463e4c42b
commit 5a1aeff85c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -105,15 +105,15 @@
"sound_15": "Sound 15",
"down": "Down",
"up": "Up",
"all_off": "All Off",
"all_on": "All On",
"all_off": "All off",
"all_on": "All on",
"scene": "Scene",
"off": "Off",
"on": "On",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",
"dim": "Dim",
"bright": "Bright",
"all_group_off": "All/group Off",
"all_group_on": "All/group On",
"all_group_off": "All/group off",
"all_group_on": "All/group on",
"chime": "Chime",
"illegal_command": "Illegal command",
"set_level": "Set level",