From a5e1767e5fd760f891be4822beb22e8dce8b1ecd Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sat, 28 May 2022 20:46:31 +0200 Subject: [PATCH] [herzborg] Default translations (#12838) Related to #12837 Signed-off-by: Laurent Garnier --- .../resources/OH-INF/i18n/herzborg.properties | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/i18n/herzborg.properties diff --git a/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/i18n/herzborg.properties b/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/i18n/herzborg.properties new file mode 100644 index 000000000..faa7af971 --- /dev/null +++ b/bundles/org.openhab.binding.herzborg/src/main/resources/OH-INF/i18n/herzborg.properties @@ -0,0 +1,46 @@ +# binding + +binding.herzborg.name = Herzborg Binding +binding.herzborg.description = This is the binding for Herzborg smart curtain motors. + +# thing types + +thing-type.herzborg.curtain.label = Herzborg Curtain Motor +thing-type.herzborg.curtain.description = Curtain motor +thing-type.herzborg.serialBus.label = Herzborg Serial Bus +thing-type.herzborg.serialBus.description = RS485 bus + +# thing types config + +thing-type.config.herzborg.curtain.address.label = Address +thing-type.config.herzborg.curtain.address.description = Device address on the bus. +thing-type.config.herzborg.curtain.pollInterval.label = Poll Interval +thing-type.config.herzborg.curtain.pollInterval.description = Poll interval in seconds +thing-type.config.herzborg.serialBus.port.label = Serial Port +thing-type.config.herzborg.serialBus.port.description = Serial port to use, for example /dev/ttyS0 or COM1 + +# channel types + +channel-type.herzborg.extSwitch.label = External Switch +channel-type.herzborg.extSwitch.description = External switch type +channel-type.herzborg.extSwitch.state.option.1 = 2-channel biased +channel-type.herzborg.extSwitch.state.option.2 = 2-channel rocker +channel-type.herzborg.extSwitch.state.option.3 = DC246 +channel-type.herzborg.extSwitch.state.option.4 = single button +channel-type.herzborg.handStart.label = Start By Hand +channel-type.herzborg.handStart.description = Enable or disable start by hand +channel-type.herzborg.hwSwitch.label = HV Switch +channel-type.herzborg.hwSwitch.description = High-voltage switch type (only for EV motor) +channel-type.herzborg.hwSwitch.state.option.0 = 2-channel biased +channel-type.herzborg.hwSwitch.state.option.1 = hotel mode +channel-type.herzborg.hwSwitch.state.option.2 = 2-channel rocker +channel-type.herzborg.mode.label = Mode +channel-type.herzborg.mode.description = Motor mode +channel-type.herzborg.mode.state.option.0 = Stop +channel-type.herzborg.mode.state.option.1 = Open +channel-type.herzborg.mode.state.option.2 = Close +channel-type.herzborg.mode.state.option.3 = Setting +channel-type.herzborg.position.label = Position +channel-type.herzborg.position.description = Curtain position control +channel-type.herzborg.reverse.label = Reverse Motor +channel-type.herzborg.reverse.description = Reverse default motor direction