* 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>
60 lines
4.2 KiB
Properties
60 lines
4.2 KiB
Properties
# binding
|
|
|
|
binding.etherrain.name = EtherRain Binding
|
|
binding.etherrain.description = This is the binding for EtherRain
|
|
|
|
# thing types
|
|
|
|
thing-type.etherrain.etherrain.label = EtherRain
|
|
thing-type.etherrain.etherrain.description = This is a stand alone EtherRain device that allows sprinkler control
|
|
thing-type.etherrain.etherrain.channel.clear.label = Clear
|
|
thing-type.etherrain.etherrain.channel.clear.description = Clears the currently running program
|
|
thing-type.etherrain.etherrain.channel.execute.label = Execute
|
|
thing-type.etherrain.etherrain.channel.execute.description = Commands EtherRain device to begin watering program
|
|
|
|
# thing types config
|
|
|
|
thing-type.config.etherrain.etherrain.host.label = Host Name
|
|
thing-type.config.etherrain.etherrain.host.description = The host name or IP address of the EtherRain Web API interface
|
|
thing-type.config.etherrain.etherrain.password.label = Password
|
|
thing-type.config.etherrain.etherrain.password.description = The admin password used to access the Web API interface
|
|
thing-type.config.etherrain.etherrain.port.label = Port
|
|
thing-type.config.etherrain.etherrain.port.description = Port of the EtherRain Web API interface
|
|
thing-type.config.etherrain.etherrain.programDelay.label = Program Delay
|
|
thing-type.config.etherrain.etherrain.programDelay.description = The amount of time, in minutes, that EtherRain will delay before starting a program
|
|
thing-type.config.etherrain.etherrain.refresh.label = Refresh
|
|
thing-type.config.etherrain.etherrain.refresh.description = The amount of time, in seconds, that openHAB should poll EtherRain
|
|
thing-type.config.etherrain.etherrain.zoneOnTime1.label = Zone 1 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime1.description = The amount of time, in minutes, that EtherRain will run zone 1 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime2.label = Zone 2 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime2.description = The amount of time, in minutes, that EtherRain will run zone 2 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime3.label = Zone 3 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime3.description = The amount of time, in minutes, that EtherRain will run zone 3 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime4.label = Zone 4 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime4.description = The amount of time, in minutes, that EtherRain will run zone 4 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime5.label = Zone 5 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime5.description = The amount of time, in minutes, that EtherRain will run zone 5 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime6.label = Zone 6 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime6.description = The amount of time, in minutes, that EtherRain will run zone 6 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime7.label = Zone 7 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime7.description = The amount of time, in minutes, that EtherRain will run zone 7 in program
|
|
thing-type.config.etherrain.etherrain.zoneOnTime8.label = Zone 8 Run Time
|
|
thing-type.config.etherrain.etherrain.zoneOnTime8.description = The amount of time, in minutes, that EtherRain will run zone 8 in program
|
|
|
|
# channel types
|
|
|
|
channel-type.etherrain.commandstatus.label = Command Status
|
|
channel-type.etherrain.commandstatus.description = Status of the last command given to the Etherrain
|
|
channel-type.etherrain.execute.label = Execute
|
|
channel-type.etherrain.execute.description = Send a command to the EtherRain Controller
|
|
channel-type.etherrain.operatingresult.label = Operating Result
|
|
channel-type.etherrain.operatingresult.description = Result of operating status
|
|
channel-type.etherrain.operatingstatus.label = Operating Status
|
|
channel-type.etherrain.operatingstatus.description = Current operating status of the Etherrain
|
|
channel-type.etherrain.rainsensor.label = Rain
|
|
channel-type.etherrain.rainsensor.description = Provides feedback on whether the EtherRain device has detected rain or not
|
|
channel-type.etherrain.relayindex.label = Relay Index
|
|
channel-type.etherrain.relayindex.description = Number of the last zone that was operating
|
|
channel-type.etherrain.runtime.label = Runtime
|
|
channel-type.etherrain.runtime.description = How long a zone will run in seconds
|