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,80 @@
|
||||
# binding
|
||||
|
||||
binding.tado.name = tado° Binding
|
||||
binding.tado.description = Binding for tado° devices
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.tado.home.label = Tado Home
|
||||
thing-type.tado.home.description = The user's tado home
|
||||
thing-type.tado.mobiledevice.label = Mobile Device
|
||||
thing-type.tado.mobiledevice.description = Mobile device of a home
|
||||
thing-type.tado.zone.label = Zone
|
||||
thing-type.tado.zone.description = A zone of a home
|
||||
thing-type.tado.zone.channel.batteryLowAlarm.label = Battery Low Alarm
|
||||
thing-type.tado.zone.channel.batteryLowAlarm.description = ON if one or more devices in the zone have a low battery
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.tado.home.password.label = Password
|
||||
thing-type.config.tado.home.password.description = Password of tado login used for API access
|
||||
thing-type.config.tado.home.username.label = User Name
|
||||
thing-type.config.tado.home.username.description = User name of tado login used for API access
|
||||
thing-type.config.tado.mobiledevice.id.label = Mobile Device Id
|
||||
thing-type.config.tado.mobiledevice.id.description = Id of the mobile device
|
||||
thing-type.config.tado.mobiledevice.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.tado.mobiledevice.refreshInterval.description = Refresh interval of location state
|
||||
thing-type.config.tado.zone.fallbackTimerDuration.label = Fallback Timer Duration
|
||||
thing-type.config.tado.zone.fallbackTimerDuration.description = Timer duration used if no other duration can be determined
|
||||
thing-type.config.tado.zone.hvacChangeDebounce.label = HVAC Change Debounce Delay
|
||||
thing-type.config.tado.zone.hvacChangeDebounce.description = Duration in seconds to combine multiple HVAC changes into one.
|
||||
thing-type.config.tado.zone.id.label = Zone Id
|
||||
thing-type.config.tado.zone.id.description = Id of the zone
|
||||
thing-type.config.tado.zone.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.tado.zone.refreshInterval.description = Refresh interval of home data
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.tado.acPower.label = AirCon Power State
|
||||
channel-type.tado.acPower.description = Indicates if the air-conditioning is Off or On
|
||||
channel-type.tado.atHome.label = At Home
|
||||
channel-type.tado.atHome.description = ON if at home, OFF if away
|
||||
channel-type.tado.currentTemperature.label = Temperature
|
||||
channel-type.tado.currentTemperature.description = Current temperature
|
||||
channel-type.tado.fanspeed.label = Fan Speed
|
||||
channel-type.tado.fanspeed.description = AC fan speed (only if supported by AC)
|
||||
channel-type.tado.fanspeed.state.option.LOW = Low
|
||||
channel-type.tado.fanspeed.state.option.MIDDLE = Middle
|
||||
channel-type.tado.fanspeed.state.option.HIGH = High
|
||||
channel-type.tado.fanspeed.state.option.AUTO = Auto
|
||||
channel-type.tado.heatingPower.label = Heating Power
|
||||
channel-type.tado.heatingPower.description = Current heating power
|
||||
channel-type.tado.homePresence.label = At Home
|
||||
channel-type.tado.homePresence.description = ON if at home, OFF if away
|
||||
channel-type.tado.humidity.label = Humidity
|
||||
channel-type.tado.humidity.description = Current humidity in %
|
||||
channel-type.tado.hvacMode.label = HVAC Mode
|
||||
channel-type.tado.hvacMode.description = Mode of the device (OFF, HEAT, COOL, DRY, FAN, AUTO - if supported)
|
||||
channel-type.tado.hvacMode.state.option.OFF = Off
|
||||
channel-type.tado.hvacMode.state.option.HEAT = Heat
|
||||
channel-type.tado.hvacMode.state.option.COOL = Cool
|
||||
channel-type.tado.hvacMode.state.option.DRY = Dry
|
||||
channel-type.tado.hvacMode.state.option.FAN = Fan
|
||||
channel-type.tado.hvacMode.state.option.AUTO = Auto
|
||||
channel-type.tado.openWindowDetected.label = Open Window Detected
|
||||
channel-type.tado.openWindowDetected.description = Indicates if an open window has been detected
|
||||
channel-type.tado.operationMode.label = Zone Operation Mode
|
||||
channel-type.tado.operationMode.description = Active operation mode (schedule, manual, timer or until next change)
|
||||
channel-type.tado.operationMode.state.option.SCHEDULE = Schedule
|
||||
channel-type.tado.operationMode.state.option.MANUAL = Manual
|
||||
channel-type.tado.operationMode.state.option.UNTIL_CHANGE = Until change
|
||||
channel-type.tado.operationMode.state.option.TIMER = Timer
|
||||
channel-type.tado.overlayExpiry.label = Overlay End Time
|
||||
channel-type.tado.overlayExpiry.description = Time until when the overlay is active. Null if no overlay is set or overlay type is manual.
|
||||
channel-type.tado.overlayExpiry.state.pattern = %1$tF %1$tR
|
||||
channel-type.tado.swing.label = Swing
|
||||
channel-type.tado.swing.description = State of AC swing (only if supported by AC)
|
||||
channel-type.tado.targetTemperature.label = Target Temperature
|
||||
channel-type.tado.targetTemperature.description = Thermostat temperature setpoint
|
||||
channel-type.tado.timerDuration.label = Timer Duration
|
||||
channel-type.tado.timerDuration.description = Total duration of a timer
|
||||
Reference in New Issue
Block a user