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,30 @@
|
||||
# binding
|
||||
|
||||
binding.yioremote.name = YIOremote Binding
|
||||
binding.yioremote.description = This is the binding for YIOremote.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.yioremote.yioRemoteDock.label = YIO Remote Dock
|
||||
thing-type.yioremote.yioRemoteDock.description = YIOremote Dock Binding Thing
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.yioremote.yioRemoteDock.accessToken.label = Access Token
|
||||
thing-type.config.yioremote.yioRemoteDock.accessToken.description = The authentication token for the access currently 0
|
||||
thing-type.config.yioremote.yioRemoteDock.host.label = Network Address
|
||||
thing-type.config.yioremote.yioRemoteDock.host.description = Network address of the YIO Remote Dock
|
||||
|
||||
# channel group types
|
||||
|
||||
channel-group-type.yioremote.input.label = Inputs
|
||||
channel-group-type.yioremote.input.description = The channels used for Input
|
||||
channel-group-type.yioremote.output.label = Outputs
|
||||
channel-group-type.yioremote.output.description = The channels used for Output
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.yioremote.receiverswitch.label = Receiver Switch
|
||||
channel-type.yioremote.receiverswitch.description = The switch to enable disable the IR receiving diode/function
|
||||
channel-type.yioremote.status.label = Status
|
||||
channel-type.yioremote.status.description = The status of the YIO Dock. If the reciever is on than the recognized IR code will be displayed otherwise the IR send status is displayed of the last IR code send.
|
||||
Reference in New Issue
Block a user