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,25 @@
# binding
binding.vektiva.name = Vektiva Binding
binding.vektiva.description = This is the binding for Vektiva products controlled by local API.
# thing types
thing-type.vektiva.smarwi.label = Vektiva Smarwi Thing
thing-type.vektiva.smarwi.description = Smarwi thing for Vektiva Binding
# thing types config
thing-type.config.vektiva.smarwi.ip.label = Smarwi IP Address
thing-type.config.vektiva.smarwi.ip.description = IP address of the Smarwi thing on the local network.
thing-type.config.vektiva.smarwi.refreshInterval.label = Refresh Interval
thing-type.config.vektiva.smarwi.refreshInterval.description = The refresh interval to poll Smarwi thing (in s).
thing-type.config.vektiva.smarwi.useWebSockets.label = Use WebSockets Feature for Faster State Update.
thing-type.config.vektiva.smarwi.useWebSockets.description = Enable web sockets technology. FW 203.2.4+ required
# channel types
channel-type.vektiva.control.label = Control
channel-type.vektiva.control.description = Control channel for Smarwi thing.
channel-type.vektiva.status.label = Status
channel-type.vektiva.status.description = Status of the Smarwi device (Stopped, Moving, Not ready, Blocked).