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,18 @@
|
||||
# binding
|
||||
|
||||
binding.dlinksmarthome.name = D-Link Smart Home Binding
|
||||
binding.dlinksmarthome.description = This is the binding for D-Link Smart Home devices
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.dlinksmarthome.DCH-S150.label = Motion Sensor
|
||||
thing-type.dlinksmarthome.DCH-S150.description = D-Link DCH-S150 WiFi motion sensor
|
||||
thing-type.dlinksmarthome.DCH-S150.channel.motion.label = Motion Detected
|
||||
thing-type.dlinksmarthome.DCH-S150.channel.motion.description = Triggered when the sensor detects motion
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.dlinksmarthome.DCH-S150.ipAddress.label = Hostname or IP
|
||||
thing-type.config.dlinksmarthome.DCH-S150.ipAddress.description = Hostname or IP of the device.
|
||||
thing-type.config.dlinksmarthome.DCH-S150.pin.label = PIN Code
|
||||
thing-type.config.dlinksmarthome.DCH-S150.pin.description = PIN code from the back of the device.
|
||||
Reference in New Issue
Block a user