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,72 @@
|
||||
# binding
|
||||
|
||||
binding.qbus.name = Qbus Binding
|
||||
binding.qbus.description = This is the binding for the Qbus home automation system. Qbus is a system made and developed in Belgium (https://www.qbus.be/nl-nl)
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.qbus.bridge.label = Qbus Bridge
|
||||
thing-type.qbus.bridge.description = This bridge represents a Qbus client
|
||||
thing-type.qbus.co2.label = CO2
|
||||
thing-type.qbus.co2.description = Qbus CO2
|
||||
thing-type.qbus.dimmer.label = Dimmer
|
||||
thing-type.qbus.dimmer.description = Qbus Dimmer Output
|
||||
thing-type.qbus.onOff.label = Switch
|
||||
thing-type.qbus.onOff.description = Bistabiel-Mono-Timer-Interval Output
|
||||
thing-type.qbus.rollershutter.label = RollerShutter
|
||||
thing-type.qbus.rollershutter.description = Qbus shutter (ROL02P) control
|
||||
thing-type.qbus.rollershutter_slats.label = RollerShutter (With Slats)
|
||||
thing-type.qbus.rollershutter_slats.description = Qbus shutter with slats control
|
||||
thing-type.qbus.scene.label = Scene
|
||||
thing-type.qbus.scene.description = Qbus Scene
|
||||
thing-type.qbus.thermostat.label = Thermostat
|
||||
thing-type.qbus.thermostat.description = Qbus Thermostat
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.qbus.bridge.addr.label = Hostname
|
||||
thing-type.config.qbus.bridge.addr.description = IP address or hostname of Qbus server, usually 'localhost'
|
||||
thing-type.config.qbus.bridge.port.label = Bridge Port
|
||||
thing-type.config.qbus.bridge.port.description = Port to communicate with Qbus server, default 8447
|
||||
thing-type.config.qbus.bridge.serverCheck.label = Server Check
|
||||
thing-type.config.qbus.bridge.serverCheck.description = Time to check communication with Qbus Server (min), default 10. If set to 0 or left empty, no refresh will be scheduled
|
||||
thing-type.config.qbus.bridge.sn.label = Serial Number
|
||||
thing-type.config.qbus.bridge.sn.description = Serial number of the CTD controller
|
||||
thing-type.config.qbus.co2.co2Id.label = Qbus CO2 ID
|
||||
thing-type.config.qbus.co2.co2Id.description = Qbus CO2 ID
|
||||
thing-type.config.qbus.dimmer.dimmerId.label = Output ID
|
||||
thing-type.config.qbus.dimmer.dimmerId.description = Qbus Dimmer ID
|
||||
thing-type.config.qbus.dimmer.step.label = Step Value
|
||||
thing-type.config.qbus.dimmer.step.description = Step value used for increase/decrease of dimmer brightness, default 10%
|
||||
thing-type.config.qbus.onOff.bistabielId.label = Qbus ID
|
||||
thing-type.config.qbus.onOff.bistabielId.description = Qbus Bistabiel ID
|
||||
thing-type.config.qbus.rollershutter.rolId.label = Rol ID
|
||||
thing-type.config.qbus.rollershutter.rolId.description = Qbus Rol Id
|
||||
thing-type.config.qbus.rollershutter_slats.rolId.label = Rol ID
|
||||
thing-type.config.qbus.rollershutter_slats.rolId.description = Qbus Rol Id
|
||||
thing-type.config.qbus.scene.sceneId.label = Qbus Scene ID
|
||||
thing-type.config.qbus.scene.sceneId.description = Qbus Scene ID
|
||||
thing-type.config.qbus.thermostat.thermostatId.label = Thermostat ID
|
||||
thing-type.config.qbus.thermostat.thermostatId.description = Qbus Thermostat ID
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.qbus.co2.label = CO2
|
||||
channel-type.qbus.co2.description = CO2 value for Qbus
|
||||
channel-type.qbus.measured.label = Measured
|
||||
channel-type.qbus.measured.description = Temperature Measured by Thermostat
|
||||
channel-type.qbus.mode.label = Mode
|
||||
channel-type.qbus.mode.description = Thermostat Mode
|
||||
channel-type.qbus.mode.state.option.0 = Manual
|
||||
channel-type.qbus.mode.state.option.1 = Freeze
|
||||
channel-type.qbus.mode.state.option.2 = Economic
|
||||
channel-type.qbus.mode.state.option.3 = Comfort
|
||||
channel-type.qbus.mode.state.option.4 = Night
|
||||
channel-type.qbus.rollershutter.label = Rollershutter
|
||||
channel-type.qbus.rollershutter.description = Rollershutter Control for Qbus
|
||||
channel-type.qbus.scene.label = Scene
|
||||
channel-type.qbus.scene.description = Scene Control for Qbus
|
||||
channel-type.qbus.setpoint.label = Setpoint
|
||||
channel-type.qbus.setpoint.description = Setpoint Temperature of Thermostat
|
||||
channel-type.qbus.slats.label = Slatcontrol
|
||||
channel-type.qbus.slats.description = Slatcontrol for Qbus
|
||||
Reference in New Issue
Block a user