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,43 @@
|
||||
# binding
|
||||
|
||||
binding.orbitbhyve.name = Orbit B-hyve Binding
|
||||
binding.orbitbhyve.description = This is the binding for Orbit B-hyve Wi-Fi irrigation systems.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.orbitbhyve.bridge.label = Bridge
|
||||
thing-type.orbitbhyve.bridge.description = Bridge for Orbit B-hyve Binding
|
||||
thing-type.orbitbhyve.sprinkler.label = Sprinkler
|
||||
thing-type.orbitbhyve.sprinkler.description = Orbit B-hyve Sprinkler
|
||||
|
||||
# thing types config
|
||||
|
||||
bridge-type.config.orbitbhyve.bridge.email.label = Email
|
||||
bridge-type.config.orbitbhyve.bridge.email.description = This is a login to your B-hyve account.
|
||||
bridge-type.config.orbitbhyve.bridge.password.label = Password
|
||||
bridge-type.config.orbitbhyve.bridge.password.description = This is a password to your B-hyve account.
|
||||
bridge-type.config.orbitbhyve.bridge.refresh.label = Refresh
|
||||
bridge-type.config.orbitbhyve.bridge.refresh.description = Specifies the refresh time in seconds for polling data from Orbit cloud
|
||||
thing-type.config.orbitbhyve.sprinkler.id.label = Sprinkler Device ID
|
||||
thing-type.config.orbitbhyve.sprinkler.id.description = The identifier of the Orbit sprinkler device
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.orbitbhyve.control.label = Sprinkler State Control
|
||||
channel-type.orbitbhyve.control.description = Channel for enabling/disabling the sprinkler (ON/OFF)
|
||||
channel-type.orbitbhyve.mode.label = Irrigation Mode
|
||||
channel-type.orbitbhyve.mode.description = Channel representing mode of Orbit B-hyve Device (auto/manual)
|
||||
channel-type.orbitbhyve.mode.state.option.auto = Auto
|
||||
channel-type.orbitbhyve.mode.state.option.manual = Manual
|
||||
channel-type.orbitbhyve.next_start.label = Next Watering Time
|
||||
channel-type.orbitbhyve.next_start.description = Channel representing start time of the next watering
|
||||
channel-type.orbitbhyve.program.label = Program Channel
|
||||
channel-type.orbitbhyve.program.description = Dynamic channel representing a program
|
||||
channel-type.orbitbhyve.rain_delay.label = Rain Delay
|
||||
channel-type.orbitbhyve.rain_delay.description = Channel representing rain delay in hours
|
||||
channel-type.orbitbhyve.smart_watering.label = Smart Watering Control
|
||||
channel-type.orbitbhyve.smart_watering.description = Channel for enabling/disabling the smart watering mode
|
||||
channel-type.orbitbhyve.watering_time.label = Zone Watering Time
|
||||
channel-type.orbitbhyve.watering_time.description = Channel representing the manual zone watering time in minutes
|
||||
channel-type.orbitbhyve.zone.label = Zone Channel
|
||||
channel-type.orbitbhyve.zone.description = Dynamic channel representing a zone
|
||||
Reference in New Issue
Block a user