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,68 @@
|
||||
# binding
|
||||
|
||||
binding.touchwand.name = TouchWand Binding
|
||||
binding.touchwand.description = Connect to TouchWand Wanderfull™ Hub and communicate with units connected to the controller.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.touchwand.alarmsensor.label = TouchWand Alarm Sensor Unit
|
||||
thing-type.touchwand.bridge.label = TouchWand Wanderfull Hub Bridge
|
||||
thing-type.touchwand.bridge.description = Multifunctional Gateway - a bridge to units and scenarios
|
||||
thing-type.touchwand.bsensor.label = TouchWand Binary Sensor Unit
|
||||
thing-type.touchwand.dimmer.label = TouchWand Dimmer Unit
|
||||
thing-type.touchwand.dimmer.channel.brightness.description = light brightness control
|
||||
thing-type.touchwand.shutter.label = TouchWand Shutter Unit
|
||||
thing-type.touchwand.shutter.channel.shutter.description = Shutter control
|
||||
thing-type.touchwand.switch.label = TouchWand Switch Unit
|
||||
thing-type.touchwand.switch.channel.switch.description = Unit on off switch
|
||||
thing-type.touchwand.thermostat.label = TouchWand Thermostat Unit
|
||||
thing-type.touchwand.wallcontroller.label = TouchWand WallController Unit
|
||||
thing-type.touchwand.wallcontroller.channel.wallaction.description = WallController action
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.touchwand.bridge.addSecondaryUnits.label = Add Secondary Controllers
|
||||
thing-type.config.touchwand.bridge.addSecondaryUnits.description = If the controller is primary, add secondary controllers units as well
|
||||
thing-type.config.touchwand.bridge.ipAddress.label = Network Address
|
||||
thing-type.config.touchwand.bridge.ipAddress.description = Network address of this TouchWand Wanderfull Hub
|
||||
thing-type.config.touchwand.bridge.password.label = Password
|
||||
thing-type.config.touchwand.bridge.password.description = Password for TouchWand Wanderfull Hub
|
||||
thing-type.config.touchwand.bridge.port.label = Port
|
||||
thing-type.config.touchwand.bridge.port.description = Port of the TouchWand Wanderfull Hub communication channel
|
||||
thing-type.config.touchwand.bridge.username.label = Username
|
||||
thing-type.config.touchwand.bridge.username.description = Username for TouchWand Wanderfull Hub
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.touchwand.fanLevel.label = Fan Level
|
||||
channel-type.touchwand.fanLevel.description = Fan level (Low, Medium, High, Auto)
|
||||
channel-type.touchwand.fanLevel.state.option.low = Low
|
||||
channel-type.touchwand.fanLevel.state.option.medium = Medium
|
||||
channel-type.touchwand.fanLevel.state.option.high = High
|
||||
channel-type.touchwand.fanLevel.state.option.fanAuto = Auto
|
||||
channel-type.touchwand.illumination.label = Illumination
|
||||
channel-type.touchwand.illumination.description = This channel shows the brightness of the environment in Lux.
|
||||
channel-type.touchwand.isOpen.label = Open Status
|
||||
channel-type.touchwand.isOpen.label = Open Status
|
||||
channel-type.touchwand.leak.label = Leak Detected
|
||||
channel-type.touchwand.mode.label = Mode
|
||||
channel-type.touchwand.mode.description = Thermostat mode (Cool, Heat, Fan, Dry, Auto)
|
||||
channel-type.touchwand.mode.state.option.cool = Cool
|
||||
channel-type.touchwand.mode.state.option.heat = Heat
|
||||
channel-type.touchwand.mode.state.option.fan = Fan
|
||||
channel-type.touchwand.mode.state.option.auto = Auto
|
||||
channel-type.touchwand.mode.state.option.dry = Dry
|
||||
channel-type.touchwand.motion.label = Motion Status
|
||||
channel-type.touchwand.motion.label = Motion Detected
|
||||
channel-type.touchwand.roomTemperature.label = Room Temperature
|
||||
channel-type.touchwand.roomTemperature.description = Current room temperature
|
||||
channel-type.touchwand.shutter.label = Shutter
|
||||
channel-type.touchwand.shutter.description = The Shutter channel allows control shutters
|
||||
channel-type.touchwand.smoke.label = Smoke Detected
|
||||
channel-type.touchwand.state.label = AC On Off State
|
||||
channel-type.touchwand.switch.label = Switch
|
||||
channel-type.touchwand.switch.description = The switch channel allows to switch the light on and off.
|
||||
channel-type.touchwand.targetTemperature.label = Target Temperature
|
||||
channel-type.touchwand.targetTemperature.description = The set point temperature
|
||||
channel-type.touchwand.temperature.label = Temperature
|
||||
channel-type.touchwand.wallaction.label = WallController action
|
||||
Reference in New Issue
Block a user