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,51 @@
# binding
binding.cbus.name = C-Bus Binding
binding.cbus.description = Clipsal C-Bus Binding
# thing types
thing-type.cbus.cgate.label = CGate Connection
thing-type.cbus.cgate.description = CGate Connection to connect to physical C-Bus Networks
thing-type.cbus.dali.label = DALI Group
thing-type.cbus.dali.description = DALI Group
thing-type.cbus.light.label = Lighting Group
thing-type.cbus.light.description = Lighting Group
thing-type.cbus.network.label = C-Bus Network
thing-type.cbus.network.description = C-Bus Network bridge
thing-type.cbus.temperature.label = Temperature Group
thing-type.cbus.temperature.description = Temperature Group
thing-type.cbus.trigger.label = Trigger Group
thing-type.cbus.trigger.description = Trigger Group
# thing types config
thing-type.config.cbus.cgate.ipAddress.label = CGate Server IP
thing-type.config.cbus.cgate.ipAddress.description = The IP address of the CGate Server.
thing-type.config.cbus.dali.group.label = CBus Group ID
thing-type.config.cbus.dali.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.light.group.label = CBus Group ID
thing-type.config.cbus.light.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.network.id.label = C-Bus Network ID
thing-type.config.cbus.network.id.description = Network number of C-Bus Network.
thing-type.config.cbus.network.project.label = C-Bus Project Name
thing-type.config.cbus.network.project.description = Project name that contains the network.
thing-type.config.cbus.network.syncInterval.label = Network Sync Interval
thing-type.config.cbus.network.syncInterval.description = The interval in seconds between fetching current group states from the network.
thing-type.config.cbus.temperature.group.label = CBus Group ID
thing-type.config.cbus.temperature.group.description = Group number of this Thing on the C-Bus Network.
thing-type.config.cbus.trigger.group.label = CBus Group ID
thing-type.config.cbus.trigger.group.description = Group number of this Thing on the C-Bus Network.
# channel types
channel-type.cbus.dali-channel.label = DALI Channel
channel-type.cbus.dali-channel.description = Group channel for CBus DALI groups
channel-type.cbus.level-channel.label = Level Channel
channel-type.cbus.level-channel.description = Group channel for CBus variable value lighting groups
channel-type.cbus.light-channel.label = Light Channel
channel-type.cbus.light-channel.description = Group channel for CBus on/off lighting groups
channel-type.cbus.temp-channel.label = Temperature
channel-type.cbus.temp-channel.description = Group channel for CBus temperature groups
channel-type.cbus.trigger-channel.label = Trigger Channel
channel-type.cbus.trigger-channel.description = Group channel for CBus trigger groups