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,90 @@
|
||||
# binding
|
||||
|
||||
binding.resol.name = Resol Binding
|
||||
binding.resol.description = This is the binding for Resol solar and system controllers (including branded versions).
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.resol.device.label = Resol Device
|
||||
thing-type.resol.device.description = Solar or system controller (or any other real device on the VBus) from Resol.
|
||||
thing-type.resol.emulatedEM.label = Emulated EM Device
|
||||
thing-type.resol.emulatedEM.description = Emulation of an Extension Module (EM) device which can be connected through the VBUS to Resol controllers which support the EM devices. Replaces a physically available EM by openHAB.
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_1.label = Operating Mode 1
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_2.label = Operating Mode 2
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_3.label = Operating Mode 3
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_4.label = Operating Mode 4
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_5.label = Operating Mode 5
|
||||
thing-type.resol.emulatedEM.channel.bas_mode_6.label = Operating Mode 6
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_1.label = Temperature Adjustment 1
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_2.label = Temperature Adjustment 2
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_3.label = Temperature Adjustment 3
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_4.label = Temperature Adjustment 4
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_5.label = Temperature Adjustment 5
|
||||
thing-type.resol.emulatedEM.channel.bas_temp_adjust_6.label = Temperature Adjustment 6
|
||||
thing-type.resol.emulatedEM.channel.relay_1.label = Relay 1
|
||||
thing-type.resol.emulatedEM.channel.relay_2.label = Relay 2
|
||||
thing-type.resol.emulatedEM.channel.relay_3.label = Relay 3
|
||||
thing-type.resol.emulatedEM.channel.relay_4.label = Relay 4
|
||||
thing-type.resol.emulatedEM.channel.relay_5.label = Relay 5
|
||||
thing-type.resol.emulatedEM.channel.resistor_1.label = Resistor 1
|
||||
thing-type.resol.emulatedEM.channel.resistor_2.label = Resistor 2
|
||||
thing-type.resol.emulatedEM.channel.resistor_3.label = Resistor 3
|
||||
thing-type.resol.emulatedEM.channel.resistor_4.label = Resistor 4
|
||||
thing-type.resol.emulatedEM.channel.resistor_5.label = Resistor 5
|
||||
thing-type.resol.emulatedEM.channel.resistor_6.label = Resistor 6
|
||||
thing-type.resol.emulatedEM.channel.switch_1.label = Switch 1
|
||||
thing-type.resol.emulatedEM.channel.switch_2.label = Switch 2
|
||||
thing-type.resol.emulatedEM.channel.switch_3.label = Switch 3
|
||||
thing-type.resol.emulatedEM.channel.switch_4.label = Switch 4
|
||||
thing-type.resol.emulatedEM.channel.switch_5.label = Switch 5
|
||||
thing-type.resol.emulatedEM.channel.switch_6.label = Switch 6
|
||||
thing-type.resol.emulatedEM.channel.temperature_1.label = Temperature 1
|
||||
thing-type.resol.emulatedEM.channel.temperature_2.label = Temperature 2
|
||||
thing-type.resol.emulatedEM.channel.temperature_3.label = Temperature 3
|
||||
thing-type.resol.emulatedEM.channel.temperature_4.label = Temperature 4
|
||||
thing-type.resol.emulatedEM.channel.temperature_5.label = Temperature 5
|
||||
thing-type.resol.emulatedEM.channel.temperature_6.label = Temperature 6
|
||||
thing-type.resol.vbuslan.label = Bridge VBusLAN Adapter
|
||||
thing-type.resol.vbuslan.description = This bridge represents the Resol VBus-LAN adapter which can be any device with a TCP/IP live port, either the standalone device VBus-LAN Adapter, KM2, DL2/3 or similar.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.resol.emulatedEM.deviceId.label = Module ID
|
||||
thing-type.config.resol.emulatedEM.deviceId.description = The (sub-)address of the emulated EM device, usable range depends on the used controller.
|
||||
thing-type.config.resol.vbuslan.adapterSerial.label = Adapter Serial Number
|
||||
thing-type.config.resol.vbuslan.adapterSerial.description = The serial number of the adapter (informative).
|
||||
thing-type.config.resol.vbuslan.ipAddress.label = IP Address
|
||||
thing-type.config.resol.vbuslan.ipAddress.description = The IP address of the of the VBus-LAN gateway.
|
||||
thing-type.config.resol.vbuslan.password.label = Password
|
||||
thing-type.config.resol.vbuslan.password.description = The password for the VBusLAN connection.
|
||||
thing-type.config.resol.vbuslan.port.label = Live Data Port
|
||||
thing-type.config.resol.vbuslan.port.description = Port for live data on the VBUS-LAN gateway.
|
||||
thing-type.config.resol.vbuslan.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.resol.vbuslan.refreshInterval.description = Refresh time in seconds to check the connection to the VBus gateway. Data updates are propagated to openHAB independently from this setting as soon as they are received on the VBus.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.resol.None.label = Any
|
||||
channel-type.resol.NoneHidden.label = Any
|
||||
channel-type.resol.datetime.label = Time
|
||||
channel-type.resol.datetime.description = Time and date.
|
||||
channel-type.resol.operationmode.label = Operating Mode
|
||||
channel-type.resol.operationmode.description = Virtual operating mode of the heating circuit controlled by the emulated BAS (RCP12 room control unit).
|
||||
channel-type.resol.operationmode.state.option.0 = OFF
|
||||
channel-type.resol.operationmode.state.option.1 = Summer
|
||||
channel-type.resol.operationmode.state.option.2 = Night
|
||||
channel-type.resol.operationmode.state.option.3 = Party
|
||||
channel-type.resol.operationmode.state.option.4 = Automatic
|
||||
channel-type.resol.relay.label = Relay State
|
||||
channel-type.resol.relay.description = Virtual relay output, will be set by the controller and can be used to communicate data from the Resol controller to openHAB.
|
||||
channel-type.resol.resistance.label = Resistance
|
||||
channel-type.resol.resistance.description = Virtual resistance input.
|
||||
channel-type.resol.switch.label = Switch
|
||||
channel-type.resol.switch.description = Virtual switch input.
|
||||
channel-type.resol.temperature.label = Temperature
|
||||
channel-type.resol.temperature.description = Virtual temperature sensor input.
|
||||
channel-type.resol.temperatureAdjust.label = Temperature Adjustment
|
||||
channel-type.resol.temperatureAdjust.description = Virtual temperature offset on heating circuit of an emulated BAS (RCP12 room control unit).
|
||||
channel-type.resol.time.label = Time
|
||||
channel-type.resol.weektime.label = Time
|
||||
channel-type.resol.weektime.description = Time and day of week.
|
||||
Reference in New Issue
Block a user