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,29 @@
|
||||
# binding
|
||||
|
||||
binding.webthing.name = WebThing Binding
|
||||
binding.webthing.description = The WebThing binding supports an interface to remote devices implementing the Web Thing API.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.webthing.generic.label = WebThing
|
||||
thing-type.webthing.generic.description = The WebThing to be connected
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.webthing.generic.webThingURI.label = URI
|
||||
thing-type.config.webthing.generic.webThingURI.description = The URI of the WebThing to be connected. E.g. the URI of a web-connected MotionSensor or a URI of a web-connected Display
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.webthing.color.label = Webthing Binding Channel
|
||||
channel-type.webthing.color.description = Color channel for Webthing Binding
|
||||
channel-type.webthing.contact.label = Webthing Binding Channel
|
||||
channel-type.webthing.contact.description = Contact channel for Webthing Binding
|
||||
channel-type.webthing.dimmer.label = Webthing Binding Channel
|
||||
channel-type.webthing.dimmer.description = Dimmer channel for Webthing Binding
|
||||
channel-type.webthing.number.label = Webthing Binding Channel
|
||||
channel-type.webthing.number.description = Number channel for Webthing Binding
|
||||
channel-type.webthing.string.label = Webthing Binding Channel
|
||||
channel-type.webthing.string.description = String channel for Webthing Binding
|
||||
channel-type.webthing.switch.label = Webthing Binding Channel
|
||||
channel-type.webthing.switch.description = Switch channel for Webthing Binding
|
||||
Reference in New Issue
Block a user