From: Christoph Weitkamp Date: Thu, 11 Nov 2021 20:16:54 +0000 (+0100) Subject: Added missing translations for command options (#11564) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=34cf1b98994129392ad5264c4a5b7930634f0e22;p=openhab-addons.git Added missing translations for command options (#11564) Signed-off-by: Christoph Weitkamp --- 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 c858cde0bd..b8fbf06f0d 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