From 4547bda2d4e8aa21b811af6f75296b8bdf1353ae Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Mon, 4 Jan 2021 18:09:49 +0100 Subject: [PATCH] [hue] Fixed German translations for motion sensor (#9687) Signed-off-by: Christoph Weitkamp --- .../main/resources/OH-INF/config/config.xml | 4 ---- .../resources/OH-INF/i18n/hue_de.properties | 18 ++++++++---------- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/config/config.xml b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/config/config.xml index 5b48a3fe4f2db..71e34113f650c 100644 --- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/config/config.xml +++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/config/config.xml @@ -9,10 +9,6 @@ The identifier that is used within the hue bridge. - - - Enables or disables the sensor. - Turns device LED during normal operation on or off. Devices might still indicate exceptional operation diff --git a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue_de.properties b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue_de.properties index 2b74818df10fc..95344cb0c3ddb 100644 --- a/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue_de.properties +++ b/bundles/org.openhab.binding.hue/src/main/resources/OH-INF/i18n/hue_de.properties @@ -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