Skip to content

Commit

Permalink
[mqtt] Add default translations (openhab#12328)
Browse files Browse the repository at this point in the history
This will allow for translating the MQTT Binding in Crowdin.

Signed-off-by: Wouter Born <github@maindrain.net>
  • Loading branch information
wborn authored and nemerdaud committed Jun 29, 2022
1 parent 41d1cfe commit d874690
Show file tree
Hide file tree
Showing 6 changed files with 300 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# thing types

thing-type.mqtt.cct.label = Milight CCT
thing-type.mqtt.cct.description = Led globe with both cool and warm white controls
thing-type.mqtt.fut089.label = Milight FUT089
thing-type.mqtt.fut089.description = Use this when your remote is the newer 8 group type called FUT089 and your globes are rgb_cct
thing-type.mqtt.fut091.label = Milight FUT091
thing-type.mqtt.fut091.description = Use this when your remote is the newer fut091 and your globes are cct
thing-type.mqtt.rgb.label = Milight RGB
thing-type.mqtt.rgb.description = RGB Globe with no white
thing-type.mqtt.rgb_cct.label = Milight RGBCCT
thing-type.mqtt.rgb_cct.description = Led globe with full Colour, and both cool and warm whites.
thing-type.mqtt.rgbw.label = Milight RGBW
thing-type.mqtt.rgbw.description = RGB Globe with a fixed white

# thing types config

thing-type.config.mqtt.cct.dimmedCT.label = Dimmed Colour Temp
thing-type.config.mqtt.cct.dimmedCT.description = Traditional globes grow warmer the more they are dimmed. Set this to 370, or leave blank to disable.
thing-type.config.mqtt.cct.oneTriggersNightMode.label = 1% Triggers Night Mode
Expand Down Expand Up @@ -30,3 +47,41 @@ thing-type.config.mqtt.rgbw.whiteSat.label = White Saturation
thing-type.config.mqtt.rgbw.whiteSat.description = When both the whiteHue and whiteSat values are seen by the binding it will trigger the white LEDS.
thing-type.config.mqtt.rgbw.whiteThreshold.label = White Threshold
thing-type.config.mqtt.rgbw.whiteThreshold.description = Saturation values at or below this value on a RGBW color control will trigger the white mode. -1 will disable this feature.

# channel types

channel-type.mqtt.bulbMode.label = Bulb Mode
channel-type.mqtt.bulbMode.description = Displays the mode the bulb is currently in.
channel-type.mqtt.bulbMode.state.option.white = white
channel-type.mqtt.bulbMode.state.option.color = color
channel-type.mqtt.bulbMode.state.option.scene = scene
channel-type.mqtt.bulbMode.state.option.night = night
channel-type.mqtt.colour.label = Colour
channel-type.mqtt.colour.description = Allows you to change the colour, brightness and saturation of the globe.
channel-type.mqtt.colourTemperature.label = Colour Temperature
channel-type.mqtt.colourTemperature.description = Change from cool to warm white with this control.
channel-type.mqtt.command.label = Command
channel-type.mqtt.command.description = Send a raw command to the globe/s.
channel-type.mqtt.command.state.option.next_mode = Next Mode
channel-type.mqtt.command.state.option.previous_mode = Previous Mode
channel-type.mqtt.command.state.option.mode_speed_up = Mode Speed Up
channel-type.mqtt.command.state.option.mode_speed_down = Mode Speed Down
channel-type.mqtt.command.state.option.set_white = Set White
channel-type.mqtt.command.state.option.level_down = Level Down
channel-type.mqtt.command.state.option.level_up = Level Up
channel-type.mqtt.command.state.option.temperature_down = Temperature Down
channel-type.mqtt.command.state.option.temperature_up = Temperature Up
channel-type.mqtt.command.state.option.night_mode = Night Mode
channel-type.mqtt.discoMode.label = Disco Mode
channel-type.mqtt.discoMode.description = Switch to a Disco mode directly.
channel-type.mqtt.discoMode.state.option.0 = Disco 0
channel-type.mqtt.discoMode.state.option.1 = Disco 1
channel-type.mqtt.discoMode.state.option.2 = Disco 2
channel-type.mqtt.discoMode.state.option.3 = Disco 3
channel-type.mqtt.discoMode.state.option.4 = Disco 4
channel-type.mqtt.discoMode.state.option.5 = Disco 5
channel-type.mqtt.discoMode.state.option.6 = Disco 6
channel-type.mqtt.discoMode.state.option.7 = Disco 7
channel-type.mqtt.discoMode.state.option.8 = Disco 8
channel-type.mqtt.level.label = Level
channel-type.mqtt.level.description = Level changes the brightness of the globe.
Loading

0 comments on commit d874690

Please sign in to comment.