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,66 @@
|
||||
# binding
|
||||
|
||||
binding.millheat.name = Millheat Binding
|
||||
binding.millheat.description = This is the binding for Mill Heat Wi-Fi enabled heaters. See https://www.millheat.com/mill-wifi/
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.millheat.account.label = Mill Heating API
|
||||
thing-type.millheat.account.description = This bridge represents the gateway to Mill Heating API
|
||||
thing-type.millheat.heater.label = Wi-Fi Enabled Heater
|
||||
thing-type.millheat.home.label = Home
|
||||
thing-type.millheat.room.label = Room with one or more Wi-Fi enabled heaters
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.millheat.account.password.label = Password
|
||||
thing-type.config.millheat.account.password.description = Your Millheat app password
|
||||
thing-type.config.millheat.account.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.millheat.account.refreshInterval.description = Specifies the refresh time in seconds for polling temperature updates from Millheat service
|
||||
thing-type.config.millheat.account.username.label = Username
|
||||
thing-type.config.millheat.account.username.description = Your Millheat app username (email)
|
||||
thing-type.config.millheat.heater.heaterId.label = Heater ID
|
||||
thing-type.config.millheat.heater.heaterId.description = Either MAC address or heaterId is required
|
||||
thing-type.config.millheat.heater.macAddress.label = MAC Address
|
||||
thing-type.config.millheat.heater.macAddress.description = Either MAC address or heaterId is required
|
||||
thing-type.config.millheat.heater.power.label = Heating Power
|
||||
thing-type.config.millheat.heater.power.description = Number of watts this heater is consuming when it is heating. This value is sent to the currentPower channel when the heater is heating in order to track energy usage
|
||||
thing-type.config.millheat.home.homeId.label = Home ID
|
||||
thing-type.config.millheat.room.roomId.label = Room ID
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.millheat.awayTemperature.label = Temperature Away Mode
|
||||
channel-type.millheat.awayTemperature.description = Set temperature away mode
|
||||
channel-type.millheat.comfortTemperature.label = Temperature Comfort Mode
|
||||
channel-type.millheat.currentEnergy.label = Energy Usage
|
||||
channel-type.millheat.currentEnergy.description = Actual energy usage in watts
|
||||
channel-type.millheat.currentMode.label = Current Room Program Mode
|
||||
channel-type.millheat.currentMode.state.option.Comfort = Comfort
|
||||
channel-type.millheat.currentMode.state.option.Sleep = Sleep
|
||||
channel-type.millheat.currentMode.state.option.Away = Away
|
||||
channel-type.millheat.currentMode.state.option.Off = Off
|
||||
channel-type.millheat.currentMode.state.option.AdvancedAway = Vacation away
|
||||
channel-type.millheat.currentTemperature.label = Current Temperature
|
||||
channel-type.millheat.fanActive.label = Fan Active
|
||||
channel-type.millheat.fanActive.description = Current state of heater fan (if available, OFF if not found)
|
||||
channel-type.millheat.heatingActive.label = Heating Active
|
||||
channel-type.millheat.heatingActive.description = Current state of the heater or heaters in room
|
||||
channel-type.millheat.independent.label = Independent Heater
|
||||
channel-type.millheat.independent.description = ON if heater is an independent heater and not connected to a room
|
||||
channel-type.millheat.masterSwitch.label = Master Switch
|
||||
channel-type.millheat.masterSwitch.description = Master ON/OFF switch for independent heater
|
||||
channel-type.millheat.program.label = Program
|
||||
channel-type.millheat.program.description = Program associated with room
|
||||
channel-type.millheat.sleepTemperature.label = Temperature Sleep Mode
|
||||
channel-type.millheat.targetTemperatureHeater.label = Target Temperature
|
||||
channel-type.millheat.targetTemperatureRoom.label = Target Temperature
|
||||
channel-type.millheat.vacationMode.label = Vacation Mode
|
||||
channel-type.millheat.vacationMode.description = Toggles vacation mode. Start and end time must be preset before activating
|
||||
channel-type.millheat.vacationModeAdvanced.label = Advanced Vacation Mode
|
||||
channel-type.millheat.vacationModeAdvanced.description = Use room Away mode temperatures instead of home global temperature
|
||||
channel-type.millheat.vacationModeEnd.label = End of Vacation
|
||||
channel-type.millheat.vacationModeStart.label = Start of Vacation
|
||||
channel-type.millheat.vacationModeTargetTemperature.label = Target Temperature Vacation
|
||||
channel-type.millheat.window.label = Window State
|
||||
channel-type.millheat.window.description = Open window/cold air flow detection
|
||||
Reference in New Issue
Block a user