From: lolodomo Date: Sat, 4 Jun 2022 21:45:52 +0000 (+0200) Subject: [luxom] Add missing default translations (#12883) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=3de409be750397544e8086c2200d3e049d03a806;p=openhab-addons.git [luxom] Add missing default translations (#12883) Signed-off-by: Laurent Garnier --- diff --git a/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/i18n/luxom.properties b/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/i18n/luxom.properties index 0b7aa475c7..4c8a8c1895 100644 --- a/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/i18n/luxom.properties +++ b/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/i18n/luxom.properties @@ -5,15 +5,21 @@ binding.luxom.description = This is the binding for Luxom bus system (https://ww # thing types -thing-type.luxom.switch.label = Switch -thing-type.luxom.switch.description = Switch type action in Luxom +thing-type.luxom.bridge.label = Luxom Bridge +thing-type.luxom.bridge.description = This bridge represents a Luxom IP-interface (for example a DS-65L). thing-type.luxom.dimmer.label = Dimmer thing-type.luxom.dimmer.description = Dimmer type action in Luxom +thing-type.luxom.switch.label = Switch +thing-type.luxom.switch.description = Switch type action in Luxom # thing types config -thing-type.config.luxom.switch.address.label = Address -thing-type.config.luxom.switch.address.description = Luxom bus address +thing-type.config.luxom.bridge.ipAddress.label = IP or Host Name +thing-type.config.luxom.bridge.ipAddress.description = The IP or host name of the Luxom IP-interface. +thing-type.config.luxom.bridge.port.label = Bridge Port +thing-type.config.luxom.bridge.port.description = Port to communicate with Luxom IP-interface, default 2300. +thing-type.config.luxom.bridge.reconnectInterval.label = Reconnect Interval +thing-type.config.luxom.bridge.reconnectInterval.description = The period in minutes that the handler will wait between connection attempts after disconnect. thing-type.config.luxom.dimmer.address.label = Address thing-type.config.luxom.dimmer.address.description = Luxom bus address thing-type.config.luxom.dimmer.onLevel.label = On Level @@ -22,13 +28,16 @@ thing-type.config.luxom.dimmer.onToLast.label = Turn On To Last Level thing-type.config.luxom.dimmer.onToLast.description = If set to true, dimmer will go to the last non-zero level set when an ON command is received. If the last level cannot be determined, the value of onLevel will be used instead. thing-type.config.luxom.dimmer.stepPercentage.label = Step Value thing-type.config.luxom.dimmer.stepPercentage.description = Step value used for increase/decrease of dimmer brightness, default 5% +thing-type.config.luxom.switch.address.label = Address +thing-type.config.luxom.switch.address.description = Luxom bus address # channel types -channel-type.luxom.button.label = Button -channel-type.luxom.button.description = Pushbutton control for action in Luxom +channel-type.luxom.switchState.label = Switch +channel-type.luxom.switchState.description = Switch control for action in Luxom. # messages + status.awaiting-initial-response = Awaiting initial response status.bridge-configuration-missing = Bridge configuration missing status.connecting = Connecting diff --git a/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/thing/thing-types.xml index 58060d25ea..84e63fcfdb 100644 --- a/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.luxom/src/main/resources/OH-INF/thing/thing-types.xml @@ -6,22 +6,22 @@ - This bridge represents a Luxom IP-interface (for example a DS-65L) + This bridge represents a Luxom IP-interface (for example a DS-65L). network-address - The IP or host name of the Luxom IP-interface + The IP or host name of the Luxom IP-interface. - Port to communicate with Luxom IP-interface, default 2300 + Port to communicate with Luxom IP-interface, default 2300. 2300 true - The period in minutes that the handler will wait between connection attempts after disconnect + The period in minutes that the handler will wait between connection attempts after disconnect. minutes 1 true @@ -33,8 +33,8 @@ - - Luxom Switch + + Switch type action in Luxom @@ -47,12 +47,13 @@ + - Luxom Dimmer + Dimmer type action in Luxom @@ -89,7 +90,7 @@ Switch - Switch control for action in Luxom + Switch control for action in Luxom. Switch veto