From 34cf1b98994129392ad5264c4a5b7930634f0e22 Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Thu, 11 Nov 2021 21:16:54 +0100 Subject: [PATCH] Added missing translations for command options (#11564) Signed-off-by: Christoph Weitkamp --- .../src/main/resources/OH-INF/i18n/deconz.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties index c858cde0b..b8fbf06f0 100644 --- a/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties +++ b/bundles/org.openhab.binding.deconz/src/main/resources/OH-INF/i18n/deconz.properties @@ -99,6 +99,9 @@ thing-type.config.deconz.sensor.lastSeenPolling.description = Interval to poll t channel-type.deconz.alarm.label = Alarm channel-type.deconz.alarm.description = Alarm was triggered. channel-type.deconz.alert.label = Alert +channel-type.deconz.alert.command.option.none = No Alarm +channel-type.deconz.alert.command.option.select = Blinking (short time) +channel-type.deconz.alert.command.option.lselect = Blinking (long time) 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