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,62 @@
# binding
binding.wifiled.name = WiFi LED Binding
binding.wifiled.description = Binding for WiFi LED devices. These are known as Magic Home RGBW LED, UFO LED, LED NET controller etc.
# thing types
thing-type.wifiled.wifiled.label = WiFi LED
thing-type.wifiled.wifiled.description = WiFi LED Device
# thing types config
thing-type.config.wifiled.wifiled.driver.label = Device Driver
thing-type.config.wifiled.wifiled.driver.description = The driver used to control the device
thing-type.config.wifiled.wifiled.driver.option.CLASSIC = CLASSIC
thing-type.config.wifiled.wifiled.driver.option.FADING = FADING
thing-type.config.wifiled.wifiled.fadeDurationInMs.label = Fading Duration
thing-type.config.wifiled.wifiled.fadeDurationInMs.description = The duration for the color fading in milliseconds
thing-type.config.wifiled.wifiled.fadeSteps.label = Fading Steps
thing-type.config.wifiled.wifiled.fadeSteps.description = The number of steps used to fade over to the new color
thing-type.config.wifiled.wifiled.ip.label = IP
thing-type.config.wifiled.wifiled.ip.description = IP address or host name of the WIFI LED Controller
thing-type.config.wifiled.wifiled.pollingPeriod.label = Polling Period
thing-type.config.wifiled.wifiled.pollingPeriod.description = Polling period for refreshing the data in s
thing-type.config.wifiled.wifiled.port.label = Port
thing-type.config.wifiled.wifiled.port.description = Used Port of the device
thing-type.config.wifiled.wifiled.protocol.label = Device Protocol
thing-type.config.wifiled.wifiled.protocol.description = The protocol used for communication with the device
thing-type.config.wifiled.wifiled.protocol.option.LD382A = LD382A
thing-type.config.wifiled.wifiled.protocol.option.LD382 = LD382
thing-type.config.wifiled.wifiled.protocol.option.LD686 = LD686
# channel types
channel-type.wifiled.color.label = Color
channel-type.wifiled.power.label = Power
channel-type.wifiled.power.description = Power state
channel-type.wifiled.program.label = Program
channel-type.wifiled.program.state.option.97 = NONE
channel-type.wifiled.program.state.option.37 = Seven Colors Cross Fade
channel-type.wifiled.program.state.option.38 = Red Gradual Change
channel-type.wifiled.program.state.option.39 = Green Gradual Change
channel-type.wifiled.program.state.option.40 = Blue Gradual Change
channel-type.wifiled.program.state.option.41 = Yellow Gradual Change
channel-type.wifiled.program.state.option.42 = Cyan Gradual Change
channel-type.wifiled.program.state.option.43 = Purple Gradual Change
channel-type.wifiled.program.state.option.44 = White Gradual Change
channel-type.wifiled.program.state.option.45 = Red,Green Cross Fade
channel-type.wifiled.program.state.option.46 = Red, Blue Cross Fade
channel-type.wifiled.program.state.option.47 = Green, Blue Cross Fade
channel-type.wifiled.program.state.option.48 = Seven Colors Strobe Flash
channel-type.wifiled.program.state.option.49 = Red Strobe Flash
channel-type.wifiled.program.state.option.50 = Green Strobe Flash
channel-type.wifiled.program.state.option.51 = Blue Strobe Flash
channel-type.wifiled.program.state.option.52 = Yellow Strobe Flash
channel-type.wifiled.program.state.option.53 = Cyan Strobe Flash
channel-type.wifiled.program.state.option.54 = Purple Strobe Flash
channel-type.wifiled.program.state.option.55 = White Strobe Flash
channel-type.wifiled.program.state.option.56 = Seven Colors Jumping Change
channel-type.wifiled.programSpeed.label = Program Speed
channel-type.wifiled.white.label = White
channel-type.wifiled.white2.label = White 2