Skip to content

Commit

Permalink
[hue] Fixed German translations for motion sensor (openhab#9687)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <[email protected]>
  • Loading branch information
cweitkamp authored and thinkingstone committed Nov 7, 2021
1 parent 4dbcefd commit d89a227
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
<label>Sensor ID</label>
<description>The identifier that is used within the hue bridge.</description>
</parameter>
<parameter name="on" type="boolean">
<label>Sensor Status</label>
<description>Enables or disables the sensor.</description>
</parameter>
<parameter name="ledindication" type="boolean">
<label>LED Indication</label>
<description>Turns device LED during normal operation on or off. Devices might still indicate exceptional operation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,14 @@ thing-type.config.hue.0106.tholddark.label = Dunkel-Schwellwert
thing-type.config.hue.0106.tholddark.description = Zeigt den Dunkel-Schwellwert an.
thing-type.config.hue.0106.tholdoffset.label = Hell-Schwellwert
thing-type.config.hue.0106.tholdoffset.description = Zeigt den Hell-Schwellwert an.
thing-type.config.hue.0107.sensorId.label = ID des Sensors
thing-type.config.hue.0107.sensorId.description = ID zur Identifikation des Sensors.
thing-type.config.hue.0107.on.label = Sensor Status
thing-type.config.hue.0107.on.description = Aktiviert oder deaktiviert den Sensor.
thing-type.config.hue.0107.ledindication.label = LED-Anzeige
thing-type.config.hue.0107.ledindication.description = Aktiviert oder deaktiviert die LED-Anzeige des Sensors.
thing-type.config.hue.0107.sensitivity.label = Empfindlichkeit
thing-type.config.hue.0107.sensitivity.description = Zeigt die Empfindlichkeit an.
thing-type.config.hue.0107.sensitivitymax.label = Maximale Empfindlichkeit
thing-type.config.hue.0107.sensitivitymax.description = Zeigt die maximale Empfindlichkeit an.
thing-type.config.hue.presencesensor.sensorId.label = ID des Sensors
thing-type.config.hue.presencesensor.sensorId.description = ID zur Identifikation des Sensors.
thing-type.config.hue.presencesensor.ledindication.label = LED-Anzeige
thing-type.config.hue.presencesensor.ledindication.description = Aktiviert oder deaktiviert die LED-Anzeige des Sensors.
thing-type.config.hue.presencesensor.sensitivity.label = Empfindlichkeit
thing-type.config.hue.presencesensor.sensitivity.description = Zeigt die Empfindlichkeit an.
thing-type.config.hue.presencesensor.sensitivitymax.label = Maximale Empfindlichkeit
thing-type.config.hue.presencesensor.sensitivitymax.description = Zeigt die maximale Empfindlichkeit an.
thing-type.config.hue.0302.sensorId.label = ID des Sensors
thing-type.config.hue.0302.sensorId.description = ID zur Identifikation des Sensors.
thing-type.config.hue.0302.on.label = Sensor Status
Expand Down

0 comments on commit d89a227

Please sign in to comment.