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,63 @@
|
||||
# binding
|
||||
|
||||
binding.opensprinkler.name = OpenSprinkler Binding
|
||||
binding.opensprinkler.description = This is the binding for OpenSprinkler.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.opensprinkler.device.label = OpenSprinkler Device
|
||||
thing-type.opensprinkler.device.description = A thing that receives data from the OpenSprinkler device directly.
|
||||
thing-type.opensprinkler.http.label = OpenSprinkler HTTP Bridge
|
||||
thing-type.opensprinkler.http.description = A connection to a stand alone OpenSprinkler device which communicates over HTTP.
|
||||
thing-type.opensprinkler.station.label = OpenSprinkler Station
|
||||
thing-type.opensprinkler.station.description = Controls a station connected to the OpenSprinkler device.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.opensprinkler.http.basicPassword.label = Basic Auth Password
|
||||
thing-type.config.opensprinkler.http.basicPassword.description = Used if the OpenSprinkler device is behind a basic auth protected reverse proxy.
|
||||
thing-type.config.opensprinkler.http.basicUsername.label = Basic Auth Username
|
||||
thing-type.config.opensprinkler.http.basicUsername.description = Used if the OpenSprinkler device is behind a basic auth protected reverse proxy.
|
||||
thing-type.config.opensprinkler.http.hostname.label = Hostname
|
||||
thing-type.config.opensprinkler.http.hostname.description = The host name or IP address of the OpenSprinkler Web API interface. It may or may not start with the protocol, e.g. in order to use https:// instead of the default http://.
|
||||
thing-type.config.opensprinkler.http.password.label = Password
|
||||
thing-type.config.opensprinkler.http.password.description = The admin password used to access the Web API interface.
|
||||
thing-type.config.opensprinkler.http.port.label = Port
|
||||
thing-type.config.opensprinkler.http.port.description = Port of the OpenSprinkler Web API interface.
|
||||
thing-type.config.opensprinkler.http.refresh.label = Refresh Interval
|
||||
thing-type.config.opensprinkler.http.refresh.description = Specifies the refresh interval in seconds.
|
||||
thing-type.config.opensprinkler.station.stationIndex.label = Station Index
|
||||
thing-type.config.opensprinkler.station.stationIndex.description = The index of the station, starting with 0, of the station.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.opensprinkler.currentDraw.label = Current Draw
|
||||
channel-type.opensprinkler.currentDraw.description = The current draw in mA
|
||||
channel-type.opensprinkler.enablePrograms.label = Enable Programs
|
||||
channel-type.opensprinkler.enablePrograms.description = Allow programs to auto run, when OFF, manually started stations still work.
|
||||
channel-type.opensprinkler.flowSensorCount.label = Flow Sensor Count
|
||||
channel-type.opensprinkler.flowSensorCount.description = A count of how many pulses the water flow sensor has given.
|
||||
channel-type.opensprinkler.ignoreRain.label = Station Ignores Rain
|
||||
channel-type.opensprinkler.ignoreRain.description = The station will ignore forecasted rain.
|
||||
channel-type.opensprinkler.nextDuration.label = Next Duration
|
||||
channel-type.opensprinkler.nextDuration.description = The duration the station will be opened the next time it is switched on.
|
||||
channel-type.opensprinkler.programs.label = Run Program
|
||||
channel-type.opensprinkler.programs.description = Run a program that is saved inside the OpenSprinkler Device.
|
||||
channel-type.opensprinkler.queued.label = Queued
|
||||
channel-type.opensprinkler.queued.description = Indicates if the station is queued to be turned on. Can be removed from the queue by turning off. ON is read-only.
|
||||
channel-type.opensprinkler.rainDelay.label = Rain Delay
|
||||
channel-type.opensprinkler.rainDelay.description = The amount of time in hours to delay the running of any program.
|
||||
channel-type.opensprinkler.rainsensor.label = Rain Sensor
|
||||
channel-type.opensprinkler.rainsensor.description = Provides feedback on whether the OpenSprinkler device has detected rain or not.
|
||||
channel-type.opensprinkler.remainingWaterTime.label = Remaining Water Time
|
||||
channel-type.opensprinkler.remainingWaterTime.description = Read-only property of the remaining water time of the station.
|
||||
channel-type.opensprinkler.resetStations.label = Reset Stations
|
||||
channel-type.opensprinkler.resetStations.description = Resets all stations back to CLOSED.
|
||||
channel-type.opensprinkler.sensor2.label = Sensor 2
|
||||
channel-type.opensprinkler.sensor2.description = Sensor 2 can be setup as a rain, flow or soil moisture sensor.
|
||||
channel-type.opensprinkler.stationState.label = Station State
|
||||
channel-type.opensprinkler.stationState.description = Controls a station on the OpenSprinkler device.
|
||||
channel-type.opensprinkler.stations.label = Open Station
|
||||
channel-type.opensprinkler.stations.description = Opens the solenoid of a single station.
|
||||
channel-type.opensprinkler.waterlevel.label = Water Level
|
||||
channel-type.opensprinkler.waterlevel.description = The current watering level in percent
|
||||
Reference in New Issue
Block a user