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,36 @@
# binding
binding.kvv.name = KVV Binding
binding.kvv.description = This is the binding for KVV.
# thing types
thing-type.kvv.bridge.label = KVV Bridge
thing-type.kvv.bridge.description = The KVV bridge connects to the KVV API.
thing-type.kvv.stop.label = KVV Stop
thing-type.kvv.stop.description = Train stop for KVV Binding.
# thing types config
thing-type.config.kvv.bridge.apiKey.label = API key
thing-type.config.kvv.bridge.apiKey.description = API key of the KVV API
thing-type.config.kvv.bridge.maxTrains.label = Maximum Trains Listed
thing-type.config.kvv.bridge.maxTrains.description = Maximum number of trains listed.
thing-type.config.kvv.bridge.updateInterval.label = Update Interval
thing-type.config.kvv.bridge.updateInterval.description = Update interval in seconds.
thing-type.config.kvv.stop.stopId.label = Stop ID
thing-type.config.kvv.stop.stopId.description = ID of the train stop.
# channel group types
channel-group-type.kvv.train.label = KVV Train
channel-group-type.kvv.train.description = This is a single KVV train
# channel types
channel-type.kvv.destination.label = Destination of the train
channel-type.kvv.destination.description = Name of the Train Line
channel-type.kvv.eta.label = Estimated Time Available
channel-type.kvv.eta.description = Time at which the train arrives
channel-type.kvv.name.label = Train Line Name
channel-type.kvv.name.description = Name of the Train Line