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,73 @@
|
||||
# binding
|
||||
|
||||
binding.buienradar.name = Buienradar Binding
|
||||
binding.buienradar.description = The Buienradar Binding periodically (5 minutes) retrieves results from the Buienradar API. For personal use only.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.buienradar.rain_forecast.label = Rain Forecast
|
||||
thing-type.buienradar.rain_forecast.description = Does a simple rain forecast at the specified longitude/latitude of two hours, in 5 minute increments using the buienradar.nl webservice.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.buienradar.rain_forecast.exponentialBackoffRetryBaseInSeconds.label = Doubling Backoff Base for Retries
|
||||
thing-type.config.buienradar.rain_forecast.exponentialBackoffRetryBaseInSeconds.description = Doubling back-off base value for retries in seconds. For example, when this is 30 seconds, will retry at 30, 60, 120, 240 seconds.
|
||||
thing-type.config.buienradar.rain_forecast.location.label = Location of Weather
|
||||
thing-type.config.buienradar.rain_forecast.location.description = Location of weather in geographical coordinates (latitude/longitude/altitude).
|
||||
thing-type.config.buienradar.rain_forecast.refreshIntervalMinutes.label = Refresh Interval
|
||||
thing-type.config.buienradar.rain_forecast.refreshIntervalMinutes.description = Refresh interval in minutes
|
||||
thing-type.config.buienradar.rain_forecast.retries.label = Retries
|
||||
thing-type.config.buienradar.rain_forecast.retries.description = Number of retries to try to retrieve buienradar results
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.buienradar.actual_datetime.label = Actual Date/Time
|
||||
channel-type.buienradar.actual_datetime.description = The actual date and time when the prediction was made."
|
||||
channel-type.buienradar.forecast_0.label = Current Rainfall
|
||||
channel-type.buienradar.forecast_0.description = Current rainfall
|
||||
channel-type.buienradar.forecast_10.label = Rainfall in 10 min
|
||||
channel-type.buienradar.forecast_10.description = Rainfall in 10 minutes
|
||||
channel-type.buienradar.forecast_100.label = Rainfall in 100 min
|
||||
channel-type.buienradar.forecast_100.description = Rainfall in 100 minutes
|
||||
channel-type.buienradar.forecast_105.label = Rainfall in 105 min
|
||||
channel-type.buienradar.forecast_105.description = Rainfall in 105 minutes
|
||||
channel-type.buienradar.forecast_110.label = Rainfall in 110 min
|
||||
channel-type.buienradar.forecast_110.description = Rainfall in 110 minutes
|
||||
channel-type.buienradar.forecast_115.label = Rainfall in 115 min
|
||||
channel-type.buienradar.forecast_115.description = Rainfall in 115 minutes
|
||||
channel-type.buienradar.forecast_15.label = Rainfall in 15 min
|
||||
channel-type.buienradar.forecast_15.description = Rainfall in 15 minutes
|
||||
channel-type.buienradar.forecast_20.label = Rainfall in 20 min
|
||||
channel-type.buienradar.forecast_20.description = Rainfall in 20 minutes
|
||||
channel-type.buienradar.forecast_25.label = Rainfall in 25 min
|
||||
channel-type.buienradar.forecast_25.description = Rainfall in 25 minutes
|
||||
channel-type.buienradar.forecast_30.label = Rainfall in 30 min
|
||||
channel-type.buienradar.forecast_30.description = Rainfall in 30 minutes
|
||||
channel-type.buienradar.forecast_35.label = Rainfall in 35 min
|
||||
channel-type.buienradar.forecast_35.description = Rainfall in 35 minutes
|
||||
channel-type.buienradar.forecast_40.label = Rainfall in 40 min
|
||||
channel-type.buienradar.forecast_40.description = Rainfall in 40 minutes
|
||||
channel-type.buienradar.forecast_45.label = Rainfall in 45 min
|
||||
channel-type.buienradar.forecast_45.description = Rainfall in 45 minutes
|
||||
channel-type.buienradar.forecast_5.label = Rainfall in 5 min
|
||||
channel-type.buienradar.forecast_5.description = Rainfall in 5 minutes
|
||||
channel-type.buienradar.forecast_50.label = Rainfall in 50 min
|
||||
channel-type.buienradar.forecast_50.description = Rainfall in 50 minutes
|
||||
channel-type.buienradar.forecast_55.label = Rainfall in 55 min
|
||||
channel-type.buienradar.forecast_55.description = Rainfall in 55 minutes
|
||||
channel-type.buienradar.forecast_60.label = Rainfall in 60 min
|
||||
channel-type.buienradar.forecast_60.description = Rainfall in 60 minutes
|
||||
channel-type.buienradar.forecast_65.label = Rainfall in 65 min
|
||||
channel-type.buienradar.forecast_65.description = Rainfall in 65 minutes
|
||||
channel-type.buienradar.forecast_70.label = Rainfall in 70 min
|
||||
channel-type.buienradar.forecast_70.description = Rainfall in 70 minutes
|
||||
channel-type.buienradar.forecast_75.label = Rainfall in 75 min
|
||||
channel-type.buienradar.forecast_75.description = Rainfall in 75 minutes
|
||||
channel-type.buienradar.forecast_80.label = Rainfall in 80 min
|
||||
channel-type.buienradar.forecast_80.description = Rainfall in 80 minutes
|
||||
channel-type.buienradar.forecast_85.label = Rainfall in 85 min
|
||||
channel-type.buienradar.forecast_85.description = Rainfall in 85 minutes
|
||||
channel-type.buienradar.forecast_90.label = Rainfall in 90 min
|
||||
channel-type.buienradar.forecast_90.description = Rainfall in 90 minutes
|
||||
channel-type.buienradar.forecast_95.label = Rainfall in 95 min
|
||||
channel-type.buienradar.forecast_95.description = Rainfall in 95 minutes
|
||||
Reference in New Issue
Block a user