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:
@@ -0,0 +1,103 @@
|
||||
# binding
|
||||
|
||||
binding.valloxmv.name = ValloxMV Binding
|
||||
binding.valloxmv.description = Binding for online interface of Vallox ventilation unit
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.valloxmv.valloxmv.label = Vallox Ventilation Unit
|
||||
thing-type.valloxmv.valloxmv.description = Interface to online interface of Vallox ventilation unit
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.valloxmv.valloxmv.ip.label = IP Address
|
||||
thing-type.config.valloxmv.valloxmv.ip.description = IP address or host name of online interface of ventilation unit
|
||||
thing-type.config.valloxmv.valloxmv.updateinterval.label = Update Interval
|
||||
thing-type.config.valloxmv.valloxmv.updateinterval.description = Data update interval in seconds (default: 60s)
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.valloxmv.awayairtemptarget.label = Away Target Temperature
|
||||
channel-type.valloxmv.awayairtemptarget.description = Target temperature in away state
|
||||
channel-type.valloxmv.awayspeedsetting.label = Away Fan Speed
|
||||
channel-type.valloxmv.awayspeedsetting.description = Away fan speed in % (0-100)
|
||||
channel-type.valloxmv.boostairtemptarget.label = Boost Target Temperature
|
||||
channel-type.valloxmv.boostairtemptarget.description = Target temperature in boost state
|
||||
channel-type.valloxmv.boostspeedsetting.label = Boost Fan Speed
|
||||
channel-type.valloxmv.boostspeedsetting.description = Boost fan speed in % (0-100)
|
||||
channel-type.valloxmv.boosttime.label = Boost Timer
|
||||
channel-type.valloxmv.boosttime.description = Boost profile timer value in minutes
|
||||
channel-type.valloxmv.boosttimerenabled.label = Boost Timer Enabled
|
||||
channel-type.valloxmv.boosttimerenabled.description = Timer enabled setting in boost profile
|
||||
channel-type.valloxmv.cellstate.label = Cell State
|
||||
channel-type.valloxmv.cellstate.description = Current cell state
|
||||
channel-type.valloxmv.cellstate.state.option.0 = Heat recovery
|
||||
channel-type.valloxmv.cellstate.state.option.1 = Cool recovery
|
||||
channel-type.valloxmv.cellstate.state.option.2 = Bypass
|
||||
channel-type.valloxmv.cellstate.state.option.3 = Defrosting
|
||||
channel-type.valloxmv.co2.label = CO2
|
||||
channel-type.valloxmv.co2.description = CO2 measurement
|
||||
channel-type.valloxmv.extraairtemptarget.label = Extra Target Temperature
|
||||
channel-type.valloxmv.extraairtemptarget.description = Target temperature in extra profile
|
||||
channel-type.valloxmv.extraextrfan.label = Extra Extract Fan Speed
|
||||
channel-type.valloxmv.extraextrfan.description = Extra profile extract fan speed in % (0-100)
|
||||
channel-type.valloxmv.extrasuppfan.label = Extra Supply Fan Speed
|
||||
channel-type.valloxmv.extrasuppfan.description = Extra profile supply fan speed in % (0-100)
|
||||
channel-type.valloxmv.extratime.label = Extra Timer
|
||||
channel-type.valloxmv.extratime.description = Extra profile timer value in minutes
|
||||
channel-type.valloxmv.extratimerenabled.label = Extra Timer Enabled
|
||||
channel-type.valloxmv.extratimerenabled.description = Timer enabled setting in extra profile
|
||||
channel-type.valloxmv.extrfanbalancebase.label = Extract Fan Base Speed
|
||||
channel-type.valloxmv.extrfanbalancebase.description = Extract fan base speed in % (0-100)
|
||||
channel-type.valloxmv.fanspeed.label = Fan Speed
|
||||
channel-type.valloxmv.fanspeed.description = Fan speed in % (0-100)
|
||||
channel-type.valloxmv.fanspeedextract.label = Fan Speed Extracting
|
||||
channel-type.valloxmv.fanspeedextract.description = Fan speed of extracting fan (1/min)
|
||||
channel-type.valloxmv.fanspeedsupply.label = Fan Speed Supplying
|
||||
channel-type.valloxmv.fanspeedsupply.description = Fan speed of supplying fan (1/min)
|
||||
channel-type.valloxmv.filterchangeddate.label = Last Filter Change
|
||||
channel-type.valloxmv.filterchangeddate.description = Date filter was changed last time
|
||||
channel-type.valloxmv.fireplaceextrfan.label = Fireplace Extract Fan Speed
|
||||
channel-type.valloxmv.fireplaceextrfan.description = Fireplace profile extract fan speed in % (0-100)
|
||||
channel-type.valloxmv.fireplacesuppfan.label = Fireplace Supply Fan Speed
|
||||
channel-type.valloxmv.fireplacesuppfan.description = Fireplace profile supply fan speed in % (0-100)
|
||||
channel-type.valloxmv.fireplacetime.label = Fireplace Timer
|
||||
channel-type.valloxmv.fireplacetime.description = Fireplace profile timer value in minutes
|
||||
channel-type.valloxmv.fireplacetimerenabled.label = Fireplace Timer Enabled
|
||||
channel-type.valloxmv.fireplacetimerenabled.description = Timer enabled setting in fireplace profile
|
||||
channel-type.valloxmv.homeairtemptarget.label = Home Target Temperature
|
||||
channel-type.valloxmv.homeairtemptarget.description = Target temperature in home state
|
||||
channel-type.valloxmv.homespeedsetting.label = Home Fan Speed
|
||||
channel-type.valloxmv.homespeedsetting.description = Home fan speed in % (0-100)
|
||||
channel-type.valloxmv.humidity.label = Humidity
|
||||
channel-type.valloxmv.humidity.description = Current humidity of the air flow exhausting the building.
|
||||
channel-type.valloxmv.onoff.label = On
|
||||
channel-type.valloxmv.onoff.description = Power switch for ventilation unit
|
||||
channel-type.valloxmv.remainingfilterdays.label = Next Filter Change
|
||||
channel-type.valloxmv.remainingfilterdays.description = Days until filter has to be changed
|
||||
channel-type.valloxmv.state.label = State
|
||||
channel-type.valloxmv.state.description = Current state of ventilation unit
|
||||
channel-type.valloxmv.state.state.option.1 = Fireplace
|
||||
channel-type.valloxmv.state.state.option.2 = Away
|
||||
channel-type.valloxmv.state.state.option.3 = At home
|
||||
channel-type.valloxmv.state.state.option.4 = Boost
|
||||
channel-type.valloxmv.suppfanbalancebase.label = Supply Fan Base Speed
|
||||
channel-type.valloxmv.suppfanbalancebase.description = Supply fan base speed in % (0-100)
|
||||
channel-type.valloxmv.tempexhaust.label = Temperature Exhaust
|
||||
channel-type.valloxmv.tempexhaust.description = Current temperature of the air flow exhausting the building.
|
||||
channel-type.valloxmv.tempincoming.label = Temperature Incoming
|
||||
channel-type.valloxmv.tempincoming.description = Current temperature of the air flow incoming to the building.
|
||||
channel-type.valloxmv.tempincomingbeforeheating.label = Temperature Incoming Before Heating
|
||||
channel-type.valloxmv.tempincomingbeforeheating.description = Current temperature of the air flow incoming to the building before heating (if optional heating module included in ventilation unit).
|
||||
channel-type.valloxmv.tempinside.label = Temperature Inside
|
||||
channel-type.valloxmv.tempinside.description = Current temperature inside the building.
|
||||
channel-type.valloxmv.tempoutside.label = Temperature Outside
|
||||
channel-type.valloxmv.tempoutside.description = Current temperature outside the building.
|
||||
channel-type.valloxmv.uptimehours.label = Total Uptime Hours
|
||||
channel-type.valloxmv.uptimehours.description = Total uptime in hours (+ uptime in years = total uptime)
|
||||
channel-type.valloxmv.uptimehourscurrent.label = Current Uptime Hours
|
||||
channel-type.valloxmv.uptimehourscurrent.description = Current uptime in hours
|
||||
channel-type.valloxmv.uptimeyears.label = Total Uptime Years
|
||||
channel-type.valloxmv.uptimeyears.description = Total uptime in years (+ uptime in hours = total uptime)
|
||||
channel-type.valloxmv.weeklytimerenabled.label = Weekly Timer Enabled
|
||||
channel-type.valloxmv.weeklytimerenabled.description = Weekly timer enabled setting
|
||||
Reference in New Issue
Block a user