Skip to content

Commit e68f9c9

Browse files
authored
[mffan] Regenerate the i18n file (openhab#16931)
Add few missing entries Signed-off-by: Laurent Garnier <[email protected]>
1 parent 21f0a98 commit e68f9c9

File tree

1 file changed

+21
-24
lines changed
  • bundles/org.openhab.binding.mffan/src/main/resources/OH-INF/i18n

1 file changed

+21
-24
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1+
# add-on
2+
3+
addon.mffan.name = Modern Forms Fan Binding
4+
addon.mffan.description = This is the binding for "Modern Forms", and "WAC Lighting" smart ceiling fans.
5+
6+
# thing types
17

28
thing-type.mffan.mffan.label = Modern Forms Fan
39
thing-type.mffan.mffan.description = Modern Forms and WAC Lighting Smart Ceiling Fans
410

11+
# thing types config
12+
513
thing-type.config.mffan.mffan.ipAddress.label = IP or Host
614
thing-type.config.mffan.mffan.ipAddress.description = IP address or host name of the fan.
715
thing-type.config.mffan.mffan.pollingPeriod.label = Refresh Interval
816
thing-type.config.mffan.mffan.pollingPeriod.description = Interval the device is polled in seconds.
917

10-
channel-type.mffan.fan-on.label = Fan
11-
channel-type.mffan.fan-on.description = Fan on/off
12-
18+
# channel types
1319

20+
channel-type.mffan.fan-direction.label = Fan Direction
21+
channel-type.mffan.fan-direction.description = The fan's direction of rotation: Forward (Summer), Reverse (Winter).
22+
channel-type.mffan.fan-direction.state.option.forward = Forward
23+
channel-type.mffan.fan-direction.state.option.reverse = Reverse
24+
channel-type.mffan.fan-on.label = Fan
25+
channel-type.mffan.fan-on.description = Fan on/off.
1426
channel-type.mffan.fan-speed.label = Fan Speed
1527
channel-type.mffan.fan-speed.description = The fan's rotational rate.
1628
channel-type.mffan.fan-speed.state.option.1 = Speed 1
@@ -19,29 +31,14 @@ channel-type.mffan.fan-speed.state.option.3 = Speed 3
1931
channel-type.mffan.fan-speed.state.option.4 = Speed 4
2032
channel-type.mffan.fan-speed.state.option.5 = Speed 5
2133
channel-type.mffan.fan-speed.state.option.6 = Speed 6
22-
23-
channel-type.mffan.fan-direction.label = Fan Direction
24-
channel-type.mffan.fan-direction.description = The fan's direction of rotation: Forward (Summer), Reverse (Winter).
25-
channel-type.mffan.fan-direction.state.option.forward = Forward
26-
channel-type.mffan.fan-direction.state.option.reverse = Reverse
27-
28-
channel-type.mffan.wind-on.label = Wind
29-
channel-type.mffan.wind-on.description = Wind (sometimes referred to as "Breeze Mode") on/off.
30-
34+
channel-type.mffan.light-intensity.label = Light Intensity
35+
channel-type.mffan.light-intensity.description = The light intensity.
36+
channel-type.mffan.light-on.label = Light
37+
channel-type.mffan.light-on.description = Light on/off.
3138
channel-type.mffan.wind-level.label = Wind Level
3239
channel-type.mffan.wind-level.description = The amount of the wind being produced.
3340
channel-type.mffan.wind-level.state.option.1 = Level 1
3441
channel-type.mffan.wind-level.state.option.2 = Level 2
3542
channel-type.mffan.wind-level.state.option.3 = Level 3
36-
37-
channel-type.mffan.light-on.label = Light
38-
channel-type.mffan.light-on.description = Light on/off.
39-
40-
channel-type.mffan.light-intensity.label = Light Intensity
41-
channel-type.mffan.light-intensity.description = The light intensity.
42-
43-
44-
45-
46-
47-
43+
channel-type.mffan.wind-on.label = Wind
44+
channel-type.mffan.wind-on.description = Wind (sometimes referred to as "Breeze Mode") on/off.

0 commit comments

Comments
 (0)