@windycom/plugin-devtools 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/README.md +3 -0
  2. package/index.mjs +298 -0
  3. package/package.json +9 -0
  4. package/publishExamples.sh +19 -0
  5. package/types/AromeProduct.d.ts +5 -0
  6. package/types/Bar.d.ts +114 -0
  7. package/types/BindedBar.d.ts +51 -0
  8. package/types/BindedCheckbox.d.ts +30 -0
  9. package/types/BindedSwitch.d.ts +35 -0
  10. package/types/BottomSlide.d.ts +53 -0
  11. package/types/BottomTagPlugin.d.ts +8 -0
  12. package/types/Calendar.d.ts +149 -0
  13. package/types/ClickHandler.d.ts +19 -0
  14. package/types/Color.d.ts +175 -0
  15. package/types/DataTiler.d.ts +41 -0
  16. package/types/Drag.d.ts +43 -0
  17. package/types/DraggableDiv.d.ts +21 -0
  18. package/types/DropDown.d.ts +37 -0
  19. package/types/EcmwfAnalysisProduct.d.ts +5 -0
  20. package/types/EcmwfProduct.d.ts +29 -0
  21. package/types/Evented.d.ts +78 -0
  22. package/types/ExternalSveltePlugin.d.ts +29 -0
  23. package/types/Favs.d.ts +83 -0
  24. package/types/GhostBox.d.ts +17 -0
  25. package/types/GlObj.d.ts +252 -0
  26. package/types/HrrrProducts.d.ts +5 -0
  27. package/types/IconProducts.d.ts +5 -0
  28. package/types/LabelsLayer.d.ts +2 -0
  29. package/types/LandMask.d.ts +2 -0
  30. package/types/Layer.d.ts +137 -0
  31. package/types/Legend.d.ts +6 -0
  32. package/types/LongTap.d.ts +21 -0
  33. package/types/Metric.d.ts +132 -0
  34. package/types/MetricClasses.d.ts +37 -0
  35. package/types/MobileCalendar.d.ts +47 -0
  36. package/types/NamProducts.d.ts +5 -0
  37. package/types/OfflineMessagesClasses.d.ts +30 -0
  38. package/types/Overlay.d.ts +150 -0
  39. package/types/OverlayClasses.d.ts +29 -0
  40. package/types/Particles.d.ts +111 -0
  41. package/types/Plugin.d.ts +112 -0
  42. package/types/Product.d.ts +211 -0
  43. package/types/ProductSwitch.d.ts +14 -0
  44. package/types/Renderer.d.ts +69 -0
  45. package/types/SatelliteProduct.d.ts +19 -0
  46. package/types/Scrollable.d.ts +14 -0
  47. package/types/StaticProduct.d.ts +7 -0
  48. package/types/SveltePanePlugin.d.ts +18 -0
  49. package/types/SveltePlugin.d.ts +40 -0
  50. package/types/Swipe.d.ts +34 -0
  51. package/types/Switch.d.ts +24 -0
  52. package/types/TagPlugin.d.ts +6 -0
  53. package/types/TileLayer.d.ts +9 -0
  54. package/types/TileLayerCanvas.d.ts +2 -0
  55. package/types/TileLayerMultiPatch.d.ts +2 -0
  56. package/types/TimestampBar.d.ts +8 -0
  57. package/types/Webcams.d.ts +66 -0
  58. package/types/Window.d.ts +107 -0
  59. package/types/WindowPlugin.d.ts +171 -0
  60. package/types/baseMap.d.ts +10 -0
  61. package/types/broadcast.d.ts +14 -0
  62. package/types/cityLabels.d.ts +2 -0
  63. package/types/cloudSync.d.ts +12 -0
  64. package/types/colors.d.ts +4 -0
  65. package/types/connection.d.ts +4 -0
  66. package/types/css.d.ts +25 -0
  67. package/types/dataLoader.d.ts +26 -0
  68. package/types/dataSpecifications.d.ts +12 -0
  69. package/types/detectDevice.d.ts +6 -0
  70. package/types/device.d.ts +19 -0
  71. package/types/deviceLogging.d.ts +13 -0
  72. package/types/fetch.d.ts +88 -0
  73. package/types/format.d.ts +102 -0
  74. package/types/ga.d.ts +1 -0
  75. package/types/geolocation.d.ts +30 -0
  76. package/types/glTileRender.d.ts +178 -0
  77. package/types/glsl-modules.d.ts +26 -0
  78. package/types/hp.d.ts +15 -0
  79. package/types/http.d.ts +62 -0
  80. package/types/iconfont.d.ts +196 -0
  81. package/types/index.d.ts +1 -0
  82. package/types/interfaces.d.ts +1727 -0
  83. package/types/interpolator.d.ts +19 -0
  84. package/types/lang-files.d.ts +5116 -0
  85. package/types/latestBroadcasts.d.ts +14 -0
  86. package/types/layers.d.ts +78 -0
  87. package/types/leaflet.d.ts +1919 -0
  88. package/types/legends.d.ts +6 -0
  89. package/types/levelUtils.d.ts +2 -0
  90. package/types/libGuard.d.ts +1 -0
  91. package/types/location.d.ts +72 -0
  92. package/types/log.d.ts +2 -0
  93. package/types/lruCache.d.ts +69 -0
  94. package/types/map.d.ts +80 -0
  95. package/types/metrics.d.ts +3 -0
  96. package/types/mobileUtils.d.ts +7 -0
  97. package/types/models.d.ts +42 -0
  98. package/types/node-modules.d.ts +16 -0
  99. package/types/notifications.d.ts +66 -0
  100. package/types/offlineController.d.ts +20 -0
  101. package/types/overlays.d.ts +67 -0
  102. package/types/particleRenderers.d.ts +4 -0
  103. package/types/permanentPromos.d.ts +2 -0
  104. package/types/picker.d.ts +66 -0
  105. package/types/plugins.d.ts +3 -0
  106. package/types/pois.d.ts +16 -0
  107. package/types/products.d.ts +3 -0
  108. package/types/promo.d.ts +37 -0
  109. package/types/query.d.ts +19 -0
  110. package/types/queryString.d.ts +2 -0
  111. package/types/renderCtrl.d.ts +8 -0
  112. package/types/renderTile.d.ts +6 -0
  113. package/types/renderUtils.d.ts +107 -0
  114. package/types/renderers.d.ts +20 -0
  115. package/types/reverseName.d.ts +10 -0
  116. package/types/rhMessage.d.ts +3 -0
  117. package/types/rootScope.d.ts +152 -0
  118. package/types/router.d.ts +30 -0
  119. package/types/seoParser.d.ts +19 -0
  120. package/types/share.d.ts +1 -0
  121. package/types/showableErrorsService.d.ts +31 -0
  122. package/types/singleclick.d.ts +52 -0
  123. package/types/storage.d.ts +3 -0
  124. package/types/store.d.ts +148 -0
  125. package/types/subscription.d.ts +65 -0
  126. package/types/tileInterpolator.d.ts +27 -0
  127. package/types/tileLayerInstance.d.ts +2 -0
  128. package/types/timestampUtils.d.ts +5 -0
  129. package/types/trans.d.ts +68 -0
  130. package/types/ts-interfaces.d.ts +66 -0
  131. package/types/ts-types.d.ts +43 -0
  132. package/types/types.d.ts +308 -0
  133. package/types/user.d.ts +54 -0
  134. package/types/userFavs.d.ts +129 -0
  135. package/types/utils.d.ts +424 -0
  136. package/types/variables.d.ts +238 -0
  137. package/types/windy-modules.d.ts +7 -0
