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,48 @@
|
||||
# binding
|
||||
|
||||
binding.upb.name = UPB Binding
|
||||
binding.upb.description = The Universal Powerline Bus (UPB) binding reads and writes messages to and from a UPB modem
|
||||
|
||||
# binding config
|
||||
|
||||
binding.config.upb.networkId.label = Default Network ID for Devices
|
||||
binding.config.upb.networkId.description = The ID of the primary UPB network. May be overridden on a per-device basis.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.upb.generic.label = Generic Powerline Device
|
||||
thing-type.upb.generic.description = A generic device in a UPB network
|
||||
thing-type.upb.leviton-38a00-1.label = Leviton UPB 6-Button Scene Switch
|
||||
thing-type.upb.leviton-38a00-1.description = A wall-mounted panel with six pushbuttons labeled ON, A, B, C, D, and OFF.
|
||||
thing-type.upb.leviton-38a00-1.channel.btnA.label = Scene A
|
||||
thing-type.upb.leviton-38a00-1.channel.btnB.label = Scene B
|
||||
thing-type.upb.leviton-38a00-1.channel.btnC.label = Scene C
|
||||
thing-type.upb.leviton-38a00-1.channel.btnD.label = Scene D
|
||||
thing-type.upb.leviton-38a00-1.channel.btnOff.label = OFF Button
|
||||
thing-type.upb.leviton-38a00-1.channel.btnOn.label = ON Button
|
||||
thing-type.upb.serial-pim.label = Serial PIM
|
||||
thing-type.upb.serial-pim.description = A serial Powerline Interface Module (PIM) is a modem for UPB
|
||||
thing-type.upb.virtual.label = Virtual UPB Device
|
||||
thing-type.upb.virtual.description = This pseudo-device is useful for switching scenes and receiving scene updates. It does not correspond to any physical device on the network.
|
||||
thing-type.upb.virtual.channel.linkActivated.label = Link Activated
|
||||
thing-type.upb.virtual.channel.linkDeactivated.label = Link Deactivated
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.upb.device-address.networkId.label = Network ID
|
||||
thing-type.config.upb.device-address.networkId.description = The ID of the UPB network that the device belongs to
|
||||
thing-type.config.upb.device-address.unitId.label = Unit ID
|
||||
thing-type.config.upb.device-address.unitId.description = The unit ID of the device on the UPB network
|
||||
thing-type.config.upb.serial-pim.port.label = Serial port
|
||||
thing-type.config.upb.serial-pim.port.description = The file name of the serial port to use to communicate with the PIM.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.upb.link.label = Scene
|
||||
channel-type.upb.link.description = Selected scene
|
||||
channel-type.upb.scene-selection.label = Scene Selection Events
|
||||
|
||||
# channel types config
|
||||
|
||||
channel-type.config.upb.scene-selection.linkId.label = Link ID
|
||||
channel-type.config.upb.scene-selection.linkId.description = The link ID or scene number that this channel corresponds to
|
||||
Reference in New Issue
Block a user