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,27 @@
# binding
binding.elerotransmitterstick.name = Elero Transmitter Stick Binding
binding.elerotransmitterstick.description = This is the binding for Elero Transmitter Sticks.
# thing types
thing-type.elerotransmitterstick.elerochannel.label = Elero Channel
thing-type.elerotransmitterstick.elerochannel.description = One of the 15 elero channels available on an Elero Transmitter Stick.
thing-type.elerotransmitterstick.elerostick.label = Elero Transmitter Stick
thing-type.elerotransmitterstick.elerostick.description = Thing for an Elero Transmitter Stick
# thing types config
thing-type.config.elerotransmitterstick.elerochannel.channelId.label = Channel ID
thing-type.config.elerotransmitterstick.elerochannel.channelId.description = The id of this channel.
thing-type.config.elerotransmitterstick.elerostick.portName.label = Port Name
thing-type.config.elerotransmitterstick.elerostick.portName.description = The name of the port to which the Elero Transmitter Stick is connected.
thing-type.config.elerotransmitterstick.elerostick.updateInterval.label = Update Interval
thing-type.config.elerotransmitterstick.elerostick.updateInterval.description = The number of seconds to wait before requesting the status of the elero channels from the Elero Transmitter Stick.
# channel types
channel-type.elerotransmitterstick.control.label = Control
channel-type.elerotransmitterstick.control.description = Allows to control the devices connected to this elero channel or group by sending UP, DOWN, STOP commands.
channel-type.elerotransmitterstick.status.label = Status
channel-type.elerotransmitterstick.status.description = Read only channel providing the current status of this elero channel or group.