[sagercaster] Reorder translations entries (#12879)
Re-run of the i18n tool will then trigger no change. Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -1,24 +1,29 @@
|
|||||||
# binding
|
# binding
|
||||||
|
|
||||||
bindingName = SagerCaster Binding
|
bindingName = SagerCaster Binding
|
||||||
bindingDescription = The Sager Weathercaster is a scientific instrument for accurate prediction of the weather.
|
bindingDescription = The Sager Weathercaster is a scientific instrument for accurate prediction of the weather.
|
||||||
|
|
||||||
# thing
|
# thing
|
||||||
|
|
||||||
sagercasterLabel = SagerCaster Thing
|
sagercasterLabel = SagerCaster Thing
|
||||||
sagercasterDescription = This thing represents a forecast for a given location.
|
sagercasterDescription = This thing represents a forecast for a given location.
|
||||||
|
|
||||||
# ting configuration
|
# ting configuration
|
||||||
|
|
||||||
locationLabel = Location
|
locationLabel = Location
|
||||||
locationDescription = Your geo coordinates separated with comma (e.g. "37.8,-122.4").
|
locationDescription = Your geo coordinates separated with comma (e.g. "37.8,-122.4").
|
||||||
observationLabel = Observation Period
|
observationLabel = Observation Period
|
||||||
observationDescription = Sager WeatherCaster needs a minimum representative period of time to produce meaningfull results (defaults to 6 hours).
|
observationDescription = Sager WeatherCaster needs a minimum representative period of time to produce meaningfull results (defaults to 6 hours).
|
||||||
|
|
||||||
# channel groups
|
# channel groups
|
||||||
|
|
||||||
inputLabel = Inputs
|
inputLabel = Inputs
|
||||||
inputDescription = The channels used to build the forecast results
|
inputDescription = The channels used to build the forecast results
|
||||||
outputLabel = Results
|
outputLabel = Results
|
||||||
outputDescription = Results of the Sager Weathercaster algorithm
|
outputDescription = Results of the Sager Weathercaster algorithm
|
||||||
|
|
||||||
# channels
|
# channels
|
||||||
|
|
||||||
windVelocity = Wind Velocity
|
windVelocity = Wind Velocity
|
||||||
windFrom = Wind from
|
windFrom = Wind from
|
||||||
windTo = Wind to
|
windTo = Wind to
|
||||||
@@ -47,6 +52,10 @@ timestampChannelLabel = Timestamp
|
|||||||
timestampChannelDescription = Timestamp of the last weather forecast update.
|
timestampChannelDescription = Timestamp of the last weather forecast update.
|
||||||
|
|
||||||
# channel options
|
# channel options
|
||||||
|
|
||||||
|
evolution1 = Steady
|
||||||
|
evolution2 = Veering
|
||||||
|
evolution3 = Backing
|
||||||
forecast0 = Not enough historic data to study pressure evolution, wait a bit ...
|
forecast0 = Not enough historic data to study pressure evolution, wait a bit ...
|
||||||
forecastA = Fair
|
forecastA = Fair
|
||||||
forecastB = Fair and warmer
|
forecastB = Fair and warmer
|
||||||
@@ -85,7 +94,11 @@ forecastW1 = Precipitation or showers followed by fair early in period (within 6
|
|||||||
forecastW2 = Precipitation or flurries followed by fair early in period (within 6 hours) and becoming cooler
|
forecastW2 = Precipitation or flurries followed by fair early in period (within 6 hours) and becoming cooler
|
||||||
forecastX = Unsettled followed by fair
|
forecastX = Unsettled followed by fair
|
||||||
forecastY = Unsettled followed by fair early in period (within 6 hours) and becoming cooler
|
forecastY = Unsettled followed by fair early in period (within 6 hours) and becoming cooler
|
||||||
|
trend1 = Rising Rapidly
|
||||||
|
trend2 = Rising Slowly
|
||||||
|
trend3 = Normal
|
||||||
|
trend4 = Decreasing Slowly
|
||||||
|
trend5 = Decreasing Rapidly
|
||||||
velocityN = Probably increasing
|
velocityN = Probably increasing
|
||||||
velocityF = Moderate to fresh
|
velocityF = Moderate to fresh
|
||||||
velocityS = Strong winds may precede gales over open water
|
velocityS = Strong winds may precede gales over open water
|
||||||
@@ -95,16 +108,6 @@ velocityH = Hurricane
|
|||||||
velocityD = Diminishing, or moderating somewhat if current winds are of fresh to strong velocity
|
velocityD = Diminishing, or moderating somewhat if current winds are of fresh to strong velocity
|
||||||
velocityU = No important change. Some tendency for slight increase in winds during day, diminishing in evening
|
velocityU = No important change. Some tendency for slight increase in winds during day, diminishing in evening
|
||||||
|
|
||||||
evolution1 = Steady
|
# discovery result
|
||||||
evolution2 = Veering
|
|
||||||
evolution3 = Backing
|
|
||||||
|
|
||||||
trend1 = Rising Rapidly
|
|
||||||
trend2 = Rising Slowly
|
|
||||||
trend3 = Normal
|
|
||||||
trend4 = Decreasing Slowly
|
|
||||||
trend5 = Decreasing Rapidly
|
|
||||||
|
|
||||||
# Discovery result
|
|
||||||
discovery.sagercaster.sagercaster.local.label = Local Weather Forecast
|
discovery.sagercaster.sagercaster.local.label = Local Weather Forecast
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user