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,46 @@
|
||||
# binding
|
||||
|
||||
binding.warmup.name = Warmup Binding
|
||||
binding.warmup.description = This is the binding for a Warmup 4iE Thermostat primarily used for controlling underfloor heating.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.warmup.my-warmup.label = My Warmup Account
|
||||
thing-type.warmup.my-warmup.description = Connection to the https://my.warmup.com site
|
||||
thing-type.warmup.room.label = Room
|
||||
thing-type.warmup.room.description = Warmup 4iE Device controlling a room
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.warmup.my-warmup.password.label = Password
|
||||
thing-type.config.warmup.my-warmup.password.description = Password for my.warmup.com
|
||||
thing-type.config.warmup.my-warmup.refreshInterval.label = Refresh Interval
|
||||
thing-type.config.warmup.my-warmup.refreshInterval.description = Interval in seconds between automatic refreshes
|
||||
thing-type.config.warmup.my-warmup.username.label = Username
|
||||
thing-type.config.warmup.my-warmup.username.description = Username for my.warmup.com
|
||||
thing-type.config.warmup.room.overrideDuration.label = Override Duration
|
||||
thing-type.config.warmup.room.overrideDuration.description = Duration in minutes of override when target temperature is changed
|
||||
thing-type.config.warmup.room.serialNumber.label = Serial Number
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.warmup.currentTemperature.label = Current Temperature
|
||||
channel-type.warmup.currentTemperature.description = Current temperature in room, may be air or floor dependent on Heating Target
|
||||
channel-type.warmup.frostProtectionMode.label = Frost Protection Mode
|
||||
channel-type.warmup.overrideRemaining.label = Override Remaining
|
||||
channel-type.warmup.overrideRemaining.description = How long until the override deactivates
|
||||
channel-type.warmup.runMode.label = Run Mode
|
||||
channel-type.warmup.runMode.description = The heat regulation mode of the thermostat
|
||||
channel-type.warmup.runMode.state.option.not_set = Not Set
|
||||
channel-type.warmup.runMode.state.option.off = Off
|
||||
channel-type.warmup.runMode.state.option.schedule = Schedule
|
||||
channel-type.warmup.runMode.state.option.override = Override
|
||||
channel-type.warmup.runMode.state.option.fixed = Fixed
|
||||
channel-type.warmup.runMode.state.option.anti_frost = Frost Protection
|
||||
channel-type.warmup.runMode.state.option.holiday = Holiday
|
||||
channel-type.warmup.runMode.state.option.fil_pilote = Fil Pilote
|
||||
channel-type.warmup.runMode.state.option.gradual = Gradual
|
||||
channel-type.warmup.runMode.state.option.relay = Relay
|
||||
channel-type.warmup.runMode.state.option.previous = Previous
|
||||
channel-type.warmup.targetTemperature.label = Target Temperature
|
||||
channel-type.warmup.targetTemperature.description = Target temperature currently set on device
|
||||
Reference in New Issue
Block a user