[deconz] Added default i18n properties file (#11546)

Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
Christoph Weitkamp 2021-11-08 10:57:57 +01:00 committed by GitHub
parent cde7f75b9c
commit a1f67aadc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 191 additions and 2 deletions

View File

@ -0,0 +1,189 @@
# binding
binding.deconz.name = Dresden Elektronik deCONZ Binding
binding.deconz.description = Allows to use the real-time channel of the deCONZ software for Zigbee sensors and switches. deCONZ is the accompanying software for the Raspbee and Conbee Zigbee dongles from Dresden Elektronik. Is meant to be used together with the HUE binding which makes the lights and plugs available.
# thing types
thing-type.deconz.alarmsensor.label = Alarm Sensor
thing-type.deconz.alarmsensor.description = An alarm sensor
thing-type.deconz.batterysensor.label = Battery Sensor
thing-type.deconz.batterysensor.description = A battery sensor
thing-type.deconz.carbonmonoxidesensor.label = Carbon-monoxide Sensor
thing-type.deconz.colorcontrol.label = Color Controller
thing-type.deconz.colorlight.label = Color Light
thing-type.deconz.colorlight.description = A dimmable light with adjustable color.
thing-type.deconz.colortemperaturelight.label = Color-Temperature Light
thing-type.deconz.colortemperaturelight.description = A dimmable light with adjustable color temperature.
thing-type.deconz.consumptionsensor.label = Consumption Sensor
thing-type.deconz.consumptionsensor.description = A consumption sensor
thing-type.deconz.daylightsensor.label = Daylight Sensor
thing-type.deconz.daylightsensor.description = A daylight sensor
thing-type.deconz.deconz.label = deCONZ
thing-type.deconz.deconz.description = A running deCONZ software instance.
thing-type.deconz.dimmablelight.label = Dimmable Light
thing-type.deconz.dimmablelight.description = A dimmable light.
thing-type.deconz.doorlock.label = Doorlock
thing-type.deconz.doorlock.description = A doorlock that can be locked (ON) or unlocked (OFF).
thing-type.deconz.extendedcolorlight.label = Color Light
thing-type.deconz.extendedcolorlight.description = A dimmable light with adjustable color.
thing-type.deconz.firesensor.label = Fire Sensor
thing-type.deconz.firesensor.description = A fire sensor
thing-type.deconz.humiditysensor.label = Humidity Sensor
thing-type.deconz.humiditysensor.description = A humidity sensor
thing-type.deconz.lightgroup.label = Light Group
thing-type.deconz.lightsensor.label = Light Sensor
thing-type.deconz.lightsensor.description = A light sensor
thing-type.deconz.onofflight.label = On/Off Light
thing-type.deconz.onofflight.description = A light that can be turned on or off.
thing-type.deconz.openclosesensor.label = Open/Close Sensor
thing-type.deconz.openclosesensor.description = A open/close sensor
thing-type.deconz.powersensor.label = Power Sensor
thing-type.deconz.powersensor.description = A power sensor
thing-type.deconz.presencesensor.label = Presence Sensor
thing-type.deconz.presencesensor.description = A Presence sensor
thing-type.deconz.pressuresensor.label = Pressure Sensor
thing-type.deconz.pressuresensor.description = A pressure senor
thing-type.deconz.switch.label = Switch/Button
thing-type.deconz.switch.description = A switch or button
thing-type.deconz.temperaturesensor.label = Temperature Sensor
thing-type.deconz.temperaturesensor.description = A temperature sensor
thing-type.deconz.thermostat.label = Thermostat
thing-type.deconz.thermostat.description = A Thermostat sensor/actor
thing-type.deconz.vibrationsensor.label = Vibration Sensor
thing-type.deconz.vibrationsensor.description = A vibration sensor
thing-type.deconz.warningdevice.label = Warning Device
thing-type.deconz.warningdevice.description = A warning device
thing-type.deconz.waterleakagesensor.label = Water Leakage Sensor
thing-type.deconz.waterleakagesensor.description = A water leakage sensor
thing-type.deconz.windowcovering.label = Window Covering
thing-type.deconz.windowcovering.description = A device to cover windows.
# thing types config
thing-type.config.deconz.bridge.apikey.label = API Key
thing-type.config.deconz.bridge.apikey.description = If no API Key is provided, a new one will be requested. You need to authorize the access on the deCONZ web interface.
thing-type.config.deconz.bridge.host.label = Host Address
thing-type.config.deconz.bridge.host.description = IP address or host name of deCONZ interface.
thing-type.config.deconz.bridge.httpPort.label = HTTP Port
thing-type.config.deconz.bridge.httpPort.description = Port of the deCONZ HTTP interface.
thing-type.config.deconz.bridge.port.label = Websocket Port
thing-type.config.deconz.bridge.port.description = Port of the deCONZ Websocket.
thing-type.config.deconz.bridge.timeout.label = Timeout
thing-type.config.deconz.bridge.timeout.description = Timeout for asynchronous HTTP requests (in milliseconds).
thing-type.config.deconz.colorlight.colormode.label = Color Mode
thing-type.config.deconz.colorlight.colormode.description = Override the default color mode (auto-detect)
thing-type.config.deconz.colorlight.colormode.option.hs = HSB
thing-type.config.deconz.colorlight.colormode.option.xy = XY
thing-type.config.deconz.colorlight.id.label = Device ID
thing-type.config.deconz.colorlight.id.description = The deCONZ bridge assigns an integer number ID to each device.
thing-type.config.deconz.colorlight.transitiontime.label = Transition Time
thing-type.config.deconz.colorlight.transitiontime.description = Time to move between two states. If empty, the default of the device is used. Resolution is 1/10 second.
thing-type.config.deconz.light.id.label = Device ID
thing-type.config.deconz.light.id.description = The deCONZ bridge assigns an integer number ID to each device.
thing-type.config.deconz.light.transitiontime.label = Transition Time
thing-type.config.deconz.light.transitiontime.description = Time to move between two states. If empty, the default of the device is used. Resolution is 1/10 second.
thing-type.config.deconz.lightgroup.colormode.label = Color Mode
thing-type.config.deconz.lightgroup.colormode.description = Override the default color mode (auto-detect)
thing-type.config.deconz.lightgroup.colormode.option.hs = HSB
thing-type.config.deconz.lightgroup.colormode.option.xy = XY
thing-type.config.deconz.lightgroup.id.label = Device ID
thing-type.config.deconz.lightgroup.id.description = The deCONZ bridge assigns an integer number ID to each group.
thing-type.config.deconz.sensor.id.label = Device ID
thing-type.config.deconz.sensor.id.description = The deCONZ bridge assigns an integer number ID to each device.
thing-type.config.deconz.sensor.lastSeenPolling.label = LastSeen Poll Interval
thing-type.config.deconz.sensor.lastSeenPolling.description = Interval to poll the deCONZ Gateway for this sensor's "last_seen" channel. Polling is disabled when set to 0 (default: 1440, once per day).
# channel types
channel-type.deconz.alarm.label = Alarm
channel-type.deconz.alarm.description = Alarm was triggered.
channel-type.deconz.alert.label = Alert
channel-type.deconz.all_on.label = All On
channel-type.deconz.all_on.description = "On" if all lights in this group are "On", otherwise "Off".
channel-type.deconz.any_on.label = Any On
channel-type.deconz.any_on.description = "On" if any light in this group is "On", otherwise "Off".
channel-type.deconz.button.label = Button
channel-type.deconz.button.description = The Button that was last pressed on the switch.
channel-type.deconz.buttonevent.label = Button Trigger
channel-type.deconz.buttonevent.description = This channel is triggered on a button event. The trigger payload consists of the button event number.
channel-type.deconz.carbonmonoxide.label = Carbon-monoxide
channel-type.deconz.carbonmonoxide.description = Carbon-monoxide was detected.
channel-type.deconz.consumption.label = Consumption
channel-type.deconz.consumption.description = Current consumption
channel-type.deconz.ct.label = Color Temperature
channel-type.deconz.ct.description = Controls the color temperature of the light in Kelvin
channel-type.deconz.current.label = Current
channel-type.deconz.current.description = Current current
channel-type.deconz.dark.label = Dark
channel-type.deconz.dark.description = Light level is below the darkness threshold.
channel-type.deconz.daylight.label = Daylight
channel-type.deconz.daylight.description = Light level is above the daylight threshold.
channel-type.deconz.effect.label = Effect Channel
channel-type.deconz.effectSpeed.label = Effect Speed Channel
channel-type.deconz.fire.label = Fire
channel-type.deconz.fire.description = A fire was detected.
channel-type.deconz.gesture.label = Gesture
channel-type.deconz.gesture.description = A gesture that was performed with the switch.
channel-type.deconz.gesture.state.option.0 = None
channel-type.deconz.gesture.state.option.1 = Shake
channel-type.deconz.gesture.state.option.2 = Drop
channel-type.deconz.gesture.state.option.3 = Flip 90
channel-type.deconz.gesture.state.option.4 = Flip 180
channel-type.deconz.gesture.state.option.5 = Push
channel-type.deconz.gesture.state.option.6 = Double Tap
channel-type.deconz.gesture.state.option.7 = Rotate Clockwise
channel-type.deconz.gesture.state.option.8 = Rotate Counter Clockwise
channel-type.deconz.gestureevent.label = Gesture Trigger
channel-type.deconz.gestureevent.description = This channel is triggered on a gesture event. The trigger payload consists of the gesture event number.
channel-type.deconz.heatsetpoint.label = Target Temperature
channel-type.deconz.heatsetpoint.description = Target temperature
channel-type.deconz.humidity.label = Humidity
channel-type.deconz.humidity.description = Current humidity
channel-type.deconz.last_seen.label = Last Seen
channel-type.deconz.last_seen.description = The date and time when the sensor was last seen.
channel-type.deconz.last_seen.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.deconz.last_updated.label = Last Updated
channel-type.deconz.last_updated.description = The date and time when the sensor was last updated.
channel-type.deconz.last_updated.state.pattern = %1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS
channel-type.deconz.light.label = Lightlevel
channel-type.deconz.light.description = A light level
channel-type.deconz.light.state.option.daylight = Daylight
channel-type.deconz.light.state.option.sunset = Sunset
channel-type.deconz.light.state.option.dark = Dark
channel-type.deconz.light_level.label = Light Level
channel-type.deconz.light_level.description = Current light level.
channel-type.deconz.lightlux.label = Illuminance
channel-type.deconz.lightlux.description = Current light illuminance
channel-type.deconz.lock.label = Lock
channel-type.deconz.mode.label = Mode
channel-type.deconz.mode.description = Current mode
channel-type.deconz.mode.state.option.AUTO = auto
channel-type.deconz.mode.state.option.HEAT = heat
channel-type.deconz.mode.state.option.OFF = off
channel-type.deconz.offset.label = Offset
channel-type.deconz.offset.description = Temperature offset
channel-type.deconz.ontime.label = On Time
channel-type.deconz.ontime.description = Time that the light stays on before switched off automatically (0=forever)
channel-type.deconz.open.label = Open/Close
channel-type.deconz.open.description = Open/Close detected
channel-type.deconz.position.label = Position
channel-type.deconz.power.label = Power
channel-type.deconz.power.description = Current power usage
channel-type.deconz.pressure.label = Pressure
channel-type.deconz.pressure.description = Current pressure
channel-type.deconz.scene.label = Recall Scene
channel-type.deconz.tampered.label = Tampered
channel-type.deconz.tampered.description = A zone is being tampered.
channel-type.deconz.temperature.label = Temperature
channel-type.deconz.temperature.description = Current temperature
channel-type.deconz.value.label = Daylight Value
channel-type.deconz.value.description = Dawn is around 130, sunrise at 140, sunset at 190, and dusk at 210
channel-type.deconz.valve.label = Valve position
channel-type.deconz.valve.description = Current valve position
channel-type.deconz.vibration.label = Vibration
channel-type.deconz.vibration.description = Vibration was detected.
channel-type.deconz.voltage.label = Voltage
channel-type.deconz.voltage.description = Current voltage
channel-type.deconz.waterleakage.label = Water Leakage
channel-type.deconz.waterleakage.description = Water leakage detected

View File

@ -15,7 +15,7 @@ channel-type.deconz.ct.description = Steuert die Farbtemperatur des Lichts in Ke
channel-type.deconz.last_updated.label = Letzte Aktualisierung
channel-type.deconz.last_updated.description = Zeit, zu der sich dieser Wert geändert hat.
channel-type.deconz.last_updated.options.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
channel-type.deconz.last_updated.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
channel-type.deconz.last_seen.label = Zuletzt Gesehen
channel-type.deconz.last_seen.description = Zeit, zu der sich dieser Wert geändert hat.
channel-type.deconz.last_seen.options.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
channel-type.deconz.last_seen.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS