[hue] Fixed German translations for motion sensor (#9687)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
1f3b0e2865
commit
359c5129e4
|
@ -9,10 +9,6 @@
|
||||||
<label>Sensor ID</label>
|
<label>Sensor ID</label>
|
||||||
<description>The identifier that is used within the hue bridge.</description>
|
<description>The identifier that is used within the hue bridge.</description>
|
||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="on" type="boolean">
|
|
||||||
<label>Sensor Status</label>
|
|
||||||
<description>Enables or disables the sensor.</description>
|
|
||||||
</parameter>
|
|
||||||
<parameter name="ledindication" type="boolean">
|
<parameter name="ledindication" type="boolean">
|
||||||
<label>LED Indication</label>
|
<label>LED Indication</label>
|
||||||
<description>Turns device LED during normal operation on or off. Devices might still indicate exceptional operation
|
<description>Turns device LED during normal operation on or off. Devices might still indicate exceptional operation
|
||||||
|
|
|
@ -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.tholddark.description = Zeigt den Dunkel-Schwellwert an.
|
||||||
thing-type.config.hue.0106.tholdoffset.label = Hell-Schwellwert
|
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.0106.tholdoffset.description = Zeigt den Hell-Schwellwert an.
|
||||||
thing-type.config.hue.0107.sensorId.label = ID des Sensors
|
thing-type.config.hue.presencesensor.sensorId.label = ID des Sensors
|
||||||
thing-type.config.hue.0107.sensorId.description = ID zur Identifikation des Sensors.
|
thing-type.config.hue.presencesensor.sensorId.description = ID zur Identifikation des Sensors.
|
||||||
thing-type.config.hue.0107.on.label = Sensor Status
|
thing-type.config.hue.presencesensor.ledindication.label = LED-Anzeige
|
||||||
thing-type.config.hue.0107.on.description = Aktiviert oder deaktiviert den Sensor.
|
thing-type.config.hue.presencesensor.ledindication.description = Aktiviert oder deaktiviert die LED-Anzeige des Sensors.
|
||||||
thing-type.config.hue.0107.ledindication.label = LED-Anzeige
|
thing-type.config.hue.presencesensor.sensitivity.label = Empfindlichkeit
|
||||||
thing-type.config.hue.0107.ledindication.description = Aktiviert oder deaktiviert die LED-Anzeige des Sensors.
|
thing-type.config.hue.presencesensor.sensitivity.description = Zeigt die Empfindlichkeit an.
|
||||||
thing-type.config.hue.0107.sensitivity.label = Empfindlichkeit
|
thing-type.config.hue.presencesensor.sensitivitymax.label = Maximale Empfindlichkeit
|
||||||
thing-type.config.hue.0107.sensitivity.description = Zeigt die Empfindlichkeit an.
|
thing-type.config.hue.presencesensor.sensitivitymax.description = Zeigt die maximale 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.0302.sensorId.label = ID des Sensors
|
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.sensorId.description = ID zur Identifikation des Sensors.
|
||||||
thing-type.config.hue.0302.on.label = Sensor Status
|
thing-type.config.hue.0302.on.label = Sensor Status
|
||||||
|
|
Loading…
Reference in New Issue