diff --git a/bundles/org.openhab.binding.weatherunderground/src/main/resources/OH-INF/i18n/weatherunderground.properties b/bundles/org.openhab.binding.weatherunderground/src/main/resources/OH-INF/i18n/weatherunderground.properties index 160d40a10..c9a30882a 100644 --- a/bundles/org.openhab.binding.weatherunderground/src/main/resources/OH-INF/i18n/weatherunderground.properties +++ b/bundles/org.openhab.binding.weatherunderground/src/main/resources/OH-INF/i18n/weatherunderground.properties @@ -1,18 +1,39 @@ # binding + binding.weatherunderground.name = WeatherUnderground Binding binding.weatherunderground.description = The Weather Underground Binding requests the Weather Underground Service to show weather data. # thing types + thing-type.weatherunderground.bridge.label = Weatherunderground Bridge thing-type.weatherunderground.bridge.description = The Weather Underground bridge represents a connection to the Weather Underground service thing-type.weatherunderground.weather.label = Weather Information thing-type.weatherunderground.weather.description = Provides various weather data from the Weather Underground service +thing-type.weatherunderground.weather.group.forecastDay2.label = Weather Forecast Day 2 +thing-type.weatherunderground.weather.group.forecastDay2.description = This is the weather forecast in two days +thing-type.weatherunderground.weather.group.forecastDay3.label = Weather Forecast Day 3 +thing-type.weatherunderground.weather.group.forecastDay3.description = This is the weather forecast in three days +thing-type.weatherunderground.weather.group.forecastDay4.label = Weather Forecast Day 4 +thing-type.weatherunderground.weather.group.forecastDay4.description = This is the weather forecast in four days +thing-type.weatherunderground.weather.group.forecastDay5.label = Weather Forecast Day 5 +thing-type.weatherunderground.weather.group.forecastDay5.description = This is the weather forecast in five days +thing-type.weatherunderground.weather.group.forecastDay6.label = Weather Forecast Day 6 +thing-type.weatherunderground.weather.group.forecastDay6.description = This is the weather forecast in six days +thing-type.weatherunderground.weather.group.forecastDay7.label = Weather Forecast Day 7 +thing-type.weatherunderground.weather.group.forecastDay7.description = This is the weather forecast in seven days +thing-type.weatherunderground.weather.group.forecastDay8.label = Weather Forecast Day 8 +thing-type.weatherunderground.weather.group.forecastDay8.description = This is the weather forecast in eight days +thing-type.weatherunderground.weather.group.forecastDay9.label = Weather Forecast Day 9 +thing-type.weatherunderground.weather.group.forecastDay9.description = This is the weather forecast in nine days +thing-type.weatherunderground.weather.group.forecastToday.label = Weather Forecast Today +thing-type.weatherunderground.weather.group.forecastToday.description = This is the weather forecast for today +thing-type.weatherunderground.weather.group.forecastTomorrow.label = Weather Forecast Tomorrow +thing-type.weatherunderground.weather.group.forecastTomorrow.description = This is the weather forecast for tomorrow + +# thing types config -# thing type configuration thing-type.config.weatherunderground.bridge.apikey.label = API Key thing-type.config.weatherunderground.bridge.apikey.description = API key to access the Weather Underground service -thing-type.config.weatherunderground.weather.location.label = Location of Weather Information -thing-type.config.weatherunderground.weather.location.description = Multiple syntaxes are supported. Please read the binding documentation for more information thing-type.config.weatherunderground.weather.language.label = Language thing-type.config.weatherunderground.weather.language.description = Language to be used by the Weather Underground service thing-type.config.weatherunderground.weather.language.option.AF = Afrikaans @@ -97,105 +118,88 @@ thing-type.config.weatherunderground.weather.language.option.CY = Welsh thing-type.config.weatherunderground.weather.language.option.SN = Wolof thing-type.config.weatherunderground.weather.language.option.JI = Yiddish - transliterated thing-type.config.weatherunderground.weather.language.option.YI = Yiddish - unicode +thing-type.config.weatherunderground.weather.location.label = Location of Weather Information +thing-type.config.weatherunderground.weather.location.description = Multiple syntaxes are supported. Please read the binding documentation for more information thing-type.config.weatherunderground.weather.refresh.label = Refresh Interval thing-type.config.weatherunderground.weather.refresh.description = Specifies the refresh interval in minutes. # channel group types + channel-group-type.weatherunderground.current.label = Current Weather channel-group-type.weatherunderground.current.description = This is the current weather channel-group-type.weatherunderground.forecast.label = Weather Forecast channel-group-type.weatherunderground.forecast.description = This is the weather forecast -# channel groups -thing-type.weatherunderground.weather.group.forecastToday.label = Weather Forecast Today -thing-type.weatherunderground.weather.group.forecastToday.description = This is the weather forecast for today -thing-type.weatherunderground.weather.group.forecastTomorrow.label = Weather Forecast Tomorrow -thing-type.weatherunderground.weather.group.forecastTomorrow.description = This is the weather forecast for tomorrow -thing-type.weatherunderground.weather.group.forecastDay2.label = Weather Forecast Day 2 -thing-type.weatherunderground.weather.group.forecastDay2.description = This is the weather forecast in two days -thing-type.weatherunderground.weather.group.forecastDay3.label = Weather Forecast Day 3 -thing-type.weatherunderground.weather.group.forecastDay3.description = This is the weather forecast in three days -thing-type.weatherunderground.weather.group.forecastDay4.label = Weather Forecast Day 4 -thing-type.weatherunderground.weather.group.forecastDay4.description = This is the weather forecast in four days -thing-type.weatherunderground.weather.group.forecastDay5.label = Weather Forecast Day 5 -thing-type.weatherunderground.weather.group.forecastDay5.description = This is the weather forecast in five days -thing-type.weatherunderground.weather.group.forecastDay6.label = Weather Forecast Day 6 -thing-type.weatherunderground.weather.group.forecastDay6.description = This is the weather forecast in six days -thing-type.weatherunderground.weather.group.forecastDay7.label = Weather Forecast Day 7 -thing-type.weatherunderground.weather.group.forecastDay7.description = This is the weather forecast in seven days -thing-type.weatherunderground.weather.group.forecastDay8.label = Weather Forecast Day 8 -thing-type.weatherunderground.weather.group.forecastDay8.description = This is the weather forecast in eight days -thing-type.weatherunderground.weather.group.forecastDay9.label = Weather Forecast Day 9 -thing-type.weatherunderground.weather.group.forecastDay9.description = This is the weather forecast in nine days - # channel types -channel-type.weatherunderground.location.label = Observation Location -channel-type.weatherunderground.location.description = Weather observation location -channel-type.weatherunderground.stationId.label = Station Id -channel-type.weatherunderground.stationId.description = Weather station identifier -channel-type.weatherunderground.observationTime.label = Observation Time -channel-type.weatherunderground.observationTime.description = Observation date and time -channel-type.weatherunderground.forecastTime.label = Forecast Time -channel-type.weatherunderground.forecastTime.description = Forecast date and time -channel-type.weatherunderground.currentConditions.label = Current Conditions -channel-type.weatherunderground.currentConditions.description = Weather current conditions -channel-type.weatherunderground.forecastConditions.label = Forecast Conditions -channel-type.weatherunderground.forecastConditions.description = Weather forecast conditions -channel-type.weatherunderground.minTemperature.label = Minimum Temperature -channel-type.weatherunderground.minTemperature.description = Minimum temperature -channel-type.weatherunderground.maxTemperature.label = Maximum Temperature -channel-type.weatherunderground.maxTemperature.description = Maximum temperature -channel-type.weatherunderground.dewPoint.label = Dew Point Temperature -channel-type.weatherunderground.dewPoint.description = Dew Point temperature -channel-type.weatherunderground.heatIndex.label = Heat Index -channel-type.weatherunderground.heatIndex.description = Heat index -channel-type.weatherunderground.windChill.label = Wind Chill Temperature -channel-type.weatherunderground.windChill.description = Wind chill temperature -channel-type.weatherunderground.feelingTemperature.label = Feeling Temperature -channel-type.weatherunderground.feelingTemperature.description = Feeling temperature -channel-type.weatherunderground.relativeHumidity.label = Relative Humidity -channel-type.weatherunderground.relativeHumidity.description = Forecast relative humidity -channel-type.weatherunderground.windDirection.label = Wind Direction -channel-type.weatherunderground.windDirection.description = Wind direction -channel-type.weatherunderground.maxWindDirection.label = Maximum Wind Direction -channel-type.weatherunderground.maxWindDirection.description = Maximum wind direction -channel-type.weatherunderground.averageWindDirection.label = Average Wind Direction -channel-type.weatherunderground.averageWindDirection.description = Average wind direction -channel-type.weatherunderground.maxWindDirection-degrees.label = Maximum Wind Direction (angle) -channel-type.weatherunderground.maxWindDirection-degrees.description = Maximum wind direction as an angle + +channel-type.weatherunderground.UVIndex.label = UV Index +channel-type.weatherunderground.UVIndex.description = UV Index channel-type.weatherunderground.averageWindDirection-degrees.label = Average Wind Direction (angle) channel-type.weatherunderground.averageWindDirection-degrees.description = Average wind direction as an angle -channel-type.weatherunderground.maxWindSpeed.label = Maximum Wind Speed -channel-type.weatherunderground.maxWindSpeed.description = Maximum wind speed +channel-type.weatherunderground.averageWindDirection.label = Average Wind Direction +channel-type.weatherunderground.averageWindDirection.description = Average wind direction channel-type.weatherunderground.averageWindSpeed.label = Average Wind Speed channel-type.weatherunderground.averageWindSpeed.description = Average wind speed -channel-type.weatherunderground.windGust.label = Wind Gust -channel-type.weatherunderground.windGust.description = Wind gust +channel-type.weatherunderground.currentConditions.label = Current Conditions +channel-type.weatherunderground.currentConditions.description = Weather current conditions +channel-type.weatherunderground.dewPoint.label = Dew Point Temperature +channel-type.weatherunderground.dewPoint.description = Dew Point temperature +channel-type.weatherunderground.feelingTemperature.label = Feeling Temperature +channel-type.weatherunderground.feelingTemperature.description = Feeling temperature +channel-type.weatherunderground.forecastConditions.label = Forecast Conditions +channel-type.weatherunderground.forecastConditions.description = Weather forecast conditions +channel-type.weatherunderground.forecastTime.label = Forecast Time +channel-type.weatherunderground.forecastTime.description = Forecast date and time +channel-type.weatherunderground.heatIndex.label = Heat Index +channel-type.weatherunderground.heatIndex.description = Heat index +channel-type.weatherunderground.icon.label = Weather Icon +channel-type.weatherunderground.icon.description = Icon representing the weather conditions +channel-type.weatherunderground.iconKey.label = Weather Icon Key +channel-type.weatherunderground.iconKey.description = Key used in the icon URL +channel-type.weatherunderground.location.label = Observation Location +channel-type.weatherunderground.location.description = Weather observation location +channel-type.weatherunderground.maxTemperature.label = Maximum Temperature +channel-type.weatherunderground.maxTemperature.description = Maximum temperature +channel-type.weatherunderground.maxWindDirection-degrees.label = Maximum Wind Direction (angle) +channel-type.weatherunderground.maxWindDirection-degrees.description = Maximum wind direction as an angle +channel-type.weatherunderground.maxWindDirection.label = Maximum Wind Direction +channel-type.weatherunderground.maxWindDirection.description = Maximum wind direction +channel-type.weatherunderground.maxWindSpeed.label = Maximum Wind Speed +channel-type.weatherunderground.maxWindSpeed.description = Maximum wind speed +channel-type.weatherunderground.minTemperature.label = Minimum Temperature +channel-type.weatherunderground.minTemperature.description = Minimum temperature +channel-type.weatherunderground.observationTime.label = Observation Time +channel-type.weatherunderground.observationTime.description = Observation date and time channel-type.weatherunderground.pressureTrend.label = Pressure Trend channel-type.weatherunderground.pressureTrend.description = Pressure evolution trend (up, down, stable) channel-type.weatherunderground.pressureTrend.state.option.up = up channel-type.weatherunderground.pressureTrend.state.option.stable = stable channel-type.weatherunderground.pressureTrend.state.option.down = down -channel-type.weatherunderground.visibility.label = Visibility -channel-type.weatherunderground.visibility.description = Visibility -channel-type.weatherunderground.solarRadiation.label = Solar Radiation -channel-type.weatherunderground.solarRadiation.description = Solar radiation -channel-type.weatherunderground.UVIndex.label = UV Index -channel-type.weatherunderground.UVIndex.description = UV Index +channel-type.weatherunderground.probaPrecipitation.label = Precipitation Probability +channel-type.weatherunderground.probaPrecipitation.description = Probability of precipitation channel-type.weatherunderground.rainDay.label = Rain Fall Day channel-type.weatherunderground.rainDay.description = Rain fall during the day channel-type.weatherunderground.rainHour.label = Rain Fall Hour channel-type.weatherunderground.rainHour.description = Rain fall during the last hour +channel-type.weatherunderground.relativeHumidity.label = Relative Humidity +channel-type.weatherunderground.relativeHumidity.description = Forecast relative humidity channel-type.weatherunderground.snow.label = Snow Fall channel-type.weatherunderground.snow.description = Snow fall -channel-type.weatherunderground.probaPrecipitation.label = Precipitation Probability -channel-type.weatherunderground.probaPrecipitation.description = Probability of precipitation -channel-type.weatherunderground.icon.label = Weather Icon -channel-type.weatherunderground.icon.description = Icon representing the weather conditions -channel-type.weatherunderground.iconKey.label = Weather Icon Key -channel-type.weatherunderground.iconKey.description = Key used in the icon URL +channel-type.weatherunderground.solarRadiation.label = Solar Radiation +channel-type.weatherunderground.solarRadiation.description = Solar radiation +channel-type.weatherunderground.stationId.label = Station Id +channel-type.weatherunderground.stationId.description = Weather station identifier +channel-type.weatherunderground.visibility.label = Visibility +channel-type.weatherunderground.visibility.description = Visibility +channel-type.weatherunderground.windChill.label = Wind Chill Temperature +channel-type.weatherunderground.windChill.description = Wind chill temperature +channel-type.weatherunderground.windDirection.label = Wind Direction +channel-type.weatherunderground.windDirection.description = Wind direction +channel-type.weatherunderground.windGust.label = Wind Gust +channel-type.weatherunderground.windGust.description = Wind gust + +# thing status description -# Thing status description offline.comm-error-invalid-api-key = The API key is invalid. offline.comm-error-running-request = An error occurred while running the Weather Underground request. offline.comm-error-parsing-response = An error occurred while parsing the response to the Weather Underground request. @@ -206,5 +210,6 @@ offline.conf-error-syntax-language = The value of the "language" parameter must offline.conf-error-min-refresh = The minimum value of the "refresh interval" parameter must be 5 minutes. offline.uri-error = Could not create URI to fetch data, please check if the location parameter is correct. -# Discovery result +# discovery result + discovery.weatherunderground.weather.local.label = Local Weather