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,31 @@
# binding
binding.cm11a.name = CM11A Binding
binding.cm11a.description = This is the binding for the X10 Cm11a interface
# thing types
thing-type.cm11a.cm11a.label = CM11a Controller for X10 Devices
thing-type.cm11a.cm11a.description = CM11 is a device that allows control of X10 devices for a computer.
thing-type.cm11a.dimmer.label = X10 Dimmer
thing-type.cm11a.dimmer.description = Controls dimmable loads
thing-type.cm11a.switch.label = X10 Switch
thing-type.cm11a.switch.description = On/off switch
# thing types config
thing-type.config.cm11a.cm11a.refresh.label = Refresh Interval
thing-type.config.cm11a.cm11a.refresh.description = Specifies the refresh interval in seconds.
thing-type.config.cm11a.cm11a.serialPort.label = Serial Port
thing-type.config.cm11a.cm11a.serialPort.description = Serial port used to communicate with the CM11a
thing-type.config.cm11a.dimmer.houseUnitCode.label = X10 House and Unit Code
thing-type.config.cm11a.dimmer.houseUnitCode.description = Address of dimmer in the X10 system
thing-type.config.cm11a.switch.houseUnitCode.label = X10 House and Unit Code
thing-type.config.cm11a.switch.houseUnitCode.description = Address of switch in the X10 system
# channel types
channel-type.cm11a.lightDimmer.label = Light Level
channel-type.cm11a.lightDimmer.description = Increase/decrease the light level
channel-type.cm11a.switchState.label = Switch State
channel-type.cm11a.switchState.description = On/off status of the switch