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,38 @@
|
||||
# binding
|
||||
|
||||
binding.rme.name = openHAB RME Binding
|
||||
binding.rme.description = This is the binding for RME Rain Manager.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.rme.manager.label = RME Rain Manager
|
||||
thing-type.rme.manager.description = The RME Rain Manager is a controllable water supply unit that can monitor a gauge in a cistern, and switch between rain water and city provided water
|
||||
thing-type.rme.manager.channel.cisternblockedalarm.label = Cistern Blocked Alarm
|
||||
thing-type.rme.manager.channel.cisternsupplyalarm.label = Cistern Supply Alarm
|
||||
thing-type.rme.manager.channel.entrypump.label = Entry Pump Active
|
||||
thing-type.rme.manager.channel.exitpump.label = Exit Pump Active
|
||||
thing-type.rme.manager.channel.filtercleaning.label = Filter Cleaning Required
|
||||
thing-type.rme.manager.channel.overflowalarm.label = Overflow Alarm
|
||||
thing-type.rme.manager.channel.waterexchange.label = Water Exchange Active
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.rme.manager.port.label = Serial Port
|
||||
thing-type.config.rme.manager.port.description = Serial Port the RME Rain Manager is connected to
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.rme.mode.label = Operation Mode
|
||||
channel-type.rme.mode.description = Indicates the operation mode of the RME Rain Manager
|
||||
channel-type.rme.mode.state.option.Automatic = Automatic
|
||||
channel-type.rme.mode.state.option.Manual = Manual
|
||||
channel-type.rme.source.label = Water Source
|
||||
channel-type.rme.source.description = Indicates water source used to supply water, e.g cistern or city
|
||||
channel-type.rme.source.state.option.Rain = Rain
|
||||
channel-type.rme.source.state.option.City = City
|
||||
channel-type.rme.statusflag.label = Status Flag
|
||||
channel-type.rme.statusflag.description = Status Flag of an RME operational parameter, e.g ON if set, OFF if unset
|
||||
channel-type.rme.statusflag.state.option.ON = ON
|
||||
channel-type.rme.statusflag.state.option.OFF = OFF
|
||||
channel-type.rme.waterlevel.label = Water Level
|
||||
channel-type.rme.waterlevel.description = Indicates the % the cistern is filled with water
|
||||
Reference in New Issue
Block a user