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,58 @@
|
||||
# binding
|
||||
|
||||
binding.boschindego.name = BoschIndego Binding
|
||||
binding.boschindego.description = This is the binding for Bosch Indego Connect lawn mowers.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.boschindego.indego.label = Bosch Indego
|
||||
thing-type.boschindego.indego.description = Indego which supports the connect feature.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.boschindego.indego.password.label = Password
|
||||
thing-type.config.boschindego.indego.password.description = Password for the Bosch Indego account.
|
||||
thing-type.config.boschindego.indego.refresh.label = Refresh Interval
|
||||
thing-type.config.boschindego.indego.refresh.description = Specifies the refresh interval in seconds.
|
||||
thing-type.config.boschindego.indego.username.label = Username
|
||||
thing-type.config.boschindego.indego.username.description = Username for the Bosch Indego account.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.boschindego.errorcode.label = Error Code
|
||||
channel-type.boschindego.errorcode.description = 0 = no error
|
||||
channel-type.boschindego.mowed.label = Cut Grass
|
||||
channel-type.boschindego.ready.label = Ready
|
||||
channel-type.boschindego.ready.description = Indicates if mower is ready to mow
|
||||
channel-type.boschindego.ready.state.option.0 = not ready
|
||||
channel-type.boschindego.ready.state.option.1 = ready
|
||||
channel-type.boschindego.state.label = Numeric State
|
||||
channel-type.boschindego.state.state.option.1 = Mow
|
||||
channel-type.boschindego.state.state.option.2 = Charge/Dock
|
||||
channel-type.boschindego.state.state.option.3 = Pause
|
||||
channel-type.boschindego.statecode.label = State Code
|
||||
channel-type.boschindego.statecode.description = API-code of the Indego state
|
||||
channel-type.boschindego.statecode.state.option.0 = Reading status
|
||||
channel-type.boschindego.statecode.state.option.257 = Charging
|
||||
channel-type.boschindego.statecode.state.option.258 = Docked
|
||||
channel-type.boschindego.statecode.state.option.259 = Docked - Software update
|
||||
channel-type.boschindego.statecode.state.option.260 = Docked
|
||||
channel-type.boschindego.statecode.state.option.261 = Docked
|
||||
channel-type.boschindego.statecode.state.option.262 = Docked - Loading map
|
||||
channel-type.boschindego.statecode.state.option.263 = Docked - Saving map
|
||||
channel-type.boschindego.statecode.state.option.512 = Mowing
|
||||
channel-type.boschindego.statecode.state.option.514 = Relocalising
|
||||
channel-type.boschindego.statecode.state.option.515 = Loading map
|
||||
channel-type.boschindego.statecode.state.option.516 = Learning lawn
|
||||
channel-type.boschindego.statecode.state.option.517 = Paused
|
||||
channel-type.boschindego.statecode.state.option.518 = Border cut
|
||||
channel-type.boschindego.statecode.state.option.519 = Idle in lawn
|
||||
channel-type.boschindego.statecode.state.option.769 = Returning to Dock
|
||||
channel-type.boschindego.statecode.state.option.770 = Returning to Dock
|
||||
channel-type.boschindego.statecode.state.option.771 = Returning to Dock - Battery low
|
||||
channel-type.boschindego.statecode.state.option.772 = Returning to Dock - Calendar timeslot ended
|
||||
channel-type.boschindego.statecode.state.option.773 = Returning to Dock - Battery temp range
|
||||
channel-type.boschindego.statecode.state.option.774 = Returning to Dock
|
||||
channel-type.boschindego.statecode.state.option.775 = Returning to Dock - Lawn complete
|
||||
channel-type.boschindego.statecode.state.option.775 = Returning to Dock - Relocalising
|
||||
channel-type.boschindego.textualstate.label = Textual State
|
||||
Reference in New Issue
Block a user