@@ -0,0 +1,5116 @@
1
+ // !!! Automatically generated file by make/langs.ts !!!
2
+
3
+ export interface AlertsLangFile {
4
+ /**
5
+ * alerts: Processing
6
+ */
7
+ ALERTS_ASSIGNING: string;
8
+ /**
9
+ * alerts: Close
10
+ */
11
+ ALERTS_CLOSE: string;
12
+ /**
13
+ * alerts: Confirm changes
14
+ */
15
+ ALERTS_CONFIRM: string;
16
+ /**
17
+ * alerts: Go back
18
+ */
19
+ ALERTS_GO_BACK: string;
20
+ /**
21
+ * alerts: No alerts found
22
+ */
23
+ ALERTS_NOTHING_FOUND: string;
24
+ /**
25
+ * alerts: Select all
26
+ */
27
+ ALERTS_SELECT_ALL: string;
28
+ /**
29
+ * alerts: Unselect all
30
+ */
31
+ ALERTS_SELECT_NONE: string;
32
+ /**
33
+ * alerts: These alerts will be assigned to your account:
34
+ */
35
+ ALERTS_TO_ASSIGN: string;
36
+ /**
37
+ * alerts: These alerts will be deleted:
38
+ */
39
+ ALERTS_TO_DELETE: string;
40
+ /**
41
+ * alerts: Which alerts do you want to assign to your user account? The other alerts will be deleted!
42
+ */
43
+ ALERT_ASSIGNING_DESC: string;
44
+ /**
45
+ * alerts: Assign alerts to account
46
+ */
47
+ ALERT_ASSIGN_HEADING: string;
48
+ /**
49
+ * alerts: This operation will remove all the unselected alerts.
50
+ */
51
+ ALERT_ASSIGN_WARNING: string;
52
+ /**
53
+ * alerts: at least {{hour}}h
54
+ */
55
+ ALERT_AT_LEAST: string;
56
+ /**
57
+ * alerts: change
58
+ */
59
+ ALERT_CHANGE: string;
60
+ /**
61
+ * alerts: Check The Actual Forecast
62
+ */
63
+ ALERT_CHECK: string;
64
+ /**
65
+ * alerts: Click on icons to select maximum amount of clouds
66
+ */
67
+ ALERT_CLOUDS: string;
68
+ /**
69
+ * alerts: It seems alert with an id <em>{{alertId}}</em> is corrupted. Please, delete it and create a new one.
70
+ */
71
+ ALERT_CORRUPTED: string;
72
+ /**
73
+ * alerts: Delete this corrupted alert
74
+ */
75
+ ALERT_CORRUPTED_ACTION: string;
76
+ /**
77
+ * alerts: delete alert
78
+ */
79
+ ALERT_DELETE: string;
80
+ /**
81
+ * alerts: Alert has been deleted.
82
+ */
83
+ ALERT_DELETED: string;
84
+ /**
85
+ * alerts: Assigning was completed
86
+ */
87
+ ALERT_DONE: string;
88
+ /**
89
+ * alerts: We have assigned the selected alerts to your account. Now you can close this window.
90
+ */
91
+ ALERT_DONE_P: string;
92
+ /**
93
+ * alerts: <a href="{{editLink}}">Edit</a> / <a href="{{removeLink}}">Unsubscribe</a> this alert.
94
+ */
95
+ ALERT_EDIT: string;
96
+ /**
97
+ * alerts: WOW seems like your email is not correct
98
+ */
99
+ ALERT_EMAIL_ERROR: string;
100
+ /**
101
+ * alerts: <p>Hi buddy,</p><p>BIG day at {{name}} is coming</p>
102
+ */
103
+ ALERT_EMAIL_PEREX: string;
104
+ /**
105
+ * alerts: An unexpected error has occurred for alert with an id <em>{{alertId}}</em>. Try again later.
106
+ */
107
+ ALERT_ERROR: string;
108
+ /**
109
+ * alerts: The server refused to process your request. Please, try again later.
110
+ */
111
+ ALERT_ERROR_400: string;
112
+ /**
113
+ * alerts: You need to be logged in. Please, log in and try again.
114
+ */
115
+ ALERT_ERROR_403: string;
116
+ /**
117
+ * alerts: No alert with an id "{{id}}" found for your account. It is probably assigned to a different account.
118
+ */
119
+ ALERT_ERROR_404: string;
120
+ /**
121
+ * alerts: This alert is already assigned to a different user.
122
+ */
123
+ ALERT_ERROR_409: string;
124
+ /**
125
+ * alerts: An unexpected error has occurred :-(
126
+ */
127
+ ALERT_ERROR_ANY: string;
128
+ /**
129
+ * alerts: Assigning failed. Please try again.
130
+ */
131
+ ALERT_ERROR_ASGN: string;
132
+ /**
133
+ * alerts: Cannot fetch alerts
134
+ */
135
+ ALERT_ERROR_FETCH: string;
136
+ /**
137
+ * alerts: Link to this page is broken. We could not validate your token.
138
+ */
139
+ ALERT_ERROR_JWT: string;
140
+ /**
141
+ * alerts: Nothing selected.
142
+ */
143
+ ALERT_ERROR_SELECT: string;
144
+ /**
145
+ * alerts: This token was already used.
146
+ */
147
+ ALERT_ERROR_USED_JWT: string;
148
+ /**
149
+ * alerts: Good luck and stay safe!
150
+ */
151
+ ALERT_GOOD_LUCK: string;
152
+ /**
153
+ * alerts: Hours, days, duration
154
+ */
155
+ ALERT_HOURS_DAYS: string;
156
+ /**
157
+ * alerts: How to set-up a new alert? Open the weather picker or detailed forecast for any spot, and click on a link "{{linkTxt}}".
158
+ */
159
+ ALERT_HOW_ADD: string;
160
+ /**
161
+ * alerts: ID of this alert:
162
+ */
163
+ ALERT_ID: string;
164
+ /**
165
+ * alerts: Latitude
166
+ */
167
+ ALERT_LAT: string;
168
+ /**
169
+ * alerts: We will use local time of this location
170
+ */
171
+ ALERT_LOCAL_TIME: string;
172
+ /**
173
+ * alerts: Windy Alerts are available only for registered users. Please <b>login</b> or <b>register</b> first.
174
+ */
175
+ ALERT_LOGGED_ONLY: string;
176
+ /**
177
+ * alerts: You need to be logged in.
178
+ */
179
+ ALERT_LOGIN: string;
180
+ /**
181
+ * alerts: Longitude
182
+ */
183
+ ALERT_LON: string;
184
+ /**
185
+ * alerts: Name of the alert
186
+ */
187
+ ALERT_NAME: string;
188
+ /**
189
+ * alerts: Not considered
190
+ */
191
+ ALERT_NOT_CONS: string;
192
+ /**
193
+ * alerts: Alert with an id <em>{{alertId}}</em> was not found in our database. It has probably been deleted in the past.
194
+ */
195
+ ALERT_NOT_FOUND: string;
196
+ /**
197
+ * alerts: Delete from my favorites if it doesn't exist anymore
198
+ */
199
+ ALERT_NOT_FOUND_ACTION: string;
200
+ /**
201
+ * alerts: Part of a day I am interested in
202
+ */
203
+ ALERT_PART_DAY: string;
204
+ /**
205
+ * alerts: Part of a week I am interested in
206
+ */
207
+ ALERT_PART_WEEK: string;
208
+ /**
209
+ * alerts: How long must the conditions prevail to receive an alert
210
+ */
211
+ ALERT_PREVAIL: string;
212
+ /**
213
+ * alerts: At least <b>{{min}} {{metric}}</b> of rain must accumulate...
214
+ */
215
+ ALERT_RAIN: string;
216
+ /**
217
+ * alerts: Amount of convective rain (storms, rainshowers) is unpredictable
218
+ */
219
+ ALERT_RAIN_NOTE: string;
220
+ /**
221
+ * alerts: ...within period of <b>{{hours}}</b> hours
222
+ */
223
+ ALERT_RAIN_PERIOD: string;
224
+ /**
225
+ * alerts: <p>Your Alert has been saved</p>Windy will send you an email several days ahead, if your conditions are met.
226
+ */
227
+ ALERT_SAVED: string;
228
+ /**
229
+ * alerts: Assign
230
+ */
231
+ ALERT_SELECT: string;
232
+ /**
233
+ * alerts: Assign selected alerts
234
+ */
235
+ ALERT_SEND_BTN: string;
236
+ /**
237
+ * alerts: Alerts are sent to
238
+ */
239
+ ALERT_SENT_TO: string;
240
+ /**
241
+ * alerts: At least <b>{{min}}</b> {{metric}} of snow must fall in the previous 3 days
242
+ */
243
+ ALERT_SNOW: string;
244
+ /**
245
+ * alerts: Some of the Alerts can be delivered to your Spam/Junk mail folder. Please check it from time to time.
246
+ */
247
+ ALERT_SPAM: string;
248
+ /**
249
+ * alerts: suspend alert for some time
250
+ */
251
+ ALERT_SUSPEND: string;
252
+ /**
253
+ * alerts: Swell size from <b>{{min}}</b> to <b>{{max}}</b>
254
+ */
255
+ ALERT_SWELL: string;
256
+ /**
257
+ * alerts: Temperature from <b>{{min}}</b> to <b>{{max}}</b>
258
+ */
259
+ ALERT_TEMP_FROM: string;
260
+ /**
261
+ * alerts: Temperature, weather
262
+ */
263
+ ALERT_TEMP_WX: string;
264
+ /**
265
+ * alerts: Your conditions for {{name}} are here. Check forecast at {{linkTxt}}
266
+ */
267
+ ALERT_TXT_EMAIL: string;
268
+ /**
269
+ * alerts: <b>You are not allowed to edit or view this alert</b>, because it is assigned to a different user. In case you created this alert under another account of yours, please delete it using a link in a footer of the last notification email you have received for this alert. And create a new one under your current account.
270
+ */
271
+ ALERT_UNAUTHORIZED: string;
272
+ /**
273
+ * alerts: Forecast is updated every {{hrs}} hours, so check often if the conditions prevail.
274
+ */
275
+ ALERT_UPDATE: string;
276
+ /**
277
+ * alerts: Strength from <b>{{min}}</b> to <b>{{max}}</b>
278
+ */
279
+ ALERT_WIND: string;
280
+ /**
281
+ * alerts: Your email adress
282
+ */
283
+ ALERT_YOUR_EMAIL: string;
284
+ }
285
+
286
+ export interface AppreviewLangFile {
287
+ /**
288
+ * appreview: I have a suggestion
289
+ */
290
+ INTROPAGE_BTN_IMPROOVEMENT: string;
291
+ /**
292
+ * appreview: I love it!
293
+ */
294
+ INTROPAGE_BTN_LIKE: string;
295
+ /**
296
+ * appreview: Hi
297
+ */
298
+ INTROPAGE_TITLE_HELLO: string;
299
+ /**
300
+ * appreview: how is your Windy experience??
301
+ */
302
+ INTROPAGE_TITLE_QUESTION: string;
303
+ /**
304
+ * appreview: Bugs
305
+ */
306
+ POROBLEMS_BUGS: string;
307
+ /**
308
+ * appreview: Forecast accuracy
309
+ */
310
+ POROBLEMS_FORECASTPRECISION: string;
311
+ /**
312
+ * appreview: Incorrect location
313
+ */
314
+ POROBLEMS_LOCATION: string;
315
+ /**
316
+ * appreview: A mistake on the map
317
+ */
318
+ POROBLEMS_MAP: string;
319
+ /**
320
+ * appreview: Missing functionality
321
+ */
322
+ POROBLEMS_MISSINGFUNCTIONALITY: string;
323
+ /**
324
+ * appreview: Other suggestions
325
+ */
326
+ PROBLEMPAGE_BTN_OTHER: string;
327
+ /**
328
+ * appreview: Submit
329
+ */
330
+ PROBLEMPAGE_BTN_SUBMIT: string;
331
+ /**
332
+ * appreview: Please write your suggestion
333
+ */
334
+ PROBLEMPAGE_TEXTFIEL_PLACEHOLDER: string;
335
+ /**
336
+ * appreview: What can we improve?
337
+ */
338
+ PROBLEMPAGE_TITLE_QUESTION: string;
339
+ /**
340
+ * appreview: Maybe later
341
+ */
342
+ REVIEW_LEAVE_TEXT: string;
343
+ /**
344
+ * appreview: Write a review on
345
+ */
346
+ REVIEW_RATEUS_TEXT: string;
347
+ /**
348
+ * appreview: We'd greatly appreciate it if you could take a moment to leave us a review on the store.
349
+ */
350
+ REVIEW_TEXT: string;
351
+ /**
352
+ * appreview: We are glad to hear that!
353
+ */
354
+ REVIEW_TITLE: string;
355
+ /**
356
+ * appreview: For more information please visit
357
+ */
358
+ THANKYOUPAGE_TEXT_MOREINFO: string;
359
+ /**
360
+ * appreview: Thank you & have a lovely day
361
+ */
362
+ THANKYOUPAGE_TITLE: string;
363
+ }
364
+
365
+ export interface ArticlesLangFile {
366
+ /**
367
+ * articles: Accept cookies
368
+ */
369
+ ARTICLES_ACCEPT_COOKIES: string;
370
+ /**
371
+ * articles: clap
372
+ */
373
+ ARTICLES_CLAP: string;
374
+ /**
375
+ * articles: claps
376
+ */
377
+ ARTICLES_CLAPS: string;
378
+ /**
379
+ * articles: Comments
380
+ */
381
+ ARTICLES_COMMENTS: string;
382
+ /**
383
+ * articles: Reward the author with clap
384
+ */
385
+ ARTICLES_REWARD_WITH_CLAP: string;
386
+ /**
387
+ * articles: Share
388
+ */
389
+ ARTICLES_SHARE: string;
390
+ /**
391
+ * articles: To see this post, you need to accept the cookies required by X.
392
+ */
393
+ ARTICLES_TWITTER_COOKIE_CONSENT: string;
394
+ /**
395
+ * articles: updated
396
+ */
397
+ ARTICLES_UPDATED: string;
398
+ /**
399
+ * articles: Your comments
400
+ */
401
+ ARTICLES_YOUR_COMMENTS: string;
402
+ /**
403
+ * articles: To watch this video, you need to accept the cookies required by YouTube.
404
+ */
405
+ ARTICLES_YOUTUBE_COOKIE_CONSENT: string;
406
+ }
407
+
408
+ export interface ConsentLangFile {
409
+ /**
410
+ * consent: Allow anonymous analytics
411
+ */
412
+ CONSENT_CTA_ACCEPT: string;
413
+ /**
414
+ * consent: Change settings
415
+ */
416
+ CONSENT_CTA_CHANGE_SETTING: string;
417
+ /**
418
+ * consent: Ok
419
+ */
420
+ CONSENT_CTA_OK: string;
421
+ /**
422
+ * consent: Reject
423
+ */
424
+ CONSENT_CTA_REJECT: string;
425
+ /**
426
+ * consent: You have allowed anonymous analytics.
427
+ */
428
+ CONSENT_DECIDED_TO_ALLOW: string;
429
+ /**
430
+ * consent: You have rejected anonymous analytics.
431
+ */
432
+ CONSENT_DECIDED_TO_REJECT: string;
433
+ /**
434
+ * consent: <li>We do not use tracking cookies.</li><li>We do not sell advertisements.</li><li>We do not sell user data.</li>
435
+ */
436
+ CONSENT_REASONS_FACTS: string;
437
+ /**
438
+ * consent: Windy.com uses only <strong>anonymous analytics</strong> data which help us to protect and improve our services.
439
+ */
440
+ CONSENT_REASONS_FACT_SUMMARY: string;
441
+ /**
442
+ * consent: Thank you for helping to make Windy.com better.
443
+ */
444
+ CONSENT_REASONS_THANKS: string;
445
+ /**
446
+ * consent: We respect your decision. We take privacy very seriously. That is why we keep all analytical data strictly anonymized.
447
+ */
448
+ CONSENT_REJECTION_INTRO: string;
449
+ /**
450
+ * consent: <strong>To run Windy.com for free and without analytics, you must be logged in.</strong> This is the only way we are able to ensure our services to everyone's satisfaction and keep Windy.com safe.
451
+ */
452
+ CONSENT_REJECTION_LOGIN: string;
453
+ /**
454
+ * consent: However, we must be able to secure our services from bots, thieves, scrapers, DDoS attacks and other threats.
455
+ */
456
+ CONSENT_REJECTION_SAFETY: string;
457
+ /**
458
+ * consent: Thank you for your understanding.
459
+ */
460
+ CONSENT_REJECTION_THANKS: string;
461
+ /**
462
+ * consent: We value your privacy
463
+ */
464
+ CONSENT_TITLE: string;
465
+ }
466
+
467
+ export interface DistanceLangFile {
468
+ /**
469
+ * distance: Add waypoint
470
+ */
471
+ DST_ADD_WAYPOINT: string;
472
+ /**
473
+ * distance: Boat
474
+ */
475
+ DST_BOAT: string;
476
+ /**
477
+ * distance: Car/hike
478
+ */
479
+ DST_CAR: string;
480
+ /**
481
+ * distance: Click on the map to add more waypoints
482
+ */
483
+ DST_CLICK_ADD: string;
484
+ /**
485
+ * distance: Export GPX
486
+ */
487
+ DST_EXPORT: string;
488
+ /**
489
+ * distance: End measurement
490
+ */
491
+ DST_FINISH: string;
492
+ /**
493
+ * distance: Finish
494
+ */
495
+ DST_FINISH_TRIP: string;
496
+ /**
497
+ * distance: Hide coords
498
+ */
499
+ DST_HIDE_COORDS: string;
500
+ /**
501
+ * distance: Map is not in sync<small>Route planner supports only the ECMWF forecast model, but you are displaying a different model on the map.</small>
502
+ */
503
+ DST_MAP_NOT_SYNC: string;
504
+ /**
505
+ * distance: More options...
506
+ */
507
+ DST_MORE_OPTIONS: string;
508
+ /**
509
+ * distance: No elevation at all. It seems to be a boat trip.
510
+ */
511
+ DST_NO_ELEV: string;
512
+ /**
513
+ * distance: Ok
514
+ */
515
+ DST_OK: string;
516
+ /**
517
+ * distance: Remove last waypoint
518
+ */
519
+ DST_REMOVE_LAST: string;
520
+ /**
521
+ * distance: Reset
522
+ */
523
+ DST_RESET: string;
524
+ /**
525
+ * distance: Display route forecast for:
526
+ */
527
+ DST_RPLANNER: string;
528
+ /**
529
+ * distance: Save route to favorites
530
+ */
531
+ DST_SAVE: string;
532
+ /**
533
+ * distance: Saved to your favorites
534
+ */
535
+ DST_SAVED: string;
536
+ /**
537
+ * distance: Share route
538
+ */
539
+ DST_SHARE: string;
540
+ /**
541
+ * distance: Show coords
542
+ */
543
+ DST_SHOW_COORDS: string;
544
+ /**
545
+ * distance: Speed:
546
+ */
547
+ DST_SPEED: string;
548
+ /**
549
+ * distance: Start
550
+ */
551
+ DST_START_TRIP: string;
552
+ /**
553
+ * distance: Switch to ECMWF
554
+ */
555
+ DST_SWITCH_ECMWF: string;
556
+ /**
557
+ * distance: <strong>VFR</strong>, <strong>IFR</strong>, <strong>Airgram</strong> and <strong>Boat</strong> with in-depth data.
558
+ */
559
+ SUB_RPLANNER_FEATURES: string;
560
+ /**
561
+ * distance: Access <strong>Route Planner</strong> and plan your next trip with <strong>precision</strong>.
562
+ */
563
+ SUB_RPLANNER_TRIP: string;
564
+ }
565
+
566
+ export interface FavsLangFile {
567
+ /**
568
+ * favs: Windy Alerts can be now sent directly to your mobile devices. Visit Settings for managing notification preferences.
569
+ */
570
+ FAVS_ALERT_NOTIFICATIONS: string;
571
+ /**
572
+ * favs: Some of your unsynchronized favorites cannot be saved to the cloud. Please, try again later or delete them and create again.
573
+ */
574
+ FAVS_BATCH_ERROR: string;
575
+ /**
576
+ * favs: <b>How to add a favorite:</b><br />1) Click anywhere on a map or open detailed forecast for a location<br />2) Click on "{{icon}}" icon right of a search input
577
+ */
578
+ FAVS_HOW_TO_ADD: string;
579
+ /**
580
+ * favs: Not in sync
581
+ */
582
+ FAVS_NOT_IN_SYNC: string;
583
+ /**
584
+ * favs: It seems our servers are not available at the moment. Try again later.
585
+ */
586
+ FAVS_RENAME_ERROR: string;
587
+ /**
588
+ * favs: An unexpected error has occurred. Try again later.
589
+ */
590
+ FAVS_RENAME_GENERAL_ERROR: string;
591
+ /**
592
+ * favs: The name must be at least 3 characters long
593
+ */
594
+ FAVS_RENAME_SHORT: string;
595
+ /**
596
+ * favs: save to cloud
597
+ */
598
+ FAVS_SAVE_TO_CLOUD: string;
599
+ /**
600
+ * favs: delete them all
601
+ */
602
+ FAVS_SYNC_ERROR_DELETE: string;
603
+ /**
604
+ * favs: Some of your favorites are not synchronized with our database. These favorites will not appear on other devices and alerts will not work. You can {{saveToCloud}} or {{delete}}. You can also process them individually in the list below.
605
+ */
606
+ FAVS_SYNC_ERROR_MESSAGE: string;
607
+ /**
608
+ * favs: save them to the cloud
609
+ */
610
+ FAVS_SYNC_ERROR_SAVE_TO_CLOUD: string;
611
+ /**
612
+ * favs: Search favorites...
613
+ */
614
+ SEARCH_FAVOURITE: string;
615
+ }
616
+
617
+ export interface HurricanesLangFile {
618
+ /**
619
+ * hurricanes: Cyclone
620
+ */
621
+ HURR_CYCLONE: string;
622
+ /**
623
+ * hurricanes: Cyclone category
624
+ */
625
+ HURR_CYCLONE_CAT: string;
626
+ /**
627
+ * hurricanes: Unable to retrieve data from our server. We apologize for the inconvenience. Please try again later.
628
+ */
629
+ HURR_FETCH_ERROR: string;
630
+ /**
631
+ * hurricanes: Hurricane
632
+ */
633
+ HURR_HURRICANE: string;
634
+ /**
635
+ * hurricanes: Hurricane category
636
+ */
637
+ HURR_HURRICANE_CAT: string;
638
+ /**
639
+ * hurricanes: Last update
640
+ */
641
+ HURR_LAST_UPDATE: string;
642
+ /**
643
+ * hurricanes: nearest to your location
644
+ */
645
+ HURR_NEAREST: string;
646
+ /**
647
+ * hurricanes: No forecast available
648
+ */
649
+ HURR_NO_FORECAST: string;
650
+ /**
651
+ * hurricanes: There is no tropical storm known to us raging right now and none is predicted.
652
+ */
653
+ HURR_NO_STORMS: string;
654
+ /**
655
+ * hurricanes: Prediction radius
656
+ */
657
+ HURR_PREDICTED_RADIUS: string;
658
+ /**
659
+ * hurricanes: Tropical depression
660
+ */
661
+ HURR_TROPICAL_DEPRESSION: string;
662
+ /**
663
+ * hurricanes: Tropical storm
664
+ */
665
+ HURR_TROPICAL_STORM: string;
666
+ /**
667
+ * hurricanes: Typhoon
668
+ */
669
+ HURR_TYPHOON: string;
670
+ /**
671
+ * hurricanes: Typhoon category
672
+ */
673
+ HURR_TYPHOON_CAT: string;
674
+ /**
675
+ * hurricanes: Yesterday
676
+ */
677
+ YESTERDAY: string;
678
+ }
679
+
680
+ export interface InfoLangFile {
681
+ /**
682
+ * info: activate updates every {{number}}h
683
+ */
684
+ ACTIVATE_PREMIUM_UPDATE: string;
685
+ /**
686
+ * info: Your forecast will be updated in up to {{nextFreeUpdate}}.
687
+ */
688
+ FREE_UPDATE: string;
689
+ /**
690
+ * info: in
691
+ */
692
+ IN: string;
693
+ /**
694
+ * info: Your forecast was updated {{lastFreeUpdate}} ago already.
695
+ */
696
+ LAST_FREE_UPDATE: string;
697
+ /**
698
+ * info: now at any moment
699
+ */
700
+ NOW_AT_ANY_MOMENT: string;
701
+ /**
702
+ * info: Get frequent forecast updates
703
+ */
704
+ SUB_ACTIVATE_FREQ: string;
705
+ /**
706
+ * info: Premium users get forecast updates every {{premiumInterval}} hours.
707
+ */
708
+ SUB_INTERVAL: string;
709
+ /**
710
+ * info: The last Premium update was {{lastPremiumUpdate}} ago.
711
+ */
712
+ SUB_LAST_PREMIUM: string;
713
+ /**
714
+ * info: They will receive a new forecast update in just {{nextPremiumUpdate}}.
715
+ */
716
+ SUB_NEXT_UPDATE: string;
717
+ }
718
+
719
+ export interface MainLangFile {
720
+ /**
721
+ * About these data
722
+ */
723
+ ABOUT_DATA: string;
724
+ /**
725
+ * About
726
+ */
727
+ ABOUT_OVERLAY: string;
728
+ /**
729
+ * Accumulations
730
+ */
731
+ ACCU: string;
732
+ /**
733
+ * Last {{num}} days
734
+ */
735
+ ACC_LAST_DAYS: string;
736
+ /**
737
+ * Last {{num}} hours
738
+ */
739
+ ACC_LAST_HOURS: string;
740
+ /**
741
+ * Next {{num}} days
742
+ */
743
+ ACC_NEXT_DAYS: string;
744
+ /**
745
+ * Next {{num}} hours
746
+ */
747
+ ACC_NEXT_HOURS: string;
748
+ /**
749
+ * Activate
750
+ */
751
+ ACTIVATE: string;
752
+ /**
753
+ * active alerts
754
+ */
755
+ ACTIVE_ALERTS: string;
756
+ /**
757
+ * Active fires
758
+ */
759
+ ACTIVE_FIRES: string;
760
+ /**
761
+ * Actual temperature
762
+ */
763
+ ACTUAL_TEMP: string;
764
+ /**
765
+ * Create alert
766
+ */
767
+ ADD_ALERT: string;
768
+ /**
769
+ * Good
770
+ */
771
+ AIRQ_RANGE_GOOD: string;
772
+ /**
773
+ * Hazardous
774
+ */
775
+ AIRQ_RANGE_HAZARDOUS: string;
776
+ /**
777
+ * Moderate
778
+ */
779
+ AIRQ_RANGE_MODERATE: string;
780
+ /**
781
+ * Unhealthy
782
+ */
783
+ AIRQ_RANGE_UNHEALTHY: string;
784
+ /**
785
+ * Unhealthy for sensitive
786
+ */
787
+ AIRQ_RANGE_UNHEALTHY_SENSITIVE: string;
788
+ /**
789
+ * Very unhealthy
790
+ */
791
+ AIRQ_RANGE_VERY_UNHEALTHY: string;
792
+ /**
793
+ * Air quality
794
+ */
795
+ AIR_QUALITY: string;
796
+ /**
797
+ * Alert for this spot
798
+ */
799
+ ALERTS_LINK_SHORT: string;
800
+ /**
801
+ * All
802
+ */
803
+ ALL: string;
804
+ /**
805
+ * All waves
806
+ */
807
+ ALL_WAVES: string;
808
+ /**
809
+ * Any Layer unit can be changed by clicking on color legend
810
+ */
811
+ ALTERNATIVE_UNIT_CHANGE: string;
812
+ /**
813
+ * Altitude
814
+ */
815
+ ALTITUDE: string;
816
+ /**
817
+ * Aerosol
818
+ */
819
+ AOD550: string;
820
+ /**
821
+ * Area
822
+ */
823
+ AREA: string;
824
+ /**
825
+ * Articles
826
+ */
827
+ ARTICLES: string;
828
+ /**
829
+ * Available for:
830
+ */
831
+ AVAIL_FOR: string;
832
+ /**
833
+ * Show lightning
834
+ */
835
+ BLITZ_ON: string;
836
+ /**
837
+ * Webcams previews
838
+ */
839
+ CAMS_PREVIEWS: string;
840
+ /**
841
+ * Cancel search
842
+ */
843
+ CANCEL_SEARCH: string;
844
+ /**
845
+ * CAPE Index
846
+ */
847
+ CAPE: string;
848
+ /**
849
+ * Thermals
850
+ */
851
+ CCL: string;
852
+ /**
853
+ * Click to change units
854
+ */
855
+ CLICK_ON_LEGEND: string;
856
+ /**
857
+ * Clouds, rain
858
+ */
859
+ CLOUDS: string;
860
+ /**
861
+ * Clouds
862
+ */
863
+ CLOUDS2: string;
864
+ /**
865
+ * Clouds, aviation
866
+ */
867
+ CLOUDS_AND_AVIATION: string;
868
+ /**
869
+ * Cloud base
870
+ */
871
+ CLOUD_ALT: string;
872
+ /**
873
+ * Compare
874
+ */
875
+ COMPARE: string;
876
+ /**
877
+ * Cookie consent
878
+ */
879
+ CONSENT: string;
880
+ /**
881
+ * Convective r.
882
+ */
883
+ CONVECTIVE_RAIN: string;
884
+ /**
885
+ * Copy link
886
+ */
887
+ COPY_LINK: string;
888
+ /**
889
+ * Copy to clipboard
890
+ */
891
+ COPY_TO_C: string;
892
+ /**
893
+ * CO concentration
894
+ */
895
+ COSC: string;
896
+ /**
897
+ * Cloud tops
898
+ */
899
+ CTOP: string;
900
+ /**
901
+ * Currents
902
+ */
903
+ CURRENT: string;
904
+ /**
905
+ * Tidal currents
906
+ */
907
+ CURRENT_TIDE: string;
908
+ /**
909
+ * Data not available for this location
910
+ */
911
+ DATA_NOT_AVBL: string;
912
+ /**
913
+ * {{daysago}} days ago:
914
+ */
915
+ DAYS_AGO: string;
916
+ /**
917
+ * Deactivate
918
+ */
919
+ DEACTIVATE: string;
920
+ /**
921
+ * Default units
922
+ */
923
+ DEFAULT_UNITS: string;
924
+ /**
925
+ * Detailed forecast for this location
926
+ */
927
+ DETAILED: string;
928
+ /**
929
+ * Move the map to change the forecast location
930
+ */
931
+ DETAIL_DRAG_CHECKBOX: string;
932
+ /**
933
+ * Set up Windy Alert for this location and never miss your desired conditions.
934
+ */
935
+ DETAIL_SET_UP_ALERT: string;
936
+ /**
937
+ * Time of forecast on map
938
+ */
939
+ DETAIL_TIME_ON_MAP: string;
940
+ /**
941
+ * Developed with
942
+ */
943
+ DEVELOPED: string;
944
+ /**
945
+ * Dew point
946
+ */
947
+ DEW_POINT: string;
948
+ /**
949
+ * Dew point spread
950
+ */
951
+ DEW_POINT_SPREAD: string;
952
+ /**
953
+ * Directions
954
+ */
955
+ DIRECTIONS: string;
956
+ /**
957
+ * Any direction
958
+ */
959
+ DIRECTIONS_ANY: string;
960
+ /**
961
+ * E
962
+ */
963
+ DIRECTION_E: string;
964
+ /**
965
+ * N
966
+ */
967
+ DIRECTION_N: string;
968
+ /**
969
+ * NE
970
+ */
971
+ DIRECTION_NE: string;
972
+ /**
973
+ * NW
974
+ */
975
+ DIRECTION_NW: string;
976
+ /**
977
+ * S
978
+ */
979
+ DIRECTION_S: string;
980
+ /**
981
+ * SE
982
+ */
983
+ DIRECTION_SE: string;
984
+ /**
985
+ * SW
986
+ */
987
+ DIRECTION_SW: string;
988
+ /**
989
+ * W
990
+ */
991
+ DIRECTION_W: string;
992
+ /**
993
+ * Display warnings for this location
994
+ */
995
+ DISPLAY_WARNINGS: string;
996
+ /**
997
+ * Distance
998
+ */
999
+ DISTANCE: string;
1000
+ /**
1001
+ * Done
1002
+ */
1003
+ DONE: string;
1004
+ /**
1005
+ * Don't have an account?
1006
+ */
1007
+ DONT_HAVE_ACCOUNT: string;
1008
+ /**
1009
+ * Drag me if you want
1010
+ */
1011
+ DRAG_ME: string;
1012
+ /**
1013
+ * Dust mass
1014
+ */
1015
+ DUSTSM: string;
1016
+ /**
1017
+ * 1h forecast
1018
+ */
1019
+ D_1H_FORECAST: string;
1020
+ /**
1021
+ * About this location
1022
+ */
1023
+ D_ABOUT_LOC: string;
1024
+ /**
1025
+ * About location
1026
+ */
1027
+ D_ABOUT_LOC2: string;
1028
+ /**
1029
+ * Air quality and radiation monitoring
1030
+ */
1031
+ D_AQI_RADIATION: string;
1032
+ /**
1033
+ * image during daylight
1034
+ */
1035
+ D_DAYLIGHT: string;
1036
+ /**
1037
+ * Display as:
1038
+ */
1039
+ D_DISPLAY_AS: string;
1040
+ /**
1041
+ * distance
1042
+ */
1043
+ D_DISTANCE: string;
1044
+ /**
1045
+ * dusk
1046
+ */
1047
+ D_DUSK: string;
1048
+ /**
1049
+ * Add to Favorites
1050
+ */
1051
+ D_FAVORITES: string;
1052
+ /**
1053
+ * Remove from Favorites
1054
+ */
1055
+ D_FAVORITES2: string;
1056
+ /**
1057
+ * Forecast for this location
1058
+ */
1059
+ D_FCST: string;
1060
+ /**
1061
+ * Fcst model:
1062
+ */
1063
+ D_FCST_MODEL: string;
1064
+ /**
1065
+ * {{duration}} days forecast
1066
+ */
1067
+ D_FORECAST_FOR: string;
1068
+ /**
1069
+ * Hours
1070
+ */
1071
+ D_HOURS: string;
1072
+ /**
1073
+ * local time
1074
+ */
1075
+ D_LT2: string;
1076
+ /**
1077
+ * miles
1078
+ */
1079
+ D_MILES: string;
1080
+ /**
1081
+ * {{duration}} minutes ago
1082
+ */
1083
+ D_MIN_AGO: string;
1084
+ /**
1085
+ * Add new webcam
1086
+ */
1087
+ D_MISSING_CAM: string;
1088
+ /**
1089
+ * more than hour ago
1090
+ */
1091
+ D_MORE_THAN_HOUR: string;
1092
+ /**
1093
+ * There are no webcams around this location (or we don't know about them)
1094
+ */
1095
+ D_NO_WEBCAMS: string;
1096
+ /**
1097
+ * Polar night
1098
+ */
1099
+ D_POLAR_NIGHT: string;
1100
+ /**
1101
+ * Precit.
1102
+ */
1103
+ D_PRECI: string;
1104
+ /**
1105
+ * Nearest weather stations
1106
+ */
1107
+ D_STATIONS: string;
1108
+ /**
1109
+ * 1 hour
1110
+ */
1111
+ D_STEPS_1_HOUR: string;
1112
+ /**
1113
+ * 3 hours
1114
+ */
1115
+ D_STEPS_3_HOURS: string;
1116
+ /**
1117
+ * forecast
1118
+ */
1119
+ D_STEPS_FORECAST: string;
1120
+ /**
1121
+ * Sunrise
1122
+ */
1123
+ D_SUNRISE: string;
1124
+ /**
1125
+ * sunset
1126
+ */
1127
+ D_SUNSET: string;
1128
+ /**
1129
+ * Sun never set
1130
+ */
1131
+ D_SUN_NEVER_SET: string;
1132
+ /**
1133
+ * Temp.
1134
+ */
1135
+ D_TEMP2: string;
1136
+ /**
1137
+ * Timezone
1138
+ */
1139
+ D_TIMEZONE: string;
1140
+ /**
1141
+ * Waves and sea
1142
+ */
1143
+ D_WAVE_FCST2: string;
1144
+ /**
1145
+ * Webcams in vicinity
1146
+ */
1147
+ D_WEBCAMS: string;
1148
+ /**
1149
+ * Show last 24 hours
1150
+ */
1151
+ D_WEBCAMS_24: string;
1152
+ /**
1153
+ * Edit alert
1154
+ */
1155
+ EDIT_ALERT: string;
1156
+ /**
1157
+ * Extreme forecast
1158
+ */
1159
+ EFORECAST: string;
1160
+ /**
1161
+ * Elevation
1162
+ */
1163
+ ELEVATION: string;
1164
+ /**
1165
+ * Embed widget on page
1166
+ */
1167
+ EMBED: string;
1168
+ /**
1169
+ * Embed widget
1170
+ */
1171
+ EMBED2: string;
1172
+ /**
1173
+ * Awesome weather forecast at
1174
+ */
1175
+ E_MESSAGE: string;
1176
+ /**
1177
+ * delete
1178
+ */
1179
+ FAVS_DELETE: string;
1180
+ /**
1181
+ * Rename
1182
+ */
1183
+ FAVS_RENAME: string;
1184
+ /**
1185
+ * Favorites sync error
1186
+ */
1187
+ FAVS_SYNCHRO_ERROR_TITLE: string;
1188
+ /**
1189
+ * This field can't be empty
1190
+ */
1191
+ FIELD_CANNOT_BE_EMPTY: string;
1192
+ /**
1193
+ * This doesn't look like an email address
1194
+ */
1195
+ FIELD_INVALID_EMAIL: string;
1196
+ /**
1197
+ * Fire
1198
+ */
1199
+ FIRE: string;
1200
+ /**
1201
+ * Fire intensity
1202
+ */
1203
+ FIRE_INTENSITY: string;
1204
+ /**
1205
+ * Flight rules
1206
+ */
1207
+ FLIGHT_RULES: string;
1208
+ /**
1209
+ * Flood
1210
+ */
1211
+ FLOOD: string;
1212
+ /**
1213
+ * Fog
1214
+ */
1215
+ FOG: string;
1216
+ /**
1217
+ * Fog and rime
1218
+ */
1219
+ FOG_RIME: string;
1220
+ /**
1221
+ * Follow us
1222
+ */
1223
+ FOLLOW: string;
1224
+ /**
1225
+ * Forecast for
1226
+ */
1227
+ FORECAST_FOR: string;
1228
+ /**
1229
+ * Freezing altitude
1230
+ */
1231
+ FREEZING: string;
1232
+ /**
1233
+ * Friday
1234
+ */
1235
+ FRI: string;
1236
+ /**
1237
+ * Fri
1238
+ */
1239
+ FRI2: string;
1240
+ /**
1241
+ * Freezing rain
1242
+ */
1243
+ FZ_RAIN: string;
1244
+ /**
1245
+ * Getting your location...
1246
+ */
1247
+ GETTING_LOCATION: string;
1248
+ /**
1249
+ * Surface Ozone
1250
+ */
1251
+ GO3: string;
1252
+ /**
1253
+ * Wind gusts
1254
+ */
1255
+ GUST: string;
1256
+ /**
1257
+ * Wind accumulation
1258
+ */
1259
+ GUSTACCU: string;
1260
+ /**
1261
+ * Hail
1262
+ */
1263
+ HAIL: string;
1264
+ /**
1265
+ * Haze
1266
+ */
1267
+ HAZE: string;
1268
+ /**
1269
+ * Heavy thunder
1270
+ */
1271
+ HEAVY_THUNDER: string;
1272
+ /**
1273
+ * Height
1274
+ */
1275
+ HEIGHT: string;
1276
+ /**
1277
+ * High clouds
1278
+ */
1279
+ HIGH_CLOUDS: string;
1280
+ /**
1281
+ * Outdoor map
1282
+ */
1283
+ HMAP: string;
1284
+ /**
1285
+ * Home
1286
+ */
1287
+ HOME: string;
1288
+ /**
1289
+ * hrs
1290
+ */
1291
+ HOURS_SHORT: string;
1292
+ /**
1293
+ * Hurricane tracker
1294
+ */
1295
+ HURR_TRACKER: string;
1296
+ /**
1297
+ * Icing
1298
+ */
1299
+ ICING2: string;
1300
+ /**
1301
+ * heavy
1302
+ */
1303
+ ICING_HEAVY: string;
1304
+ /**
1305
+ * light
1306
+ */
1307
+ ICING_LIGHT: string;
1308
+ /**
1309
+ * moderate
1310
+ */
1311
+ ICING_MODERATE: string;
1312
+ /**
1313
+ * trace
1314
+ */
1315
+ ICING_TRACE: string;
1316
+ /**
1317
+ * Drought monitoring
1318
+ */
1319
+ INTERSUCHO: string;
1320
+ /**
1321
+ * 0-100cm
1322
+ */
1323
+ INTERSUCHO_100: string;
1324
+ /**
1325
+ * 0-40cm
1326
+ */
1327
+ INTERSUCHO_40: string;
1328
+ /**
1329
+ * Moisture anomaly
1330
+ */
1331
+ INTERSUCHO_AWD: string;
1332
+ /**
1333
+ * Drought intensity
1334
+ */
1335
+ INTERSUCHO_AWP: string;
1336
+ /**
1337
+ * No risk
1338
+ */
1339
+ INTERSUCHO_AWP_0: string;
1340
+ /**
1341
+ * Minor
1342
+ */
1343
+ INTERSUCHO_AWP_1: string;
1344
+ /**
1345
+ * Mild
1346
+ */
1347
+ INTERSUCHO_AWP_2: string;
1348
+ /**
1349
+ * Moderate
1350
+ */
1351
+ INTERSUCHO_AWP_3: string;
1352
+ /**
1353
+ * Severe
1354
+ */
1355
+ INTERSUCHO_AWP_4: string;
1356
+ /**
1357
+ * Exceptional
1358
+ */
1359
+ INTERSUCHO_AWP_5: string;
1360
+ /**
1361
+ * Extreme
1362
+ */
1363
+ INTERSUCHO_AWP_6: string;
1364
+ /**
1365
+ * Soil moisture
1366
+ */
1367
+ INTERSUCHO_AWR: string;
1368
+ /**
1369
+ * Fuel moisture
1370
+ */
1371
+ INTERSUCHO_DFM: string;
1372
+ /**
1373
+ * Fire danger
1374
+ */
1375
+ INTERSUCHO_FIRE_DANGER: string;
1376
+ /**
1377
+ * Fire spread
1378
+ */
1379
+ INTERSUCHO_FWI: string;
1380
+ /**
1381
+ * Very low
1382
+ */
1383
+ INTERSUCHO_FWI_1: string;
1384
+ /**
1385
+ * Low
1386
+ */
1387
+ INTERSUCHO_FWI_2: string;
1388
+ /**
1389
+ * Moderate
1390
+ */
1391
+ INTERSUCHO_FWI_3: string;
1392
+ /**
1393
+ * High
1394
+ */
1395
+ INTERSUCHO_FWI_4: string;
1396
+ /**
1397
+ * Very high
1398
+ */
1399
+ INTERSUCHO_FWI_5: string;
1400
+ /**
1401
+ * Extreme
1402
+ */
1403
+ INTERSUCHO_FWI_6: string;
1404
+ /**
1405
+ * ISA difference
1406
+ */
1407
+ ISA_DIFFERENCE: string;
1408
+ /**
1409
+ * Embed
1410
+ */
1411
+ JUST_EMBED: string;
1412
+ /**
1413
+ * Login
1414
+ */
1415
+ JUST_LOGIN: string;
1416
+ /**
1417
+ * Rain
1418
+ */
1419
+ JUST_RAIN: string;
1420
+ /**
1421
+ * Search
1422
+ */
1423
+ JUST_SEARCH: string;
1424
+ /**
1425
+ * Later
1426
+ */
1427
+ LATER: string;
1428
+ /**
1429
+ * Less
1430
+ */
1431
+ LESS: string;
1432
+ /**
1433
+ * Licence
1434
+ */
1435
+ LICENCE: string;
1436
+ /**
1437
+ * Light thunder
1438
+ */
1439
+ LIGHT_THUNDER: string;
1440
+ /**
1441
+ * Low clouds
1442
+ */
1443
+ LOW_CLOUDS: string;
1444
+ /**
1445
+ * Low predictability of forecast
1446
+ */
1447
+ LOW_PREDICT: string;
1448
+ /**
1449
+ * Map
1450
+ */
1451
+ MAP: string;
1452
+ /**
1453
+ * Medium clouds
1454
+ */
1455
+ MEDIUM_CLOUDS: string;
1456
+ /**
1457
+ * Menu
1458
+ */
1459
+ MENU: string;
1460
+ /**
1461
+ * About us
1462
+ */
1463
+ MENU_ABOUT: string;
1464
+ /**
1465
+ * Distance & planning
1466
+ */
1467
+ MENU_DISTANCE: string;
1468
+ /**
1469
+ * Next update expected at:
1470
+ */
1471
+ MENU_D_NEXT_UPDATE: string;
1472
+ /**
1473
+ * Reference time
1474
+ */
1475
+ MENU_D_REFTIME: string;
1476
+ /**
1477
+ * Updated
1478
+ */
1479
+ MENU_D_UPDATED: string;
1480
+ /**
1481
+ * Error console
1482
+ */
1483
+ MENU_ERROR: string;
1484
+ /**
1485
+ * Favorites
1486
+ */
1487
+ MENU_FAVS: string;
1488
+ /**
1489
+ * Feedback
1490
+ */
1491
+ MENU_FEEDBACK: string;
1492
+ /**
1493
+ * Fullscreen mode
1494
+ */
1495
+ MENU_FULLSCREEN: string;
1496
+ /**
1497
+ * Data
1498
+ */
1499
+ MENU_F_MODEL: string;
1500
+ /**
1501
+ * Help
1502
+ */
1503
+ MENU_HELP: string;
1504
+ /**
1505
+ * Find my location
1506
+ */
1507
+ MENU_LOCATION: string;
1508
+ /**
1509
+ * Download App
1510
+ */
1511
+ MENU_MOBILE: string;
1512
+ /**
1513
+ * Weather news
1514
+ */
1515
+ MENU_NEWS: string;
1516
+ /**
1517
+ * Settings
1518
+ */
1519
+ MENU_SETTINGS: string;
1520
+ /**
1521
+ * Update interval
1522
+ */
1523
+ MENU_U_INTERVAL: string;
1524
+ /**
1525
+ * Create video or animated GIF
1526
+ */
1527
+ MENU_VIDEO: string;
1528
+ /**
1529
+ * Apple Watch Faces
1530
+ */
1531
+ MENU_WATCHFACES: string;
1532
+ /**
1533
+ * {DURATION} days ago
1534
+ */
1535
+ METARS_DAYS_AGO: string;
1536
+ /**
1537
+ * in {DURATION} days
1538
+ */
1539
+ METARS_DAYS_LATER: string;
1540
+ /**
1541
+ * {DURATION}h {DURATIONM}m ago
1542
+ */
1543
+ METARS_H_M_AGO: string;
1544
+ /**
1545
+ * in {DURATION}h {DURATIONM}m
1546
+ */
1547
+ METARS_H_M_LATER: string;
1548
+ /**
1549
+ * Display heliports
1550
+ */
1551
+ METAR_HELIPORTS: string;
1552
+ /**
1553
+ * {DURATION}h ago
1554
+ */
1555
+ METAR_HOURS_AGO: string;
1556
+ /**
1557
+ * in {DURATION}h
1558
+ */
1559
+ METAR_HOURS_LATER: string;
1560
+ /**
1561
+ * {DURATION}m ago
1562
+ */
1563
+ METAR_MIN_AGO: string;
1564
+ /**
1565
+ * in {DURATION}m
1566
+ */
1567
+ METAR_MIN_LATER: string;
1568
+ /**
1569
+ * Variable
1570
+ */
1571
+ METAR_VAR: string;
1572
+ /**
1573
+ * Forecast model
1574
+ */
1575
+ MODEL: string;
1576
+ /**
1577
+ * Switch 2D / 3D mode
1578
+ */
1579
+ MODE_2D3D: string;
1580
+ /**
1581
+ * Monday
1582
+ */
1583
+ MON: string;
1584
+ /**
1585
+ * Mon
1586
+ */
1587
+ MON2: string;
1588
+ /**
1589
+ * More
1590
+ */
1591
+ MORE: string;
1592
+ /**
1593
+ * More layers...
1594
+ */
1595
+ MORE_LAYERS: string;
1596
+ /**
1597
+ * {{count}} more
1598
+ */
1599
+ MORE_PRODUCTS: string;
1600
+ /**
1601
+ * You have successfully logged in!
1602
+ */
1603
+ MSG_LOGIN_SUCCESFULL: string;
1604
+ /**
1605
+ * WOW it appears that you are offline :-(
1606
+ */
1607
+ MSG_OFFLINE: string;
1608
+ /**
1609
+ * Online again, click here to reload app :-)
1610
+ */
1611
+ MSG_ONLINE_APP: string;
1612
+ /**
1613
+ * Mixed ice
1614
+ */
1615
+ MX_ICE: string;
1616
+ /**
1617
+ * My account
1618
+ */
1619
+ MY_ACCOUNT: string;
1620
+ /**
1621
+ * My Alerts
1622
+ */
1623
+ MY_ALERTS: string;
1624
+ /**
1625
+ * My location
1626
+ */
1627
+ MY_LOCATION: string;
1628
+ /**
1629
+ * My subscription
1630
+ */
1631
+ MY_SUBSCRIPTION: string;
1632
+ /**
1633
+ * Compare forecasts
1634
+ */
1635
+ ND_COMPARE: string;
1636
+ /**
1637
+ * Display
1638
+ */
1639
+ ND_DISPLAY: string;
1640
+ /**
1641
+ * Basic
1642
+ */
1643
+ ND_DISPLAY_BASIC: string;
1644
+ /**
1645
+ * Forecast model
1646
+ */
1647
+ ND_MODEL: string;
1648
+ /**
1649
+ * New!
1650
+ */
1651
+ NEW: string;
1652
+ /**
1653
+ * New snow
1654
+ */
1655
+ NEWSNOW: string;
1656
+ /**
1657
+ * Next results...
1658
+ */
1659
+ NEXT: string;
1660
+ /**
1661
+ * NO₂
1662
+ */
1663
+ NO22: string;
1664
+ /**
1665
+ * None
1666
+ */
1667
+ NONE: string;
1668
+ /**
1669
+ * Nothing found
1670
+ */
1671
+ NOTHING_FOUND: string;
1672
+ /**
1673
+ * Notifications
1674
+ */
1675
+ NOTIFICATIONS: string;
1676
+ /**
1677
+ * Now
1678
+ */
1679
+ NOW: string;
1680
+ /**
1681
+ * No fog
1682
+ */
1683
+ NO_FOG: string;
1684
+ /**
1685
+ * Offline mode
1686
+ */
1687
+ OFFLINE_MODE: string;
1688
+ /**
1689
+ * or
1690
+ */
1691
+ OR: string;
1692
+ /**
1693
+ * Outdated
1694
+ */
1695
+ OUTDATED: string;
1696
+ /**
1697
+ * Layer
1698
+ */
1699
+ OVERLAY: string;
1700
+ /**
1701
+ * All
1702
+ */
1703
+ OVR_ALL: string;
1704
+ /**
1705
+ * Flying
1706
+ */
1707
+ OVR_FLYING: string;
1708
+ /**
1709
+ * Recommended for:
1710
+ */
1711
+ OVR_RECOMENDED: string;
1712
+ /**
1713
+ * Ski
1714
+ */
1715
+ OVR_SKI: string;
1716
+ /**
1717
+ * Water
1718
+ */
1719
+ OVR_WATER: string;
1720
+ /**
1721
+ * Ozone layer
1722
+ */
1723
+ OZONE: string;
1724
+ /**
1725
+ * Paragliding forecast for {{name}}
1726
+ */
1727
+ PARAGLIDING_BROWSER_TITLE: string;
1728
+ /**
1729
+ * Particles animation
1730
+ */
1731
+ PART_ANIMATION: string;
1732
+ /**
1733
+ * Password and confirmation don't match
1734
+ */
1735
+ PASSWORD_DO_NOT_MATCH: string;
1736
+ /**
1737
+ * Password can't be empty
1738
+ */
1739
+ PASSWORD_EMPTY: string;
1740
+ /**
1741
+ * Password is missing a digit (0-9)
1742
+ */
1743
+ PASSWORD_MISSING_DIGIT: string;
1744
+ /**
1745
+ * Password is missing a lowercase letter (a-z)
1746
+ */
1747
+ PASSWORD_MISSING_LOWERCASE: string;
1748
+ /**
1749
+ * Password is missing an uppercase letter (A-Z)
1750
+ */
1751
+ PASSWORD_MISSING_UPPERCASE: string;
1752
+ /**
1753
+ * Password is too short
1754
+ */
1755
+ PASSWORD_SHORT: string;
1756
+ /**
1757
+ * Ice pellets
1758
+ */
1759
+ PELLETS: string;
1760
+ /**
1761
+ * Period
1762
+ */
1763
+ PERIOD: string;
1764
+ /**
1765
+ * PM2.5
1766
+ */
1767
+ PM2P5: string;
1768
+ /**
1769
+ * Airports
1770
+ */
1771
+ POI_AD: string;
1772
+ /**
1773
+ * Air quality stations
1774
+ */
1775
+ POI_AIRQ: string;
1776
+ /**
1777
+ * Webcams
1778
+ */
1779
+ POI_CAMS: string;
1780
+ /**
1781
+ * Empty map
1782
+ */
1783
+ POI_EMPTY: string;
1784
+ /**
1785
+ * My favorites
1786
+ */
1787
+ POI_FAVS: string;
1788
+ /**
1789
+ * Forecasted weather
1790
+ */
1791
+ POI_FCST: string;
1792
+ /**
1793
+ * Kite/WS spots
1794
+ */
1795
+ POI_KITE: string;
1796
+ /**
1797
+ * Maximum is {{num}} favorite layers. Remove some to add new ones.
1798
+ */
1799
+ POI_MAX_LAYERS: string;
1800
+ /**
1801
+ * Paragliding spots
1802
+ */
1803
+ POI_PG: string;
1804
+ /**
1805
+ * Recent precip.
1806
+ */
1807
+ POI_PRECIP: string;
1808
+ /**
1809
+ * Radiation
1810
+ */
1811
+ POI_RADIATION: string;
1812
+ /**
1813
+ * Radiosondes
1814
+ */
1815
+ POI_RADIOSONDE: string;
1816
+ /**
1817
+ * Weather stations
1818
+ */
1819
+ POI_STATIONS: string;
1820
+ /**
1821
+ * Surfing spots
1822
+ */
1823
+ POI_SURF: string;
1824
+ /**
1825
+ * Reported temp.
1826
+ */
1827
+ POI_TEMP: string;
1828
+ /**
1829
+ * Tide forecast
1830
+ */
1831
+ POI_TIDE: string;
1832
+ /**
1833
+ * Reported wind
1834
+ */
1835
+ POI_WIND: string;
1836
+ /**
1837
+ * Position
1838
+ */
1839
+ POSITION: string;
1840
+ /**
1841
+ * Pressure
1842
+ */
1843
+ PRESS: string;
1844
+ /**
1845
+ * Pressure isolines
1846
+ */
1847
+ PRESS_ISOLINES: string;
1848
+ /**
1849
+ * Privacy protection
1850
+ */
1851
+ PRIVACY: string;
1852
+ /**
1853
+ * Privacy policy
1854
+ */
1855
+ PRIVACY_POLICY: string;
1856
+ /**
1857
+ * Use <strong>long tap</strong> on home button to open detailed forecast for your location.
1858
+ */
1859
+ PROMO_LONG_PRESS_HOME: string;
1860
+ /**
1861
+ * <span class="dotted">Open Settings</span> to change the auto closing time of weather picker.
1862
+ */
1863
+ PROMO_PICKER: string;
1864
+ /**
1865
+ * Subscribe to <strong>Windy Premium</strong> and get access to higher data resolution of local models.
1866
+ */
1867
+ PROMO_SUB_RESOLUTION: string;
1868
+ /**
1869
+ * Provider
1870
+ */
1871
+ PROVIDER: string;
1872
+ /**
1873
+ * Precip. type
1874
+ */
1875
+ PTYPE: string;
1876
+ /**
1877
+ * Windy for Android, free on Google Play
1878
+ */
1879
+ P_ANDROID_APP: string;
1880
+ /**
1881
+ * Please allow Windy to use location services (GPS) while using the app, so we can show weather at your location. We do not store your location at our servers.
1882
+ */
1883
+ P_LOCATION: string;
1884
+ /**
1885
+ * Please <b>login</b> or <b>register</b> to synchronize all your favorites and settings with all your devices.
1886
+ */
1887
+ P_LOGIN_SYNC: string;
1888
+ /**
1889
+ * Station pressure
1890
+ */
1891
+ QFE: string;
1892
+ /**
1893
+ * Rain accumulation
1894
+ */
1895
+ RACCU: string;
1896
+ /**
1897
+ * Rain accu.
1898
+ */
1899
+ RACCU_SHORT: string;
1900
+ /**
1901
+ * Weather radar
1902
+ */
1903
+ RADAR: string;
1904
+ /**
1905
+ * Radar, lightning
1906
+ */
1907
+ RADAR_BLITZ: string;
1908
+ /**
1909
+ * Radar
1910
+ */
1911
+ RADAR_SHORT: string;
1912
+ /**
1913
+ * Radiation high
1914
+ */
1915
+ RADIATION_HIGH: string;
1916
+ /**
1917
+ * Radiation OK
1918
+ */
1919
+ RADIATION_OK: string;
1920
+ /**
1921
+ * Rain, snow
1922
+ */
1923
+ RAIN: string;
1924
+ /**
1925
+ * Precip. past 3h
1926
+ */
1927
+ RAIN3H: string;
1928
+ /**
1929
+ * RAIN ACCUMULATION
1930
+ */
1931
+ RAINACCU: string;
1932
+ /**
1933
+ * Max. rain rate
1934
+ */
1935
+ RAINRATE: string;
1936
+ /**
1937
+ * Rain, thunder
1938
+ */
1939
+ RAIN_THUNDER: string;
1940
+ /**
1941
+ * Rain with snow
1942
+ */
1943
+ RA_SN: string;
1944
+ /**
1945
+ * Register
1946
+ */
1947
+ REGISTER: string;
1948
+ /**
1949
+ * Register here
1950
+ */
1951
+ REGISTER_HERE: string;
1952
+ /**
1953
+ * Humidity
1954
+ */
1955
+ RH: string;
1956
+ /**
1957
+ * Route planner
1958
+ */
1959
+ RPLANNER: string;
1960
+ /**
1961
+ * Time range
1962
+ */
1963
+ R_TIME_RANGE: string;
1964
+ /**
1965
+ * Snow accumulation
1966
+ */
1967
+ SACCU: string;
1968
+ /**
1969
+ * Saturday
1970
+ */
1971
+ SAT: string;
1972
+ /**
1973
+ * Sat
1974
+ */
1975
+ SAT2: string;
1976
+ /**
1977
+ * Satellite
1978
+ */
1979
+ SATELLITE: string;
1980
+ /**
1981
+ * Search location...
1982
+ */
1983
+ SEARCH: string;
1984
+ /**
1985
+ * Search layer...
1986
+ */
1987
+ SEARCH_LAYER: string;
1988
+ /**
1989
+ * Send
1990
+ */
1991
+ SEND: string;
1992
+ /**
1993
+ * Surface
1994
+ */
1995
+ SFC: string;
1996
+ /**
1997
+ * Share
1998
+ */
1999
+ SHARE: string;
2000
+ /**
2001
+ * Share on {{name}}
2002
+ */
2003
+ SHARE_ON: string;
2004
+ /**
2005
+ * Show actual forecast
2006
+ */
2007
+ SHOW_ACTUAL: string;
2008
+ /**
2009
+ * force of wind gusts
2010
+ */
2011
+ SHOW_GUST: string;
2012
+ /**
2013
+ * Display on map
2014
+ */
2015
+ SHOW_ON_MAP: string;
2016
+ /**
2017
+ * Show weather picker
2018
+ */
2019
+ SHOW_PICKER: string;
2020
+ /**
2021
+ * Pressure (sea l.)
2022
+ */
2023
+ SLP: string;
2024
+ /**
2025
+ * Jan
2026
+ */
2027
+ SMON01: string;
2028
+ /**
2029
+ * Feb
2030
+ */
2031
+ SMON02: string;
2032
+ /**
2033
+ * Mar
2034
+ */
2035
+ SMON03: string;
2036
+ /**
2037
+ * Apr
2038
+ */
2039
+ SMON04: string;
2040
+ /**
2041
+ * May
2042
+ */
2043
+ SMON05: string;
2044
+ /**
2045
+ * Jun
2046
+ */
2047
+ SMON06: string;
2048
+ /**
2049
+ * Jul
2050
+ */
2051
+ SMON07: string;
2052
+ /**
2053
+ * Aug
2054
+ */
2055
+ SMON08: string;
2056
+ /**
2057
+ * Sep
2058
+ */
2059
+ SMON09: string;
2060
+ /**
2061
+ * Oct
2062
+ */
2063
+ SMON10: string;
2064
+ /**
2065
+ * Nov
2066
+ */
2067
+ SMON11: string;
2068
+ /**
2069
+ * Dec
2070
+ */
2071
+ SMON12: string;
2072
+ /**
2073
+ * Snow
2074
+ */
2075
+ SNOW: string;
2076
+ /**
2077
+ * SNOW ACCUMULATION
2078
+ */
2079
+ SNOWACCU: string;
2080
+ /**
2081
+ * Actual Snow Cover
2082
+ */
2083
+ SNOWCOVER: string;
2084
+ /**
2085
+ * Snow density
2086
+ */
2087
+ SNOWDENSITY: string;
2088
+ /**
2089
+ * Snow depth
2090
+ */
2091
+ SNOWDEPTH: string;
2092
+ /**
2093
+ * Soil profile depth
2094
+ */
2095
+ SOIL_PROFILE_DEPTH: string;
2096
+ /**
2097
+ * Solar power
2098
+ */
2099
+ SOLARPOWER: string;
2100
+ /**
2101
+ * Sounding
2102
+ */
2103
+ SOUNDING: string;
2104
+ /**
2105
+ * Sound
2106
+ */
2107
+ SOUND_ON: string;
2108
+ /**
2109
+ * Surface sea temperature
2110
+ */
2111
+ SST: string;
2112
+ /**
2113
+ * Sea temperature
2114
+ */
2115
+ SST2: string;
2116
+ /**
2117
+ * Average sea temperature
2118
+ */
2119
+ SSTAVG: string;
2120
+ /**
2121
+ * Subscription
2122
+ */
2123
+ SUBSCRIPTION: string;
2124
+ /**
2125
+ * You have reached the <strong>maximum</strong> limit of free favorites and alerts. Subscribe to <strong>Windy Premium</strong> to remove this limitation.
2126
+ */
2127
+ SUB_ALERTS_FREE_LIMIT: string;
2128
+ /**
2129
+ * Your subscription ends soon
2130
+ */
2131
+ SUB_CUFFS_CANCELED_1: string;
2132
+ /**
2133
+ * Your subscription ends in {{count}} days
2134
+ */
2135
+ SUB_CUFFS_CANCELED_2: string;
2136
+ /**
2137
+ * Your subscription ends in {{count}} hours
2138
+ */
2139
+ SUB_CUFFS_CANCELED_3: string;
2140
+ /**
2141
+ * Your subscription ends at any moment
2142
+ */
2143
+ SUB_CUFFS_CANCELED_4: string;
2144
+ /**
2145
+ * You can then have a maximum of 3 favorite places and alerts.
2146
+ */
2147
+ SUB_CUFFS_FAVS: string;
2148
+ /**
2149
+ * Soon, you will no longer have access to this feature.
2150
+ */
2151
+ SUB_CUFFS_FEATURE: string;
2152
+ /**
2153
+ * Soon, you will no longer have access to 10-day forecast
2154
+ */
2155
+ SUB_CUFFS_FORECAST: string;
2156
+ /**
2157
+ * We're having issues with renewing your subscription
2158
+ */
2159
+ SUB_CUFFS_GRACED: string;
2160
+ /**
2161
+ * Your Premium is paused
2162
+ */
2163
+ SUB_CUFFS_PAUSED: string;
2164
+ /**
2165
+ * Full version of 3D mode is available only to Premium users.
2166
+ */
2167
+ SUB_GLOBE_FREE_LIMIT: string;
2168
+ /**
2169
+ * Go Premium
2170
+ */
2171
+ SUB_GO: string;
2172
+ /**
2173
+ * Premium users have just received a new forecast update
2174
+ */
2175
+ SUB_HAVE_REFTIME: string;
2176
+ /**
2177
+ * And many other <strong>benefits</strong>
2178
+ */
2179
+ SUB_OTHER_BENEFITS: string;
2180
+ /**
2181
+ * Forecast <strong>updates</strong> at least <strong>4 times a day</strong>
2182
+ */
2183
+ SUB_REASON_FREQUENCY: string;
2184
+ /**
2185
+ * <strong>1-hour</strong> forecast step
2186
+ */
2187
+ SUB_REASON_GRANULARITY: string;
2188
+ /**
2189
+ * <strong>10-day forecast</strong> outlook
2190
+ */
2191
+ SUB_REASON_LONGTERM: string;
2192
+ /**
2193
+ * <strong>Tide forecast</strong> anywhere in the world
2194
+ */
2195
+ SUB_REASON_TIDES: string;
2196
+ /**
2197
+ * Renew Premium
2198
+ */
2199
+ SUB_RENEW: string;
2200
+ /**
2201
+ * See details
2202
+ */
2203
+ SUB_SEE_DETAILS: string;
2204
+ /**
2205
+ * Sunday
2206
+ */
2207
+ SUN: string;
2208
+ /**
2209
+ * Sun
2210
+ */
2211
+ SUN2: string;
2212
+ /**
2213
+ * Surface visibility
2214
+ */
2215
+ SURFACE_VISIBILITY: string;
2216
+ /**
2217
+ * Swell
2218
+ */
2219
+ SWELL: string;
2220
+ /**
2221
+ * Swell 1
2222
+ */
2223
+ SWELL1: string;
2224
+ /**
2225
+ * Swell 2
2226
+ */
2227
+ SWELL2: string;
2228
+ /**
2229
+ * Swell 3
2230
+ */
2231
+ SWELL3: string;
2232
+ /**
2233
+ * Swell period
2234
+ */
2235
+ SWELLPER: string;
2236
+ /**
2237
+ * Advanced settings
2238
+ */
2239
+ S_ADVANCED_SETTINGS: string;
2240
+ /**
2241
+ * Customize color scale
2242
+ */
2243
+ S_COLORS: string;
2244
+ /**
2245
+ * Delete all my data from this device
2246
+ */
2247
+ S_DELETE_INFO: string;
2248
+ /**
2249
+ * Save
2250
+ */
2251
+ S_SAVE: string;
2252
+ /**
2253
+ * Login/Register to save all your settings to the cloud
2254
+ */
2255
+ S_SAVE2: string;
2256
+ /**
2257
+ * Your settings are saved to the cloud
2258
+ */
2259
+ S_SAVE_AUTO: string;
2260
+ /**
2261
+ * Speed
2262
+ */
2263
+ S_SPEED: string;
2264
+ /**
2265
+ * SO₂
2266
+ */
2267
+ TCSO2: string;
2268
+ /**
2269
+ * Temperature
2270
+ */
2271
+ TEMP: string;
2272
+ /**
2273
+ * Terms of Use
2274
+ */
2275
+ TERMS_OF_USE: string;
2276
+ /**
2277
+ * Thursday
2278
+ */
2279
+ THU: string;
2280
+ /**
2281
+ * Thu
2282
+ */
2283
+ THU2: string;
2284
+ /**
2285
+ * Thunderstorms
2286
+ */
2287
+ THUNDER: string;
2288
+ /**
2289
+ * Tides
2290
+ */
2291
+ TIDES: string;
2292
+ /**
2293
+ * Wind map & weather forecast
2294
+ */
2295
+ TITLE: string;
2296
+ /**
2297
+ * Terms and conditions
2298
+ */
2299
+ TOC: string;
2300
+ /**
2301
+ * Today
2302
+ */
2303
+ TODAY: string;
2304
+ /**
2305
+ * Tomorrow
2306
+ */
2307
+ TOMORROW: string;
2308
+ /**
2309
+ * animation
2310
+ */
2311
+ TOOLBOX_ANIMATION: string;
2312
+ /**
2313
+ * info
2314
+ */
2315
+ TOOLBOX_INFO: string;
2316
+ /**
2317
+ * Hide/show animated particles
2318
+ */
2319
+ TOOLBOX_START: string;
2320
+ /**
2321
+ * Total clouds
2322
+ */
2323
+ TOTAL_CLOUDS: string;
2324
+ /**
2325
+ * Tuesday
2326
+ */
2327
+ TUE: string;
2328
+ /**
2329
+ * Tue
2330
+ */
2331
+ TUE2: string;
2332
+ /**
2333
+ * Clear air turbulence
2334
+ */
2335
+ TURBULENCE: string;
2336
+ /**
2337
+ * extreme
2338
+ */
2339
+ TURBULENCE_EXTREME: string;
2340
+ /**
2341
+ * light
2342
+ */
2343
+ TURBULENCE_LIGHT: string;
2344
+ /**
2345
+ * moderate
2346
+ */
2347
+ TURBULENCE_MODERATE: string;
2348
+ /**
2349
+ * none
2350
+ */
2351
+ TURBULENCE_NONE: string;
2352
+ /**
2353
+ * severe
2354
+ */
2355
+ TURBULENCE_SEVERE: string;
2356
+ /**
2357
+ * UV Index
2358
+ */
2359
+ UVINDEX: string;
2360
+ /**
2361
+ * Extreme
2362
+ */
2363
+ UV_EXTREME: string;
2364
+ /**
2365
+ * High
2366
+ */
2367
+ UV_HIGH: string;
2368
+ /**
2369
+ * Highest
2370
+ */
2371
+ UV_HIGHEST: string;
2372
+ /**
2373
+ * Low
2374
+ */
2375
+ UV_LOW: string;
2376
+ /**
2377
+ * Moderate
2378
+ */
2379
+ UV_MODERATE: string;
2380
+ /**
2381
+ * Very high
2382
+ */
2383
+ UV_VERY_HIGH: string;
2384
+ /**
2385
+ * Login
2386
+ */
2387
+ U_LOGIN: string;
2388
+ /**
2389
+ * Logout
2390
+ */
2391
+ U_LOGOUT: string;
2392
+ /**
2393
+ * My profile
2394
+ */
2395
+ U_PROFILE: string;
2396
+ /**
2397
+ * views
2398
+ */
2399
+ VIEWS: string;
2400
+ /**
2401
+ * Visibility
2402
+ */
2403
+ VISIBILITY: string;
2404
+ /**
2405
+ * Water temp.
2406
+ */
2407
+ WATER_TEMP: string;
2408
+ /**
2409
+ * Waves
2410
+ */
2411
+ WAVES: string;
2412
+ /**
2413
+ * Waves, sea
2414
+ */
2415
+ WAVES2: string;
2416
+ /**
2417
+ * Wave&Tide
2418
+ */
2419
+ WAVESTIDES: string;
2420
+ /**
2421
+ * Wave and tide forecast for {{name}}
2422
+ */
2423
+ WAVESTIDES_BROWSER_TITLE: string;
2424
+ /**
2425
+ * Wednesday
2426
+ */
2427
+ WED: string;
2428
+ /**
2429
+ * Wed
2430
+ */
2431
+ WED2: string;
2432
+ /**
2433
+ * Wet-bulb temp.
2434
+ */
2435
+ WETBULB_TEMP: string;
2436
+ /**
2437
+ * Wet snow
2438
+ */
2439
+ WET_SN: string;
2440
+ /**
2441
+ * weather forecast
2442
+ */
2443
+ WFORECAST: string;
2444
+ /**
2445
+ * What is new:
2446
+ */
2447
+ WHAT_IS_NEW: string;
2448
+ /**
2449
+ * Width
2450
+ */
2451
+ WIDTH: string;
2452
+ /**
2453
+ * Wind
2454
+ */
2455
+ WIND: string;
2456
+ /**
2457
+ * Wind and kitesurfing forecast for {{name}}
2458
+ */
2459
+ WIND_BROWSER_TITLE: string;
2460
+ /**
2461
+ * Wind dir.
2462
+ */
2463
+ WIND_DIR: string;
2464
+ /**
2465
+ * Wind speed
2466
+ */
2467
+ WIND_SPEED: string;
2468
+ /**
2469
+ * Wind waves
2470
+ */
2471
+ WWAVES: string;
2472
+ /**
2473
+ * Weather warnings
2474
+ */
2475
+ WX_WARNINGS: string;
2476
+ /**
2477
+ * Zoom in
2478
+ */
2479
+ ZOOM_IN: string;
2480
+ /**
2481
+ * Zoom level
2482
+ */
2483
+ ZOOM_LEVEL: string;
2484
+ /**
2485
+ * Zoom out
2486
+ */
2487
+ ZOOM_OUT: string;
2488
+ }
2489
+
2490
+ export interface LibLangFile {
2491
+ /**
2492
+ * lib: close
2493
+ */
2494
+ CLOSE: string;
2495
+ /**
2496
+ * lib: Or download the official mobile app:
2497
+ */
2498
+ DOWNLOAD_APP: string;
2499
+ /**
2500
+ * lib: Do you like this map?
2501
+ */
2502
+ DO_YOU_LIKE_THIS_MAP: string;
2503
+ /**
2504
+ * lib: Go to the original website:
2505
+ */
2506
+ GO_TO_THE_ORIGINAL_WEBSITE: string;
2507
+ }
2508
+
2509
+ export interface MenuLangFile {
2510
+ /**
2511
+ * menu: Display more layers
2512
+ */
2513
+ MM_DISPLAY_MORE: string;
2514
+ /**
2515
+ * menu: Drought
2516
+ */
2517
+ MM_DROUGHT: string;
2518
+ /**
2519
+ * menu: Error console
2520
+ */
2521
+ MM_ERROR: string;
2522
+ /**
2523
+ * menu: Forecast updated
2524
+ */
2525
+ MM_FORECAST_UPDATED: string;
2526
+ /**
2527
+ * menu: freezing alt.
2528
+ */
2529
+ MM_FREEZING: string;
2530
+ /**
2531
+ * menu: freezing altitude
2532
+ */
2533
+ MM_FREEZING_LONG: string;
2534
+ /**
2535
+ * menu: geopot. h.
2536
+ */
2537
+ MM_GH: string;
2538
+ /**
2539
+ * menu: geopotential height
2540
+ */
2541
+ MM_GH_LONG: string;
2542
+ /**
2543
+ * menu: in {{hours}}h {{minutes}}m {{seconds}}s
2544
+ */
2545
+ MM_IN: string;
2546
+ /**
2547
+ * menu: Isolines of
2548
+ */
2549
+ MM_ISOLINES_OF: string;
2550
+ /**
2551
+ * menu: Long tap your favourite weather map to pin it to the quick menu
2552
+ */
2553
+ MM_LONG_TAP: string;
2554
+ /**
2555
+ * menu: Long tap favourite items to pin them to the quick menu
2556
+ */
2557
+ MM_LONG_TAP_PIN: string;
2558
+ /**
2559
+ * menu: My pinned features:
2560
+ */
2561
+ MM_MY_PINED: string;
2562
+ /**
2563
+ * menu: My pinned map items:
2564
+ */
2565
+ MM_MY_PINED_ITEMS: string;
2566
+ /**
2567
+ * menu: Update expected at
2568
+ */
2569
+ MM_NEXT_FORECAST: string;
2570
+ /**
2571
+ * menu: usually not more than 6 minutes
2572
+ */
2573
+ MM_NOT_MORE: string;
2574
+ /**
2575
+ * menu: Open the main menu and use <strong>long tap</strong> to pin your favorite features here.
2576
+ */
2577
+ MM_OPEN_MAIN_MENU: string;
2578
+ /**
2579
+ * menu: Open the <span class="menu-icon">main menu</span> and use <strong>long tap</strong> to pin or remove your favourite features.
2580
+ */
2581
+ MM_OPEN_MAIN_MENU_SMALL: string;
2582
+ /**
2583
+ * menu: Pin to homepage
2584
+ */
2585
+ MM_PIN_HOMEPAGE: string;
2586
+ /**
2587
+ * menu: Install Windy Plugin
2588
+ */
2589
+ MM_PLUGIN: string;
2590
+ /**
2591
+ * menu: pressure
2592
+ */
2593
+ MM_PRESS: string;
2594
+ /**
2595
+ * menu: pressure
2596
+ */
2597
+ MM_PRESS_LONG: string;
2598
+ /**
2599
+ * menu: Get <span class="dotted">Windy Premium</span> for more frequent updates.
2600
+ */
2601
+ MM_SUBSCRIBE: string;
2602
+ /**
2603
+ * menu: temp.
2604
+ */
2605
+ MM_TEMP: string;
2606
+ /**
2607
+ * menu: temperature
2608
+ */
2609
+ MM_TEMP_LONG: string;
2610
+ /**
2611
+ * menu: Update expected every {{productInterval}}min
2612
+ */
2613
+ MM_UPDATE_EXPECTED: string;
2614
+ /**
2615
+ * menu: Display KML, GPX, ...
2616
+ */
2617
+ MM_UPLOAD: string;
2618
+ /**
2619
+ * menu: Warnings
2620
+ */
2621
+ MM_WARNINGS: string;
2622
+ }
2623
+
2624
+ export interface NotificationsLangFile {
2625
+ /**
2626
+ * notifications: {title} - active on {date}
2627
+ */
2628
+ NOTIF_ALERT_TITLE: string;
2629
+ /**
2630
+ * notifications: Change email
2631
+ */
2632
+ NOTIF_CHANGE_EMAIL: string;
2633
+ /**
2634
+ * notifications: An error occurred while changing the email
2635
+ */
2636
+ NOTIF_CHANGE_EMAIL_ERROR: string;
2637
+ /**
2638
+ * notifications: Close
2639
+ */
2640
+ NOTIF_CLOSE: string;
2641
+ /**
2642
+ * notifications: Send daily mobile notifications
2643
+ */
2644
+ NOTIF_DAILY_MOBILE_NOTIFICATIONS: string;
2645
+ /**
2646
+ * notifications: You will receive a notification every day with the forecast for your current location.
2647
+ */
2648
+ NOTIF_DAILY_MOBILE_NOTIFICATIONS_INFO: string;
2649
+ /**
2650
+ * notifications: An error occurred while sending the verification email
2651
+ */
2652
+ NOTIF_EMAIL_ERROR: string;
2653
+ /**
2654
+ * notifications: Send email notifications
2655
+ */
2656
+ NOTIF_EMAIL_NOTIFICATIONS: string;
2657
+ /**
2658
+ * notifications: Email address was saved.
2659
+ */
2660
+ NOTIF_EMAIL_SAVED: string;
2661
+ /**
2662
+ * notifications: Cannot load data from server.
2663
+ */
2664
+ NOTIF_LOAD_FAILED: string;
2665
+ /**
2666
+ * notifications: Load more
2667
+ */
2668
+ NOTIF_LOAD_MORE: string;
2669
+ /**
2670
+ * notifications: Due to technical reasons, it is currently not possible to send notifications to Huawei devices. We are working on a solution. Thank you for your understanding and patience.
2671
+ */
2672
+ NOTIF_MOBILE_HUAWEI_INFO: string;
2673
+ /**
2674
+ * notifications: Send mobile notifications
2675
+ */
2676
+ NOTIF_MOBILE_NOTIFICATIONS: string;
2677
+ /**
2678
+ * notifications: Manage this option in Windy.com App to receive notifications on your mobile phone.
2679
+ */
2680
+ NOTIF_MOBILE_NOTIFICATIONS_INFO: string;
2681
+ /**
2682
+ * notifications: Your email address is <strong>not verified</strong>. If you don't verify your address, we won't be able to send you emails.
2683
+ */
2684
+ NOTIF_NOT_VERIFIED_EMAIL: string;
2685
+ /**
2686
+ * notifications: Notifications preferences
2687
+ */
2688
+ NOTIF_PREF: string;
2689
+ /**
2690
+ * notifications: Save profile email
2691
+ */
2692
+ NOTIF_SAVE_EMAIL: string;
2693
+ /**
2694
+ * notifications: You need to be logged in.
2695
+ */
2696
+ NOTIF_UNAUTHENTICATED_MSG: string;
2697
+ /**
2698
+ * notifications: Email address is not valid.
2699
+ */
2700
+ NOTIF_VALID_EMAIL: string;
2701
+ /**
2702
+ * notifications: Verification email was sent. Check your inbox.
2703
+ */
2704
+ NOTIF_VERIFICATION_SENT: string;
2705
+ /**
2706
+ * notifications: Your email address is <strong>verified.</strong>
2707
+ */
2708
+ NOTIF_VERIFIED_EMAIL: string;
2709
+ /**
2710
+ * notifications: Verify email
2711
+ */
2712
+ NOTIF_VERIFY_EMAIL: string;
2713
+ }
2714
+
2715
+ export interface ProductsLangFile {
2716
+ /**
2717
+ * products: Weather warnings issued by national weather agencies in a form of "CAP Alerts".
2718
+ */
2719
+ capAlerts: string;
2720
+ /**
2721
+ * products: Convective available potential energy, represents potential energy of atmosphere and can be indicator of forming convective clouds and storms. Values from 1000 to 2000 can indicate forming of moderate thunderstorms, and over 2000 severe ones.
2722
+ */
2723
+ cape: string;
2724
+ /**
2725
+ * products: Cloud base height is the height of the lowest cloud base above the ground, especially important for pilots. Model of terrain is simplified, so be cautious to use this values in mountains. On large areas, forecast model is NOT ABLE TO CALCULATE CLOUD BASE.
2726
+ */
2727
+ cbase: string;
2728
+ /**
2729
+ * products: Clouds and rain/snow accumulation in the last 3 hours. Please note, that rain from convective clouds cannot be included in this value, therefore observe CAPE index.
2730
+ */
2731
+ clouds: string;
2732
+ /**
2733
+ * products: Cloud tops height is the altitude of the cloud peak.
2734
+ */
2735
+ cloudtop: string;
2736
+ /**
2737
+ * products: Carbon monoxide is a colorless, odorless, and tasteless gas that is slightly less dense than air. The level of CO concentration in the troposphere is measured by a system called Parts Per Billion by Volume (PPBV).
2738
+ */
2739
+ cosc: string;
2740
+ /**
2741
+ * products: The freezing level, or 0 °C (zero-degree) isotherm, represents the altitude in which the temperature is at 0 °C (the freezing point of water).
2742
+ */
2743
+ deg0: string;
2744
+ /**
2745
+ * products: Temperature at 2m above surface (or at selected level) at which a water vapor in air will form dew. It is a measure of atmospheric moisture.
2746
+ */
2747
+ dewpoint: string;
2748
+ /**
2749
+ * products: Dust generally consists of particles in the atmosphere that come from various sources such as soil, dust lifted by weather, volcanic eruptions, and air pollution. The level of dust concentration is given in micrograms (one-millionth of a gram) per cubic meter air or µg/m3.
2750
+ */
2751
+ dustsm: string;
2752
+ /**
2753
+ * products: Fog is a visible aerosol consisting of minute water droplets or ice crystals suspended in the air at or near the Earths surface. Fog is heavily influenced by nearby bodies of water, topography, and wind conditions.
2754
+ */
2755
+ fog: string;
2756
+ /**
2757
+ * products: Wind gusts 10 meters above the surface in the last 3 hours. Actual wind at the ground is influenced by so many factors like mountains, cities and thermal effects. ECMWF model has different method of Wind Gusts computation, resulting in higher values, than other models.
2758
+ */
2759
+ gust: string;
2760
+ /**
2761
+ * products: High clouds is cloud coverage at an altitude between circa 6500m and the cloud tops. Cloud cover is given in percent.
2762
+ */
2763
+ hclouds: string;
2764
+ /**
2765
+ * products: Low clouds is cloud coverage at an altitude between the surface and circa 2000m. Cloud cover is given in percent.
2766
+ */
2767
+ lclouds: string;
2768
+ /**
2769
+ * products: Topographic map of the World, based on OSM data.
2770
+ */
2771
+ map: string;
2772
+ /**
2773
+ * products: Medium clouds is cloud coverage at an altitude between circa 2000m and circa 6500m. Cloud cover is given in percent.
2774
+ */
2775
+ mclouds: string;
2776
+ /**
2777
+ * products: Map of airports, with latest METARs observation.
2778
+ */
2779
+ 'pois/metars': string;
2780
+ /**
2781
+ * products: Latest observed avg. wind, from various weather stations.
2782
+ */
2783
+ 'pois/wind': string;
2784
+ /**
2785
+ * products: The mean sea-level pressure (MSLP) is the average atmospheric pressure at sea level. Atmospheric pressure, sometimes also called barometric pressure, is the pressure within the atmosphere of Earth (or that of another planet). In most circumstances atmospheric pressure is closely approximated by the hydrostatic pressure caused by the weight of air above the measurement point.
2786
+ */
2787
+ pressure: string;
2788
+ /**
2789
+ * products: Precipitation types can include the character or phase of the precipitation which is falling to ground level. Precipitation can fall in either liquid or solid phases, or transition between them. Rain, Freezing rain, Mixed ice, Snow, Wet snow, Rain with snow, Ice pellets.
2790
+ */
2791
+ ptype: string;
2792
+ /**
2793
+ * products: Reflectivity measured with doppler radar, indicating actual rain/snow/hail or amount of predicable water in clouds. Weather radar, also called Doppler weather radar, is a type of radar used to locate precipitation, calculate its motion, and estimate its type (rain, snow, hail etc.) or amount of predicable water in clouds Return echoes from targets ("reflectivity") are analyzed for their intensities to establish the precipitation rate in the scanned volume.
2794
+ */
2795
+ radar: string;
2796
+ /**
2797
+ * products: Actual doppler radar & satellite imagery
2798
+ */
2799
+ radarSat: string;
2800
+ /**
2801
+ * products: Rain/snow accumulation in the last 3 hours.
2802
+ */
2803
+ rain: string;
2804
+ /**
2805
+ * products: Total rain accumulation in the next hours or days.
2806
+ */
2807
+ rainAccu: string;
2808
+ /**
2809
+ * products: Relative humidity 2m above the surface (or at selected pressure level).
2810
+ */
2811
+ rh: string;
2812
+ /**
2813
+ * products: A global picture of the current state of cloud cover from geostationary satellites.
2814
+ */
2815
+ satellite: string;
2816
+ /**
2817
+ * products: Total snow accumulation in the next hours or days. To estimate snow depth, we use ratio: 1 mm of rain = 1 cm of snow.
2818
+ */
2819
+ snowAccu: string;
2820
+ /**
2821
+ * products: Forecasted depth and density of snow in next days. Actual snow depth will be influenced by many factors like orography, cities and so on.
2822
+ */
2823
+ snowcover: string;
2824
+ /**
2825
+ * products: Sea surface temperature is the water temperature close to the oceans surface. Close to the shoreline, the actual value is influenced by the shape of the shoreline and the sea bottom, and also by wind and waves.
2826
+ */
2827
+ sst: string;
2828
+ /**
2829
+ * products: A swell consists of wind-generated waves that are not significantly affected by the local wind at that time. They have been generated elsewhere or some time ago.
2830
+ */
2831
+ swell1: string;
2832
+ /**
2833
+ * products: Secondary swell is produced also by winds far away but in other places than Swell1. It has different heights, directions and periods than Swell1.
2834
+ */
2835
+ swell2: string;
2836
+ /**
2837
+ * products: Another secondary swell, with different heights, directions and periods than Swell1 and Swell2.
2838
+ */
2839
+ swell3: string;
2840
+ /**
2841
+ * products: Temperature 2m above the surface (or at the selected pressure level). Actual temperature is influenced by many factors like mountains, convective clouds and cities.
2842
+ */
2843
+ temp: string;
2844
+ /**
2845
+ * products: Defined as number of lighting flashes in the area of one square kilometer, in one day.
2846
+ */
2847
+ thunder: string;
2848
+ /**
2849
+ * products: Visibility is a measure of the distance at which an object or light can be clearly discerned. Meteorological visibility refers to transparency of air: in dark, meteorological visibility is still the same as in daylight for the same air.
2850
+ */
2851
+ visibility: string;
2852
+ /**
2853
+ * products: Significant wave height and its period of all wave types combined (swell and wind waves). Close to the shoreline, the actual height is influenced by the shape of the sea bottom.
2854
+ */
2855
+ waves: string;
2856
+ /**
2857
+ * products: Average wind speed 10 meters above the surface (or at selected pressure level). Actual wind at the ground is influenced by many factors like mountains, cities, convective clouds and thermal effects.
2858
+ */
2859
+ wind: string;
2860
+ /**
2861
+ * products: Wind waves, or wind-generated waves, are surface waves that occur on the free surface of bodies of water (like oceans, seas, lakes, etc.). They result from the wind blowing over an area of water surface. Wind waves are generated by the immediate local wind – which gives them the direction. After the wind ceases to blow, wind waves are called swells.
2862
+ */
2863
+ wwaves: string;
2864
+ }
2865
+
2866
+ export interface RegisterLangFile {
2867
+ /**
2868
+ * register: Already registered?
2869
+ */
2870
+ ALREADY_REGISTERED: string;
2871
+ /**
2872
+ * register: Please complete recaptcha to continue
2873
+ */
2874
+ COMPLETE_RECAPTCHA: string;
2875
+ /**
2876
+ * register: Confirm Password
2877
+ */
2878
+ CONFIRM_PASSWD: string;
2879
+ /**
2880
+ * register: Email Address
2881
+ */
2882
+ EMAIL: string;
2883
+ /**
2884
+ * register: Failed to login with [provider]. Please try again or use another option.
2885
+ */
2886
+ FAILED_TO_LOGIN_WITH: string;
2887
+ /**
2888
+ * register: Forgot Password?
2889
+ */
2890
+ FORGOT_PASSWORD: string;
2891
+ /**
2892
+ * register: An unexpected error has occurred. Try again later.
2893
+ */
2894
+ GENERAL_LOGIN_REGISTER_ERROR: string;
2895
+ /**
2896
+ * register: Login here
2897
+ */
2898
+ GOTO_LOGIN: string;
2899
+ /**
2900
+ * register: Login
2901
+ */
2902
+ LOGIN: string;
2903
+ /**
2904
+ * register: Login failed.
2905
+ */
2906
+ LOGIN_FAILED: string;
2907
+ /**
2908
+ * register: Having troubles with [provider] login. Trying it again, please wait.
2909
+ */
2910
+ LOGIN_TROUBLES: string;
2911
+ /**
2912
+ * register: This email address is already taken
2913
+ */
2914
+ MSG_EMAILADDRESS_TAKEN: string;
2915
+ /**
2916
+ * register: Email address is required
2917
+ */
2918
+ MSG_EMAIL_REQUIRED: string;
2919
+ /**
2920
+ * register: This doesn't look like an email address
2921
+ */
2922
+ MSG_INVALID_EMAILADDRESS: string;
2923
+ /**
2924
+ * register: Invalid Password
2925
+ */
2926
+ MSG_INVALID_PASSWORD: string;
2927
+ /**
2928
+ * register: Invalid username
2929
+ */
2930
+ MSG_INVALID_USERNAME: string;
2931
+ /**
2932
+ * register: Password and confirmation don't match
2933
+ */
2934
+ MSG_PASSWORDS_DONT_MATCH: string;
2935
+ /**
2936
+ * register: Password confirmation is required
2937
+ */
2938
+ MSG_PASSWORD_CONFIRM_REQUIRED: string;
2939
+ /**
2940
+ * register: Password is required
2941
+ */
2942
+ MSG_PASSWORD_REQUIRED: string;
2943
+ /**
2944
+ * register: Password is too long
2945
+ */
2946
+ MSG_PASSWORD_TOO_LONG: string;
2947
+ /**
2948
+ * register: Password is too short
2949
+ */
2950
+ MSG_PASSWORD_TOO_SHORT: string;
2951
+ /**
2952
+ * register: Password is too weak
2953
+ */
2954
+ MSG_PASSWORD_TOO_WEAK: string;
2955
+ /**
2956
+ * register: Username contains bad characters
2957
+ */
2958
+ MSG_USERNAME_BAD_CHARACTERS: string;
2959
+ /**
2960
+ * register: Username is required
2961
+ */
2962
+ MSG_USERNAME_REQUIRED: string;
2963
+ /**
2964
+ * register: This username is already taken
2965
+ */
2966
+ MSG_USERNAME_TAKEN: string;
2967
+ /**
2968
+ * register: Username is too long
2969
+ */
2970
+ MSG_USERNAME_TOO_LONG: string;
2971
+ /**
2972
+ * register: Username is too short
2973
+ */
2974
+ MSG_USERNAME_TOO_SHORT: string;
2975
+ /**
2976
+ * register: Password
2977
+ */
2978
+ PASSWD: string;
2979
+ /**
2980
+ * register: Register Now
2981
+ */
2982
+ REGISTER_NOW: string;
2983
+ /**
2984
+ * register: By creating an account, you agree to the Windy <a href="https://account.windy.com/agreements/windy-terms-of-use" target="_blank">Terms of Service</a> and <a href="https://account.windy.com/agreements/windy-privacy-policy" target="_blank">Privacy policy</a>.
2985
+ */
2986
+ REGISTRATION_AGREEMENTS: string;
2987
+ /**
2988
+ * register: Registration failed.
2989
+ */
2990
+ REGISTRATION_FAILED: string;
2991
+ /**
2992
+ * register: Log in with Apple
2993
+ */
2994
+ SIGN_IN_WITH_APPLE: string;
2995
+ /**
2996
+ * register: Log in with Facebook
2997
+ */
2998
+ SIGN_IN_WITH_FACEBOOK: string;
2999
+ /**
3000
+ * register: Log in with Google
3001
+ */
3002
+ SIGN_IN_WITH_GOOGLE: string;
3003
+ /**
3004
+ * register: Sign up with Apple
3005
+ */
3006
+ SIGN_UP_WITH_APPLE: string;
3007
+ /**
3008
+ * register: Sign up with Facebook
3009
+ */
3010
+ SIGN_UP_WITH_FACEBOOK: string;
3011
+ /**
3012
+ * register: Sign up with Google
3013
+ */
3014
+ SIGN_UP_WITH_GOOGLE: string;
3015
+ /**
3016
+ * register: Username
3017
+ */
3018
+ USERNAME: string;
3019
+ /**
3020
+ * register: Register
3021
+ */
3022
+ U_REGISTER: string;
3023
+ /**
3024
+ * register: You must agree to continue
3025
+ */
3026
+ YOU_MUST_AGREE: string;
3027
+ }
3028
+
3029
+ export interface SettingsLangFile {
3030
+ /**
3031
+ * settings: Widgets cannot access the location from the background. Please allow background location usage.
3032
+ */
3033
+ ERROR_BACKGROUND_LOCATION_1_DESCRIPTION: string;
3034
+ /**
3035
+ * settings: Background location access is restricted
3036
+ */
3037
+ ERROR_BACKGROUND_LOCATION_1_TITLE: string;
3038
+ /**
3039
+ * settings: Widgets cannot be updated automatically. Please set battery settings for Windy applicaton to Unrestricted.
3040
+ */
3041
+ ERROR_BATTERY_1_DESCRIPTION: string;
3042
+ /**
3043
+ * settings: Battery usage is restricted
3044
+ */
3045
+ ERROR_BATTERY_1_TITLE: string;
3046
+ /**
3047
+ * settings: We can't sync your settings and favorites between your device and Apple Watch. Consider deleting some items in your iCloud.
3048
+ */
3049
+ ERROR_ICLOUD_25_DESCRIPTION: string;
3050
+ /**
3051
+ * settings: iCloud is full
3052
+ */
3053
+ ERROR_ICLOUD_25_TITLE: string;
3054
+ /**
3055
+ * settings: We can't sync your settings and favorites between your device and Apple Watch. Please enable iCloud for Windy.com in your phone's settings.
3056
+ */
3057
+ ERROR_ICLOUD_9_DESCRIPTION: string;
3058
+ /**
3059
+ * settings: iCloud is denied
3060
+ */
3061
+ ERROR_ICLOUD_9_TITLE: string;
3062
+ /**
3063
+ * settings: We can't show weather informations for your location. Please enable location services in device settings
3064
+ */
3065
+ ERROR_LOC_1_DESCRIPTION: string;
3066
+ /**
3067
+ * settings: Location services are disabled
3068
+ */
3069
+ ERROR_LOC_1_TITLE: string;
3070
+ /**
3071
+ * settings: We can't show weather informations for your location. Please allow Windy to access this device's location
3072
+ */
3073
+ ERROR_LOC_2_DESCRIPTION: string;
3074
+ /**
3075
+ * settings: Location permission is required
3076
+ */
3077
+ ERROR_LOC_2_TITLE: string;
3078
+ /**
3079
+ * settings: We cannot send you notifications for your saved alerts. Please enable notifications in your device settings.
3080
+ */
3081
+ ERROR_NOTIF_1_DESCRIPTION: string;
3082
+ /**
3083
+ * settings: Notification services are disabled
3084
+ */
3085
+ ERROR_NOTIF_1_TITLE: string;
3086
+ /**
3087
+ * settings: Widgets cannot be updated automatically. Please allow notifications for the Windy application.
3088
+ */
3089
+ ERROR_WIDGET_NOTIFICATION_1_DESCRIPTION: string;
3090
+ /**
3091
+ * settings: Notifications are disabled
3092
+ */
3093
+ ERROR_WIDGET_NOTIFICATION_1_TITLE: string;
3094
+ /**
3095
+ * settings: Open application settings
3096
+ */
3097
+ E_BUTTON_APPLICATION_SETTINGS: string;
3098
+ /**
3099
+ * settings: Open device settings
3100
+ */
3101
+ E_BUTTON_DEVICE_SETTINGS: string;
3102
+ /**
3103
+ * settings: Show lat, lon grid
3104
+ */
3105
+ MENU_LATLON: string;
3106
+ /**
3107
+ * settings: Change background map
3108
+ */
3109
+ MENU_MAP: string;
3110
+ /**
3111
+ * settings: ...in very detailed zoom levels
3112
+ */
3113
+ MENU_MAP2: string;
3114
+ /**
3115
+ * settings: Show 4 day weather at startup
3116
+ */
3117
+ MENU_W_STARTUP: string;
3118
+ /**
3119
+ * settings: Add any location to your favorites to see it in the list
3120
+ */
3121
+ S_ADD_LOC: string;
3122
+ /**
3123
+ * settings: Always on
3124
+ */
3125
+ S_ALWAYS_ON: string;
3126
+ /**
3127
+ * settings: automatic
3128
+ */
3129
+ S_AUTOMATIC: string;
3130
+ /**
3131
+ * settings: Graphic compatibility mode
3132
+ */
3133
+ S_COMPATIBILITY_MODE: string;
3134
+ /**
3135
+ * settings: Disables some problematic modern graphics acceleration
3136
+ */
3137
+ S_COMPATIBILITY_MODE_NOTE: string;
3138
+ /**
3139
+ * settings: Contrast
3140
+ */
3141
+ S_CONTRAST: string;
3142
+ /**
3143
+ * settings: Density
3144
+ */
3145
+ S_DENSITY: string;
3146
+ /**
3147
+ * settings: Display directions as
3148
+ */
3149
+ S_DIRECTION: string;
3150
+ /**
3151
+ * settings: Disable webGL
3152
+ */
3153
+ S_DISABLE_WEBGL: string;
3154
+ /**
3155
+ * settings: English map labels
3156
+ */
3157
+ S_EN_LABELS: string;
3158
+ /**
3159
+ * settings: Satellite future extrapolation
3160
+ */
3161
+ S_EXTRA_SAT: string;
3162
+ /**
3163
+ * settings: High
3164
+ */
3165
+ S_HIGH: string;
3166
+ /**
3167
+ * settings: Start-up location
3168
+ */
3169
+ S_HOME: string;
3170
+ /**
3171
+ * settings: Use GPS
3172
+ */
3173
+ S_HOME_GPS: string;
3174
+ /**
3175
+ * settings: Determine by my IP
3176
+ */
3177
+ S_HOME_IP: string;
3178
+ /**
3179
+ * settings: Use last location
3180
+ */
3181
+ S_HOME_LAST: string;
3182
+ /**
3183
+ * settings: Use last overlay
3184
+ */
3185
+ S_HOME_OVERLAY_LAST: string;
3186
+ /**
3187
+ * settings: Intensive
3188
+ */
3189
+ S_INTENSIVE: string;
3190
+ /**
3191
+ * settings: Language
3192
+ */
3193
+ S_LANG: string;
3194
+ /**
3195
+ * settings: Weather picker contains lat,lon
3196
+ */
3197
+ S_LAT_LON: string;
3198
+ /**
3199
+ * settings: Start-up layer
3200
+ */
3201
+ S_LAYER: string;
3202
+ /**
3203
+ * settings: Start-up layer and location
3204
+ */
3205
+ S_LAYER_LOCATION: string;
3206
+ /**
3207
+ * settings: Length
3208
+ */
3209
+ S_LENGTH: string;
3210
+ /**
3211
+ * settings: Normal
3212
+ */
3213
+ S_NORMAL: string;
3214
+ /**
3215
+ * settings: number
3216
+ */
3217
+ S_NUMBER: string;
3218
+ /**
3219
+ * settings: Animation of wind
3220
+ */
3221
+ S_PARTICLES: string;
3222
+ /**
3223
+ * settings: Autoclose weather picker in:
3224
+ */
3225
+ S_PICKER_TIMEOUT: string;
3226
+ /**
3227
+ * settings: Predefined
3228
+ */
3229
+ S_PREDEFINED: string;
3230
+ /**
3231
+ * settings: This option requires Premium Subscription
3232
+ */
3233
+ S_PREMIUM_REQ: string;
3234
+ /**
3235
+ * settings: ...reload Windy to take effect
3236
+ */
3237
+ S_RELOAD: string;
3238
+ /**
3239
+ * settings: Current value
3240
+ */
3241
+ S_SAVED_1H: string;
3242
+ /**
3243
+ * settings: Saved location
3244
+ */
3245
+ S_SAVED_LOCATION: string;
3246
+ /**
3247
+ * settings: Saved overlay
3248
+ */
3249
+ S_SAVED_OVERLAY: string;
3250
+ /**
3251
+ * settings: Remember 1h/3h setting
3252
+ */
3253
+ S_SAVE_RESOLUTION: string;
3254
+ /**
3255
+ * settings: {{value}} seconds
3256
+ */
3257
+ S_SECONDS: string;
3258
+ /**
3259
+ * settings: Smooth satellite animation
3260
+ */
3261
+ S_SMOOTH_SAT: string;
3262
+ /**
3263
+ * settings: string
3264
+ */
3265
+ S_STRING: string;
3266
+ /**
3267
+ * settings: Time format
3268
+ */
3269
+ S_TIME_FORMAT: string;
3270
+ /**
3271
+ * settings: Size
3272
+ */
3273
+ S_WIDTH: string;
3274
+ /**
3275
+ * settings: Display all times in UTC
3276
+ */
3277
+ S_ZULU_MODE: string;
3278
+ }
3279
+
3280
+ export interface SoundingLangFile {
3281
+ /**
3282
+ * sounding: gas
3283
+ */
3284
+ RADIOSONDE_BALLOON_GAS: string;
3285
+ /**
3286
+ * sounding: gas weight
3287
+ */
3288
+ RADIOSONDE_BALLOON_GAS_WEIGHT: string;
3289
+ /**
3290
+ * sounding: manufacturer
3291
+ */
3292
+ RADIOSONDE_BALLOON_MANUFACTURER: string;
3293
+ /**
3294
+ * sounding: Balloon
3295
+ */
3296
+ RADIOSONDE_BALLOON_TITLE: string;
3297
+ /**
3298
+ * sounding: type
3299
+ */
3300
+ RADIOSONDE_BALLOON_TYPE: string;
3301
+ /**
3302
+ * sounding: weight
3303
+ */
3304
+ RADIOSONDE_BALLOON_WEIGHT: string;
3305
+ /**
3306
+ * sounding: Measurement detail
3307
+ */
3308
+ RADIOSONDE_MEASUREMENT_DETAIL: string;
3309
+ /**
3310
+ * sounding: Download measurement GeoJSON data
3311
+ */
3312
+ RADIOSONDE_MEASUREMENT_DOWNLOAD: string;
3313
+ /**
3314
+ * sounding: format
3315
+ */
3316
+ RADIOSONDE_MEASUREMENT_FORMAT: string;
3317
+ /**
3318
+ * sounding: maximum height
3319
+ */
3320
+ RADIOSONDE_MEASUREMENT_MAX_HEIGHT: string;
3321
+ /**
3322
+ * sounding: number of samples
3323
+ */
3324
+ RADIOSONDE_MEASUREMENT_NUM_OF_SAMPLES: string;
3325
+ /**
3326
+ * sounding: release time
3327
+ */
3328
+ RADIOSONDE_MEASUREMENT_RELEASE_TIME: string;
3329
+ /**
3330
+ * sounding: source
3331
+ */
3332
+ RADIOSONDE_MEASUREMENT_SOURCE: string;
3333
+ /**
3334
+ * sounding: track source
3335
+ */
3336
+ RADIOSONDE_MEASUREMENT_TRACK_SOURCE: string;
3337
+ /**
3338
+ * sounding: transmit frequency
3339
+ */
3340
+ RADIOSONDE_SONDE_FREQUENCY: string;
3341
+ /**
3342
+ * sounding: geopotential height
3343
+ */
3344
+ RADIOSONDE_SONDE_GH: string;
3345
+ /**
3346
+ * sounding: humidity correction
3347
+ */
3348
+ RADIOSONDE_SONDE_HUM_CORRECTION: string;
3349
+ /**
3350
+ * sounding: humidity sensor
3351
+ */
3352
+ RADIOSONDE_SONDE_HUM_SENSOR: string;
3353
+ /**
3354
+ * sounding: pressure sensor
3355
+ */
3356
+ RADIOSONDE_SONDE_PRESS_SENSOR: string;
3357
+ /**
3358
+ * sounding: serial number
3359
+ */
3360
+ RADIOSONDE_SONDE_SERAIL_NUMBER: string;
3361
+ /**
3362
+ * sounding: SW version
3363
+ */
3364
+ RADIOSONDE_SONDE_SW: string;
3365
+ /**
3366
+ * sounding: temperature sensor
3367
+ */
3368
+ RADIOSONDE_SONDE_TEMP_SENSOR: string;
3369
+ /**
3370
+ * sounding: termination reason
3371
+ */
3372
+ RADIOSONDE_SONDE_TERMINATION: string;
3373
+ /**
3374
+ * sounding: Sonde
3375
+ */
3376
+ RADIOSONDE_SONDE_TITLE: string;
3377
+ /**
3378
+ * sounding: type
3379
+ */
3380
+ RADIOSONDE_SONDE_TYPE: string;
3381
+ /**
3382
+ * sounding: Radiosonde measurement
3383
+ */
3384
+ RADIOSONDE_TITLE: string;
3385
+ /**
3386
+ * sounding: Ascents
3387
+ */
3388
+ SOUNDING_ASCENTS: string;
3389
+ /**
3390
+ * sounding: elevation
3391
+ */
3392
+ SOUNDING_ELEVATION: string;
3393
+ /**
3394
+ * sounding: hover over (or touch) the graph to see the parcel laps rate
3395
+ */
3396
+ SOUNDING_HINT_1: string;
3397
+ /**
3398
+ * sounding: scroll over (or pinch/stretch) the graph to zoom
3399
+ */
3400
+ SOUNDING_HINT_2: string;
3401
+ /**
3402
+ * sounding: when zoom is active, the graph can be dragged in the direction of the temperature axis
3403
+ */
3404
+ SOUNDING_HINT_3: string;
3405
+ /**
3406
+ * sounding: Let us know how the sounding works for you!
3407
+ */
3408
+ SOUNDING_HINT_FEEDBACK: string;
3409
+ /**
3410
+ * sounding: location
3411
+ */
3412
+ SOUNDING_LOCATION: string;
3413
+ /**
3414
+ * sounding: model
3415
+ */
3416
+ SOUNDING_MODEL: string;
3417
+ /**
3418
+ * sounding: model elevation
3419
+ */
3420
+ SOUNDING_MODEL_ELEVATION: string;
3421
+ /**
3422
+ * sounding: Nearest radiosonde measurements
3423
+ */
3424
+ SOUNDING_NEAREST_RADIOSONDES: string;
3425
+ /**
3426
+ * sounding: selected
3427
+ */
3428
+ SOUNDING_SELECTED: string;
3429
+ /**
3430
+ * sounding: Sounding forecast
3431
+ */
3432
+ SOUNDING_TITLE: string;
3433
+ /**
3434
+ * sounding: {{forced}} data is displayed, as {{wanted}} is not supported.
3435
+ */
3436
+ SOUNDING_UNSUPPORTED_MODEL: string;
3437
+ }
3438
+
3439
+ export interface StationLangFile {
3440
+ /**
3441
+ * station: Health recommendations
3442
+ */
3443
+ AIRQ_HEALTH_REC_HEADER: string;
3444
+ /**
3445
+ * station: Black carbon is formed through the incomplete combustion of fossil fuels, biofuel, and biomass, and is emitted in both anthropogenic and naturally occurring soot. Black carbon causes human morbidity and premature mortality.
3446
+ */
3447
+ AIRQ_INFO_BC: string;
3448
+ /**
3449
+ * station: Carbon monoxide is a colorless, odorless, and tasteless gas that is less dense than air. It is toxic to animals that use hemoglobin as an oxygen carrier when encountered in high concentrations. CO is produced naturally and also as a byproduct of the oxygen-starved combustion of fuel.
3450
+ */
3451
+ AIRQ_INFO_CO: string;
3452
+ /**
3453
+ * station: Carbon dioxide is a colorless and odorless gas with a density higher than air. CO2 is a natural byproduct of human and animal respiration, fermentation, chemical reactions, and combustion of fossil fuels and wood.
3454
+ */
3455
+ AIRQ_INFO_CO2: string;
3456
+ /**
3457
+ * station: Nitric oxide, or nitrogen oxide, or nitrogen monoxide is a colorless gas. It is produced naturally from a lightning strike, from fuel combustion, or from coal fired power plants.
3458
+ */
3459
+ AIRQ_INFO_NO: string;
3460
+ /**
3461
+ * station: Nitrogen dioxide is a reddish-brown gas with a pungent, acrid odor. It is natural byproduct of bacterial respiration, volcanos, and lightning. Chronic exposure to NO₂ can cause respiratory effects. NO₂ creates ozone.
3462
+ */
3463
+ AIRQ_INFO_NO2: string;
3464
+ /**
3465
+ * station: Nitrogen oxides react to form smog and acid rain as well as being central to the formation of fine particles (PM) and ground level ozone. NOₓ is produced during combustion, especially at high temperatures.
3466
+ */
3467
+ AIRQ_INFO_NOX: string;
3468
+ /**
3469
+ * station: Ozone is a pale blue gas with a distinctively pungent smell. Ozone is formed by the reaction of sunlight on air containing hydrocarbons and nitrogen oxides.
3470
+ */
3471
+ AIRQ_INFO_O3: string;
3472
+ /**
3473
+ * station: Particulate matter 10µm or less in diameter make up a large proportion of dust that can be drawn deep into the lungs. Larger particles tend to be trapped in the nose, mouth or throat.
3474
+ */
3475
+ AIRQ_INFO_PM10: string;
3476
+ /**
3477
+ * station: Particulate matter 2.5µm or less in diameter make up a large proportion of dust that can be drawn deep into the lungs. Larger particles tend to be trapped in the nose, mouth or throat.
3478
+ */
3479
+ AIRQ_INFO_PM25: string;
3480
+ /**
3481
+ * station: Sulfur dioxide is a toxic gas responsible for the smell of burnt matches. It is released naturally by volcanic activity and is produced as a by-product of copper extraction and the burning of fossil fuels.
3482
+ */
3483
+ AIRQ_INFO_SO2: string;
3484
+ /**
3485
+ * station: {value} µg/m³
3486
+ */
3487
+ AIRQ_MEASURED_VALUE_UGM3: string;
3488
+ /**
3489
+ * station: We are sorry, we received no fresh data from the station.
3490
+ */
3491
+ AIRQ_NO_DATA: string;
3492
+ /**
3493
+ * station: People with heart disease, such as angina, should avoid exertion and sources of CO, such as heavy traffic; everyone else should limit heavy exertion.
3494
+ */
3495
+ AIRQ_REC_CO_HAZARDOUS: string;
3496
+ /**
3497
+ * station: People with heart disease, such as angina, should limit moderate exertion and avoid sources of CO, such as heavy traffic.
3498
+ */
3499
+ AIRQ_REC_CO_UNHEALTHY: string;
3500
+ /**
3501
+ * station: People with heart disease, such as angina, should limit heavy exertion and avoid sources of CO, such as heavy traffic.
3502
+ */
3503
+ AIRQ_REC_CO_UNHEALTHY_SENSITIVE: string;
3504
+ /**
3505
+ * station: People with heart disease, such as angina, should avoid exertion and sources of CO, such as heavy traffic.
3506
+ */
3507
+ AIRQ_REC_CO_VERY_UNHEALTHY: string;
3508
+ /**
3509
+ * station: People with asthma, children and older adults should remain indoors; everyone else should avoid all outdoor exertion.
3510
+ */
3511
+ AIRQ_REC_NO2_HAZARDOUS: string;
3512
+ /**
3513
+ * station: Unusually sensitive individuals should consider limiting prolonged exertion especially near busy roads.
3514
+ */
3515
+ AIRQ_REC_NO2_MODERATE: string;
3516
+ /**
3517
+ * station: People with asthma, children and older adults should avoid prolonged exertion near roadways; everyone else should limit prolonged exertion especially near busy roads.
3518
+ */
3519
+ AIRQ_REC_NO2_UNHEALTHY: string;
3520
+ /**
3521
+ * station: People with asthma, children and older adults should limit prolonged exertion especially near busy roads.
3522
+ */
3523
+ AIRQ_REC_NO2_UNHEALTHY_SENSITIVE: string;
3524
+ /**
3525
+ * station: People with asthma, children and older adults should avoid all outdoor exertion; everyone else should avoid prolonged exertion especially near busy roads.
3526
+ */
3527
+ AIRQ_REC_NO2_VERY_UNHEALTHY: string;
3528
+ /**
3529
+ * station: Everyone should avoid all outdoor exertion.
3530
+ */
3531
+ AIRQ_REC_O3_HAZARDOUS: string;
3532
+ /**
3533
+ * station: Unusually sensitive people should consider reducing prolonged or heavy outdoor exertion.
3534
+ */
3535
+ AIRQ_REC_O3_MODERATE: string;
3536
+ /**
3537
+ * station: People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should avoid prolonged or heavy outdoor exertion; everyone else should reduce prolonged or heavy outdoor exertion.
3538
+ */
3539
+ AIRQ_REC_O3_UNHEALTHY: string;
3540
+ /**
3541
+ * station: People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should reduce prolonged or heavy outdoor exertion.
3542
+ */
3543
+ AIRQ_REC_O3_UNHEALTHY_SENSITIVE: string;
3544
+ /**
3545
+ * station: People with lung disease (such as asthma), children, older adults, people who are active outdoors (including outdoor workers), people with certain genetic variants, and people with diets limited in certain nutrients should avoid all outdoor exertion; everyone else should reduce outdoor exertion.
3546
+ */
3547
+ AIRQ_REC_O3_VERY_UNHEALTHY: string;
3548
+ /**
3549
+ * station: Everyone should avoid all physical activity outdoors; people with heart or lung disease, older adults, and children should remain indoors and keep activity levels low.
3550
+ */
3551
+ AIRQ_REC_PM_HAZARDOUS: string;
3552
+ /**
3553
+ * station: Unusually sensitive people should consider reducing prolonged or heavy exertion.
3554
+ */
3555
+ AIRQ_REC_PM_MODERATE: string;
3556
+ /**
3557
+ * station: People with heart or lung disease, older adults, and children should avoid prolonged or heavy exertion; everyone else should reduce prolonged or heavy exertion.
3558
+ */
3559
+ AIRQ_REC_PM_UNHEALTHY: string;
3560
+ /**
3561
+ * station: People with heart or lung disease, older adults, and children should reduce prolonged or heavy exertion.
3562
+ */
3563
+ AIRQ_REC_PM_UNHEALTHY_SENSITIVE: string;
3564
+ /**
3565
+ * station: People with heart or lung disease, older adults, and children should avoid all physical activity outdoors. Everyone else should avoid prolonged or heavy exertion.
3566
+ */
3567
+ AIRQ_REC_PM_VERY_UNHEALTHY: string;
3568
+ /**
3569
+ * station: Children, people with asthma, or other lung diseases, should remain indoors; everyone else should avoid outdoor exertion.
3570
+ */
3571
+ AIRQ_REC_SO2_HAZARDOUS: string;
3572
+ /**
3573
+ * station: Children, people with asthma, or other lung diseases, should limit outdoor exertion.
3574
+ */
3575
+ AIRQ_REC_SO2_UNHEALTHY: string;
3576
+ /**
3577
+ * station: People with asthma should consider limiting outdoor exertion.
3578
+ */
3579
+ AIRQ_REC_SO2_UNHEALTHY_SENSITIVE: string;
3580
+ /**
3581
+ * station: Children, people with asthma, or other lung diseases should avoid outdoor exertion; everyone else should reduce outdoor exertion.
3582
+ */
3583
+ AIRQ_REC_SO2_VERY_UNHEALTHY: string;
3584
+ /**
3585
+ * station: Air quality station
3586
+ */
3587
+ AIRQ_STATION: string;
3588
+ /**
3589
+ * station: US Air Quality Index
3590
+ */
3591
+ AIRQ_US_AIR_QUALITY_INDEX: string;
3592
+ /**
3593
+ * station: Long-term exposure to levels up to 2&nbsp;000&nbsp;nSv/h is generally considered to be non-threatening to health.
3594
+ */
3595
+ RADIATION_SAFE_LEVEL: string;
3596
+ /**
3597
+ * station: About this station
3598
+ */
3599
+ STATION_ABOUT: string;
3600
+ /**
3601
+ * station: Add your station to Windy
3602
+ */
3603
+ STATION_ADD: string;
3604
+ /**
3605
+ * station: US Air Quality index is based on the EPA standard, which is the highest AQI value for any pollutant.
3606
+ */
3607
+ STATION_AQI_NOTE: string;
3608
+ /**
3609
+ * station: Online {{value}}% of time
3610
+ */
3611
+ STATION_AVAILABILITY: string;
3612
+ /**
3613
+ * station: Add to compare
3614
+ */
3615
+ STATION_COMPARE_ADD: string;
3616
+ /**
3617
+ * station: Compare models
3618
+ */
3619
+ STATION_COMPARE_MODELS: string;
3620
+ /**
3621
+ * station: Median temp error
3622
+ */
3623
+ STATION_COMPARE_TEMP_ERROR: string;
3624
+ /**
3625
+ * station: Median wind error
3626
+ */
3627
+ STATION_COMPARE_WIND_ERROR: string;
3628
+ /**
3629
+ * station: Temperatures, dew points and precip. accum are enhanced from a duplicate station.
3630
+ */
3631
+ STATION_DUPLICATE_ENHANCED: string;
3632
+ /**
3633
+ * station: Precip. accumulations are enhanced from a duplicate station.
3634
+ */
3635
+ STATION_DUPLICATE_ENHANCED_PRECIP: string;
3636
+ /**
3637
+ * station: Temperatures and dew points are enhanced from a duplicate station.
3638
+ */
3639
+ STATION_DUPLICATE_ENHANCED_TEMP: string;
3640
+ /**
3641
+ * station: There is a duplicate station
3642
+ */
3643
+ STATION_DUPLICATE_EXISTS: string;
3644
+ /**
3645
+ * station: Health reccomendation
3646
+ */
3647
+ STATION_HEALTH_RECCOMENDATION: string;
3648
+ /**
3649
+ * station: Max
3650
+ */
3651
+ STATION_LABEL_MAX: string;
3652
+ /**
3653
+ * station: Air Quality Index
3654
+ */
3655
+ STATION_LEGEND_AIRQ: string;
3656
+ /**
3657
+ * station: Black carbon
3658
+ */
3659
+ STATION_LEGEND_CARBON: string;
3660
+ /**
3661
+ * station: Carbon monox.
3662
+ */
3663
+ STATION_LEGEND_CARBON_CO: string;
3664
+ /**
3665
+ * station: Carbon diox.
3666
+ */
3667
+ STATION_LEGEND_CO2: string;
3668
+ /**
3669
+ * station: Flight rules and visibility
3670
+ */
3671
+ STATION_LEGEND_FLIGHT_RULES: string;
3672
+ /**
3673
+ * station: Nitric oxide
3674
+ */
3675
+ STATION_LEGEND_NO: string;
3676
+ /**
3677
+ * station: Nitrogen diox.
3678
+ */
3679
+ STATION_LEGEND_NO2: string;
3680
+ /**
3681
+ * station: Nitrogen oxides
3682
+ */
3683
+ STATION_LEGEND_NOX: string;
3684
+ /**
3685
+ * station: Partic. 10µm
3686
+ */
3687
+ STATION_LEGEND_PM10: string;
3688
+ /**
3689
+ * station: Partic. 2.5µm
3690
+ */
3691
+ STATION_LEGEND_PM25: string;
3692
+ /**
3693
+ * station: Solar rad.
3694
+ */
3695
+ STATION_LEGEND_SOLAR_RADIATION: string;
3696
+ /**
3697
+ * station: Sulphur diox.
3698
+ */
3699
+ STATION_LEGEND_SULPHUR: string;
3700
+ /**
3701
+ * station: Time
3702
+ */
3703
+ STATION_LEGEND_TIME: string;
3704
+ /**
3705
+ * station: Observation station {{id}} does not report any date for this period
3706
+ */
3707
+ STATION_LOADING_ERROR_204: string;
3708
+ /**
3709
+ * station: Requested station {{id}} not found
3710
+ */
3711
+ STATION_LOADING_ERROR_400: string;
3712
+ /**
3713
+ * station: WOW it seems like our server error. Try to reload page.
3714
+ */
3715
+ STATION_LOADING_ERROR_500: string;
3716
+ /**
3717
+ * station: Unknown error {{status}}
3718
+ */
3719
+ STATION_LOADING_ERROR_XXX: string;
3720
+ /**
3721
+ * station: Loading observation data...
3722
+ */
3723
+ STATION_LOADING_OBS: string;
3724
+ /**
3725
+ * station: Mag declination
3726
+ */
3727
+ STATION_MAGNETIC_DECLINATION: string;
3728
+ /**
3729
+ * station: observations
3730
+ */
3731
+ STATION_OBS: string;
3732
+ /**
3733
+ * station: 1h observations
3734
+ */
3735
+ STATION_OBS_1HOUR: string;
3736
+ /**
3737
+ * station: Latest observation
3738
+ */
3739
+ STATION_OBS_LATEST: string;
3740
+ /**
3741
+ * station: This station does not report:
3742
+ */
3743
+ STATION_OBS_MISSING: string;
3744
+ /**
3745
+ * station: Observed
3746
+ */
3747
+ STATION_OBS_PAST: string;
3748
+ /**
3749
+ * station: Observation was updated
3750
+ */
3751
+ STATION_OBS_UPDATED: string;
3752
+ /**
3753
+ * station: Observed weather
3754
+ */
3755
+ STATION_OBS_WEATHER: string;
3756
+ /**
3757
+ * station: Other stations
3758
+ */
3759
+ STATION_OTHER: string;
3760
+ /**
3761
+ * station: Pollutants
3762
+ */
3763
+ STATION_POLLUTANTS: string;
3764
+ /**
3765
+ * station: Precipitation
3766
+ */
3767
+ STATION_PRECIPITATION: string;
3768
+ /**
3769
+ * station: Subscribe to Windy Premium to compare forecast models and see which one is the most accurate for this location.
3770
+ */
3771
+ STATION_PREMIUM_COMPARE: string;
3772
+ /**
3773
+ * station: Subscribe to Windy Premium to get webcams history
3774
+ */
3775
+ STATION_PREMIUM_WEBCAMS: string;
3776
+ /**
3777
+ * station: avg delay
3778
+ */
3779
+ STATION_REPORTING_DELAY: string;
3780
+ /**
3781
+ * station: Reporting time
3782
+ */
3783
+ STATION_REPORTING_TIME: string;
3784
+ /**
3785
+ * station: Observation vs. forecast
3786
+ */
3787
+ STATION_SWITCHER_OBS_VS_FCST: string;
3788
+ /**
3789
+ * station: Temperature detail
3790
+ */
3791
+ STATION_SWITCHER_TEMP: string;
3792
+ /**
3793
+ * station: Wind detail
3794
+ */
3795
+ STATION_SWITCHER_WIND: string;
3796
+ /**
3797
+ * station: Station type
3798
+ */
3799
+ STATION_TYPE: string;
3800
+ /**
3801
+ * station: air quality monitoring station
3802
+ */
3803
+ STATION_TYPE_AQI: string;
3804
+ /**
3805
+ * station: radiation monitoring station
3806
+ */
3807
+ STATION_TYPE_RADIATION: string;
3808
+ /**
3809
+ * station: weather station
3810
+ */
3811
+ STATION_TYPE_WEATHER: string;
3812
+ /**
3813
+ * station: Gust
3814
+ */
3815
+ STATION_WIND_GUST: string;
3816
+ }
3817
+
3818
+ export interface SubscriptionLangFile {
3819
+ /**
3820
+ * subscription: Buy for one year
3821
+ */
3822
+ SUB_1_YEAR: string;
3823
+ /**
3824
+ * subscription: One-time payment, no commitment
3825
+ */
3826
+ SUB_1_YEAR_NOTE: string;
3827
+ /**
3828
+ * subscription: Your subscription is fully functional. Enjoy the benefits!
3829
+ */
3830
+ SUB_ACTIVE: string;
3831
+ /**
3832
+ * subscription: By purchasing the product, you accept the [terms_of_use] & acknowledge the [privacy_policy].
3833
+ */
3834
+ SUB_AGREEMENTS_TEXT: string;
3835
+ /**
3836
+ * subscription: Your account is already associated with an active Windy Premium, valid until {{date}}, purchased through {{provider}}.
3837
+ */
3838
+ SUB_ALREADY_ACTIVE: string;
3839
+ /**
3840
+ * subscription: We recommend you ask {{provider}} for a refund for your newly purchased Windy Premium. Alternatively, you can assign it to a different account.
3841
+ */
3842
+ SUB_ALREADY_ACTIVE_RECOMMENDATION: string;
3843
+ /**
3844
+ * subscription: Already expired
3845
+ */
3846
+ SUB_ALREADY_EXPIRED: string;
3847
+ /**
3848
+ * subscription: You are already Premium
3849
+ */
3850
+ SUB_ALREADY_PREMIUM: string;
3851
+ /**
3852
+ * subscription: Already subscribed to [tier]?
3853
+ */
3854
+ SUB_ALREADY_SUBSCRIBED: string;
3855
+ /**
3856
+ * subscription: ... and more
3857
+ */
3858
+ SUB_AND_MORE: string;
3859
+ /**
3860
+ * subscription: Annual subscription
3861
+ */
3862
+ SUB_ANNUAL: string;
3863
+ /**
3864
+ * subscription: {{amount}} / year
3865
+ */
3866
+ SUB_ANNUAL_PRICE: string;
3867
+ /**
3868
+ * subscription: Automatically renewed every year. You can cancel your subscription anytime.
3869
+ */
3870
+ SUB_ANNUAL_STORE_REQUIREMENT: string;
3871
+ /**
3872
+ * subscription: BUY NOW
3873
+ */
3874
+ SUB_BF_CTA_BUTTON: string;
3875
+ /**
3876
+ * subscription: Discounted price: {{amount}} <small>/year</small>
3877
+ */
3878
+ SUB_BF_DISCOUNTED_PRICE: string;
3879
+ /**
3880
+ * subscription: Our special offer will expire in {{timeLeft}}.
3881
+ */
3882
+ SUB_BF_EXPIRATION: string;
3883
+ /**
3884
+ * subscription: Discounted price is charged during the first year of subscription only.
3885
+ */
3886
+ SUB_BF_FIRST_YEAR: string;
3887
+ /**
3888
+ * subscription: Normal price: {{amount}} <small>/year</small>
3889
+ */
3890
+ SUB_BF_NORMAL_PRICE: string;
3891
+ /**
3892
+ * subscription: BLACK FRIDAY DISCOUNT
3893
+ */
3894
+ SUB_BF_TITLE: string;
3895
+ /**
3896
+ * subscription: Your Windy Premium subscription has expired. Renew the subscription to continue using all its benefits.
3897
+ */
3898
+ SUB_CANCELED_EXPIRED_HELP: string;
3899
+ /**
3900
+ * subscription: Your Windy Premium subscription is currently canceled and will not be renewed automatically. Renew the subscription to keep all its benefits.
3901
+ */
3902
+ SUB_CANCELED_HELP: string;
3903
+ /**
3904
+ * subscription: Save [value]
3905
+ */
3906
+ SUB_CHEAPER: string;
3907
+ /**
3908
+ * subscription: Subscription automatically renews unless Auto-Renew is turned off at least 24-hours before the end of the current period. Subscriptions may be managed by the user and Auto-Renew may be turned off by going to the iTunes Account Settings after purchase.
3909
+ */
3910
+ SUB_CONDITIONS_IOS: string;
3911
+ /**
3912
+ * subscription: Your subscription expired
3913
+ */
3914
+ SUB_ENDS: string;
3915
+ /**
3916
+ * subscription: Your subscription ends in:
3917
+ */
3918
+ SUB_ENDS_IN: string;
3919
+ /**
3920
+ * subscription: Your subscription will end soon
3921
+ */
3922
+ SUB_ENDS_SOON: string;
3923
+ /**
3924
+ * subscription: Fix payment methods
3925
+ */
3926
+ SUB_FIX_PAYMENT: string;
3927
+ /**
3928
+ * subscription: To keep the Windy Premium subscription active, you must fix your payment method by clicking the button below.
3929
+ */
3930
+ SUB_GRACED_HELP: string;
3931
+ /**
3932
+ * subscription: Your subscription is active
3933
+ */
3934
+ SUB_IS_ACTIVE: string;
3935
+ /**
3936
+ * subscription: We're sorry, but something went wrong. Please try again later.
3937
+ */
3938
+ SUB_LOADING_ERROR: string;
3939
+ /**
3940
+ * subscription: Cannot get any information about available products. Please ensure you are logged in with your {{platform}} account on the {{store}}.
3941
+ */
3942
+ SUB_LOADING_NO_PRODUCTS: string;
3943
+ /**
3944
+ * subscription: Manage subscription
3945
+ */
3946
+ SUB_MANAGE: string;
3947
+ /**
3948
+ * subscription: The most detailed forecast available!
3949
+ */
3950
+ SUB_MOST_DETAILED: string;
3951
+ /**
3952
+ * subscription: To reactivate the Windy Premium subscription, click the button below. Before proceeding, please check that you have sufficient funds to complete the transaction.
3953
+ */
3954
+ SUB_ONHOLD_HELP: string;
3955
+ /**
3956
+ * subscription: Your subscription is paused
3957
+ */
3958
+ SUB_PAUSED: string;
3959
+ /**
3960
+ * subscription: You currently do not have access to any of the Premium features. Unpause your subscription to continue using all the benefits of Windy Premium.
3961
+ */
3962
+ SUB_PAUSED_HELP: string;
3963
+ /**
3964
+ * subscription: We could not verify your payment.
3965
+ */
3966
+ SUB_PAYMENT_INVALID_ERROR_HEADING: string;
3967
+ /**
3968
+ * subscription: Please make sure that the purchase has actually taken place and you have the receipt. If you think this is a mistake, ask [vendor] for a refund and try again.
3969
+ */
3970
+ SUB_PAYMENT_INVALID_ERROR_TEXT: string;
3971
+ /**
3972
+ * subscription: Oops! We received your payment, but something went wrong.
3973
+ */
3974
+ SUB_PAYMENT_SAVE_ERROR_HEADING: string;
3975
+ /**
3976
+ * subscription: Don’t worry, it can be easily fixed. Please follow the steps in the article [article].
3977
+ */
3978
+ SUB_PAYMENT_SAVE_ERROR_TEXT_LINK: string;
3979
+ /**
3980
+ * subscription: Failed to redeem subscription. Please follow the steps in the article [article].
3981
+ */
3982
+ SUB_PENDING_ERROR_LINK: string;
3983
+ /**
3984
+ * subscription: To redeem your subscription, please login to your account.
3985
+ */
3986
+ SUB_PENDING_NOTIFICATION: string;
3987
+ /**
3988
+ * subscription: Windy Premium includes premium support on our [community]
3989
+ */
3990
+ SUB_PENDING_POINT_1: string;
3991
+ /**
3992
+ * subscription: you can access Windy Premium from any other devices and platforms
3993
+ */
3994
+ SUB_PENDING_POINT_2: string;
3995
+ /**
3996
+ * subscription: we are able to sync your settings and favorites to cloud across all your devices and our systems
3997
+ */
3998
+ SUB_PENDING_POINT_3: string;
3999
+ /**
4000
+ * subscription: you will not accidentally buy Windy Premium multiple times
4001
+ */
4002
+ SUB_PENDING_POINT_4: string;
4003
+ /**
4004
+ * subscription: All you have to do is log in to your account. Why is this necessary?
4005
+ */
4006
+ SUB_PENDING_TEXT: string;
4007
+ /**
4008
+ * subscription: Save [value]%
4009
+ */
4010
+ SUB_PERCENT_CHEAPER: string;
4011
+ /**
4012
+ * subscription: Premium includes:
4013
+ */
4014
+ SUB_PREMIUM_INCLUDES: string;
4015
+ /**
4016
+ * subscription: Current subscription is prepaid until:
4017
+ */
4018
+ SUB_PREPAID: string;
4019
+ /**
4020
+ * subscription: Something went wrong
4021
+ */
4022
+ SUB_PURCHASE_ERROR_HEADING: string;
4023
+ /**
4024
+ * subscription: We are sorry, but there was an error processing your subscription. Please follow the steps in the article [article].
4025
+ */
4026
+ SUB_PURCHASE_ERROR_TEXT_LINK: string;
4027
+ /**
4028
+ * subscription: <strong>Extra settings</strong>
4029
+ */
4030
+ SUB_REASON_EXTRA_SETTINGS: string;
4031
+ /**
4032
+ * subscription: <strong>3D globe</strong> display
4033
+ */
4034
+ SUB_REASON_GLOBE: string;
4035
+ /**
4036
+ * subscription: Additional <strong>mobile widgets</strong>
4037
+ */
4038
+ SUB_REASON_MOBILE_WIDGETS: string;
4039
+ /**
4040
+ * subscription: <strong>12-hour</strong> loop for <strong>Radar</strong> and <strong>Satellite</strong>
4041
+ */
4042
+ SUB_REASON_RADSAT_LOOP: string;
4043
+ /**
4044
+ * subscription: <strong>Route Planner</strong> for planning tasks
4045
+ */
4046
+ SUB_REASON_RPLANNER: string;
4047
+ /**
4048
+ * subscription: <strong>Satellite archive</strong> going back <strong>1 year</strong>
4049
+ */
4050
+ SUB_REASON_SAT_HISTORY: string;
4051
+ /**
4052
+ * subscription: Unlimited <strong>Favorites</strong> and <strong>Alerts</strong>
4053
+ */
4054
+ SUB_REASON_UNLIMITED_FAVS: string;
4055
+ /**
4056
+ * subscription: <strong>More detailed</strong> forecast <strong>maps</strong>
4057
+ */
4058
+ SUB_REASON_ZOOM_LEVELS: string;
4059
+ /**
4060
+ * subscription: We were unable to process the payment.
4061
+ */
4062
+ SUB_RENEW_FAILED: string;
4063
+ /**
4064
+ * subscription: Your subscription is already assigned to an account [redeemedBy]. Please [loginLink]log in[/loginLink] with this account. If your subscription has been stolen, send us the invoice you received with your purchase at [mailAddress].
4065
+ */
4066
+ SUB_RESTORE_ASSIGNED_TEXT: string;
4067
+ /**
4068
+ * subscription: Restore purchases
4069
+ */
4070
+ SUB_RESTORE_CTA: string;
4071
+ /**
4072
+ * subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
4073
+ */
4074
+ SUB_RESTORE_ERROR_LINK: string;
4075
+ /**
4076
+ * subscription: If you're having problems with your subscription and have paid via FastSpring, you can restore the purchase using the order reference. The reference looks like [example] and can be found in e-mails from FastSpring.
4077
+ */
4078
+ SUB_RESTORE_FS_DESCRIPTION: string;
4079
+ /**
4080
+ * subscription: Your subscription is no longer active. It has probably expired or been cancelled at your initiative. If you think it is a mistake, send us the invoice you received with your purchase at [mailAddress].
4081
+ */
4082
+ SUB_RESTORE_FS_ERROR_EXPIRED: string;
4083
+ /**
4084
+ * subscription: Your subscription is not valid. Please check the invoice you received with your purchase carefully to ensure you are trying to restore Windy Premium. Or send it to us at [mailAddress].
4085
+ */
4086
+ SUB_RESTORE_FS_ERROR_INVALID: string;
4087
+ /**
4088
+ * subscription: Please enter a valid order reference
4089
+ */
4090
+ SUB_RESTORE_FS_REFERENCE_INVALID: string;
4091
+ /**
4092
+ * subscription: Order reference
4093
+ */
4094
+ SUB_RESTORE_FS_REFERENCE_LABEL: string;
4095
+ /**
4096
+ * subscription: We didn't find any purchases to restore.
4097
+ */
4098
+ SUB_RESTORE_NOTHING_TO_RESTORE: string;
4099
+ /**
4100
+ * subscription: All purchases are linked to your [platform] account. Make sure you are trying to restore your purchases on a device with the same [platform] account you purchased your subscription with.
4101
+ */
4102
+ SUB_RESTORE_NOTHING_TO_RESTORE_DESC: string;
4103
+ /**
4104
+ * subscription: Temporarily unavailable:
4105
+ */
4106
+ SUB_TEMP_UNAVAILABLE: string;
4107
+ /**
4108
+ * subscription: Thank you for subscribing!
4109
+ */
4110
+ SUB_THANK_YOU_HEADING: string;
4111
+ /**
4112
+ * subscription: Unpause Premium
4113
+ */
4114
+ SUB_UNPAUSE: string;
4115
+ /**
4116
+ * subscription: You lost:
4117
+ */
4118
+ SUB_YOU_LOST: string;
4119
+ /**
4120
+ * subscription: You will lose:
4121
+ */
4122
+ SUB_YOU_WILL_LOSE: string;
4123
+ }
4124
+
4125
+ export interface WatchfaceLangFile {
4126
+ /**
4127
+ * watchface: Add Apple Watch Face
4128
+ */
4129
+ WATCHFACES_ADDBUTTON: string;
4130
+ /**
4131
+ * watchface: Add a Windy Watch Face to your Apple Watch and have forecast right on your wrist.
4132
+ */
4133
+ WATCHFACES_SUBTITLE: string;
4134
+ /**
4135
+ * watchface: Windy Watch Face
4136
+ */
4137
+ WATCHFACES_TITLE: string;
4138
+ }
4139
+
4140
+ export interface WebcamsLangFile {
4141
+ /**
4142
+ * webcams: Details
4143
+ */
4144
+ CAM_ADDITIONAL_INFO: string;
4145
+ /**
4146
+ * webcams: It is done! Thank you, your webcam will be processed as soon as possible. We will contact you via email.
4147
+ */
4148
+ CAM_ADD_DONE: string;
4149
+ /**
4150
+ * webcams: all webcams
4151
+ */
4152
+ CAM_ALL: string;
4153
+ /**
4154
+ * webcams: API for developers
4155
+ */
4156
+ CAM_API_FOR_DEVELOPERS: string;
4157
+ /**
4158
+ * webcams: are not specified
4159
+ */
4160
+ CAM_ARE_NOT_SPECIFIED: string;
4161
+ /**
4162
+ * webcams: Back
4163
+ */
4164
+ CAM_BACK: string;
4165
+ /**
4166
+ * webcams: back to webcam detail
4167
+ */
4168
+ CAM_BACK_TO_DETAIL: string;
4169
+ /**
4170
+ * webcams: URLs
4171
+ */
4172
+ CAM_BASIC_INFO: string;
4173
+ /**
4174
+ * webcams: I don't see the webcam here
4175
+ */
4176
+ CAM_CANNOT_SEE_WEBCAM: string;
4177
+ /**
4178
+ * webcams: Category
4179
+ */
4180
+ CAM_CATEGORY: string;
4181
+ /**
4182
+ * webcams: Location
4183
+ */
4184
+ CAM_CHOOSE_LOCATION: string;
4185
+ /**
4186
+ * webcams: Image
4187
+ */
4188
+ CAM_CHOOSE_WEBCAM: string;
4189
+ /**
4190
+ * webcams: Select your webcam view.
4191
+ */
4192
+ CAM_CHOOSE_WEBCAM_VIEW: string;
4193
+ /**
4194
+ * webcams: Click to fix it.
4195
+ */
4196
+ CAM_CLICK_TO_FIX_IT: string;
4197
+ /**
4198
+ * webcams: Confirm
4199
+ */
4200
+ CAM_CONFIRM: string;
4201
+ /**
4202
+ * webcams: Current images
4203
+ */
4204
+ CAM_CURRENT_IMAGES: string;
4205
+ /**
4206
+ * webcams: Daylight images
4207
+ */
4208
+ CAM_DAYLIGHT_IMAGES: string;
4209
+ /**
4210
+ * webcams: Details
4211
+ */
4212
+ CAM_DETAIL: string;
4213
+ /**
4214
+ * webcams: Direction
4215
+ */
4216
+ CAM_DIRECTION: string;
4217
+ /**
4218
+ * webcams: E
4219
+ */
4220
+ CAM_DIRECTION_E: string;
4221
+ /**
4222
+ * webcams: N
4223
+ */
4224
+ CAM_DIRECTION_N: string;
4225
+ /**
4226
+ * webcams: NE
4227
+ */
4228
+ CAM_DIRECTION_NE: string;
4229
+ /**
4230
+ * webcams: N/A
4231
+ */
4232
+ CAM_DIRECTION_NO: string;
4233
+ /**
4234
+ * webcams: NW
4235
+ */
4236
+ CAM_DIRECTION_NW: string;
4237
+ /**
4238
+ * webcams: S
4239
+ */
4240
+ CAM_DIRECTION_S: string;
4241
+ /**
4242
+ * webcams: SE
4243
+ */
4244
+ CAM_DIRECTION_SE: string;
4245
+ /**
4246
+ * webcams: SW
4247
+ */
4248
+ CAM_DIRECTION_SW: string;
4249
+ /**
4250
+ * webcams: W
4251
+ */
4252
+ CAM_DIRECTION_W: string;
4253
+ /**
4254
+ * webcams: Edit webcam
4255
+ */
4256
+ CAM_EDIT: string;
4257
+ /**
4258
+ * webcams: e.g.
4259
+ */
4260
+ CAM_EG: string;
4261
+ /**
4262
+ * webcams: Please check the contact email which will be used when the webcam is broken.
4263
+ */
4264
+ CAM_EMAIL_DESCRIPTION: string;
4265
+ /**
4266
+ * webcams: Copy this code and paste it on your website:
4267
+ */
4268
+ CAM_EMBED_COPY_CODE_LABEL: string;
4269
+ /**
4270
+ * webcams: What would you like to embed?
4271
+ */
4272
+ CAM_EMBED_EMBED_CONTENT_LABEL: string;
4273
+ /**
4274
+ * webcams: Nearby webcams
4275
+ */
4276
+ CAM_EMBED_EMBED_CONTENT_NEARBY_WEBCAMS: string;
4277
+ /**
4278
+ * webcams: This webcam
4279
+ */
4280
+ CAM_EMBED_EMBED_CONTENT_SINGLE_WEBCAM: string;
4281
+ /**
4282
+ * webcams: Choose your embed type
4283
+ */
4284
+ CAM_EMBED_EMBED_TYPE_LABEL: string;
4285
+ /**
4286
+ * webcams: Image links
4287
+ */
4288
+ CAM_EMBED_EMBED_TYPE_OPTION_IMAGE_LINKS: string;
4289
+ /**
4290
+ * webcams: Player
4291
+ */
4292
+ CAM_EMBED_EMBED_TYPE_OPTION_PLAYER: string;
4293
+ /**
4294
+ * webcams: Text link
4295
+ */
4296
+ CAM_EMBED_EMBED_TYPE_OPTION_TEXT_LINK: string;
4297
+ /**
4298
+ * webcams: Embed webcam
4299
+ */
4300
+ CAM_EMBED_HEADING: string;
4301
+ /**
4302
+ * webcams: Here's a preview of how it will look like:
4303
+ */
4304
+ CAM_EMBED_PREVIEW_LABEL: string;
4305
+ /**
4306
+ * webcams: Choose your timespan
4307
+ */
4308
+ CAM_EMBED_TIMESPAN_LABEL: string;
4309
+ /**
4310
+ * webcams: 12 months
4311
+ */
4312
+ CAM_EMBED_TIMESPAN_OPTION_12_MONTHS: string;
4313
+ /**
4314
+ * webcams: 24 hours
4315
+ */
4316
+ CAM_EMBED_TIMESPAN_OPTION_24_HOURS: string;
4317
+ /**
4318
+ * webcams: 30 days
4319
+ */
4320
+ CAM_EMBED_TIMESPAN_OPTION_30_DAYS: string;
4321
+ /**
4322
+ * webcams: Lifetime
4323
+ */
4324
+ CAM_EMBED_TIMESPAN_OPTION_LIFETIME: string;
4325
+ /**
4326
+ * webcams: An error occurred. Try again later.
4327
+ */
4328
+ CAM_ERROR_COMMON: string;
4329
+ /**
4330
+ * webcams: Email must be in the right format
4331
+ */
4332
+ CAM_ERROR_EMAIL: string;
4333
+ /**
4334
+ * webcams: Cannot load the webcam!
4335
+ */
4336
+ CAM_ERROR_LOADING: string;
4337
+ /**
4338
+ * webcams: go to the list of all webcams
4339
+ */
4340
+ CAM_ERROR_LOADING_BACK: string;
4341
+ /**
4342
+ * webcams: Please try again later. Anyway, the problem has been automatically reported, and we will look into it as soon as possible.
4343
+ */
4344
+ CAM_ERROR_LOADING_NOTE: string;
4345
+ /**
4346
+ * webcams: We already process this webcam!
4347
+ */
4348
+ CAM_ERROR_MESSAGE_DUPLICATE: string;
4349
+ /**
4350
+ * webcams: If the problem persists, please let us know at {{email}}.
4351
+ */
4352
+ CAM_ERROR_NOTE: string;
4353
+ /**
4354
+ * webcams: Select all checkboxes to continue
4355
+ */
4356
+ CAM_ERROR_NOT_CONFIRMED: string;
4357
+ /**
4358
+ * webcams: Field must be a number
4359
+ */
4360
+ CAM_ERROR_NUMBER: string;
4361
+ /**
4362
+ * webcams: Required field
4363
+ */
4364
+ CAM_ERROR_REQUIRED: string;
4365
+ /**
4366
+ * webcams: Please use a valid URL address, which starts with http(s)://
4367
+ */
4368
+ CAM_ERROR_URL: string;
4369
+ /**
4370
+ * webcams: It is not possible to add any webcam from windy.com domain, we already have this webcam :-)
4371
+ */
4372
+ CAM_ERROR_URL_WINDY: string;
4373
+ /**
4374
+ * webcams: Filter by category
4375
+ */
4376
+ CAM_FILTER_BY_CATEGORY: string;
4377
+ /**
4378
+ * webcams: Help us to build the biggest open collection of travel webcams
4379
+ */
4380
+ CAM_HELP_US_BUILD: string;
4381
+ /**
4382
+ * webcams: Image URL
4383
+ */
4384
+ CAM_IMAGE_URL: string;
4385
+ /**
4386
+ * webcams: Specify URL address of the webcam image. You will help us if you can specify a direct URL to the webcam image.
4387
+ */
4388
+ CAM_IMAGE_URL_DESCRIPTION: string;
4389
+ /**
4390
+ * webcams: We already process this webcam. You can review the existing webcam and help us improve it.
4391
+ */
4392
+ CAM_IMAGE_URL_DUPLICATE: string;
4393
+ /**
4394
+ * webcams: Cannot get a webcam preview image!
4395
+ */
4396
+ CAM_IMAGE_URL_ERROR: string;
4397
+ /**
4398
+ * webcams: It would help us a lot if you could
4399
+ */
4400
+ CAM_IMAGE_URL_MANUAL: string;
4401
+ /**
4402
+ * webcams: If the picture shows your webcam preview, please continue using {{confirm}} button. Otherwise, please help us and
4403
+ */
4404
+ CAM_IMAGE_URL_MANUAL2: string;
4405
+ /**
4406
+ * webcams: You can continue anyway using {{cannotsee}}, we just have to check your website manually.
4407
+ */
4408
+ CAM_IMAGE_URL_MANUAL2_FOOTER: string;
4409
+ /**
4410
+ * webcams: But you can continue anyway. We just have to check your website manually.
4411
+ */
4412
+ CAM_IMAGE_URL_MANUAL_FOOTER: string;
4413
+ /**
4414
+ * webcams: check your image URL one more time from {{pstep}}
4415
+ */
4416
+ CAM_IMAGE_URL_MANUAL_ITEM1: string;
4417
+ /**
4418
+ * webcams: previous step
4419
+ */
4420
+ CAM_IMAGE_URL_MANUAL_ITEM1_PSTEP: string;
4421
+ /**
4422
+ * webcams: or select a different image from your website {{ourtool}}
4423
+ */
4424
+ CAM_IMAGE_URL_MANUAL_ITEM2: string;
4425
+ /**
4426
+ * webcams: using our tool
4427
+ */
4428
+ CAM_IMAGE_URL_MANUAL_ITEM2_OURTOOL: string;
4429
+ /**
4430
+ * webcams: Because your page is protected by username and password, we will check your website manually and finish this step on our own.
4431
+ */
4432
+ CAM_IMAGE_URL_NOTE: string;
4433
+ /**
4434
+ * webcams: No images found on the page {{url}}, but you can continue anyway.
4435
+ */
4436
+ CAM_IMAGE_URL_NOT_FOUND: string;
4437
+ /**
4438
+ * webcams: is not specified
4439
+ */
4440
+ CAM_IS_NOT_SPECIFIED: string;
4441
+ /**
4442
+ * webcams: I hereby confirm that I am the legal owner and/or operator of the respective camera(s) and I declare that I am fully authorized to share the pictures/video from the camera(s) as well as any other related data (including user credentials such as login and password) necessary for the registration of the camera(s) within the Windy Services.
4443
+ */
4444
+ CAM_I_AM_OWNER: string;
4445
+ /**
4446
+ * webcams: I hereby confirm that I have read the related {{windy-pp}} and {{windy-tou}} and {{windy-webcams}} (including the section {{section-number}})
4447
+ */
4448
+ CAM_I_READ_LEGAL: string;
4449
+ /**
4450
+ * webcams: Loading more webcams
4451
+ */
4452
+ CAM_LOADING_MORE_WEBCAMS: string;
4453
+ /**
4454
+ * webcams: Location
4455
+ */
4456
+ CAM_LOCATION: string;
4457
+ /**
4458
+ * webcams: You are not logged in. You can add a webcam even without logging in, but we recommend using {{existing_account}} or {{create_account}} before you continue.
4459
+ */
4460
+ CAM_LOGIN: string;
4461
+ /**
4462
+ * webcams: creating a new one
4463
+ */
4464
+ CAM_LOGIN_CREATE_ACCOUNT: string;
4465
+ /**
4466
+ * webcams: your existing account
4467
+ */
4468
+ CAM_LOGIN_EXISTING_ACCOUNT: string;
4469
+ /**
4470
+ * webcams: Adjust the exact location of the webcam
4471
+ */
4472
+ CAM_MAP: string;
4473
+ /**
4474
+ * webcams: Add picker to the map.
4475
+ */
4476
+ CAM_MAP_DESCRIPTION: string;
4477
+ /**
4478
+ * webcams: Location of your camera is required.
4479
+ */
4480
+ CAM_MAP_LOCATION_ERROR: string;
4481
+ /**
4482
+ * webcams: Please zoom in the map to make the camera position as accurate as possible.
4483
+ */
4484
+ CAM_MAP_ZOOM: string;
4485
+ /**
4486
+ * webcams: Please help us to process your webcam faster and add an image URL.
4487
+ */
4488
+ CAM_MESSAGE_IMAGE_URL: string;
4489
+ /**
4490
+ * webcams: Nearest webcams
4491
+ */
4492
+ CAM_NEAREST_WEBCAMS: string;
4493
+ /**
4494
+ * webcams: No webcams nearby
4495
+ */
4496
+ CAM_NEAREST_WEBCAMS_NOT_FOUND: string;
4497
+ /**
4498
+ * webcams: Next
4499
+ */
4500
+ CAM_NEXT: string;
4501
+ /**
4502
+ * webcams: was not specified
4503
+ */
4504
+ CAM_NOT_SPECIFIED: string;
4505
+ /**
4506
+ * webcams: No webcam images available for selected time period. Please change the time range or try again later, when the newer data will be processed.
4507
+ */
4508
+ CAM_NO_SCREEN: string;
4509
+ /**
4510
+ * webcams: No webcams found in this location.
4511
+ */
4512
+ CAM_NO_WEBCAMS: string;
4513
+ /**
4514
+ * webcams: No webcams found in this location for the selected category.
4515
+ */
4516
+ CAM_NO_WEBCAMS_AND_CATGORY: string;
4517
+ /**
4518
+ * webcams: open webcam detail
4519
+ */
4520
+ CAM_OPEN_DETAIL: string;
4521
+ /**
4522
+ * webcams: Webcam Operator email
4523
+ */
4524
+ CAM_OPERATOR_EMAIL: string;
4525
+ /**
4526
+ * webcams: optional
4527
+ */
4528
+ CAM_OPTIONAL: string;
4529
+ /**
4530
+ * webcams: Our webcam
4531
+ */
4532
+ CAM_OUR_WEBCAM: string;
4533
+ /**
4534
+ * webcams: Page URL
4535
+ */
4536
+ CAM_PAGE_URL: string;
4537
+ /**
4538
+ * webcams: Page requires login information
4539
+ */
4540
+ CAM_PAGE_URL_CREDENTIALS: string;
4541
+ /**
4542
+ * webcams: Password
4543
+ */
4544
+ CAM_PAGE_URL_CREDENTIALS_PASSWORD: string;
4545
+ /**
4546
+ * webcams: Username
4547
+ */
4548
+ CAM_PAGE_URL_CREDENTIALS_USERNAME: string;
4549
+ /**
4550
+ * webcams: Specify URL address of a page. The page must contain the webcam image on it somewhere.
4551
+ */
4552
+ CAM_PAGE_URL_DESCRIPTION: string;
4553
+ /**
4554
+ * webcams: Position
4555
+ */
4556
+ CAM_POSITION: string;
4557
+ /**
4558
+ * webcams: Controllable
4559
+ */
4560
+ CAM_POSITION_CONTROLLABLE: string;
4561
+ /**
4562
+ * webcams: Fixed
4563
+ */
4564
+ CAM_POSITION_FIXED: string;
4565
+ /**
4566
+ * webcams: Rotating
4567
+ */
4568
+ CAM_POSITION_ROTATING: string;
4569
+ /**
4570
+ * webcams: Can't see your webcam? Are you going to add a new one?
4571
+ */
4572
+ CAM_POSSIBLE_DUPLICATE_CANT_SEE: string;
4573
+ /**
4574
+ * webcams: In that case, please continue with the process of adding your webcam.
4575
+ */
4576
+ CAM_POSSIBLE_DUPLICATE_CONTINUE: string;
4577
+ /**
4578
+ * webcams: Possible match
4579
+ */
4580
+ CAM_POSSIBLE_MATCH: string;
4581
+ /**
4582
+ * webcams: Preview
4583
+ */
4584
+ CAM_PREVIEW: string;
4585
+ /**
4586
+ * webcams: protected page
4587
+ */
4588
+ CAM_PROTECTED_PAGE: string;
4589
+ /**
4590
+ * webcams: provider's website
4591
+ */
4592
+ CAM_PROVIDER: string;
4593
+ /**
4594
+ * webcams: back to editing
4595
+ */
4596
+ CAM_REMOVE_BACK_CTA: string;
4597
+ /**
4598
+ * webcams: Date of discontinuation
4599
+ */
4600
+ CAM_REMOVE_DISCONTINUED_NO_DATE_LABEL: string;
4601
+ /**
4602
+ * webcams: E-mail
4603
+ */
4604
+ CAM_REMOVE_DISCONTINUED_NO_EMAIL_LABEL: string;
4605
+ /**
4606
+ * webcams: Message
4607
+ */
4608
+ CAM_REMOVE_DISCONTINUED_NO_MESSAGE_LABEL: string;
4609
+ /**
4610
+ * webcams: Name
4611
+ */
4612
+ CAM_REMOVE_DISCONTINUED_NO_NAME_LABEL: string;
4613
+ /**
4614
+ * webcams: Confirm
4615
+ */
4616
+ CAM_REMOVE_DISCONTINUED_NO_SUBMIT: string;
4617
+ /**
4618
+ * webcams: Please confirm, that this webcam service is discontinued without any public replacement in the future:
4619
+ */
4620
+ CAM_REMOVE_DISCONTINUED_NO_TEXT: string;
4621
+ /**
4622
+ * webcams: Will there be a public replacement for this specific webcam?
4623
+ */
4624
+ CAM_REMOVE_DISCONTINUED_REPLACEMENT_LEGEND: string;
4625
+ /**
4626
+ * webcams: Maybe
4627
+ */
4628
+ CAM_REMOVE_DISCONTINUED_REPLACEMENT_OPTION_MAYBE: string;
4629
+ /**
4630
+ * webcams: No
4631
+ */
4632
+ CAM_REMOVE_DISCONTINUED_REPLACEMENT_OPTION_NO: string;
4633
+ /**
4634
+ * webcams: Yes
4635
+ */
4636
+ CAM_REMOVE_DISCONTINUED_REPLACEMENT_OPTION_YES: string;
4637
+ /**
4638
+ * webcams: Edit image URL
4639
+ */
4640
+ CAM_REMOVE_DISCONTINUED_YES_CTA: string;
4641
+ /**
4642
+ * webcams: Please edit the image URL of the webcam, as soon as the replacement is ready:
4643
+ */
4644
+ CAM_REMOVE_DISCONTINUED_YES_TEXT: string;
4645
+ /**
4646
+ * webcams: Your e-mail in case further information is needed
4647
+ */
4648
+ CAM_REMOVE_DUPLICATE_EMAIL_LABEL: string;
4649
+ /**
4650
+ * webcams: Confirm
4651
+ */
4652
+ CAM_REMOVE_DUPLICATE_SUBMIT: string;
4653
+ /**
4654
+ * webcams: Please confirm, that this webcam is a duplicate of an already existing webcam:
4655
+ */
4656
+ CAM_REMOVE_DUPLICATE_TEXT: string;
4657
+ /**
4658
+ * webcams: Original URL of the same webcam
4659
+ */
4660
+ CAM_REMOVE_DUPLICATE_URL_LABEL: string;
4661
+ /**
4662
+ * webcams: We have a problem here. Please, try again later or let us know at {{email}}.
4663
+ */
4664
+ CAM_REMOVE_FAILED_TEXT: string;
4665
+ /**
4666
+ * webcams: Remove webcam
4667
+ */
4668
+ CAM_REMOVE_HEADING: string;
4669
+ /**
4670
+ * webcams: Date of privatization
4671
+ */
4672
+ CAM_REMOVE_PRIVATIZED_DATE_LABEL: string;
4673
+ /**
4674
+ * webcams: E-mail
4675
+ */
4676
+ CAM_REMOVE_PRIVATIZED_EMAIL_LABEL: string;
4677
+ /**
4678
+ * webcams: Authorized person's name
4679
+ */
4680
+ CAM_REMOVE_PRIVATIZED_NAME_LABEL: string;
4681
+ /**
4682
+ * webcams: Confirm
4683
+ */
4684
+ CAM_REMOVE_PRIVATIZED_SUBMIT: string;
4685
+ /**
4686
+ * webcams: Please confirm, that this webcam is privatized and no longer available to the public:
4687
+ */
4688
+ CAM_REMOVE_PRIVATIZED_TEXT: string;
4689
+ /**
4690
+ * webcams: Reason for removal
4691
+ */
4692
+ CAM_REMOVE_REASON_LEGEND: string;
4693
+ /**
4694
+ * webcams: Webcam discontinued
4695
+ */
4696
+ CAM_REMOVE_REASON_OPTION_DISCONTINUED: string;
4697
+ /**
4698
+ * webcams: Duplicate entry
4699
+ */
4700
+ CAM_REMOVE_REASON_OPTION_DUPLICATE: string;
4701
+ /**
4702
+ * webcams: Webcam privatized
4703
+ */
4704
+ CAM_REMOVE_REASON_OPTION_PRIVATIZED: string;
4705
+ /**
4706
+ * webcams: Publication undesired
4707
+ */
4708
+ CAM_REMOVE_REASON_OPTION_UNDESIRED: string;
4709
+ /**
4710
+ * webcams: Thank you.
4711
+ */
4712
+ CAM_REMOVE_THANK_YOU_HEADING: string;
4713
+ /**
4714
+ * webcams: Please give us a few days to process your request manually.
4715
+ */
4716
+ CAM_REMOVE_THANK_YOU_TEXT1: string;
4717
+ /**
4718
+ * webcams: We will get back to you.
4719
+ */
4720
+ CAM_REMOVE_THANK_YOU_TEXT2: string;
4721
+ /**
4722
+ * webcams: Cancel the publication of your webcams
4723
+ */
4724
+ CAM_REMOVE_UNDESIRED_HEADING: string;
4725
+ /**
4726
+ * webcams: Step
4727
+ */
4728
+ CAM_REMOVE_UNDESIRED_STEP: string;
4729
+ /**
4730
+ * webcams: OK, I give up these benefits
4731
+ */
4732
+ CAM_REMOVE_UNDESIRED_STEP1_CONTINUE: string;
4733
+ /**
4734
+ * webcams: By removing your webcam, you will automatically:
4735
+ */
4736
+ CAM_REMOVE_UNDESIRED_STEP1_LIST_HEADING: string;
4737
+ /**
4738
+ * webcams: Lose the benefit of increasing the audience of your webcam within our distribution network
4739
+ */
4740
+ CAM_REMOVE_UNDESIRED_STEP1_LIST_ITEM1: string;
4741
+ /**
4742
+ * webcams: Lose the benefit of additional user traffic from our website to your website
4743
+ */
4744
+ CAM_REMOVE_UNDESIRED_STEP1_LIST_ITEM2: string;
4745
+ /**
4746
+ * webcams: Lose the benefit of free timelapse slideshows for your webcam, showing the last 24 hours, 30 days, 24 months and lifetime
4747
+ */
4748
+ CAM_REMOVE_UNDESIRED_STEP1_LIST_ITEM3: string;
4749
+ /**
4750
+ * webcams: OK, got it
4751
+ */
4752
+ CAM_REMOVE_UNDESIRED_STEP2_CONTINUE: string;
4753
+ /**
4754
+ * webcams: Download form
4755
+ */
4756
+ CAM_REMOVE_UNDESIRED_STEP2_DOWNLOAD: string;
4757
+ /**
4758
+ * webcams: We need to be sure, that you are the legal owner of this webcam in order to prevent an unintended removal from our directory by a non-eligible person.
4759
+ */
4760
+ CAM_REMOVE_UNDESIRED_STEP2_TEXT1: string;
4761
+ /**
4762
+ * webcams: That is why we need you to download, unzip and complete this form (it contains editable fields):
4763
+ */
4764
+ CAM_REMOVE_UNDESIRED_STEP2_TEXT2: string;
4765
+ /**
4766
+ * webcams: OK, got it
4767
+ */
4768
+ CAM_REMOVE_UNDESIRED_STEP3_CONTINUE: string;
4769
+ /**
4770
+ * webcams: Sign this document with a valid digital signature; or print it out and sign it manually.
4771
+ */
4772
+ CAM_REMOVE_UNDESIRED_STEP3_TEXT: string;
4773
+ /**
4774
+ * webcams: OK, got it
4775
+ */
4776
+ CAM_REMOVE_UNDESIRED_STEP4_CONTINUE: string;
4777
+ /**
4778
+ * webcams: Send an email to {{email}} with the following contents:
4779
+ */
4780
+ CAM_REMOVE_UNDESIRED_STEP4_LIST_HEADING: string;
4781
+ /**
4782
+ * webcams: The signed document (as attachment)
4783
+ */
4784
+ CAM_REMOVE_UNDESIRED_STEP4_LIST_ITEM1: string;
4785
+ /**
4786
+ * webcams: Reason for your cancellation
4787
+ */
4788
+ CAM_REMOVE_UNDESIRED_STEP4_LIST_ITEM2: string;
4789
+ /**
4790
+ * webcams: Your email signature containing (1) your name, (2) address and (3) contact details
4791
+ */
4792
+ CAM_REMOVE_UNDESIRED_STEP4_LIST_ITEM3: string;
4793
+ /**
4794
+ * webcams: Remove webcam
4795
+ */
4796
+ CAM_REMOVE_WEBCAM_CTA: string;
4797
+ /**
4798
+ * webcams: Review webcam
4799
+ */
4800
+ CAM_REVIEW: string;
4801
+ /**
4802
+ * webcams: Select location
4803
+ */
4804
+ CAM_SELECT_LOCATION: string;
4805
+ /**
4806
+ * webcams: Please select the corresponding webcam image or click on
4807
+ */
4808
+ CAM_SELECT_WEBCAM_ERROR: string;
4809
+ /**
4810
+ * webcams: Show more images
4811
+ */
4812
+ CAM_SHOW_MORE: string;
4813
+ /**
4814
+ * webcams: live stream
4815
+ */
4816
+ CAM_STREAM: string;
4817
+ /**
4818
+ * webcams: Submit
4819
+ */
4820
+ CAM_SUBMIT: string;
4821
+ /**
4822
+ * webcams: Submit again
4823
+ */
4824
+ CAM_SUBMIT_AGAIN: string;
4825
+ /**
4826
+ * webcams: Suggestions
4827
+ */
4828
+ CAM_SUGGESTION: string;
4829
+ /**
4830
+ * webcams: Categories
4831
+ */
4832
+ CAM_SUGGESTION_CATEGORY: string;
4833
+ /**
4834
+ * webcams: Categories cannot be changed. They are generated automatically from views. If you would like to suggest a new category, kindly add a new view.
4835
+ */
4836
+ CAM_SUGGESTION_CATEGORY_TEXT: string;
4837
+ /**
4838
+ * webcams: Contacts
4839
+ */
4840
+ CAM_SUGGESTION_CONTACT: string;
4841
+ /**
4842
+ * webcams: Caretaker
4843
+ */
4844
+ CAM_SUGGESTION_CONTACT_CARETAKER: string;
4845
+ /**
4846
+ * webcams: Owner
4847
+ */
4848
+ CAM_SUGGESTION_CONTACT_OWNER: string;
4849
+ /**
4850
+ * webcams: If the webcam is not yet assigned to the right user account, please send us an ownership request (if possible in English) for this webcam to: {{email}}
4851
+ */
4852
+ CAM_SUGGESTION_CONTACT_TEXT: string;
4853
+ /**
4854
+ * webcams: Your email must include:
4855
+ */
4856
+ CAM_SUGGESTION_CONTACT_TEXT2: string;
4857
+ /**
4858
+ * webcams: The webcam id: {{id}}
4859
+ */
4860
+ CAM_SUGGESTION_CONTACT_TEXT2_ITEM1: string;
4861
+ /**
4862
+ * webcams: Your Windy account user name (if available)
4863
+ */
4864
+ CAM_SUGGESTION_CONTACT_TEXT2_ITEM2: string;
4865
+ /**
4866
+ * webcams: A comprehensible reason or proof why you are the legitimate owner of this webcam
4867
+ */
4868
+ CAM_SUGGESTION_CONTACT_TEXT2_ITEM3: string;
4869
+ /**
4870
+ * webcams: Elevation
4871
+ */
4872
+ CAM_SUGGESTION_ELEVATION: string;
4873
+ /**
4874
+ * webcams: Meters above sea level
4875
+ */
4876
+ CAM_SUGGESTION_ELEVATION_DESCRIPTION: string;
4877
+ /**
4878
+ * webcams: Elevation has not been changed
4879
+ */
4880
+ CAM_SUGGESTION_ELEVATION_NOT_CHANGED: string;
4881
+ /**
4882
+ * webcams: Your email
4883
+ */
4884
+ CAM_SUGGESTION_EMAIL: string;
4885
+ /**
4886
+ * webcams: We have a problem here. Please, try again later or let us know at {{mail}}.
4887
+ */
4888
+ CAM_SUGGESTION_FAIL: string;
4889
+ /**
4890
+ * webcams: Image URL
4891
+ */
4892
+ CAM_SUGGESTION_IMAGE: string;
4893
+ /**
4894
+ * webcams: is not public
4895
+ */
4896
+ CAM_SUGGESTION_IMAGE_PRIVATE: string;
4897
+ /**
4898
+ * webcams: TIP
4899
+ */
4900
+ CAM_SUGGESTION_IMAGE_TIP: string;
4901
+ /**
4902
+ * webcams: Do you want to add a new webcam?
4903
+ */
4904
+ CAM_SUGGESTION_IMAGE_TIP_TEXT: string;
4905
+ /**
4906
+ * webcams: Image URL (will remain private)
4907
+ */
4908
+ CAM_SUGGESTION_IMAGE_URL: string;
4909
+ /**
4910
+ * webcams: This URL must directly point to the webcam picture
4911
+ */
4912
+ CAM_SUGGESTION_IMAGE_URL_DESC: string;
4913
+ /**
4914
+ * webcams: Other issue
4915
+ */
4916
+ CAM_SUGGESTION_ISSUE: string;
4917
+ /**
4918
+ * webcams: Archive images
4919
+ */
4920
+ CAM_SUGGESTION_ISSUE_ARCHIVE: string;
4921
+ /**
4922
+ * webcams: The only images we save are publicly available on our website as a timelapse slider. If you need additional images, please visit the official website (if presented) mentioned in every webcam detail.
4923
+ */
4924
+ CAM_SUGGESTION_ISSUE_ARCHIVE_TEXT: string;
4925
+ /**
4926
+ * webcams: I tried to edit this webcam using the suggestions above. I also carefully read this whole page, but I still haven’t found what I need.
4927
+ */
4928
+ CAM_SUGGESTION_ISSUE_ELSE_CONFIRMATION: string;
4929
+ /**
4930
+ * webcams: Your feedback
4931
+ */
4932
+ CAM_SUGGESTION_ISSUE_ELSE_FEEDBACK: string;
4933
+ /**
4934
+ * webcams: Remove this webcam
4935
+ */
4936
+ CAM_SUGGESTION_ISSUE_ELSE_OPTION1: string;
4937
+ /**
4938
+ * webcams: Something else
4939
+ */
4940
+ CAM_SUGGESTION_ISSUE_ELSE_OPTION2: string;
4941
+ /**
4942
+ * webcams: Please select what your issue is
4943
+ */
4944
+ CAM_SUGGESTION_ISSUE_ELSE_TITLE: string;
4945
+ /**
4946
+ * webcams: Wrong location
4947
+ */
4948
+ CAM_SUGGESTION_ISSUE_LOCATION: string;
4949
+ /**
4950
+ * webcams: Please correct the location in the location section. Thank you.
4951
+ */
4952
+ CAM_SUGGESTION_ISSUE_LOCATION_TEXT: string;
4953
+ /**
4954
+ * webcams: No image
4955
+ */
4956
+ CAM_SUGGESTION_ISSUE_NO_IMAGE: string;
4957
+ /**
4958
+ * webcams: This webcam just shows a blank image in a solid color, containing no content.
4959
+ */
4960
+ CAM_SUGGESTION_ISSUE_NO_IMAGE_TEXT: string;
4961
+ /**
4962
+ * webcams: Poor image
4963
+ */
4964
+ CAM_SUGGESTION_ISSUE_POOR_IMAGE: string;
4965
+ /**
4966
+ * webcams: This webcam has a poor image (blurry, dirty lens, strange angle, etc) which severely reduces the webcam enjoyment.
4967
+ */
4968
+ CAM_SUGGESTION_ISSUE_POOR_IMAGE_TEXT: string;
4969
+ /**
4970
+ * webcams: Position has not been changed.
4971
+ */
4972
+ CAM_SUGGESTION_LOCATION_NOT_CHANGED: string;
4973
+ /**
4974
+ * webcams: Thank you, your suggestion has been successfully submitted for review.
4975
+ */
4976
+ CAM_SUGGESTION_OK: string;
4977
+ /**
4978
+ * webcams: Webpage
4979
+ */
4980
+ CAM_SUGGESTION_PAGE: string;
4981
+ /**
4982
+ * webcams: This page must contain the webcam image on it somewhere
4983
+ */
4984
+ CAM_SUGGESTION_PAGE_DESC: string;
4985
+ /**
4986
+ * webcams: Webpage URL
4987
+ */
4988
+ CAM_SUGGESTION_PAGE_LABEL: string;
4989
+ /**
4990
+ * webcams: The URL has not been changed
4991
+ */
4992
+ CAM_SUGGESTION_PAGE_NOT_CHANGED: string;
4993
+ /**
4994
+ * webcams: Stream type
4995
+ */
4996
+ CAM_SUGGESTION_STREAM: string;
4997
+ /**
4998
+ * webcams: The livestream player URL must point to a website containing only the livestream, with no additional content
4999
+ */
5000
+ CAM_SUGGESTION_STREAM_DESC: string;
5001
+ /**
5002
+ * webcams: Live stream URL
5003
+ */
5004
+ CAM_SUGGESTION_STREAM_LABEL: string;
5005
+ /**
5006
+ * webcams: N/A
5007
+ */
5008
+ CAM_SUGGESTION_STREAM_NO: string;
5009
+ /**
5010
+ * webcams: The URL has not been changed
5011
+ */
5012
+ CAM_SUGGESTION_STREAM_NOT_CHANGED: string;
5013
+ /**
5014
+ * webcams: Livestream
5015
+ */
5016
+ CAM_SUGGESTION_STREAM_YES: string;
5017
+ /**
5018
+ * webcams: Title
5019
+ */
5020
+ CAM_SUGGESTION_TITLE: string;
5021
+ /**
5022
+ * webcams: The title cannot be changed. It is generated automatically from the location and views.
5023
+ */
5024
+ CAM_SUGGESTION_TITLE_TEXT: string;
5025
+ /**
5026
+ * webcams: A webcam view defines what is visible on the webcam picture.
5027
+ */
5028
+ CAM_SUGGESTION_VIEW: string;
5029
+ /**
5030
+ * webcams: Each webcam can have several views.
5031
+ */
5032
+ CAM_SUGGESTION_VIEW_ITEM1: string;
5033
+ /**
5034
+ * webcams: The webcam view is used for creating the webcam title and determining the webcam categories.
5035
+ */
5036
+ CAM_SUGGESTION_VIEW_ITEM2: string;
5037
+ /**
5038
+ * webcams: The views will automatically be translated into every available language by us.
5039
+ */
5040
+ CAM_SUGGESTION_VIEW_ITEM3: string;
5041
+ /**
5042
+ * webcams: Views have not been changed.
5043
+ */
5044
+ CAM_SUGGESTION_VIEW_NOT_CHANGED: string;
5045
+ /**
5046
+ * webcams: Summary
5047
+ */
5048
+ CAM_SUMMARY: string;
5049
+ /**
5050
+ * webcams: Enter the name of whatever is visible on the webcam image.
5051
+ */
5052
+ CAM_VIEW_DESCRIPTION: string;
5053
+ /**
5054
+ * webcams: Google Maps places
5055
+ */
5056
+ CAM_VIEW_GPLACES: string;
5057
+ /**
5058
+ * webcams: Views
5059
+ */
5060
+ CAM_VIEW_LANDSCAPE: string;
5061
+ /**
5062
+ * webcams: We cannot find this view. Feel free to extend {{gplaces}}, then it will be available here.
5063
+ */
5064
+ CAM_VIEW_NOT_FOUND: string;
5065
+ /**
5066
+ * webcams: Location name
5067
+ */
5068
+ CAM_VIEW_PLACEHOLDER: string;
5069
+ /**
5070
+ * webcams: We already process possible duplicates of your webcam!
5071
+ */
5072
+ CAM_WARNING_MESSAGE_POSSIBLE_DUPLICATE: string;
5073
+ /**
5074
+ * webcams: webcam detail
5075
+ */
5076
+ CAM_WEBCAM_DETAIL: string;
5077
+ /**
5078
+ * webcams: Webcam feedback
5079
+ */
5080
+ CAM_WEBCAM_FEEDBACK: string;
5081
+ /**
5082
+ * webcams: Webpage
5083
+ */
5084
+ CAM_WEBPAGE: string;
5085
+ /**
5086
+ * webcams: Your webcam image
5087
+ */
5088
+ CAM_YOUR_IMAGE: string;
5089
+ }
5090
+
5091
+ // prettier-ignore
5092
+ export interface PluginTranslations extends AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, MenuLangFile, NotificationsLangFile, ProductsLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile {}
5093
+ export interface Translations extends MainLangFile, PluginTranslations {}
5094
+
5095
+ export interface SupportedLangFiles {
5096
+ alerts: AlertsLangFile;
5097
+ appreview: AppreviewLangFile;
5098
+ articles: ArticlesLangFile;
5099
+ consent: ConsentLangFile;
5100
+ distance: DistanceLangFile;
5101
+ favs: FavsLangFile;
5102
+ hurricanes: HurricanesLangFile;
5103
+ info: InfoLangFile;
5104
+ main: MainLangFile;
5105
+ lib: LibLangFile;
5106
+ menu: MenuLangFile;
5107
+ notifications: NotificationsLangFile;
5108
+ products: ProductsLangFile;
5109
+ register: RegisterLangFile;
5110
+ settings: SettingsLangFile;
5111
+ sounding: SoundingLangFile;
5112
+ station: StationLangFile;
5113
+ subscription: SubscriptionLangFile;
5114
+ watchface: WatchfaceLangFile;
5115
+ webcams: WebcamsLangFile;
5116
+ }