mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[mffan] Regenerate the i18n file (#16931)
Add few missing entries Signed-off-by: Laurent Garnier <lg.hc@free.fr> Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
parent
2943a0d24f
commit
4cb9730791
@ -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 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-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.
|
||||
|
Loading…
Reference in New Issue
Block a user