]> git.basschouten.com Git - openhab-addons.git/blob
7002b89633fba83052d489fa94a6873a08f7a128
[openhab-addons.git] /
1 # binding
2 binding.openweathermap.name = OpenWeatherMap Binding
3 binding.openweathermap.description = OpenWeatherMap - Aktuelles Wetter und Prognosen in Ihrer Stadt.
4
5 # bridge types
6 thing-type.openweathermap.weather-api.label = OpenWeatherMap Konto
7 thing-type.openweathermap.weather-api.description = Ermöglicht den Zugriff auf die OpenWeatherMap API.
8
9 # bridge types config
10 bridge-type.config.openweathermap.weather-api.apikey.label = API Schlüssel
11 bridge-type.config.openweathermap.weather-api.apikey.description = API Schlüssel für den Zugriff auf die OpenWeatherMap API.
12
13 bridge-type.config.openweathermap.weather-api.refreshInterval.label = Abfrageintervall
14 bridge-type.config.openweathermap.weather-api.refreshInterval.description = Intervall zur Abfrage der OpenWeatherMap API (in min).
15
16 bridge-type.config.openweathermap.weather-api.language.label = Sprache
17 bridge-type.config.openweathermap.weather-api.language.description = Sprache zur Anzeige der Daten.
18 bridge-type.config.openweathermap.weather-api.language.option.af = Afrikanisch
19 bridge-type.config.openweathermap.weather-api.language.option.al = Albanisch
20 bridge-type.config.openweathermap.weather-api.language.option.ar = Arabisch
21 bridge-type.config.openweathermap.weather-api.language.option.az = Aserbaidschanisch
22 bridge-type.config.openweathermap.weather-api.language.option.bg = Bulgarisch
23 bridge-type.config.openweathermap.weather-api.language.option.ca = Katalanisch
24 bridge-type.config.openweathermap.weather-api.language.option.cz = Tschechisch
25 bridge-type.config.openweathermap.weather-api.language.option.da = Dänisch
26 bridge-type.config.openweathermap.weather-api.language.option.de = Deutsch
27 bridge-type.config.openweathermap.weather-api.language.option.el = Griechisch
28 bridge-type.config.openweathermap.weather-api.language.option.en = Englisch
29 bridge-type.config.openweathermap.weather-api.language.option.es = Spanisch
30 bridge-type.config.openweathermap.weather-api.language.option.eu = Baskisch
31 bridge-type.config.openweathermap.weather-api.language.option.fa = Persisch (Farsi)
32 bridge-type.config.openweathermap.weather-api.language.option.fi = Finnisch
33 bridge-type.config.openweathermap.weather-api.language.option.fr = Französisch
34 bridge-type.config.openweathermap.weather-api.language.option.gl = Galizisch
35 bridge-type.config.openweathermap.weather-api.language.option.he = Hebräisch
36 bridge-type.config.openweathermap.weather-api.language.option.hi = Hindi
37 bridge-type.config.openweathermap.weather-api.language.option.hr = Kroatisch
38 bridge-type.config.openweathermap.weather-api.language.option.hu = Ungarisch
39 bridge-type.config.openweathermap.weather-api.language.option.id = Indonesisch
40 bridge-type.config.openweathermap.weather-api.language.option.it = Italienisch
41 bridge-type.config.openweathermap.weather-api.language.option.ja = Japanisch
42 bridge-type.config.openweathermap.weather-api.language.option.kr = Koreanisch
43 bridge-type.config.openweathermap.weather-api.language.option.la = Lettisch
44 bridge-type.config.openweathermap.weather-api.language.option.lt = Litauisch
45 bridge-type.config.openweathermap.weather-api.language.option.mk = Mazedonisch
46 bridge-type.config.openweathermap.weather-api.language.option.nl = Holländisch
47 bridge-type.config.openweathermap.weather-api.language.option.no = Norwegisch
48 bridge-type.config.openweathermap.weather-api.language.option.pl = Polnisch
49 bridge-type.config.openweathermap.weather-api.language.option.pt = Portugiesisch
50 bridge-type.config.openweathermap.weather-api.language.option.pt_br = Português Brasilien
51 bridge-type.config.openweathermap.weather-api.language.option.ro = Rumänisch
52 bridge-type.config.openweathermap.weather-api.language.option.ru = Russisch
53 bridge-type.config.openweathermap.weather-api.language.option.se = Schwedisch
54 bridge-type.config.openweathermap.weather-api.language.option.sk = Slowakisch
55 bridge-type.config.openweathermap.weather-api.language.option.sl = Slowenisch
56 bridge-type.config.openweathermap.weather-api.language.option.sr = Serbisch
57 bridge-type.config.openweathermap.weather-api.language.option.th = Thailändisch
58 bridge-type.config.openweathermap.weather-api.language.option.tr = Türkisch
59 bridge-type.config.openweathermap.weather-api.language.option.uk = Ukrainisch
60 bridge-type.config.openweathermap.weather-api.language.option.vi = Vietnamesisch
61 bridge-type.config.openweathermap.weather-api.language.option.zh_cn = Chinesisch - Simplified
62 bridge-type.config.openweathermap.weather-api.language.option.zh_tw = Chinesisch - Traditional
63 bridge-type.config.openweathermap.weather-api.language.option.zu = Zulu
64
65 # thing types
66 thing-type.openweathermap.weather-and-forecast.label = Wetterinformationen
67 thing-type.openweathermap.weather-and-forecast.description = Ermöglicht die Anzeige der aktuellen Wetterinformationen und der Wettervorhersage.
68
69 thing-type.openweathermap.uvindex.label = UV-Index
70 thing-type.openweathermap.uvindex.description = Ermöglicht die Anzeige des aktuellen UV-Index.
71
72 thing-type.openweathermap.air-pollution.label = Luftqualität
73 thing-type.openweathermap.air-pollution.description = Ermöglicht die Anzeige der aktuellen Luftqualität.
74
75 # thing types config
76 thing-type.config.openweathermap.weather-and-forecast.location.label = Ort der Wetterdaten
77 thing-type.config.openweathermap.weather-and-forecast.location.description = Ort der Wetterdaten in geographischen Koordinaten (Breitengrad/Längengrad/Höhe).
78
79 thing-type.config.openweathermap.weather-and-forecast.forecastHours.label = Stunden
80 thing-type.config.openweathermap.weather-and-forecast.forecastHours.description = Anzahl der Stunden für die Wettervorhersage.
81
82 thing-type.config.openweathermap.weather-and-forecast.forecastDays.label = Tage
83 thing-type.config.openweathermap.weather-and-forecast.forecastDays.description = Anzahl der Tage für die Wettervorhersage.
84
85 thing-type.config.openweathermap.uvindex.location.label = Ort der Wetterdaten
86 thing-type.config.openweathermap.uvindex.location.description = Ort der Wetterdaten in geographischen Koordinaten (Breitengrad/Längengrad/Höhe).
87
88 thing-type.config.openweathermap.uvindex.forecastDays.label = Tage
89 thing-type.config.openweathermap.uvindex.forecastDays.description = Anzahl der Tage für die UV-Index Vorhersage.
90
91 thing-type.config.openweathermap.air-pollution.location.label = Ort der Wetterdaten
92 thing-type.config.openweathermap.air-pollution.location.description = Ort der Wetterdaten in geographischen Koordinaten (Breitengrad/Längengrad/Höhe).
93
94 thing-type.config.openweathermap.air-pollution.forecastHours.label = Stunden
95 thing-type.config.openweathermap.air-pollution.forecastHours.description = Anzahl der Stunden für die Vorhersage der Luftqualität.
96
97 thing-type.config.openweathermap.onecall.location.label = Ort der Wetterdaten
98 thing-type.config.openweathermap.onecall.location.description = Ort der Wetterdaten in geographischen Koordinaten (Breitengrad/Längengrad/Höhe).
99
100 thing-type.config.openweathermap.onecall.forecastMinutes.label = Minuten
101 thing-type.config.openweathermap.onecall.forecastMinutes.description = Anzahl der Minuten für die Vorhersage von Niederschlag.
102
103 thing-type.config.openweathermap.onecall.forecastHours.label = Stunden
104 thing-type.config.openweathermap.onecall.forecastHours.description = Anzahl der Stunden für die Wettervorhersage.
105
106 thing-type.config.openweathermap.onecall.forecastDays.label = Tage
107 thing-type.config.openweathermap.onecall.forecastDays.description = Anzahl der Tage für die Wettervorhersage, inklusive aktueller Tag.
108
109 thing-type.config.openweathermap.onecall.numberOfAlerts.label = Wetterwarnungen
110 thing-type.config.openweathermap.onecall.numberOfAlerts.description = Anzahl der Wetterwarnungen.
111
112 # channel group types
113 channel-group-type.openweathermap.station.label = Wetterstation
114 channel-group-type.openweathermap.station.description = Fasst Daten über die Wetterstation oder den Ort zusammen.
115
116 channel-group-type.openweathermap.weather.label = Aktuelles Wetter
117 channel-group-type.openweathermap.weather.description = Fasst aktuelle Wetterdaten zusammen.
118
119 channel-group-type.openweathermap.hourlyForecast.label = 3 Stunden Wettervorhersage
120 channel-group-type.openweathermap.hourlyForecast.description = Fasst Daten der 5 Tage / 3 Stunden Wettervorhersage zusammen.
121
122 channel-group-type.openweathermap.dailyForecast.label = Tägliche Wettervorhersage
123 channel-group-type.openweathermap.dailyForecast.description = Fasst Daten der 16 Tage / täglichen Wettervorhersage zusammen.
124
125 channel-group-type.openweathermap.uvindex.label = Aktueller UV-Index
126 channel-group-type.openweathermap.uvindex.description = Fasst aktuelle UV-Index Daten zusammen.
127
128 channel-group-type.openweathermap.uvindexForecast.label = UV-Index Vorhersage
129 channel-group-type.openweathermap.uvindexForecast.description = Fasst Daten der UV-Index Vorhersage zusammen.
130
131 channel-group-type.openweathermap.airPollution.label = Aktuelle Luftqualität
132 channel-group-type.openweathermap.airPollution.description = Fasst Daten über die aktuelle Luftqualität zusammen.
133
134 channel-group-type.openweathermap.airPollutionForecast.label = Vorhersage der Luftqualität
135 channel-group-type.openweathermap.airPollutionForecast.description = Fasst Daten über die vorhergesagte Luftqualität zusammen.
136
137 channel-group-type.openweathermap.oneCallCurrent.label = Aktuelles Wetter
138 channel-group-type.openweathermap.oneCallCurrent.description = Fasst aktuelle Wetterdaten der One Call API zusammen.
139
140 channel-group-type.openweathermap.oneCallAlerts.label = Wetterwarnungen
141 channel-group-type.openweathermap.oneCallAlerts.description = Fasst Daten von Wetterwarnungen zusammen.
142
143 # channel groups
144 thing-type.openweathermap.weather-and-forecast.group.forecastHours03.label = Wettervorhersage für 3 Stunden
145 thing-type.openweathermap.weather-and-forecast.group.forecastHours03.description = Fasst Daten der Wettervorhersage in den nächsten drei Stunden zusammen.
146
147 thing-type.openweathermap.weather-and-forecast.group.forecastHours06.label = Wettervorhersage für 6 Stunden
148 thing-type.openweathermap.weather-and-forecast.group.forecastHours06.description = Fasst Daten der Wettervorhersage in sechs Stunden zusammen.
149
150 thing-type.openweathermap.weather-and-forecast.group.forecastHours09.label = Wettervorhersage für 9 Stunden
151 thing-type.openweathermap.weather-and-forecast.group.forecastHours09.description = Fasst Daten der Wettervorhersage in neun Stunden zusammen.
152
153 thing-type.openweathermap.weather-and-forecast.group.forecastHours12.label = Wettervorhersage für 12 Stunden
154 thing-type.openweathermap.weather-and-forecast.group.forecastHours12.description = Fasst Daten der Wettervorhersage in zwölf Stunden zusammen.
155
156 thing-type.openweathermap.weather-and-forecast.group.forecastHours15.label = Wettervorhersage für 15 Stunden
157 thing-type.openweathermap.weather-and-forecast.group.forecastHours15.description = Fasst Daten der Wettervorhersage in 15 Stunden zusammen.
158
159 thing-type.openweathermap.weather-and-forecast.group.forecastHours18.label = Wettervorhersage für 18 Stunden
160 thing-type.openweathermap.weather-and-forecast.group.forecastHours18.description = Fasst Daten der Wettervorhersage in 18 Stunden zusammen.
161
162 thing-type.openweathermap.weather-and-forecast.group.forecastHours21.label = Wettervorhersage für 21 Stunden
163 thing-type.openweathermap.weather-and-forecast.group.forecastHours21.description = Fasst Daten der Wettervorhersage in 21 Stunden zusammen.
164
165 thing-type.openweathermap.weather-and-forecast.group.forecastHours24.label = Wettervorhersage für 24 Stunden
166 thing-type.openweathermap.weather-and-forecast.group.forecastHours24.description = Fasst Daten der Wettervorhersage in 24 Stunden zusammen.
167
168 thing-type.openweathermap.weather-and-forecast.group.forecastToday.label = Wettervorhersage für heute
169 thing-type.openweathermap.weather-and-forecast.group.forecastToday.description = Fasst Daten der heutigen Wettervorhersage zusammen.
170
171 thing-type.openweathermap.weather-and-forecast.group.forecastTomorrow.label = Wettervorhersage für morgen
172 thing-type.openweathermap.weather-and-forecast.group.forecastTomorrow.description = Fasst Daten der morgigen Wettervorhersage zusammen.
173
174 thing-type.openweathermap.weather-and-forecast.group.forecastDay2.label = Wettervorhersage für übermorgen
175 thing-type.openweathermap.weather-and-forecast.group.forecastDay2.description = Fasst Daten der übermorgigen Wettervorhersage zusammen.
176
177 thing-type.openweathermap.weather-and-forecast.group.forecastDay3.label = Wettervorhersage für 3 Tage
178 thing-type.openweathermap.weather-and-forecast.group.forecastDay3.description = Fasst Daten der Wettervorhersage in drei Tagen zusammen.
179
180 thing-type.openweathermap.weather-and-forecast.group.forecastDay4.label = Wettervorhersage für 4 Tage
181 thing-type.openweathermap.weather-and-forecast.group.forecastDay4.description = Fasst Daten der Wettervorhersage in vier Tagen zusammen.
182
183 thing-type.openweathermap.weather-and-forecast.group.forecastDay5.label = Wettervorhersage für 5 Tage
184 thing-type.openweathermap.weather-and-forecast.group.forecastDay5.description = Fasst Daten der Wettervorhersage in fünf Tagen zusammen.
185
186 thing-type.openweathermap.uvindex.group.forecastTomorrow.label = UV-Index für morgen
187 thing-type.openweathermap.uvindex.group.forecastTomorrow.description = Fasst Daten der morgigen UV-Index Vorhersage zusammen.
188
189 thing-type.openweathermap.uvindex.group.forecastDay2.label = UV-Index für übermorgen
190 thing-type.openweathermap.uvindex.group.forecastDay2.description = Fasst Daten der übermorgigen UV-Index Vorhersage zusammen.
191
192 thing-type.openweathermap.uvindex.group.forecastDay3.label = UV-Index für 3 Tage
193 thing-type.openweathermap.uvindex.group.forecastDay3.description = Fasst Daten der UV-Index Vorhersage in drei Tagen zusammen.
194
195 thing-type.openweathermap.uvindex.group.forecastDay4.label = UV-Index für 4 Tage
196 thing-type.openweathermap.uvindex.group.forecastDay4.description = Fasst Daten der UV-Index Vorhersage in vier Tagen zusammen.
197
198 thing-type.openweathermap.uvindex.group.forecastDay5.label = UV-Index für 5 Tage
199 thing-type.openweathermap.uvindex.group.forecastDay5.description = Fasst Daten der UV-Index Vorhersage in fünf Tagen zusammen.
200
201 thing-type.openweathermap.onecall.group.forecastToday.label = Wettervorhersage für heute
202 thing-type.openweathermap.onecall.group.forecastToday.description = Fasst Daten der heutigen Wettervorhersage der One Call API zusammen.
203
204 thing-type.openweathermap.onecall.group.forecastTomorrow.label = Wettervorhersage für morgen
205 thing-type.openweathermap.onecall.group.forecastTomorrow.description = Fasst Daten der morgigen Wettervorhersage der One Call API zusammen.
206
207 thing-type.openweathermap.onecall.group.forecastDay2.label = Wettervorhersage für übermorgen
208 thing-type.openweathermap.onecall.group.forecastDay2.description = Fasst Daten der übermorgigen Wettervorhersage der One Call API zusammen.
209
210 thing-type.openweathermap.onecall.group.forecastDay3.label = Wettervorhersage für 3 Tage
211 thing-type.openweathermap.onecall.group.forecastDay3.description = Fasst Daten der Wettervorhersage in drei Tagen der One Call API zusammen.
212
213 thing-type.openweathermap.onecall.group.forecastDay4.label = Wettervorhersage für 4 Tage
214 thing-type.openweathermap.onecall.group.forecastDay4.description = Fasst Daten der Wettervorhersage in vier Tagen der One Call API zusammen.
215
216 thing-type.openweathermap.onecall.group.forecastDay5.label = Wettervorhersage für 5 Tage
217 thing-type.openweathermap.onecall.group.forecastDay5.description = Fasst Daten der Wettervorhersage in fünf Tagen der One Call API zusammen.
218
219 # channel types
220 channel-type.openweathermap.station-id.label = Station-ID
221 channel-type.openweathermap.station-id.description = Zeigt die ID der Wetterstation oder des Ortes an.
222
223 channel-type.openweathermap.station-name.label = Name
224 channel-type.openweathermap.station-name.description = Zeigt den Namen der Wetterstation oder des Ortes an.
225
226 channel-group-type.openweathermap.station.channel.location.label = Ort
227 channel-group-type.openweathermap.station.channel.location.description = Zeigt den Ort der Wetterstation in geographischen Koordinaten (Breitengrad/Längengrad/Höhe) an.
228
229 channel-type.openweathermap.time-stamp.label = Letzte Messung
230 channel-type.openweathermap.time-stamp.description = Zeigt den Zeitpunkt der letzten Messung an.
231 channel-type.openweathermap.time-stamp.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
232
233 channel-type.openweathermap.hourly-forecast-time-stamp.label = Vorhersage Zeit
234 channel-type.openweathermap.hourly-forecast-time-stamp.description = Zeigt den Zeitpunkt der Vorhersage an.
235 channel-type.openweathermap.hourly-forecast-time-stamp.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
236
237 channel-type.openweathermap.daily-forecast-time-stamp.label = Vorhersage Datum
238 channel-type.openweathermap.daily-forecast-time-stamp.description = Zeigt das Datum der Vorhersage an.
239 channel-type.openweathermap.daily-forecast-time-stamp.state.pattern = %1$td.%1$tm.%1$tY
240
241 channel-type.openweathermap.sunrise.label = Sonnenaufgang
242 channel-type.openweathermap.sunrise.description = Zeigt den Zeitpunkt des Sonnenaufgangs an.
243 channel-type.openweathermap.sunrise.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
244
245 channel-type.openweathermap.sunset.label = Sonnenuntergang
246 channel-type.openweathermap.sunset.description = Zeigt den Zeitpunkt des Sonnenuntergangs an.
247 channel-type.openweathermap.sunset.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
248
249 channel-type.openweathermap.condition.label = Wetterlage
250 channel-type.openweathermap.condition.description = Zeigt die aktuelle Wetterlage an.
251
252 channel-type.openweathermap.forecasted-condition.label = Vorhergesagte Wetterlage
253 channel-type.openweathermap.forecasted-condition.description = Zeigt die vorhergesagte Wetterlage an.
254
255 channel-type.openweathermap.condition-id.label = Wetterlage-ID
256 channel-type.openweathermap.condition-id.description = Zeigt die ID der Wetterlage an.
257
258 channel-type.openweathermap.condition-icon.label = Icon
259 channel-type.openweathermap.condition-icon.description = Zeigt das Icon der Wetterlage an.
260
261 channel-type.openweathermap.condition-icon-id.label = Icon-ID
262 channel-type.openweathermap.condition-icon-id.description = Zeigt die ID für das Icon der Wetterlage an.
263
264 channel-type.openweathermap.forecasted-outdoor-temperature.label = Vorhergesagte Temperatur
265 channel-type.openweathermap.forecasted-outdoor-temperature.description = Zeigt die vorhergesagte Außentemperatur an.
266
267 channel-type.openweathermap.forecasted-min-outdoor-temperature.label = Minimale Temperatur
268 channel-type.openweathermap.forecasted-min-outdoor-temperature.description = Zeigt die vorhergesagte minimale Außentemperatur an.
269
270 channel-type.openweathermap.forecasted-max-outdoor-temperature.label = Maximale Temperatur
271 channel-type.openweathermap.forecasted-max-outdoor-temperature.description = Zeigt die vorhergesagte maximale Außentemperatur an.
272
273 channel-type.openweathermap.apparent-temperature.label = Gefühlte Temperatur
274 channel-type.openweathermap.apparent-temperature.description = Zeigt die gefühlte Außentemperatur an.
275
276 channel-type.openweathermap.forecasted-apparent-temperature.label = Vorhergesagte Gefühlte Temperatur
277 channel-type.openweathermap.forecasted-apparent-temperature.description = Zeigt die vorhergesagte gefühlte Außentemperatur an.
278
279 channel-type.openweathermap.forecasted-barometric-pressure.label = Vorhergesagter Luftdruck
280 channel-type.openweathermap.forecasted-barometric-pressure.description = Zeigt den vorhergesagten Luftdruck an.
281
282 channel-type.openweathermap.forecasted-atmospheric-humidity.label = Vorhergesagte Luftfeuchtigkeit
283 channel-type.openweathermap.forecasted-atmospheric-humidity.description = Zeigt die vorhergesagte Luftfeuchtigkeit an.
284
285 channel-type.openweathermap.forecasted-wind-speed.label = Vorhergesagte Windgeschwindigkeit
286 channel-type.openweathermap.forecasted-wind-speed.description = Zeigt die vorhergesagte Windgeschwindigkeit an.
287
288 channel-type.openweathermap.forecasted-wind-direction.label = Vorhergesagte Windrichtung
289 channel-type.openweathermap.forecasted-wind-direction.description = Zeigt die vorhergesagte Windrichtung an.
290
291 channel-type.openweathermap.gust-speed.label = Windböengeschwindigkeit
292 channel-type.openweathermap.gust-speed.description = Zeigt die aktuelle Windböengeschwindigkeit an.
293
294 channel-type.openweathermap.forecasted-gust-speed.label = Vorhergesagte Windböengeschwindigkeit
295 channel-type.openweathermap.forecasted-gust-speed.description = Zeigt die vorhergesagte Windböengeschwindigkeit an.
296
297 channel-type.openweathermap.cloudiness.label = Bewölkung
298 channel-type.openweathermap.cloudiness.description = Zeigt die aktuelle Bewölkung an.
299
300 channel-type.openweathermap.forecasted-cloudiness.label = Vorhergesagte Bewölkung
301 channel-type.openweathermap.forecasted-cloudiness.description = Zeigt die vorhergesagte Bewölkung an.
302
303 channel-type.openweathermap.visibility.label = Sichtweite
304 channel-type.openweathermap.visibility.description = Zeigt die aktuelle Sichtweite an.
305
306 channel-type.openweathermap.rain.label = Regen
307 channel-type.openweathermap.rain.description = Zeigt den kumulierten Regen der letzten Stunde an.
308
309 channel-type.openweathermap.forecasted-rain.label = Vorhergesagter Regen
310 channel-type.openweathermap.forecasted-rain.description = Zeigt die vorhergesagte Regenmenge an.
311
312 channel-type.openweathermap.snow.label = Schnee
313 channel-type.openweathermap.snow.description = Zeigt den kumulierten Schnee der letzten Stunde an.
314
315 channel-type.openweathermap.forecasted-snow.label = Vorhergesagter Schnee
316 channel-type.openweathermap.forecasted-snow.description = Zeigt die vorhergesagte Schneemenge an.
317
318 channel-type.openweathermap.precip-probability.label = Vorhergesagte Niederschlagswahrscheinlichkeit
319 channel-type.openweathermap.precip-probability.description = Zeigt die vorhergesagte Niederschlagswahrscheinlichkeit an.
320
321 channel-type.openweathermap.uvindex.label = UV-Index
322 channel-type.openweathermap.uvindex.description = Zeigt den aktuellen UV-Index an.
323
324 channel-type.openweathermap.forecasted-uvindex.label = Vorhergesagter UV-Index
325 channel-type.openweathermap.forecasted-uvindex.description = Zeigt den vorhergesagten UV-Index an.
326
327 channel-type.openweathermap.air-quality-index.label = Luftqualitätsindex
328 channel-type.openweathermap.air-quality-index.description = Zeigt den aktuellen Luftqualitätsindex an.
329 channel-type.openweathermap.air-quality-index.state.option.1 = Gut
330 channel-type.openweathermap.air-quality-index.state.option.2 = Befriedigend
331 channel-type.openweathermap.air-quality-index.state.option.3 = Moderat
332 channel-type.openweathermap.air-quality-index.state.option.4 = Ungesund
333 channel-type.openweathermap.air-quality-index.state.option.5 = Äußerst Ungesund
334
335 channel-type.openweathermap.forecasted-air-quality-index.label = Vorhergesagter Luftqualitätsindex
336 channel-type.openweathermap.forecasted-air-quality-index.description = Zeigt den vorhergesagten Luftqualitätsindex an.
337 channel-type.openweathermap.forecasted-air-quality-index.state.option.1 = Gut
338 channel-type.openweathermap.forecasted-air-quality-index.state.option.2 = Befriedigend
339 channel-type.openweathermap.forecasted-air-quality-index.state.option.3 = Moderat
340 channel-type.openweathermap.forecasted-air-quality-index.state.option.4 = Ungesund
341 channel-type.openweathermap.forecasted-air-quality-index.state.option.5 = Äußerst Ungesund
342
343 channel-type.openweathermap.particulate-matter-2dot5.label = Feinstaub - PM2.5
344 channel-type.openweathermap.particulate-matter-2dot5.description = Aktuelle Dichte von Teilchen mit Partikelgröße unter 2,5 µm.
345
346 channel-type.openweathermap.forecasted-particulate-matter-2dot5.label = Vorhergesagter Feinstaub - PM2.5
347 channel-type.openweathermap.forecasted-particulate-matter-2dot5.description = Vorhergesagte Dichte von Teilchen mit Partikelgröße unter 2,5 µm.
348
349 channel-type.openweathermap.particulate-matter-10.label = Feinstaub - PM10
350 channel-type.openweathermap.particulate-matter-10.description = Aktuelle Dichte von Teilchen mit Partikelgröße unter 10 µm.
351
352 channel-type.openweathermap.forecasted-particulate-matter-10.label = Vorhergesagter Feinstaub - PM10
353 channel-type.openweathermap.forecasted-particulate-matter-10.description = Vorhergesagte Dichte von Teilchen mit Partikelgröße unter 10 µm.
354
355 channel-type.openweathermap.carbon-monoxide.label = Kohlenmonoxid
356 channel-type.openweathermap.carbon-monoxide.description = Aktuelle Konzentration an Kohlenmonoxid.
357
358 channel-type.openweathermap.forecasted-carbon-monoxide.label = Vorhergesagter Kohlenmonoxid
359 channel-type.openweathermap.forecasted-carbon-monoxide.description = Vorhergesagte Konzentration an Kohlenmonoxid.
360
361 channel-type.openweathermap.nitrogen-monoxide.label = Stickstoffmonoxid
362 channel-type.openweathermap.nitrogen-monoxide.description = Aktuelle Konzentration an Stickstoffmonoxid.
363
364 channel-type.openweathermap.forecasted-nitrogen-monoxide.label = Vorhergesagter Stickstoffmonoxid
365 channel-type.openweathermap.forecasted-nitrogen-monoxide.description = Vorhergesagte Konzentration an Stickstoffmonoxid.
366
367 channel-type.openweathermap.nitrogen-dioxide.label = Stickstoffdioxid
368 channel-type.openweathermap.nitrogen-dioxide.description = Aktuelle Konzentration an Stickstoffdioxid.
369
370 channel-type.openweathermap.forecasted-nitrogen-dioxide.label = Vorhergesagter Stickstoffdioxid
371 channel-type.openweathermap.forecasted-nitrogen-dioxide.description = Vorhergesagte Konzentration an Stickstoffdioxid.
372
373 channel-type.openweathermap.ozone.label = Ozon
374 channel-type.openweathermap.ozone.description = Aktuelle Konzentration an Ozon.
375
376 channel-type.openweathermap.forecasted-ozone.label = Vorhergesagter Ozon
377 channel-type.openweathermap.forecasted-ozone.description = Vorhergesagte Konzentration an Ozon.
378
379 channel-type.openweathermap.sulphur-dioxide.label = Schwefeldioxid
380 channel-type.openweathermap.sulphur-dioxide.description = Aktuelle Konzentration an Schwefeldioxid.
381
382 channel-type.openweathermap.forecasted-sulphur-dioxide.label = Vorhergesagter Schwefeldioxid
383 channel-type.openweathermap.forecasted-sulphur-dioxide.description = Vorhergesagte Konzentration an Schwefeldioxid.
384
385 channel-type.openweathermap.ammonia.label = Ammoniak
386 channel-type.openweathermap.ammonia.description = Aktuelle Konzentration an Ammoniak.
387
388 channel-type.openweathermap.forecasted-ammonia.label = Vorhergesagter Ammoniak
389 channel-type.openweathermap.forecasted-ammonia.description = Vorhergesagte Konzentration an Ammoniak.
390
391 channel-type.openweathermap.alert-event.label = Art
392 channel-type.openweathermap.alert-event.description = Art der Warnung, z.B. FROST.
393
394 channel-type.openweathermap.alert-description.label = Beschreibung
395 channel-type.openweathermap.alert-description.description = Zeigt die Beschreibung der Wetterwarnung an.
396
397 channel-type.openweathermap.alert-onset.label = Gültig ab
398 channel-type.openweathermap.alert-onset.description = Datum und Uhrzeit, ab dem die Warnung gültig ist.
399 channel-type.openweathermap.alert-onset.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
400
401 channel-type.openweathermap.alert-expires.label = Gültig bis
402 channel-type.openweathermap.alert-expires.description = Datum und Uhrzeit, bis zu dem die Warnung gültig ist.
403 channel-type.openweathermap.alert-expires.state.pattern = %1$td.%1$tm.%1$tY %1$tH:%1$tM:%1$tS
404
405 channel-type.openweathermap.alert-source.label = Quelle
406 channel-type.openweathermap.alert-source.description = Zeigt die Quelle der Wetterwarnung an.
407
408 # thing status
409 offline.conf-error-missing-apikey = Der Parameter 'API Schlüssel' muss konfiguriert werden.
410 offline.conf-error-invalid-apikey = Ungültiger 'API Schlüssel'. Mehr Infos unter https://openweathermap.org/faq#error401.
411 offline.conf-error-not-supported-refreshInterval = Der Parameter 'Abfrageintervall' muss mindestens 1 min betragen.
412 offline.conf-error-not-supported-language = Der angegebene Parameter 'Sprache' wird nicht unterstützt.
413
414 offline.conf-error-missing-location = Der Parameter 'Ort' muss konfiguriert werden.
415 offline.conf-error-parsing-location = Der Parameter 'Ort' kann nicht in Latitude und Longitude getrennt werden.
416 offline.conf-error-not-supported-number-of-hours = Der Parameter 'forecastHours' muss zwischen 0 und 120 liegen - Schrittweite: 3.
417 offline.conf-error-not-supported-number-of-days = Der Parameter 'forecastDays' muss zwischen 0 und 16 liegen.
418 offline.conf-error-not-supported-uvindex-number-of-days = Der Parameter 'forecastDays' muss zwischen 1 und 8 liegen.
419 offline.conf-error-not-supported-air-pollution-number-of-hours = Der Parameter 'forecastHours' muss zwischen 0 und 120 liegen - Schrittweite: 1.
420
421 offline.conf-error-not-supported-onecall-number-of-minutes = Der Parameter 'forecastMinutes' muss zwischen 0 and 60 liegen.
422 offline.conf-error-not-supported-onecall-number-of-hours = Der Parameter 'forecastHours' muss zwischen 0 und 48 liegen.
423 offline.conf-error-not-supported-onecall-number-of-days = Der Parameter 'forecastDays' muss zwischen 0 und 7 liegen.
424 offline.conf-error-not-supported-onecall-number-of-alerts = Der Parameter 'numberOfAlerts' muss größer oder gleich 0 sein.
425
426 # discovery result
427 discovery.weather-and-forecast.local.label = Lokales Wetter und Wettervorhersage
428 discovery.air-pollution.local.label = Lokale Luftqualität