Regenerate i18n texts (#12951)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
4036888433
commit
72f947dee0
|
@ -7,10 +7,10 @@ binding.hdpowerview.description = The Hunter Douglas PowerView binding provides
|
|||
|
||||
thing-type.hdpowerview.hub.label = PowerView Hub
|
||||
thing-type.hdpowerview.hub.description = Hunter Douglas (Luxaflex) PowerView Hub
|
||||
thing-type.hdpowerview.repeater.channel.brightness.description = Controls the brightness of the LED ring
|
||||
thing-type.hdpowerview.repeater.channel.color.description = Controls the color of the LED ring
|
||||
thing-type.hdpowerview.repeater.label = PowerView Repeater
|
||||
thing-type.hdpowerview.repeater.description = Hunter Douglas (Luxaflex) PowerView Repeater
|
||||
thing-type.hdpowerview.repeater.channel.brightness.description = Controls the brightness of the LED ring
|
||||
thing-type.hdpowerview.repeater.channel.color.description = Controls the color of the LED ring
|
||||
thing-type.hdpowerview.shade.label = PowerView Shade
|
||||
thing-type.hdpowerview.shade.description = Hunter Douglas (Luxaflex) PowerView Shade
|
||||
thing-type.hdpowerview.shade.channel.secondary.label = Secondary Position
|
||||
|
@ -31,8 +31,15 @@ thing-type.config.hdpowerview.repeater.id.description = The numeric ID of the Po
|
|||
thing-type.config.hdpowerview.shade.id.label = ID
|
||||
thing-type.config.hdpowerview.shade.id.description = The numeric ID of the PowerView Shade in the Hub
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.hdpowerview.automations.label = Automations
|
||||
channel-group-type.hdpowerview.sceneGroups.label = Scene Groups
|
||||
channel-group-type.hdpowerview.scenes.label = Scenes
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.hdpowerview.automation-enabled.label = Enable
|
||||
channel-type.hdpowerview.battery-voltage.label = Battery Voltage
|
||||
channel-type.hdpowerview.battery-voltage.description = Battery voltage reported by the shade
|
||||
channel-type.hdpowerview.repeater-blinking-enabled.label = Blinking Enabled
|
||||
|
@ -40,6 +47,8 @@ channel-type.hdpowerview.repeater-blinking-enabled.description = Blink during co
|
|||
channel-type.hdpowerview.repeater-identify.label = Identify
|
||||
channel-type.hdpowerview.repeater-identify.description = Flash repeater to identify
|
||||
channel-type.hdpowerview.repeater-identify.command.option.IDENTIFY = Identify
|
||||
channel-type.hdpowerview.scene-activate.label = Activate
|
||||
channel-type.hdpowerview.scene-group-activate.label = Activate
|
||||
channel-type.hdpowerview.shade-command.label = Command
|
||||
channel-type.hdpowerview.shade-command.description = Send a command to the shade
|
||||
channel-type.hdpowerview.shade-command.command.option.IDENTIFY = Identify
|
||||
|
|
Loading…
Reference in New Issue