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:
@@ -0,0 +1,21 @@
|
||||
# binding
|
||||
|
||||
binding.adorne.name = Adorne Binding
|
||||
binding.adorne.description = The Adorne Binding controls Legrand's Adorne Wi-Fi ready switches and outlets.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.adorne.dimmer.label = Adorne Dimmer Switch
|
||||
thing-type.adorne.dimmer.description = Controls an Adorne dimmer switch.
|
||||
thing-type.adorne.hub.label = Adorne Hub
|
||||
thing-type.adorne.hub.description = The Adorne Hub serves as the bridge to control Adorne switches, dimmer switches and outlets.
|
||||
thing-type.adorne.switch.label = Adorne Switch
|
||||
thing-type.adorne.switch.description = Controls an Adorne switch or outlet.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.adorne.dimmer.zoneId.label = Zone ID
|
||||
thing-type.config.adorne.hub.host.label = Host
|
||||
thing-type.config.adorne.hub.host.description = Host name or IP address.
|
||||
thing-type.config.adorne.hub.port.label = Port
|
||||
thing-type.config.adorne.switch.zoneId.label = Zone ID
|
||||
Reference in New Issue
Block a user