]> git.basschouten.com Git - openhab-addons.git/commitdiff
[mffan] Regenerate the i18n file (#16931)
authorlolodomo <lg.hc@free.fr>
Mon, 24 Jun 2024 07:23:07 +0000 (09:23 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jun 2024 07:23:07 +0000 (09:23 +0200)
Add few missing entries

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.mffan/src/main/resources/OH-INF/i18n/mffan.properties

index 0542a6d46543fa1e685b6e3b0aa198254f55b2ae..b9f56cd8a48628a86b3f5825ac8eed9167e5ff38 100644 (file)
@@ -1,16 +1,28 @@
+# add-on
+
+addon.mffan.name = Modern Forms Fan Binding
+addon.mffan.description = This is the binding for "Modern Forms", and "WAC Lighting" smart ceiling fans.
+
+# thing types
 
 thing-type.mffan.mffan.label = Modern Forms Fan
 thing-type.mffan.mffan.description = Modern Forms and WAC Lighting Smart Ceiling Fans
 
+# thing types config
+
 thing-type.config.mffan.mffan.ipAddress.label = IP or Host
 thing-type.config.mffan.mffan.ipAddress.description = IP address or host name of the fan.
 thing-type.config.mffan.mffan.pollingPeriod.label = Refresh Interval
 thing-type.config.mffan.mffan.pollingPeriod.description = Interval the device is polled in seconds.
 
-channel-type.mffan.fan-on.label = Fan
-channel-type.mffan.fan-on.description = Fan on/off
-
+# channel types
 
+channel-type.mffan.fan-direction.label = Fan Direction
+channel-type.mffan.fan-direction.description = The fan's direction of rotation: Forward (Summer), Reverse (Winter).
+channel-type.mffan.fan-direction.state.option.forward = Forward
+channel-type.mffan.fan-direction.state.option.reverse = Reverse
+channel-type.mffan.fan-on.label = Fan
+channel-type.mffan.fan-on.description = Fan on/off.
 channel-type.mffan.fan-speed.label = Fan Speed
 channel-type.mffan.fan-speed.description = The fan's rotational rate.
 channel-type.mffan.fan-speed.state.option.1 = Speed 1
@@ -19,29 +31,14 @@ channel-type.mffan.fan-speed.state.option.3 = Speed 3
 channel-type.mffan.fan-speed.state.option.4 = Speed 4
 channel-type.mffan.fan-speed.state.option.5 = Speed 5
 channel-type.mffan.fan-speed.state.option.6 = Speed 6
-
-channel-type.mffan.fan-direction.label = Fan Direction
-channel-type.mffan.fan-direction.description = The fan's direction of rotation: Forward (Summer), Reverse (Winter).
-channel-type.mffan.fan-direction.state.option.forward = Forward
-channel-type.mffan.fan-direction.state.option.reverse = Reverse
-
-channel-type.mffan.wind-on.label = Wind
-channel-type.mffan.wind-on.description = Wind (sometimes referred to as "Breeze Mode") on/off.
-
+channel-type.mffan.light-intensity.label = Light Intensity
+channel-type.mffan.light-intensity.description = The light intensity.
+channel-type.mffan.light-on.label = Light
+channel-type.mffan.light-on.description = Light on/off.
 channel-type.mffan.wind-level.label = Wind Level
 channel-type.mffan.wind-level.description = The amount of the wind being produced.
 channel-type.mffan.wind-level.state.option.1 = Level 1
 channel-type.mffan.wind-level.state.option.2 = Level 2
 channel-type.mffan.wind-level.state.option.3 = Level 3
-
-channel-type.mffan.light-on.label = Light
-channel-type.mffan.light-on.description = Light on/off.
-
-channel-type.mffan.light-intensity.label = Light Intensity
-channel-type.mffan.light-intensity.description = The light intensity.
-
-
-
-
-
-
+channel-type.mffan.wind-on.label = Wind
+channel-type.mffan.wind-on.description = Wind (sometimes referred to as "Breeze Mode") on/off.