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,31 @@
|
||||
# binding
|
||||
|
||||
binding.hdanywhere.name = openHAB HDanywhere Binding
|
||||
binding.hdanywhere.description = This is the binding for HDanywhere HDMI Matrices
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.hdanywhere.mhub4k431.label = HDanywhere MHUB4K431 HDMI Matrix
|
||||
thing-type.hdanywhere.mhub4k431.description = Thing for the HDanywhere MHUB4K431 HDMI Matrix
|
||||
thing-type.hdanywhere.multiroomplus.label = HDanywhere Multiroom+ HDMI Matrix
|
||||
thing-type.hdanywhere.multiroomplus.description = Thing for the HDanywhere Multiroom+ HDMI Matrix
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.hdanywhere.mhub4k431.interval.label = Polling Interval
|
||||
thing-type.config.hdanywhere.mhub4k431.interval.description = Interval in seconds to poll the actual state of the Matrix
|
||||
thing-type.config.hdanywhere.mhub4k431.ipAddress.label = Network Address
|
||||
thing-type.config.hdanywhere.mhub4k431.ipAddress.description = Network address of the Matrix
|
||||
thing-type.config.hdanywhere.multiroomplus.interval.label = Polling Interval
|
||||
thing-type.config.hdanywhere.multiroomplus.interval.description = Interval in seconds to poll the actual state of the Matrix
|
||||
thing-type.config.hdanywhere.multiroomplus.ipAddress.label = Network Address
|
||||
thing-type.config.hdanywhere.multiroomplus.ipAddress.description = Network address of the Matrix
|
||||
thing-type.config.hdanywhere.multiroomplus.ports.label = Number of Ports
|
||||
thing-type.config.hdanywhere.multiroomplus.ports.description = Specifies the number of input/output ports on the Matrix, e.g. 4 or 8 if 4x4 or 8x8 version of the Matrix
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.hdanywhere.port.label = Output Port
|
||||
channel-type.hdanywhere.port.description = The port channel allows to set or read the number of the input port that is connected to the output port. Valid values are 1 to 8 depending on the nature of the Matrix, e.g 4x4 8x8 etc
|
||||
channel-type.hdanywhere.port.label = Output Port
|
||||
channel-type.hdanywhere.port.description = The port channel allows to set or read the number of the input port that is connected to the output port. Valid values are 1 to 4
|
||||
Reference in New Issue
Block a user