diff --git a/bundles/org.openhab.binding.electroluxair/src/main/resources/OH-INF/i18n/electroluxair.properties b/bundles/org.openhab.binding.electroluxair/src/main/resources/OH-INF/i18n/electroluxair.properties new file mode 100644 index 000000000..fca3e6642 --- /dev/null +++ b/bundles/org.openhab.binding.electroluxair/src/main/resources/OH-INF/i18n/electroluxair.properties @@ -0,0 +1,63 @@ +# binding + +binding.electroluxair.name = ElectroluxAir Binding +binding.electroluxair.description = This is the binding for Electrolux Pure A9 Air Purifier. + +# thing types + +thing-type.electroluxair.api.label = Electrolux Delta API +thing-type.electroluxair.api.description = This bridge represents the web API connector. +thing-type.electroluxair.electroluxpurea9.label = ElectroluxAir Pure A9 +thing-type.electroluxair.electroluxpurea9.description = This thing represents the ElectroluxAir Pure A9. + +# thing types config + +thing-type.config.electroluxair.api.password.label = Password +thing-type.config.electroluxair.api.password.description = The password used to login to Electrolux Wellbeing app. +thing-type.config.electroluxair.api.refresh.label = Refresh Interval +thing-type.config.electroluxair.api.refresh.description = Specifies the refresh interval in seconds. +thing-type.config.electroluxair.api.username.label = Username +thing-type.config.electroluxair.api.username.description = The username used to login to Electrolux Wellbeing app. +thing-type.config.electroluxair.electroluxpurea9.deviceId.label = Device Id +thing-type.config.electroluxair.electroluxpurea9.deviceId.description = Unique Id. + +# channel types + +channel-type.electroluxair.co2.label = CO2 +channel-type.electroluxair.co2.description = CarbonDioxide +channel-type.electroluxair.doorOpen.label = Door Status +channel-type.electroluxair.doorOpen.description = Door Status Open/Closed +channel-type.electroluxair.fanSpeed.label = Fan Speed Setting +channel-type.electroluxair.fanSpeed.description = Fan Speed Setting +channel-type.electroluxair.fanSpeed.state.option.1 = Level 1 +channel-type.electroluxair.fanSpeed.state.option.2 = Level 2 +channel-type.electroluxair.fanSpeed.state.option.3 = Level 3 +channel-type.electroluxair.fanSpeed.state.option.4 = Level 4 +channel-type.electroluxair.fanSpeed.state.option.5 = Level 5 +channel-type.electroluxair.fanSpeed.state.option.6 = Level 6 +channel-type.electroluxair.fanSpeed.state.option.7 = Level 7 +channel-type.electroluxair.fanSpeed.state.option.8 = Level 8 +channel-type.electroluxair.fanSpeed.state.option.9 = Level 9 +channel-type.electroluxair.filterLife.label = Filter Life +channel-type.electroluxair.filterLife.description = Filter Life +channel-type.electroluxair.humidity.label = Humidity +channel-type.electroluxair.humidity.description = Humidity +channel-type.electroluxair.ionizer.label = Ionizer Status +channel-type.electroluxair.ionizer.description = Ionizer Status +channel-type.electroluxair.pm1.label = PM1 +channel-type.electroluxair.pm1.description = Particulate Matter 1 (0.001mm) +channel-type.electroluxair.pm10.label = PM10 +channel-type.electroluxair.pm10.description = Particulate Matter 10 (0.01mm) +channel-type.electroluxair.pm2_5.label = PM2.5 +channel-type.electroluxair.pm2_5.description = Particulate Matter 2.5 (0.0025mm) +channel-type.electroluxair.status.label = Current Status +channel-type.electroluxair.status.description = Information on current status. +channel-type.electroluxair.temperature.label = Temperature +channel-type.electroluxair.temperature.description = Temperature +channel-type.electroluxair.tvoc.label = TVOC +channel-type.electroluxair.tvoc.description = Total Volatile Organic Compounds +channel-type.electroluxair.workMode.label = Work Mode Setting +channel-type.electroluxair.workMode.description = Work Mode Setting +channel-type.electroluxair.workMode.state.option.PowerOff = Power Off +channel-type.electroluxair.workMode.state.option.Auto = Automatic +channel-type.electroluxair.workMode.state.option.Manual = Manual