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,54 @@
|
||||
# binding
|
||||
|
||||
binding.feican.name = Feican Binding
|
||||
binding.feican.description = This is the binding for Feican light bulbs.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.feican.bulb.label = Wifi RGBW Bulb
|
||||
thing-type.feican.bulb.description = A dimmable light with changeable colors.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.feican.bulb.ipAddress.label = IP Address
|
||||
thing-type.config.feican.bulb.ipAddress.description = IP Address of the device.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.feican.color.label = Color
|
||||
channel-type.feican.color.description = This channel supports adjusting the color of a light.
|
||||
channel-type.feican.color_temperature.label = Color Temperature
|
||||
channel-type.feican.color_temperature.description = This channel supports adjusting the color temperature from cold (0%) to warm (100%).
|
||||
channel-type.feican.program.label = Program
|
||||
channel-type.feican.program.description = This channel supports setting the bulb to a static, jumping, gradient or flashing light.
|
||||
channel-type.feican.program.state.option.1 = Static red
|
||||
channel-type.feican.program.state.option.2 = Static blue
|
||||
channel-type.feican.program.state.option.3 = Static green
|
||||
channel-type.feican.program.state.option.4 = Static cyan
|
||||
channel-type.feican.program.state.option.5 = Static yellow
|
||||
channel-type.feican.program.state.option.6 = Static purple
|
||||
channel-type.feican.program.state.option.7 = Static white
|
||||
channel-type.feican.program.state.option.8 = Tricolor jump
|
||||
channel-type.feican.program.state.option.9 = 7-color jump
|
||||
channel-type.feican.program.state.option.10 = Tricolor gradient
|
||||
channel-type.feican.program.state.option.11 = 7-color gradient
|
||||
channel-type.feican.program.state.option.12 = Red gradient
|
||||
channel-type.feican.program.state.option.13 = Green gradient
|
||||
channel-type.feican.program.state.option.14 = Blue gradient
|
||||
channel-type.feican.program.state.option.15 = Yellow gradient
|
||||
channel-type.feican.program.state.option.16 = Cyan gradient
|
||||
channel-type.feican.program.state.option.17 = Purple gradient
|
||||
channel-type.feican.program.state.option.18 = White gradient
|
||||
channel-type.feican.program.state.option.19 = Red-Green gradient
|
||||
channel-type.feican.program.state.option.20 = Red-Blue gradient
|
||||
channel-type.feican.program.state.option.21 = Green-Blue gradient
|
||||
channel-type.feican.program.state.option.22 = 7-color flash
|
||||
channel-type.feican.program.state.option.23 = Red flash
|
||||
channel-type.feican.program.state.option.24 = Green flash
|
||||
channel-type.feican.program.state.option.25 = Blue flash
|
||||
channel-type.feican.program.state.option.26 = Yellow flash
|
||||
channel-type.feican.program.state.option.27 = Cyan flash
|
||||
channel-type.feican.program.state.option.28 = Purple flash
|
||||
channel-type.feican.program.state.option.29 = White flash
|
||||
channel-type.feican.program_speed.label = Program Speed
|
||||
channel-type.feican.program_speed.description = Speed of flash and gradient programs from 0 (slow) to 100 (fast).
|
||||
Reference in New Issue
Block a user