Add default translations for binding add-ons (#11760)

* Add default translations for binding add-ons

This makes the texts used by these add-ons translatable with Crowdin.

To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file.
We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications.

There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged.

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-12-15 18:40:21 +01:00
committed by GitHub
parent 05e782ec1a
commit 07a1976c81
234 changed files with 33234 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
# binding
binding.heliosventilation.name = HeliosVentilation Binding
binding.heliosventilation.description = This is the binding for Helios Ventilation Systems KWL EC 200/300/500 Pro. It requires a connection to the RS485 bus used by the original remote controls KWL-FB (9417).
# thing types
thing-type.heliosventilation.ventilation.label = HeliosVentilation (KWL)
thing-type.heliosventilation.ventilation.description = A domestic ventilation system (KWL) from Helios.
# thing types config
thing-type.config.heliosventilation.ventilation.pollPeriod.label = Poll Period
thing-type.config.heliosventilation.ventilation.pollPeriod.description = The poll period in seconds use 0 for no polling.
thing-type.config.heliosventilation.ventilation.serialPort.label = RS485 Interface Serial Port
thing-type.config.heliosventilation.ventilation.serialPort.description = The serial port name for the RS485 interfaces. Valid values are e.g. COM1 for Windows and /dev/ttyS0 or /dev/ttyUSB0 for Linux.
# channel types
channel-type.heliosventilation.adjust_interval.label = Adjust Interval
channel-type.heliosventilation.bypass_temperature.label = Cell Bypass Temperature
channel-type.heliosventilation.bypass_temperature.description = Bypass temperature to disable the bypass function if outside temperature is below this threshold even if ventilation system is in summer mode.
channel-type.heliosventilation.cascade_mode.label = Cascaded ventilation system
channel-type.heliosventilation.co2_state.label = CO2 Control
channel-type.heliosventilation.co2_state.description = Control the ventilation system by CO2 sensor.
channel-type.heliosventilation.dc_fan_extract.label = Extract Fan
channel-type.heliosventilation.dc_fan_extract.description = Speed of the extract air fan (outgoing air).
channel-type.heliosventilation.dc_fan_supply.label = Supply Fan
channel-type.heliosventilation.dc_fan_supply.description = Speed of the supply air fan (incoming air).
channel-type.heliosventilation.extract_temperature.label = Extract Temperature
channel-type.heliosventilation.extract_temperature.description = Temperature measured in the extract (indoor, room temperature) air flow.
channel-type.heliosventilation.fanspeed.label = Fanspeed
channel-type.heliosventilation.hysteresis.label = Hysteresis
channel-type.heliosventilation.hysteresis.description = Hysteresis on defroster temperature.
channel-type.heliosventilation.maintenance_interval.label = Maintenance Interval
channel-type.heliosventilation.max_fanspeed.label = Maximum Fanspeed
channel-type.heliosventilation.min_fanspeed.label = Minimal Fanspeed
channel-type.heliosventilation.outgoing_temperature.label = Outgoing Temperature
channel-type.heliosventilation.outgoing_temperature.description = Temperature measured in the outgoing air flow.
channel-type.heliosventilation.outside_temperature.label = Outside Temperature
channel-type.heliosventilation.outside_temperature.description = Temperature measured in the outdoor air flow.
channel-type.heliosventilation.power_state.label = Power
channel-type.heliosventilation.power_state.description = State of the ventilation system.
channel-type.heliosventilation.preheat_temperature.label = Preheat Temperature
channel-type.heliosventilation.preheat_temperature.description = Set temperature for preheater.
channel-type.heliosventilation.radiator_type.label = Water radiator
channel-type.heliosventilation.radiator_type.description = Ventilation system with water radiator (ON) or electric radiator (OFF).
channel-type.heliosventilation.rh_level_auto.label = Auto Humidity level
channel-type.heliosventilation.rh_limit.label = RH Limit
channel-type.heliosventilation.rh_limit.description = Limit for relative humidity sensor.
channel-type.heliosventilation.rh_state.label = Humidity Control
channel-type.heliosventilation.rh_state.description = Control the ventilation system by humidity sensor.
channel-type.heliosventilation.set_temperature.label = Temperature
channel-type.heliosventilation.set_temperature.description = Set temperature for the supply air. Not used in all ventilation systems.
channel-type.heliosventilation.supply_stop_temperature.label = Supply Stop Temperature
channel-type.heliosventilation.supply_stop_temperature.description = Stop the supply fan if outside temperature is below this threshold.
channel-type.heliosventilation.supply_temperature.label = Supply Temperature
channel-type.heliosventilation.supply_temperature.description = Temperature measured in the supply (incoming) air flow.
channel-type.heliosventilation.switch_type.label = Boost switch
channel-type.heliosventilation.switch_type.description = External switch is used for boost (ON) or fireplace (OFF).
channel-type.heliosventilation.winter_state.label = Winter Mode
channel-type.heliosventilation.winter_state.description = Ventilation system is in winter mode and will not use bypass for cooling. If OFF, the bypass function will be used for cooling if the outside temperature is above the Cell Bypass Temperature.