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,33 @@
|
||||
# binding
|
||||
|
||||
binding.somfymylink.name = Somfy MyLink Binding
|
||||
binding.somfymylink.description = This is the binding for Somfy MyLink.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.somfymylink.mylink.label = Somfy MyLink
|
||||
thing-type.somfymylink.mylink.description = Somfy MyLink bridge enabling communication with Somfy devices
|
||||
thing-type.somfymylink.scene.label = Somfy Scene
|
||||
thing-type.somfymylink.scene.description = Scene control
|
||||
thing-type.somfymylink.shade.label = Somfy Shade
|
||||
thing-type.somfymylink.shade.description = Controls shades
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.somfymylink.mylink.ipAddress.label = IP or Hostname
|
||||
thing-type.config.somfymylink.mylink.ipAddress.description = The IP or hostname of the Somfy MyLink
|
||||
thing-type.config.somfymylink.mylink.systemId.label = System Id
|
||||
thing-type.config.somfymylink.mylink.systemId.description = The system id of the My Link bridge. This can be found in the integration settings on your My Link app
|
||||
thing-type.config.somfymylink.scene.sceneId.label = Scene ID
|
||||
thing-type.config.somfymylink.scene.sceneId.description = Address of scene in the Somfy system
|
||||
thing-type.config.somfymylink.shade.targetId.label = Target ID
|
||||
thing-type.config.somfymylink.shade.targetId.description = Address of shade in the Somfy system
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.somfymylink.button.label = Scene button
|
||||
channel-type.somfymylink.button.description = Button to trigger a scene or rule
|
||||
channel-type.somfymylink.scenelist.label = Scene List
|
||||
channel-type.somfymylink.scenelist.description = Comma-separated list of scenes of form sceneId=sceneName
|
||||
channel-type.somfymylink.shadeControl.label = Control
|
||||
channel-type.somfymylink.shadeControl.description = Device control (UP, DOWN, MY/STOP, closure 0-100%)
|
||||
Reference in New Issue
Block a user