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,119 @@
|
||||
# binding
|
||||
|
||||
binding.openthermgateway.name = OpenTherm Gateway Binding
|
||||
binding.openthermgateway.description = This is the binding for the OpenTherm Gateway, designed by Schelte Bron. For more information about the OpenTherm Gateway please see http://otgw.tclcode.com/
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.openthermgateway.otgw.label = OpenTherm Gateway
|
||||
thing-type.openthermgateway.otgw.description = OpenTherm Gateway binding
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.openthermgateway.otgw.connectionRetryInterval.label = Connection Retry Interval
|
||||
thing-type.config.openthermgateway.otgw.connectionRetryInterval.description = The interval in seconds to retry connecting (0 = disabled).
|
||||
thing-type.config.openthermgateway.otgw.group.connection.label = Connection
|
||||
thing-type.config.openthermgateway.otgw.group.connection.description = Connection settings.
|
||||
thing-type.config.openthermgateway.otgw.ipaddress.label = Hostname or IP address
|
||||
thing-type.config.openthermgateway.otgw.ipaddress.description = The hostname or IP address to connect to the OpenTherm Gateway.
|
||||
thing-type.config.openthermgateway.otgw.port.label = Port
|
||||
thing-type.config.openthermgateway.otgw.port.description = The port used to connect to the OpenTherm Gateway.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.openthermgateway.airpressfault.label = Air Pressure Fault
|
||||
channel-type.openthermgateway.airpressfault.description = Air pressure fault
|
||||
channel-type.openthermgateway.burnerhours.label = Burner Hours
|
||||
channel-type.openthermgateway.burnerhours.description = Burner hours
|
||||
channel-type.openthermgateway.burnerstarts.label = Burner Starts
|
||||
channel-type.openthermgateway.burnerstarts.description = Burner starts
|
||||
channel-type.openthermgateway.ch2_enable.label = Central Heating 2 Enabled
|
||||
channel-type.openthermgateway.ch2_enable.description = Central heating 2 enabled set at boiler
|
||||
channel-type.openthermgateway.ch2_enableoverride.label = Central Heating 2 Overridden
|
||||
channel-type.openthermgateway.ch2_enableoverride.description = Central heating 2 enabled overridden at OTGW
|
||||
channel-type.openthermgateway.ch2_enablerequested.label = Central Heating 2 Enabled Thermostat
|
||||
channel-type.openthermgateway.ch2_enablerequested.description = Central heating 2 enabled requested by thermostat
|
||||
channel-type.openthermgateway.ch_enable.label = Central Heating Enabled
|
||||
channel-type.openthermgateway.ch_enable.description = Central heating enabled set at boiler
|
||||
channel-type.openthermgateway.ch_enableoverride.label = Central Heating Overridden
|
||||
channel-type.openthermgateway.ch_enableoverride.description = Central heating enabled overridden at OTGW
|
||||
channel-type.openthermgateway.ch_enablerequested.label = Central Heating Enabled Thermostat
|
||||
channel-type.openthermgateway.ch_enablerequested.description = Central heating enabled requested by thermostat
|
||||
channel-type.openthermgateway.ch_mode.label = Central Heating Active
|
||||
channel-type.openthermgateway.ch_mode.description = Central heating active
|
||||
channel-type.openthermgateway.chpumphours.label = Central Heating Pump Hours
|
||||
channel-type.openthermgateway.chpumphours.description = Central heating pump hours
|
||||
channel-type.openthermgateway.chpumpstarts.label = Central Heating Pump Starts
|
||||
channel-type.openthermgateway.chpumpstarts.description = Central heating pump starts
|
||||
channel-type.openthermgateway.controlsetpoint.label = Control Setpoint
|
||||
channel-type.openthermgateway.controlsetpoint.description = Central heating water setpoint set at boiler
|
||||
channel-type.openthermgateway.controlsetpoint2.label = Control Setpoint 2
|
||||
channel-type.openthermgateway.controlsetpoint2.description = Central heating 2 water setpoint set at boiler
|
||||
channel-type.openthermgateway.controlsetpoint2override.label = Control Setpoint 2 Override
|
||||
channel-type.openthermgateway.controlsetpoint2override.description = Central heating 2 water setpoint configured on OTGW
|
||||
channel-type.openthermgateway.controlsetpoint2requested.label = Control Setpoint 2 Requested
|
||||
channel-type.openthermgateway.controlsetpoint2requested.description = Central heating 2 water setpoint requested by Thermostat
|
||||
channel-type.openthermgateway.controlsetpointoverride.label = Control Setpoint Override
|
||||
channel-type.openthermgateway.controlsetpointoverride.description = Central heating water setpoint configured on OTGW
|
||||
channel-type.openthermgateway.controlsetpointrequested.label = Control Setpoint Requested
|
||||
channel-type.openthermgateway.controlsetpointrequested.description = Central heating water setpoint requested by Thermostat
|
||||
channel-type.openthermgateway.dhw_enable.label = Domestic Hot Water Enabled
|
||||
channel-type.openthermgateway.dhw_enable.description = Domestic hot water enabled
|
||||
channel-type.openthermgateway.dhw_mode.label = Domestic Hot Water Active
|
||||
channel-type.openthermgateway.dhw_mode.description = Domestic hot water active
|
||||
channel-type.openthermgateway.dhwburnerhours.label = Domestic Hot Water Burner Hours
|
||||
channel-type.openthermgateway.dhwburnerhours.description = Domestic hot water burner hours
|
||||
channel-type.openthermgateway.dhwburnerstarts.label = Domestic Hot Water Burner Starts
|
||||
channel-type.openthermgateway.dhwburnerstarts.description = Domestic hot water burner starts
|
||||
channel-type.openthermgateway.dhwpvhours.label = Domestic Hot Water Pump/Valve Hours
|
||||
channel-type.openthermgateway.dhwpvhours.description = Domestic hot water pump/valve hours
|
||||
channel-type.openthermgateway.dhwpvstarts.label = Domestic Hot Water Pump/Valve Starts
|
||||
channel-type.openthermgateway.dhwpvstarts.description = Domestic hot water pump/valve starts
|
||||
channel-type.openthermgateway.dhwtemp.label = Domestic Hot Water Temperature
|
||||
channel-type.openthermgateway.dhwtemp.description = Domestic hot water temperature
|
||||
channel-type.openthermgateway.diag.label = Diagnostics Indication
|
||||
channel-type.openthermgateway.diag.description = Diagnostics indication
|
||||
channel-type.openthermgateway.fault.label = Fault Indication
|
||||
channel-type.openthermgateway.fault.description = Fault indication
|
||||
channel-type.openthermgateway.flame.label = Burner Active
|
||||
channel-type.openthermgateway.flame.description = Burner active
|
||||
channel-type.openthermgateway.flowtemp.label = Boiler Water Temperature
|
||||
channel-type.openthermgateway.flowtemp.description = Boiler water temperature
|
||||
channel-type.openthermgateway.gasflamefault.label = Gas Or Flame Fault
|
||||
channel-type.openthermgateway.gasflamefault.description = Gas or flame fault
|
||||
channel-type.openthermgateway.lockout-reset.label = Lockout-Reset Enabled
|
||||
channel-type.openthermgateway.lockout-reset.description = Lockout-reset enabled
|
||||
channel-type.openthermgateway.lowwaterpress.label = Low Water Pressure Fault
|
||||
channel-type.openthermgateway.lowwaterpress.description = Low water pressure fault
|
||||
channel-type.openthermgateway.maxrelmdulevel.label = Maximum Relative Modulation Level
|
||||
channel-type.openthermgateway.maxrelmdulevel.description = Maximum relative modulation level
|
||||
channel-type.openthermgateway.modulevel.label = Relative Modulation Level
|
||||
channel-type.openthermgateway.modulevel.description = Relative modulation level
|
||||
channel-type.openthermgateway.oemfaultcode.label = OEM Fault Code
|
||||
channel-type.openthermgateway.oemfaultcode.description = OEM fault code
|
||||
channel-type.openthermgateway.outsidetemp.label = Outside Temperature
|
||||
channel-type.openthermgateway.outsidetemp.description = Outside temperature
|
||||
channel-type.openthermgateway.overridedhwsetpoint.label = Domestic Hot Water Setpoint Override
|
||||
channel-type.openthermgateway.overridedhwsetpoint.description = Domestic hot water temperature setpoint override
|
||||
channel-type.openthermgateway.returntemp.label = Return Water Temperature
|
||||
channel-type.openthermgateway.returntemp.description = Return water temperature
|
||||
channel-type.openthermgateway.roomsetpoint.label = Room Setpoint
|
||||
channel-type.openthermgateway.roomsetpoint.description = Current room temperature setpoint
|
||||
channel-type.openthermgateway.roomtemp.label = Room Temperature
|
||||
channel-type.openthermgateway.roomtemp.description = Current sensed room temperature
|
||||
channel-type.openthermgateway.sendcommand.label = Send Command
|
||||
channel-type.openthermgateway.sendcommand.description = Channel to send commands to the OpenTherm Gateway device
|
||||
channel-type.openthermgateway.servicerequest.label = Service Required
|
||||
channel-type.openthermgateway.servicerequest.description = Service required
|
||||
channel-type.openthermgateway.tdhwset.label = Domestic Hot Water Setpoint
|
||||
channel-type.openthermgateway.tdhwset.description = Domestic hot water temperature setpoint
|
||||
channel-type.openthermgateway.temperatureconstant.label = Constant Room Setpoint Override
|
||||
channel-type.openthermgateway.temperatureconstant.description = Constant override room temperature setpoint
|
||||
channel-type.openthermgateway.temperaturetemporary.label = Temporary Room Setpoint Override
|
||||
channel-type.openthermgateway.temperaturetemporary.description = Temporary override room temperature setpoint
|
||||
channel-type.openthermgateway.unsuccessfulburnerstarts.label = Unsuccessful Burner Starts
|
||||
channel-type.openthermgateway.unsuccessfulburnerstarts.description = Unsuccessful burner starts
|
||||
channel-type.openthermgateway.waterovtemp.label = Water Over-Temperature Fault
|
||||
channel-type.openthermgateway.waterovtemp.description = Water over-temperature fault
|
||||
channel-type.openthermgateway.waterpressure.label = Central Heating Water Pressure
|
||||
channel-type.openthermgateway.waterpressure.description = Central heating water pressure
|
||||
Reference in New Issue
Block a user