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,32 @@
# binding
binding.dali.name = DALI Binding
binding.dali.description = This is the binding for controlling lights using the Digital Addressable Lighting Interface (DALI).
# thing types
thing-type.dali.daliserver.label = Daliserver
thing-type.dali.daliserver.description = A running daliserver.
thing-type.dali.device.label = DALI Device
thing-type.dali.device.description = Controls a single device/ballast
thing-type.dali.group.label = DALI Group
thing-type.dali.group.description = Controls a group of devices/ballasts
thing-type.dali.rgb.label = DALI RGB Device
thing-type.dali.rgb.description = Controls three DALI devices representing R,G,B lighting channels
# thing types config
thing-type.config.dali.daliserver.host.label = Host Address
thing-type.config.dali.daliserver.host.description = IP address or host name of daliserver.
thing-type.config.dali.daliserver.port.label = TCP Port
thing-type.config.dali.daliserver.port.description = Port of the daliserver TCP interface.
thing-type.config.dali.device.targetId.label = Device ID
thing-type.config.dali.device.targetId.description = Address of the device in the DALI bus
thing-type.config.dali.group.targetId.label = Group ID
thing-type.config.dali.group.targetId.description = Address of the group in the DALI bus
thing-type.config.dali.rgb.targetIdB.label = B Device ID
thing-type.config.dali.rgb.targetIdB.description = Address of the device in the DALI bus
thing-type.config.dali.rgb.targetIdG.label = G Device ID
thing-type.config.dali.rgb.targetIdG.description = Address of the device in the DALI bus
thing-type.config.dali.rgb.targetIdR.label = R Device ID
thing-type.config.dali.rgb.targetIdR.description = Address of the device in the DALI bus