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,48 @@
|
||||
# binding
|
||||
|
||||
binding.broadlinkthermostat.name = Broadlinkthermostat Binding
|
||||
binding.broadlinkthermostat.description = This is the binding for Broadlinkthermostat devices.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.broadlinkthermostat.floureonthermostat.label = Floureon Thermostat
|
||||
thing-type.broadlinkthermostat.floureonthermostat.description = A heating device thermostat
|
||||
thing-type.broadlinkthermostat.hysenthermostat.label = Hysen Thermostat
|
||||
thing-type.broadlinkthermostat.hysenthermostat.description = A heating device thermostat
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.host.label = Hostname
|
||||
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.host.description = The hostname/IP address the device is bound to, e.g. 192.168.0.2
|
||||
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.macAddress.label = MAC Address
|
||||
thing-type.config.broadlinkthermostat.floureonandhysenthermostat.macAddress.description = The unique MAC address of the device, e.g. 00:10:FA:6E:38:4A
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.broadlinkthermostat.active.label = Active
|
||||
channel-type.broadlinkthermostat.active.description = Shows if thermostat is currently actively heating
|
||||
channel-type.broadlinkthermostat.mode.label = Mode
|
||||
channel-type.broadlinkthermostat.mode.description = Current mode of the thermostat
|
||||
channel-type.broadlinkthermostat.mode.state.option.auto = auto
|
||||
channel-type.broadlinkthermostat.mode.state.option.manual = manual
|
||||
channel-type.broadlinkthermostat.power.label = Power
|
||||
channel-type.broadlinkthermostat.power.description = Switch display on/off and enable/disables heating
|
||||
channel-type.broadlinkthermostat.remotelock.label = Remote Lock
|
||||
channel-type.broadlinkthermostat.remotelock.description = Locks the device to only allow remote actions
|
||||
channel-type.broadlinkthermostat.roomtemperature.label = Temperature
|
||||
channel-type.broadlinkthermostat.roomtemperature.description = Room temperature, measured directly at the device
|
||||
channel-type.broadlinkthermostat.roomtemperatureexternalsensor.label = Temperature Ext. Sensor
|
||||
channel-type.broadlinkthermostat.roomtemperatureexternalsensor.description = Room temperature, measured by the external sensor
|
||||
channel-type.broadlinkthermostat.sensor.label = Sensor
|
||||
channel-type.broadlinkthermostat.sensor.description = The sensor (internal/external) used for triggering the thermostat
|
||||
channel-type.broadlinkthermostat.sensor.state.option.internal = internal
|
||||
channel-type.broadlinkthermostat.sensor.state.option.external = external
|
||||
channel-type.broadlinkthermostat.sensor.state.option.internal_temp_external_limit = internal control temperature; external limit temperature
|
||||
channel-type.broadlinkthermostat.setpoint.label = Setpoint
|
||||
channel-type.broadlinkthermostat.setpoint.description = Temperature setpoint that open/close valve
|
||||
channel-type.broadlinkthermostat.temperature.label = Temperature
|
||||
channel-type.broadlinkthermostat.temperature.description = Temperature
|
||||
channel-type.broadlinkthermostat.temperatureoffset.label = Temperature Offset
|
||||
channel-type.broadlinkthermostat.temperatureoffset.description = Manual temperature adjustment
|
||||
channel-type.broadlinkthermostat.time.label = Time
|
||||
channel-type.broadlinkthermostat.time.description = The time and day of week
|
||||
Reference in New Issue
Block a user