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