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,27 @@
|
||||
# binding
|
||||
|
||||
binding.lirc.name = LIRC Binding
|
||||
binding.lirc.description = The LIRC binding allows transmission and receipt of standard infrared remote control signals via a LIRC server.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.lirc.bridge.label = LIRC Server
|
||||
thing-type.lirc.bridge.description = The LIRC Server Bridge.
|
||||
thing-type.lirc.remote.label = Remote Control
|
||||
thing-type.lirc.remote.description = An IR remote control
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.lirc.bridge.host.label = Hostname
|
||||
thing-type.config.lirc.bridge.host.description = The host of the LIRC server
|
||||
thing-type.config.lirc.bridge.portNumber.label = Port
|
||||
thing-type.config.lirc.bridge.portNumber.description = The port number the LIRC server is listening to.
|
||||
thing-type.config.lirc.remote.remote.label = Remote Name
|
||||
thing-type.config.lirc.remote.remote.description = The name of the remote as configured in LIRC
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.lirc.event.label = Button Event
|
||||
channel-type.lirc.event.description = Triggers whenever a button is pressed
|
||||
channel-type.lirc.transmit.label = Transmit Command
|
||||
channel-type.lirc.transmit.description = Used to transmit IR commands
|
||||
Reference in New Issue
Block a user