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,41 @@
|
||||
# binding
|
||||
|
||||
binding.dominoswiss.name = Dominoswiss Binding
|
||||
binding.dominoswiss.description = The Dominoswiss Binding interacts with the Dominoswiss eGate G1 Gateway to control blinds
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.dominoswiss.blind.label = Blind
|
||||
thing-type.dominoswiss.blind.description = Provides various control commands for Dominoswiss receivers
|
||||
thing-type.dominoswiss.egate.label = Dominoswiss EGate Server
|
||||
thing-type.dominoswiss.egate.description = This is a Dominoswiss EGate Server instance.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.dominoswiss.blind.id.label = ID Address
|
||||
thing-type.config.dominoswiss.blind.id.description = Blinds are identified by their ID address
|
||||
thing-type.config.dominoswiss.egate.ipAddress.label = IP or Host Name
|
||||
thing-type.config.dominoswiss.egate.ipAddress.description = The IP or host name of the Dominoswiss EGate Server (192.168.1.100, localhost)
|
||||
thing-type.config.dominoswiss.egate.port.label = Web Port
|
||||
thing-type.config.dominoswiss.egate.port.description = Port interface of the Dominoswiss EGate Server, default 1318
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.dominoswiss.continuousDown.label = Continuous Down
|
||||
channel-type.dominoswiss.continuousDown.description = Send continuous down command to blind
|
||||
channel-type.dominoswiss.continuousUp.label = Continuous Up
|
||||
channel-type.dominoswiss.continuousUp.description = Send continuous up command to blind
|
||||
channel-type.dominoswiss.pulseDown.label = Pulse Down
|
||||
channel-type.dominoswiss.pulseDown.description = Send one pulse down
|
||||
channel-type.dominoswiss.pulseUp.label = Pulse Up
|
||||
channel-type.dominoswiss.pulseUp.description = Send one pulse up
|
||||
channel-type.dominoswiss.shutter.label = Shutter
|
||||
channel-type.dominoswiss.shutter.description = Handle the commands up/down/stop
|
||||
channel-type.dominoswiss.shutterTilt.label = Shutter Tilt Up Down
|
||||
channel-type.dominoswiss.shutterTilt.description = Handle the commands tiltUp/tiltDown/stop
|
||||
channel-type.dominoswiss.stop.label = Stop
|
||||
channel-type.dominoswiss.stop.description = Send stop impulse to stop the blinds
|
||||
channel-type.dominoswiss.tiltDown.label = Tilt Down
|
||||
channel-type.dominoswiss.tiltDown.description = Handle the command for 3 tilts down
|
||||
channel-type.dominoswiss.tiltUp.label = Tilt Up
|
||||
channel-type.dominoswiss.tiltUp.description = Handle the command for 3 tilts up
|
||||
Reference in New Issue
Block a user