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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,92 @@
# binding
binding.wled.name = WLED Binding
binding.wled.description = This is the binding for WLED
# thing types
thing-type.wled.wled.label = WLED String
thing-type.wled.wled.description = A WLED string of LEDs
# thing types config
thing-type.config.wled.wled.address.label = Address
thing-type.config.wled.wled.address.description = Use this format http://192.168.1.2:80
thing-type.config.wled.wled.pollTime.label = Poll States
thing-type.config.wled.wled.pollTime.description = Time in seconds of how often to fetch the state of the LEDs.
thing-type.config.wled.wled.saturationThreshold.label = Saturation Threshold
thing-type.config.wled.wled.saturationThreshold.description = This feature allows you to specify a number that if the saturation drops below, will trigger white.
thing-type.config.wled.wled.segmentIndex.label = Segment Index
thing-type.config.wled.wled.segmentIndex.description = Leave this as 0 if you are not using segments, otherwise set this to the segment index number that you wish to control.
# channel types
channel-type.wled.fx.label = Effect
channel-type.wled.fx.description = Use the built in FX
channel-type.wled.grouping.label = Grouping
channel-type.wled.grouping.description = How many consecutive LEDs of the same segment will be grouped to the same color
channel-type.wled.intensity.label = FX Intensity
channel-type.wled.intensity.description = Change the intensity of the FX
channel-type.wled.liveOverride.label = Live Override
channel-type.wled.liveOverride.description = Live data override. 0 is off, 1 is override until live data ends, 2 is override until ESP reboot
channel-type.wled.liveOverride.state.option.0 = Off
channel-type.wled.liveOverride.state.option.1 = Override Live
channel-type.wled.liveOverride.state.option.2 = Until Reboot
channel-type.wled.masterControls.label = Master Controls
channel-type.wled.masterControls.description = Allows you to exit FX mode and use the LEDS like a normal light
channel-type.wled.mirror.label = Mirror Effect
channel-type.wled.mirror.description = Mirror the effect for this segment
channel-type.wled.palettes.label = Palettes
channel-type.wled.palettes.description = Change the colours used by the FX
channel-type.wled.playlists.label = Playlists
channel-type.wled.playlists.description = The currently playing play list
channel-type.wled.presetCycle.label = Preset Cycle
channel-type.wled.presetCycle.description = Cycle through the saved presets
channel-type.wled.presetDuration.label = Preset Duration
channel-type.wled.presetDuration.description = Time for how long to show each preset for before moving to the next
channel-type.wled.presets.label = Presets
channel-type.wled.presets.description = Auto rotate or change to a saved preset
channel-type.wled.presets.state.option.1 = Preset 1
channel-type.wled.presets.state.option.2 = Preset 2
channel-type.wled.presets.state.option.3 = Preset 3
channel-type.wled.presets.state.option.4 = Preset 4
channel-type.wled.presets.state.option.5 = Preset 5
channel-type.wled.presets.state.option.6 = Preset 6
channel-type.wled.presets.state.option.7 = Preset 7
channel-type.wled.presets.state.option.8 = Preset 8
channel-type.wled.presets.state.option.9 = Preset 9
channel-type.wled.presets.state.option.10 = Preset 10
channel-type.wled.presets.state.option.11 = Preset 11
channel-type.wled.presets.state.option.12 = Preset 12
channel-type.wled.presets.state.option.13 = Preset 13
channel-type.wled.presets.state.option.14 = Preset 14
channel-type.wled.presets.state.option.15 = Preset 15
channel-type.wled.presets.state.option.16 = Preset 16
channel-type.wled.primaryColor.label = Primary Color
channel-type.wled.primaryColor.description = Allows you to change the primary color used in FX
channel-type.wled.primaryWhite.label = Primary White
channel-type.wled.primaryWhite.description = Changes the brightness of the primary white LED
channel-type.wled.reverse.label = Reverse Direction
channel-type.wled.reverse.description = Reverse the direction of the current segment
channel-type.wled.secondaryColor.label = Secondary Color
channel-type.wled.secondaryColor.description = Allows you to change the secondary color used in FX
channel-type.wled.secondaryWhite.label = Secondary White
channel-type.wled.secondaryWhite.description = Changes the brightness of the secondary white LED
channel-type.wled.segmentBrightness.label = Segment Brightness
channel-type.wled.segmentBrightness.description = Changes the brightness of the whole segment
channel-type.wled.sleep.label = Sleep Timer
channel-type.wled.sleep.description = Fade the level of light and turn off after set time
channel-type.wled.spacing.label = Spacing
channel-type.wled.spacing.description = How many LEDs are turned off and skipped between each group
channel-type.wled.speed.label = FX Speed
channel-type.wled.speed.description = Change the speed of the FX
channel-type.wled.syncReceive.label = Sync Receive
channel-type.wled.syncReceive.description = Allows UDP packets from other WLED lights to control this one.
channel-type.wled.syncSend.label = Sync Send
channel-type.wled.syncSend.description = Sends UDP packets that tell other WLED lights to follow this one.
channel-type.wled.tertiaryColor.label = Tertiary Color
channel-type.wled.tertiaryColor.description = Allows you to change the third color used in FX
channel-type.wled.tertiaryWhite.label = Tertiary White
channel-type.wled.tertiaryWhite.description = Changes the brightness of the third white LED
channel-type.wled.transformTime.label = Transform Time
channel-type.wled.transformTime.description = Time it takes to change/fade from one look to the next.