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,60 @@
|
||||
# binding
|
||||
|
||||
binding.oceanic.name = openHAB Oceanic Binding
|
||||
binding.oceanic.description = This is the binding for Oceanic Water Softener.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.oceanic.network.label = Oceanic Water Softener
|
||||
thing-type.oceanic.network.description = Oceanic Water Softener connected through a network proxy
|
||||
thing-type.oceanic.serial.label = Oceanic Water Softener
|
||||
thing-type.oceanic.serial.description = Oceanic Water Softener connected through a serial port
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.oceanic.network.interval.label = Polling Interval
|
||||
thing-type.config.oceanic.network.interval.description = Interval in seconds to poll the Oceanic Water Softener for status updates
|
||||
thing-type.config.oceanic.network.ipAddress.label = Network Address
|
||||
thing-type.config.oceanic.network.ipAddress.description = Network address of the network proxy
|
||||
thing-type.config.oceanic.network.portNumber.label = Port
|
||||
thing-type.config.oceanic.network.portNumber.description = Port number of the network proxy
|
||||
thing-type.config.oceanic.serial.interval.label = Polling Interval
|
||||
thing-type.config.oceanic.serial.interval.description = Interval in seconds to poll the Oceanic Water Softener for status updates
|
||||
thing-type.config.oceanic.serial.port.label = Serial Port
|
||||
thing-type.config.oceanic.serial.port.description = Serial Port the Oceanic Water Softener is connected to
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.oceanic.alarm.label = Alarm
|
||||
channel-type.oceanic.alarm.description = Current alarm description, if any
|
||||
channel-type.oceanic.alert.label = Alert
|
||||
channel-type.oceanic.alert.description = Current alert description, if any, to notify a shortage of salt
|
||||
channel-type.oceanic.consumption.label = Water Consumption
|
||||
channel-type.oceanic.consumption.description = Water consumption, in l
|
||||
channel-type.oceanic.cycle.label = Cycle
|
||||
channel-type.oceanic.cycle.description = Indicates the stage of the regeneration cycle
|
||||
channel-type.oceanic.cylinderstate.label = Cylinder State
|
||||
channel-type.oceanic.cylinderstate.description = Indicates the state of the regeneration cylinder(s)
|
||||
channel-type.oceanic.flow.label = Flow
|
||||
channel-type.oceanic.flow.description = Flow in l/min
|
||||
channel-type.oceanic.hardness.label = Water Hardness
|
||||
channel-type.oceanic.hardness.description = Water hardness expressed using the chosen hardness unit
|
||||
channel-type.oceanic.multiregenerate.label = Start Multi-regeneration
|
||||
channel-type.oceanic.multiregenerate.description = Start a multi-regeneration
|
||||
channel-type.oceanic.number.label = Regenerations
|
||||
channel-type.oceanic.number.description = Number of regenerations
|
||||
channel-type.oceanic.pressure.label = Water Pressure
|
||||
channel-type.oceanic.pressure.description = Water pressure, in bar
|
||||
channel-type.oceanic.regeneratelater.label = Regenerate Later
|
||||
channel-type.oceanic.regeneratelater.description = Start a delayed regeneration
|
||||
channel-type.oceanic.regeneratenow.label = Regenerate Now
|
||||
channel-type.oceanic.regeneratenow.description = Start immediate regeneration
|
||||
channel-type.oceanic.reserve.label = Water Reserve
|
||||
channel-type.oceanic.reserve.description = Water reserve in l before regeneration has to start
|
||||
channel-type.oceanic.salt.label = Salt
|
||||
channel-type.oceanic.salt.description = Volume of salt remaining, in kg
|
||||
channel-type.oceanic.time.label = Date/Time
|
||||
channel-type.oceanic.time.description = Date/Time stamp
|
||||
channel-type.oceanic.time.state.pattern = %1$td.%1$tm.%1$tY %1$tT
|
||||
channel-type.oceanic.unit.label = Unit
|
||||
channel-type.oceanic.unit.description = Hardness unit used to express hardness
|
||||
Reference in New Issue
Block a user