-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmessage.localization.json
More file actions
382 lines (382 loc) · 46 KB
/
Copy pathmessage.localization.json
File metadata and controls
382 lines (382 loc) · 46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
{
"messageTemplates": {
"alert_temperature_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperature above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Lämpötila yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperatur över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Température au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperatur über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_temperature_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperature below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Lämpötila alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperatur under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Température en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Temperatur unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_temperature_resolved": {
"en": "{{name}}\n\nTemperature alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nLämpöhälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nTemperaturvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de température résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nTemperaturwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pressure_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Pressure above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Paine yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Tryck över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Pression au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Druck über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pressure_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Pressure below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Paine alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Tryck under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Pression en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Druck unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pressure_resolved": {
"en": "{{name}}\n\nPressure alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nPainehälytys ratkaistu\n\n Nykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nTryckvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de pression résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nDruckwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_humidity_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidity above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Kosteus yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Fuktighet över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidité au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Feuchtigkeit über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_humidity_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidity below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Kosteus alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Fuktighet under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidité en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Feuchtigkeit unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_humidity_resolved": {
"en": "{{name}}\n\nHumidity alert resolved\n\n Current reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nKosteushälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nFuktvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte d'humidité résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nFeuchtigkeitswarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_absolute_humidity_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolute Humidity above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absoluuttinen kosteus yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolut luftfuktighet över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidité absolue au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolute Luftfeuchtigkeit über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_absolute_humidity_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolute Humidity below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absoluuttinen kosteus alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolut luftfuktighet under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Humidité absolue en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Absolute Luftfeuchtigkeit unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_absolute_humidity_resolved": {
"en": "{{name}}\n\nAbsolute Humidity alert resolved\n\n Current reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nAbsoluuttisen kosteuden hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nVarning för absolut luftfuktighet återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte d'humidité absolue résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nWarnung zur absoluten Luftfeuchtigkeit gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_dew_point_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Dew Point above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Kastepiste yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Daggpunkt över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Point de rosée au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Taupunkt über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_dew_point_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Dew Point below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Kastepiste alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Daggpunkt under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Point de rosée en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Taupunkt unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_dew_point_resolved": {
"en": "{{name}}\n\nDew Point alert resolved\n\n Current reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nKastepistehälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nDaggpunktsvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte point de rosée résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nTaupunktwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_signal_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signaali yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_signal_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Signal unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_signal_resolved": {
"en": "{{name}}\n\nSignal alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nSignal-hälytys ratkaistu\n\n Nykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nSignal-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte signal résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nSignal-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_movement_different_from": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Movement detected{{/if}}\n\nCurrent reading is {{currentValue}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Liikettä havaittu{{/if}}\n\nNykyinen lukema on {{currentValue}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Rörelse upptäckt{{/if}}\n\nNuvarande avläsning är {{currentValue}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Mouvement détecté{{/if}}\n\nLa lecture actuelle est {{currentValue}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Bewegung erkannt{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}."
},
"alert_offline_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Cloud connection lost{{/if}}\n\nSensor has been offline over {{thresholdValue}} {{alertUnit_symbol}}",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Yhteys pilveen katkennut{{/if}}\n\nAnturi on ollut offline-tilassa yli {{thresholdValue}} {{alertUnit_symbol}}",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Molnanslutning förlorad{{/if}}\n\nSensorn har varit offline i över {{thresholdValue}} {{alertUnit_symbol}}",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Connexion au cloud perdue{{/if}}\n\nLe capteur est hors ligne depuis plus de {{thresholdValue}} {{alertUnit_symbol}}",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Cloud-Verbindung verloren{{/if}}\n\nDer Sensor ist seit über {{thresholdValue}} {{alertUnit_symbol}} offline"
},
"alert_offline_resolved": {
"en": "{{name}}\n\nCloud connection resolved\n\nSensor is back online.",
"fi": "{{name}}\n\nPilviyhteys palautunut\n\nAnturi on jälleen online-tilassa.",
"sv": "{{name}}\n\nMolnanslutning åtgärdad\n\nSensorn är åter online.",
"fr": "{{name}}\n\nConnexion au cloud rétablie\n\nLe capteur est de nouveau en ligne.",
"de": "{{name}}\n\nCloud-Verbindung wiederhergestellt\n\nDer Sensor ist wieder online."
},
"alert_aqi_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Air quality above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Ilmanlaatu yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Luftkvalitet över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Qualité de l'air au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Luftqualität über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_aqi_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Air quality below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Ilmanlaatu alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Luftkvalitet under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Qualité de l'air en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Luftqualität unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_aqi_resolved": {
"en": "{{name}}\n\nAir quality alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nIlmanlaatuhälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nLuftkvalitetvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte sur la qualité de l’air résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nLuftqualitätWarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_co2_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2 level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-nivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau de CO2 au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-Wert über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_co2_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2 level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-nivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau de CO2 en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}CO2-Wert unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_co2_resolved": {
"en": "{{name}}\n\nCO2 alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nCO2-hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nCO2-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de CO2 résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nCO2-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_sound_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Sound level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Äänitaso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Ljudnivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau sonore au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Schallpegel über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_sound_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Sound level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Äänitaso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Ljudnivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau sonore en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Schallpegel unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_sound_resolved": {
"en": "{{name}}\n\nSound level alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nÄänitasohälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nLjudvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte sonore résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nSchallpegelwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm10_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1 level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-nivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM1 au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-Wert über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm10_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1 level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-nivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM1 en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM1-Wert unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm10_resolved": {
"en": "{{name}}\n\nPM1 alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nPM1-hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nPM1-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte PM1 résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nPM1.0-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm25_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5 level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-nivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM2.5 au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-Wert über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm25_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5 level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-nivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM2.5 en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM2.5-Wert unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm25_resolved": {
"en": "{{name}}\n\nPM2.5 alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nPM2.5-hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nPM2.5-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte PM2.5 résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nPM2.5-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm40_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4 level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-nivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM4 au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-Wert über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm40_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4 level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-nivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM4 en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM4-Wert unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm40_resolved": {
"en": "{{name}}\n\nPM4 alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nPM4-hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nPM4-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte PM4 résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nPM4-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm100_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10 level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-nivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM10 au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-Wert über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm100_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10 level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-nivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau PM10 en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}PM10-Wert unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_pm100_resolved": {
"en": "{{name}}\n\nPM10 alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nPM10-hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nPM10-varning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte PM10 résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nPM10-Warnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_voc_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC index level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-indeksin taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-indexnivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’indice COV au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-Indexstufe über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_voc_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC index level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-indeksin taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-indexnivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’indice COV en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}VOC-Indexstufe unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_voc_resolved": {
"en": "{{name}}\n\nVOC index alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nVOC-indeksin hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nVOC-indexnivåvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de niveau d’indice COV résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nVOC-Indexstufenwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_nox_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx index level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-indeksin taso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-indexnivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’indice NOx au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-Indexstufe über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_nox_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx index level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-indeksin taso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-indexnivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’indice NOx en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}NOx-Indexstufe unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_nox_resolved": {
"en": "{{name}}\n\nNOx index alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nNOx-indeksin hälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nNOx-indexnivåvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de niveau d’indice NOx résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nNOx-Indexstufenwarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_luminosity_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Light level above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Valaistustaso yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Belysningsnivå över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’éclairement au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Beleuchtungsstärke über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_luminosity_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Light level below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Valaistustaso alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Belysningsnivå under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Niveau d’éclairement en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Beleuchtungsstärke unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_luminosity_resolved": {
"en": "{{name}}\n\nLight level alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nValaistustasohälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nBelysningsnivåvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de niveau d’éclairement résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\neleuchtungsstärkewarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_battery_over": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Battery voltage above {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Paristojännite yli {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Batterispänning över {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Tension de la pile au-dessus de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Batteriespannung über {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_battery_under": {
"en": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Battery voltage below {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Paristojännite alle {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Batterispänning under {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Tension de la pile en dessous de {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\n{{#if alertData}}{{alertData}}{{else}}Batteriespannung unter {{thresholdValue}}{{alertUnit_symbol}}{{/if}}\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
},
"alert_battery_resolved": {
"en": "{{name}}\n\nBattery voltage alert resolved\n\nCurrent reading is {{currentValue}}{{alertUnit_symbol}}.",
"fi": "{{name}}\n\nParistojännitehälytys ratkaistu\n\nNykyinen lukema on {{currentValue}}{{alertUnit_symbol}}.",
"sv": "{{name}}\n\nBatterispänningsvarning återställd\n\nNuvarande avläsning är {{currentValue}}{{alertUnit_symbol}}.",
"fr": "{{name}}\n\nAlerte de tension de pile résolue\n\nLa lecture actuelle est {{currentValue}}{{alertUnit_symbol}}.",
"de": "{{name}}\n\nBatteriespannungswarnung gelöst\n\nDer aktuelle Messwert ist {{currentValue}}{{alertUnit_symbol}}."
}
}
}