Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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
|
||||
thing-type.config.mqtt.cct.oneTriggersNightMode.description = 1% on a slider will trigger the Night Mode.
|
||||
thing-type.config.mqtt.rgb.oneTriggersNightMode.label = 1% Triggers Night Mode
|
||||
thing-type.config.mqtt.rgb.oneTriggersNightMode.description = 1% on a slider will trigger the Night Mode.
|
||||
thing-type.config.mqtt.rgb.powerFailsToMinimum.label = Dimmed on Power Fail
|
||||
thing-type.config.mqtt.rgb.powerFailsToMinimum.description = If lights loose power when soft off, the lights will default back to the minimum brightness.
|
||||
thing-type.config.mqtt.rgbandcct.dimmedCT.label = Dimmed Colour Temp
|
||||
thing-type.config.mqtt.rgbandcct.dimmedCT.description = Traditional globes grow warmer the more they are dimmed. Set this to 370, or leave blank to disable.
|
||||
thing-type.config.mqtt.rgbandcct.favouriteWhite.label = Favourite White
|
||||
thing-type.config.mqtt.rgbandcct.favouriteWhite.description = When a shortcut triggers white mode, use this for the colour white.
|
||||
thing-type.config.mqtt.rgbandcct.oneTriggersNightMode.label = 1% Triggers Night Mode
|
||||
thing-type.config.mqtt.rgbandcct.oneTriggersNightMode.description = 1% on a slider will trigger the Night Mode.
|
||||
thing-type.config.mqtt.rgbandcct.powerFailsToMinimum.label = Dimmed on Power Fail
|
||||
thing-type.config.mqtt.rgbandcct.powerFailsToMinimum.description = If lights loose power, the lights will turn on to the minimum brightness.
|
||||
thing-type.config.mqtt.rgbandcct.whiteHue.label = White Hue
|
||||
thing-type.config.mqtt.rgbandcct.whiteHue.description = When both the whiteHue and whiteSat values are seen by the binding it will trigger the white LEDS.
|
||||
thing-type.config.mqtt.rgbandcct.whiteSat.label = White Saturation
|
||||
thing-type.config.mqtt.rgbandcct.whiteSat.description = When both the whiteHue and whiteSat values are seen by the binding it will trigger the white LEDS.
|
||||
thing-type.config.mqtt.rgbandcct.whiteThreshold.label = White Threshold
|
||||
thing-type.config.mqtt.rgbandcct.whiteThreshold.description = Saturation values at or below this value on a RGBW color control will trigger the white mode. -1 will disable this feature.
|
||||
thing-type.config.mqtt.rgbw.oneTriggersNightMode.label = 1% Triggers Night Mode
|
||||
thing-type.config.mqtt.rgbw.oneTriggersNightMode.description = 1% on a slider will trigger the Night Mode.
|
||||
thing-type.config.mqtt.rgbw.powerFailsToMinimum.label = Dimmed on Power Fail
|
||||
thing-type.config.mqtt.rgbw.powerFailsToMinimum.description = If lights loose power, the lights will turn on to the minimum brightness.
|
||||
thing-type.config.mqtt.rgbw.whiteHue.label = White Hue
|
||||
thing-type.config.mqtt.rgbw.whiteHue.description = When both the whiteHue and whiteSat values are seen by the binding it will trigger the white LEDS.
|
||||
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.
|
||||
Reference in New Issue
Block a user