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.evohome.name = evohome Binding
|
||||
binding.evohome.description = The evohome binding controls the Honeywell evohome system.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.evohome.account.label = evohome Account
|
||||
thing-type.evohome.account.description = The evohome account is used to connect to your Total Connect Comfort (TCC) using your TCC username and password.
|
||||
thing-type.evohome.display.label = evohome Display
|
||||
thing-type.evohome.display.description = This represents the evohome control display.
|
||||
thing-type.evohome.heatingzone.label = evohome Heating Zone
|
||||
thing-type.evohome.heatingzone.description = This represents the evohome Heating Zone.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.evohome.account.group.auth.label = Authentication
|
||||
thing-type.config.evohome.account.group.auth.description = Contains the settings needed to authenticate against the TCC service.
|
||||
thing-type.config.evohome.account.password.label = Password
|
||||
thing-type.config.evohome.account.password.description = Your TCC Password
|
||||
thing-type.config.evohome.account.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.evohome.account.refreshInterval.description = The refresh interval to poll TCC (in seconds).
|
||||
thing-type.config.evohome.account.username.label = Username
|
||||
thing-type.config.evohome.account.username.description = Your TCC Username
|
||||
thing-type.config.evohome.display.id.label = ID
|
||||
thing-type.config.evohome.display.id.description = ID of the display
|
||||
thing-type.config.evohome.display.name.label = Name
|
||||
thing-type.config.evohome.display.name.description = Name of the display
|
||||
thing-type.config.evohome.heatingzone.id.label = ID
|
||||
thing-type.config.evohome.heatingzone.id.description = ID of the zone
|
||||
thing-type.config.evohome.heatingzone.name.label = Name
|
||||
thing-type.config.evohome.heatingzone.name.description = Name of the zone
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.evohome.setpoint.label = Set Point
|
||||
channel-type.evohome.setpoint.description = Gets or sets the set point of this zone (0 cancels the override).
|
||||
channel-type.evohome.setpointstatus.label = Set Point Status
|
||||
channel-type.evohome.setpointstatus.description = Current set point status
|
||||
channel-type.evohome.setpointstatus.state.option.PermanentOverride = Permanent override
|
||||
channel-type.evohome.setpointstatus.state.option.FollowSchedule = Follow schedule
|
||||
channel-type.evohome.setpointstatus.state.option.TemporaryOverride = Temporary override
|
||||
channel-type.evohome.systemMode.label = System Mode
|
||||
channel-type.evohome.systemMode.description = Current system mode
|
||||
channel-type.evohome.systemMode.state.option.Auto = Normal
|
||||
channel-type.evohome.systemMode.state.option.AutoWithEco = Eco
|
||||
channel-type.evohome.systemMode.state.option.Away = Away
|
||||
channel-type.evohome.systemMode.state.option.DayOff = Day off
|
||||
channel-type.evohome.systemMode.state.option.HeatingOff = Off
|
||||
channel-type.evohome.systemMode.state.option.Custom = Custom
|
||||
channel-type.evohome.temperature.label = Temperature
|
||||
channel-type.evohome.temperature.description = Current zone temperature
|
||||
Reference in New Issue
Block a user