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:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,327 @@
# binding
binding.souliss.name = Souliss Binding
binding.souliss.description = This is the binding for Souliss. The Arduino based SmartHome..
# thing types
thing-type.souliss.gateway.label = Gateway
thing-type.souliss.gateway.description = Represents a Souliss Gateway.
thing-type.souliss.t11.label = T11
thing-type.souliss.t11.description = Simple Light
thing-type.souliss.t12.label = T12
thing-type.souliss.t12.description = Simple Light with Auto Mode
thing-type.souliss.t13.label = T13
thing-type.souliss.t13.description = Digital Input
thing-type.souliss.t14.label = T14
thing-type.souliss.t14.description = Pulse Digital Output
thing-type.souliss.t16.label = T16
thing-type.souliss.t16.description = RGB LED Strip
thing-type.souliss.t18.label = T18
thing-type.souliss.t18.description = Simple Light with feedback
thing-type.souliss.t19.label = T19
thing-type.souliss.t19.description = Single Color LED Strip
thing-type.souliss.t1a.label = T1A
thing-type.souliss.t1a.description = Digital input pass through
thing-type.souliss.t1a.channel.eight.label = 8
thing-type.souliss.t1a.channel.five.label = 5
thing-type.souliss.t1a.channel.four.label = 4
thing-type.souliss.t1a.channel.one.label = 1
thing-type.souliss.t1a.channel.seven.label = 7
thing-type.souliss.t1a.channel.six.label = 6
thing-type.souliss.t1a.channel.three.label = 3
thing-type.souliss.t1a.channel.two.label = 2
thing-type.souliss.t21.label = T21
thing-type.souliss.t21.description = Motorized devices with limit switches
thing-type.souliss.t22.label = T22
thing-type.souliss.t22.description = Motorized devices with limit switches and middle position
thing-type.souliss.t31.label = T31
thing-type.souliss.t31.description = Temperature control with cooling and heating mode
thing-type.souliss.t31.channel.fire.label = Fire
thing-type.souliss.t31.channel.mode.label = Mode
thing-type.souliss.t31.channel.setAsMeasured.label = As Measured
thing-type.souliss.t31.channel.system.label = System
thing-type.souliss.t41.label = T41
thing-type.souliss.t41.description = Anti-theft integration (Main)
thing-type.souliss.t41.channel.onOffAlarm.label = Alarm ON/OFF
thing-type.souliss.t41.channel.rearmAlarm.label = Rearm
thing-type.souliss.t41.channel.statusAlarm.label = Alarm Status
thing-type.souliss.t42.label = T42
thing-type.souliss.t42.description = Anti-theft integration (Peer)
thing-type.souliss.t42.channel.onOffAlarm.label = Alarm ON/OFF
thing-type.souliss.t42.channel.rearmAlarm.label = Rearm
thing-type.souliss.t42.channel.statusAlarm.label = Alarm Status
thing-type.souliss.t51.label = T51
thing-type.souliss.t51.description = Floating Point Input
thing-type.souliss.t52.label = T52
thing-type.souliss.t52.description = Temperature measure (-20, +50) °C
thing-type.souliss.t53.label = T53
thing-type.souliss.t53.description = Humidity measure (0, 100) %
thing-type.souliss.t54.label = T54
thing-type.souliss.t54.description = Light Sensor (0, 40) kLux
thing-type.souliss.t55.label = T55
thing-type.souliss.t55.description = Voltage (0, 400) V
thing-type.souliss.t56.label = T56
thing-type.souliss.t56.description = Current (0, 25) A
thing-type.souliss.t57.label = T57
thing-type.souliss.t57.description = Power (0, 6500) W
thing-type.souliss.t58.label = T58
thing-type.souliss.t58.description = Pressure measure (0, 1500) hPa
thing-type.souliss.t61.label = T61
thing-type.souliss.t61.description = Analog setpoint
thing-type.souliss.t62.label = T62
thing-type.souliss.t62.description = Temperature measure (-20, +50) °C
thing-type.souliss.t63.label = T63
thing-type.souliss.t63.description = Humidity measure (0, 100) %
thing-type.souliss.t64.label = T64
thing-type.souliss.t64.description = Light Sensor (0, 40) kLux
thing-type.souliss.t65.label = T65
thing-type.souliss.t65.description = Voltage (0, 400) V
thing-type.souliss.t66.label = T66
thing-type.souliss.t66.description = Current (0, 25) A
thing-type.souliss.t67.label = T67
thing-type.souliss.t67.description = Power (0, 6500) W
thing-type.souliss.t68.label = T68
thing-type.souliss.t68.description = Pressure measure (0, 1500) hPa
thing-type.souliss.topic.label = Action Message
thing-type.souliss.topic.description = Look at: Souliss Wiki, Peer 2 Peer Communication. These are messages published in broadcast from souliss nodes in channels defined by two value: number and variant.
# thing types config
thing-type.config.souliss.gateway.gatewayLanAddress.label = IPV4 Address
thing-type.config.souliss.gateway.gatewayLanAddress.description = LAN Ip address (mandatory)
thing-type.config.souliss.gateway.gatewayPortNumber.label = Gateway Port
thing-type.config.souliss.gateway.gatewayPortNumber.description = Default is 230 UDP.
thing-type.config.souliss.gateway.gatewayWanAddress.label = IPV4 WAN Address
thing-type.config.souliss.gateway.gatewayWanAddress.description = WAN Hostname or Ip in case of external network access
thing-type.config.souliss.gateway.healthyInterval.label = Healthy Interval
thing-type.config.souliss.gateway.healthyInterval.description = Interval in seconds to send nodes healthy.
thing-type.config.souliss.gateway.nodeIndex.label = Node Index
thing-type.config.souliss.gateway.nodeIndex.description = Node Index
thing-type.config.souliss.gateway.pingInterval.label = Ping Interval
thing-type.config.souliss.gateway.pingInterval.description = Interval in seconds to check for device presence.
thing-type.config.souliss.gateway.preferredLocalPortNumber.label = Local Port Number
thing-type.config.souliss.gateway.preferredLocalPortNumber.description = Default port is 23000
thing-type.config.souliss.gateway.sendInterval.label = Send Interval
thing-type.config.souliss.gateway.sendInterval.description = Interval in milliseconds to get packet from binding queue and send it to Souliss. First packet is sent immediately.
thing-type.config.souliss.gateway.subscriptionInterval.label = Subscription Interval
thing-type.config.souliss.gateway.subscriptionInterval.description = Interval in seconds to subscribe Souliss Gateway.
thing-type.config.souliss.gateway.timeoutToRemovePacket.label = Timeout to Remove Packet
thing-type.config.souliss.gateway.timeoutToRemovePacket.description = Interval in milliseconds to remove packet from queue if not yet executed
thing-type.config.souliss.gateway.timeoutToRequeue.label = Timeout to Requeue
thing-type.config.souliss.gateway.timeoutToRequeue.description = Interval in milliseconds to requeue packet in queue if not yet executed
thing-type.config.souliss.gateway.userIndex.label = User Index
thing-type.config.souliss.gateway.userIndex.description = User Index
thing-type.config.souliss.t11.node.label = Node
thing-type.config.souliss.t11.node.description = Node
thing-type.config.souliss.t11.secureSend.label = Secure Send
thing-type.config.souliss.t11.secureSend.description = (conf.parameter: "secureSend")
thing-type.config.souliss.t11.sleep.label = Sleep
thing-type.config.souliss.t11.sleep.description = Set sleep timer in cycles (conf.parameter: "sleep")
thing-type.config.souliss.t11.slot.label = Slot
thing-type.config.souliss.t11.slot.description = Slot
thing-type.config.souliss.t12.node.label = Node
thing-type.config.souliss.t12.node.description = Node
thing-type.config.souliss.t12.secureSend.label = Secure Send
thing-type.config.souliss.t12.sleep.label = Sleep
thing-type.config.souliss.t12.sleep.description = Set sleep timer in cycles
thing-type.config.souliss.t12.slot.label = Slot
thing-type.config.souliss.t12.slot.description = Slot
thing-type.config.souliss.t13.node.label = Node
thing-type.config.souliss.t13.node.description = Node
thing-type.config.souliss.t13.slot.label = Slot
thing-type.config.souliss.t13.slot.description = Slot
thing-type.config.souliss.t14.node.label = Node
thing-type.config.souliss.t14.node.description = Node
thing-type.config.souliss.t14.slot.label = Slot
thing-type.config.souliss.t14.slot.description = Slot
thing-type.config.souliss.t16.node.label = Node
thing-type.config.souliss.t16.node.description = Node
thing-type.config.souliss.t16.secureSend.label = Secure Send
thing-type.config.souliss.t16.sleep.label = Sleep
thing-type.config.souliss.t16.sleep.description = Set sleep timer in cycles
thing-type.config.souliss.t16.slot.label = Slot
thing-type.config.souliss.t16.slot.description = Slot
thing-type.config.souliss.t18.node.label = Node
thing-type.config.souliss.t18.node.description = Node
thing-type.config.souliss.t18.secureSend.label = Secure Send
thing-type.config.souliss.t18.sleep.label = Sleep
thing-type.config.souliss.t18.sleep.description = Set sleep timer in cycles
thing-type.config.souliss.t18.slot.label = Slot
thing-type.config.souliss.t18.slot.description = Slot
thing-type.config.souliss.t19.node.label = Node
thing-type.config.souliss.t19.node.description = Node
thing-type.config.souliss.t19.sleep.label = Sleep
thing-type.config.souliss.t19.sleep.description = Set sleep timer in cycles
thing-type.config.souliss.t19.slot.label = Slot
thing-type.config.souliss.t19.slot.description = Slot
thing-type.config.souliss.t1a.node.label = Node
thing-type.config.souliss.t1a.node.description = Node
thing-type.config.souliss.t1a.slot.label = Slot
thing-type.config.souliss.t1a.slot.description = Slot
thing-type.config.souliss.t21.node.label = Node
thing-type.config.souliss.t21.node.description = Node
thing-type.config.souliss.t21.secureSend.label = Secure Send
thing-type.config.souliss.t21.slot.label = Slot
thing-type.config.souliss.t21.slot.description = Slot
thing-type.config.souliss.t22.node.label = Node
thing-type.config.souliss.t22.node.description = Node
thing-type.config.souliss.t22.secureSend.label = Secure Send
thing-type.config.souliss.t22.slot.label = Slot
thing-type.config.souliss.t22.slot.description = Slot
thing-type.config.souliss.t31.node.label = Node
thing-type.config.souliss.t31.node.description = Node
thing-type.config.souliss.t31.slot.label = Slot
thing-type.config.souliss.t31.slot.description = Slot
thing-type.config.souliss.t41.node.label = Node
thing-type.config.souliss.t41.node.description = Node
thing-type.config.souliss.t41.secureSend.label = Secure Send
thing-type.config.souliss.t41.slot.label = Slot
thing-type.config.souliss.t41.slot.description = Slot
thing-type.config.souliss.t42.node.label = Node
thing-type.config.souliss.t42.node.description = Node
thing-type.config.souliss.t42.secureSend.label = Secure Send
thing-type.config.souliss.t42.slot.label = Slot
thing-type.config.souliss.t42.slot.description = Slot
thing-type.config.souliss.t51.node.label = Node
thing-type.config.souliss.t51.node.description = Node
thing-type.config.souliss.t51.slot.label = Slot
thing-type.config.souliss.t51.slot.description = Slot
thing-type.config.souliss.t52.node.label = Node
thing-type.config.souliss.t52.node.description = Node
thing-type.config.souliss.t52.slot.label = Slot
thing-type.config.souliss.t52.slot.description = Slot
thing-type.config.souliss.t53.node.label = Node
thing-type.config.souliss.t53.node.description = Node
thing-type.config.souliss.t53.slot.label = Slot
thing-type.config.souliss.t53.slot.description = Slot
thing-type.config.souliss.t54.node.label = Node
thing-type.config.souliss.t54.node.description = Node
thing-type.config.souliss.t54.slot.label = Slot
thing-type.config.souliss.t54.slot.description = Slot
thing-type.config.souliss.t55.node.label = Node
thing-type.config.souliss.t55.node.description = Node
thing-type.config.souliss.t55.slot.label = Slot
thing-type.config.souliss.t55.slot.description = Slot
thing-type.config.souliss.t56.node.label = Node
thing-type.config.souliss.t56.node.description = Node
thing-type.config.souliss.t56.slot.label = Slot
thing-type.config.souliss.t56.slot.description = Slot
thing-type.config.souliss.t57.node.label = Node
thing-type.config.souliss.t57.node.description = Node
thing-type.config.souliss.t57.slot.label = Slot
thing-type.config.souliss.t57.slot.description = Slot
thing-type.config.souliss.t58.node.label = Node
thing-type.config.souliss.t58.node.description = Node
thing-type.config.souliss.t58.slot.label = Slot
thing-type.config.souliss.t58.slot.description = Slot
thing-type.config.souliss.t61.node.label = Node
thing-type.config.souliss.t61.node.description = Node
thing-type.config.souliss.t61.slot.label = Slot
thing-type.config.souliss.t61.slot.description = Slot
thing-type.config.souliss.t62.node.label = Node
thing-type.config.souliss.t62.node.description = Node
thing-type.config.souliss.t62.slot.label = Slot
thing-type.config.souliss.t62.slot.description = Slot
thing-type.config.souliss.t63.node.label = Node
thing-type.config.souliss.t63.node.description = Node
thing-type.config.souliss.t63.slot.label = Slot
thing-type.config.souliss.t63.slot.description = Slot
thing-type.config.souliss.t64.node.label = Node
thing-type.config.souliss.t64.node.description = Node
thing-type.config.souliss.t64.slot.label = Slot
thing-type.config.souliss.t64.slot.description = Slot
thing-type.config.souliss.t65.node.label = Node
thing-type.config.souliss.t65.node.description = Node
thing-type.config.souliss.t65.slot.label = Slot
thing-type.config.souliss.t65.slot.description = Slot
thing-type.config.souliss.t66.node.label = Node
thing-type.config.souliss.t66.node.description = Node
thing-type.config.souliss.t66.slot.label = Slot
thing-type.config.souliss.t66.slot.description = Slot
thing-type.config.souliss.t67.node.label = Node
thing-type.config.souliss.t67.node.description = Node
thing-type.config.souliss.t67.slot.label = Slot
thing-type.config.souliss.t67.slot.description = Slot
thing-type.config.souliss.t68.node.label = Node
thing-type.config.souliss.t68.node.description = Node
thing-type.config.souliss.t68.slot.label = Slot
thing-type.config.souliss.t68.slot.description = Slot
thing-type.config.souliss.topic.number.label = Number
thing-type.config.souliss.topic.number.description = Topic Number
thing-type.config.souliss.topic.variant.label = Variant
thing-type.config.souliss.topic.variant.description = Topic Variant
# channel types
channel-type.souliss.ampere.label = Current
channel-type.souliss.ampere.description = Current Ampere
channel-type.souliss.autoMode.label = On/Off Auto Mode
channel-type.souliss.autoMode.description = Switch on/off
channel-type.souliss.button.label = Button
channel-type.souliss.button.description = Button to trigger something
channel-type.souliss.buttonReadOnly.label = Button
channel-type.souliss.buttonReadOnly.description = Button to trigger something
channel-type.souliss.dimmerBrightness.label = Dimmer Brightness
channel-type.souliss.dimmerBrightness.description = The brightness can be set in 16 steps for RGBW/White leds and in 64 steps for RGBWW leds
channel-type.souliss.fan-channel.label = Fan
channel-type.souliss.fan-channel.state.option.AUTO = Auto
channel-type.souliss.fan-channel.state.option.HIGH = High
channel-type.souliss.fan-channel.state.option.MEDIUM = Medium
channel-type.souliss.fan-channel.state.option.LOW = Low
channel-type.souliss.fan-channel.state.option.FANOFF = Powered off
channel-type.souliss.float.label = Value
channel-type.souliss.float.description = Floating Point Input
channel-type.souliss.float6n.label = Setpoint
channel-type.souliss.float6n.description = Floating Point Input
channel-type.souliss.healthy.label = Healthy
channel-type.souliss.healthy.description = Souliss Healthy
channel-type.souliss.humidity.label = Humidity
channel-type.souliss.humidity.description = Current humidity in %
channel-type.souliss.lastMessage.label = Last Message
channel-type.souliss.lastMessage.description = Last Message emitted by the module
channel-type.souliss.lastStatusStored.label = Last Status Stored
channel-type.souliss.lastStatusStored.description = Last Status Store
channel-type.souliss.ledColor.label = Color
channel-type.souliss.ledColor.description = Color of the LED. Bound to a Dimmer to just set the brightness, bind to a Color chooser for the full control and bind to a Switch for turning the led on or off.
channel-type.souliss.lux.label = Illuminance
channel-type.souliss.lux.description = Lux
channel-type.souliss.mode-channel.label = Mode
channel-type.souliss.mode-channel.state.option.COOLING_MODE = Cool
channel-type.souliss.mode-channel.state.option.HEATING_MODE = Heat
channel-type.souliss.onoff.label = On/Off
channel-type.souliss.onoff.description = Switch on/off
channel-type.souliss.power.label = Power
channel-type.souliss.power.description = Current Power
channel-type.souliss.pressure.label = Pressure
channel-type.souliss.pressure.description = Pressure
channel-type.souliss.pulse.label = Pulse
channel-type.souliss.pulse.description = Set
channel-type.souliss.rollerBrightness.label = Roller Brightness
channel-type.souliss.rollerBrightness.description = Brightness Up/Down
channel-type.souliss.rollerShutter.label = Rollershutter
channel-type.souliss.rollerShutter.description = Rollershutter Up/Down
channel-type.souliss.rollerShutterState.label = State
channel-type.souliss.rollerShutterState.description = State of rollershutter/windows
channel-type.souliss.rollerShutterState.state.option.opening = Opening
channel-type.souliss.rollerShutterState.state.option.stop = Stop
channel-type.souliss.rollerShutterState.state.option.closing = Closing
channel-type.souliss.rollerShutterState.state.option.limSwitchOpen = Limit Switch Open
channel-type.souliss.rollerShutterState.state.option.limSwitchClose = Limit Switch Close
channel-type.souliss.rollerShutterState.state.option.stateOpen = Opened
channel-type.souliss.rollerShutterState.state.option.stateClose = Closed
channel-type.souliss.rollerShutterState.state.option.NoLimSwitch = No Limit Switch
channel-type.souliss.setpointTemperature.label = Setpoint Temperature
channel-type.souliss.setpointTemperature.description = Setpoint temperature
channel-type.souliss.sleep.label = Set Timer
channel-type.souliss.sleep.description = The output will be timed for nCYCLES of the Node associated timer
channel-type.souliss.stateOnOff.label = State On/Off
channel-type.souliss.stateOnOff.description = Light on/off
channel-type.souliss.stateOpenClose.label = State Open/Closed
channel-type.souliss.stateOpenClose.description = Contact Open/Closed
channel-type.souliss.temperature.label = Temperature
channel-type.souliss.temperature.description = Current temperature
channel-type.souliss.voltage.label = Voltage
channel-type.souliss.voltage.description = Current Voltage
channel-type.souliss.whiteMode.label = White Mode
channel-type.souliss.whiteMode.description = Switch lamp to white mode