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,52 @@
|
||||
# binding
|
||||
|
||||
binding.coolmasternet.name = CoolMasterNet Binding
|
||||
binding.coolmasternet.description = Binding for Cool Automation CoolMasterNet HVAC controllers.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.coolmasternet.controller.label = CoolMasterNet Controller
|
||||
thing-type.coolmasternet.controller.description = A CoolMasterNet Controller (connected to one or more HVAC systems)
|
||||
thing-type.coolmasternet.hvac.label = HVAC System
|
||||
thing-type.coolmasternet.hvac.description = HVAC System connected to a controller (unique UID)
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.coolmasternet.controller.host.label = Hostname
|
||||
thing-type.config.coolmasternet.controller.host.description = The IP address / FQDN of the CoolMasterNet unit
|
||||
thing-type.config.coolmasternet.controller.port.label = Port
|
||||
thing-type.config.coolmasternet.controller.port.description = Port of ASCII interface of CoolMasterNet unit.
|
||||
thing-type.config.coolmasternet.controller.refresh.label = Refresh Frequency
|
||||
thing-type.config.coolmasternet.controller.refresh.description = Frequency to poll the controller for updates, in seconds. Defaults to every 5 seconds.
|
||||
thing-type.config.coolmasternet.hvac.uid.label = HVAC Unit ID
|
||||
thing-type.config.coolmasternet.hvac.uid.description = Unit ID of the HVAC Unit to control. Example: L1.100.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.coolmasternet.fan_speed.label = Fan Speed
|
||||
channel-type.coolmasternet.fan_speed.state.option.l = Low
|
||||
channel-type.coolmasternet.fan_speed.state.option.m = Medium
|
||||
channel-type.coolmasternet.fan_speed.state.option.h = High
|
||||
channel-type.coolmasternet.fan_speed.state.option.t = Top
|
||||
channel-type.coolmasternet.fan_speed.state.option.a = Auto
|
||||
channel-type.coolmasternet.hvac_mode.label = Mode
|
||||
channel-type.coolmasternet.hvac_mode.description = HVAC unit operation mode
|
||||
channel-type.coolmasternet.hvac_mode.state.option.cool = Cool
|
||||
channel-type.coolmasternet.hvac_mode.state.option.heat = Heat
|
||||
channel-type.coolmasternet.hvac_mode.state.option.auto = Auto
|
||||
channel-type.coolmasternet.hvac_mode.state.option.dry = Dry
|
||||
channel-type.coolmasternet.hvac_mode.state.option.fan = Fan Only
|
||||
channel-type.coolmasternet.louvre_angle.label = Louvre Position
|
||||
channel-type.coolmasternet.louvre_angle.state.option.0 = No Control
|
||||
channel-type.coolmasternet.louvre_angle.state.option.a = Auto Swing
|
||||
channel-type.coolmasternet.louvre_angle.state.option.h = Horizontal
|
||||
channel-type.coolmasternet.louvre_angle.state.option.3 = 30 degrees
|
||||
channel-type.coolmasternet.louvre_angle.state.option.4 = 45 degrees
|
||||
channel-type.coolmasternet.louvre_angle.state.option.6 = 60 degrees
|
||||
channel-type.coolmasternet.louvre_angle.state.option.v = Vertical
|
||||
channel-type.coolmasternet.power.label = Power
|
||||
channel-type.coolmasternet.power.description = Is the HVAC unit powered on?
|
||||
channel-type.coolmasternet.temperature_readback.label = Current Temperature
|
||||
channel-type.coolmasternet.temperature_readback.description = Current system ambient temperature
|
||||
channel-type.coolmasternet.temperature_setpoint.label = Set Temperature
|
||||
channel-type.coolmasternet.temperature_setpoint.description = Temperature thermostat setpoint
|
||||
Reference in New Issue
Block a user