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,57 @@
|
||||
# binding
|
||||
|
||||
binding.ipobserver.name = IpObserver Binding
|
||||
binding.ipobserver.description = This is the binding for weather stations marketed under many brands that come with or have an IpObserver station connected.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ipobserver.weatherstation.label = Weather Station
|
||||
thing-type.ipobserver.weatherstation.description = Use for any weather station sold under multiple brands that come with an IP Observer unit.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ipobserver.weatherstation.address.label = Network Address
|
||||
thing-type.config.ipobserver.weatherstation.address.description = Hostname or IP for the IP Observer
|
||||
thing-type.config.ipobserver.weatherstation.autoReboot.label = Auto Reboot
|
||||
thing-type.config.ipobserver.weatherstation.autoReboot.description = Time in milliseconds to wait for a reply before rebooting the IP Observer. A value of 0 disables this feature allowing you to manually trigger or use a rule to handle the reboots
|
||||
thing-type.config.ipobserver.weatherstation.pollTime.label = Poll Time
|
||||
thing-type.config.ipobserver.weatherstation.pollTime.description = Time in seconds between each Scan of the livedata.htm from the ObserverIP
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ipobserver.humidityIndoor.label = Indoor Humidity
|
||||
channel-type.ipobserver.humidityIndoor.description = Current Humidity Indoors
|
||||
channel-type.ipobserver.lastUpdatedTime.label = Last Updated Time
|
||||
channel-type.ipobserver.lastUpdatedTime.description = Time of the last livedata scrape
|
||||
channel-type.ipobserver.pressureAbsolute.label = Pressure Absolute
|
||||
channel-type.ipobserver.pressureAbsolute.description = Absolute Current Pressure
|
||||
channel-type.ipobserver.pressureRelative.label = Pressure Relative
|
||||
channel-type.ipobserver.pressureRelative.description = Relative Current Pressure
|
||||
channel-type.ipobserver.rainForMonth.label = Rain for Month
|
||||
channel-type.ipobserver.rainForMonth.description = Rain since 12:00 on the 1st of this month
|
||||
channel-type.ipobserver.rainForWeek.label = Rain for Week
|
||||
channel-type.ipobserver.rainForWeek.description = Weekly Rain
|
||||
channel-type.ipobserver.rainForYear.label = Rain for Year
|
||||
channel-type.ipobserver.rainForYear.description = Total rain since 12:00 on 1st Jan
|
||||
channel-type.ipobserver.rainHourlyRate.label = Rain Hourly Rate
|
||||
channel-type.ipobserver.rainHourlyRate.description = How much rain will fall in an Hour if the rate continues
|
||||
channel-type.ipobserver.rainToday.label = Rain Today
|
||||
channel-type.ipobserver.rainToday.description = Rain since Midnight
|
||||
channel-type.ipobserver.responseTime.label = Response Time
|
||||
channel-type.ipobserver.responseTime.description = How many milliseconds it took to fetch the sensor readings from livedata.htm
|
||||
channel-type.ipobserver.solarRadiation.label = Solar Radiation
|
||||
channel-type.ipobserver.solarRadiation.description = Solar Radiation
|
||||
channel-type.ipobserver.temperatureIndoor.label = Indoor Temperature
|
||||
channel-type.ipobserver.temperatureIndoor.description = Current Temperature Indoors
|
||||
channel-type.ipobserver.uv.label = UV
|
||||
channel-type.ipobserver.uv.description = UV
|
||||
channel-type.ipobserver.uvIndex.label = UV Index
|
||||
channel-type.ipobserver.uvIndex.description = UV Index
|
||||
channel-type.ipobserver.windAverageSpeed.label = Wind Average Speed
|
||||
channel-type.ipobserver.windAverageSpeed.description = Average Wind Speed
|
||||
channel-type.ipobserver.windGust.label = Wind Gust
|
||||
channel-type.ipobserver.windGust.description = Wind Gust
|
||||
channel-type.ipobserver.windMaxGust.label = Wind Max Gust
|
||||
channel-type.ipobserver.windMaxGust.description = Max wind gust for today
|
||||
channel-type.ipobserver.windSpeed.label = Wind Speed
|
||||
channel-type.ipobserver.windSpeed.description = Wind Speed
|
||||
Reference in New Issue
Block a user