@windycom/plugin-devtools 2.0.0 → 3.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 (143) hide show
  1. package/README.md +4 -0
  2. package/index.mjs +2 -2
  3. package/package.json +2 -3
  4. package/types/client/AccessProducts.d.ts +8 -0
  5. package/types/client/BottomSlide.d.ts +3 -0
  6. package/types/client/BottomSveltePlugins.d.ts +8 -0
  7. package/types/client/Calendar.d.ts +9 -17
  8. package/types/client/Color.d.ts +44 -91
  9. package/types/client/EcmwfProduct.d.ts +0 -22
  10. package/types/client/Evented.d.ts +4 -0
  11. package/types/client/ExternalSveltePlugin.d.ts +8 -2
  12. package/types/client/IDB.d.ts +69 -0
  13. package/types/client/IconProducts.d.ts +2 -0
  14. package/types/client/Layer.d.ts +1 -2
  15. package/types/client/Metric.d.ts +13 -9
  16. package/types/client/MetricClasses.d.ts +4 -3
  17. package/types/client/Overlay.d.ts +31 -16
  18. package/types/client/OverlayClasses.d.ts +11 -7
  19. package/types/client/Plugin.d.ts +6 -2
  20. package/types/client/Product.d.ts +33 -30
  21. package/types/client/RadarPlusProduct.d.ts +19 -0
  22. package/types/client/Renderer.d.ts +2 -10
  23. package/types/client/SatelliteProduct.d.ts +1 -1
  24. package/types/client/SveltePlugin.d.ts +16 -5
  25. package/types/client/TileLayer.d.ts +1 -2
  26. package/types/client/TopoMap.d.ts +10 -0
  27. package/types/client/WindowPlugin.d.ts +9 -4
  28. package/types/client/appsFlyer.d.ts +2 -0
  29. package/types/client/baseMap.d.ts +8 -5
  30. package/types/client/cityLabels.d.ts +10 -2
  31. package/types/client/cloudSync.d.ts +3 -1
  32. package/types/client/colorGradients.d.ts +13 -0
  33. package/types/client/compatibilityCheck.d.ts +1 -0
  34. package/types/client/connection.d.ts +1 -1
  35. package/types/client/customColors.d.ts +1 -0
  36. package/types/client/d.ts.files/Calendar.d.ts +11 -2
  37. package/types/client/d.ts.files/Color.d.ts +17 -5
  38. package/types/client/d.ts.files/LabelsLayer.d.ts +3 -20
  39. package/types/client/d.ts.files/Layer.d.ts +8 -1
  40. package/types/client/d.ts.files/Metric.d.ts +1 -0
  41. package/types/client/d.ts.files/Renderer.d.ts +22 -1
  42. package/types/client/d.ts.files/alerts.d.ts +119 -0
  43. package/types/client/d.ts.files/broadcast.d.ts +51 -18
  44. package/types/client/d.ts.files/dataSpecifications.d.ts +121 -137
  45. package/types/client/d.ts.files/favs.d.ts +68 -0
  46. package/types/client/d.ts.files/incomingMessages.d.ts +0 -4
  47. package/types/client/d.ts.files/lib.d.ts +5 -7
  48. package/types/client/d.ts.files/notifications.d.ts +2 -2
  49. package/types/client/d.ts.files/plugin-params.d.ts +53 -57
  50. package/types/client/d.ts.files/plugins.d.ts +31 -42
  51. package/types/client/d.ts.files/pois.d.ts +1 -1
  52. package/types/client/d.ts.files/products.d.ts +16 -5
  53. package/types/client/d.ts.files/rootScope.d.ts +13 -31
  54. package/types/client/d.ts.files/startup.d.ts +65 -0
  55. package/types/client/d.ts.files/storage.d.ts +12 -35
  56. package/types/client/d.ts.files/user.d.ts +82 -24
  57. package/types/client/detectDevice.d.ts +0 -3
  58. package/types/client/device.d.ts +1 -0
  59. package/types/client/deviceLogging.d.ts +2 -1
  60. package/types/client/embed.d.ts +70 -0
  61. package/types/client/embed2.d.ts +14 -31
  62. package/types/client/errorLogger.d.ts +28 -3
  63. package/types/client/errors.d.ts +6 -0
  64. package/types/client/fetch.d.ts +41 -16
  65. package/types/client/format.d.ts +1 -1
  66. package/types/client/ga.d.ts +1 -1
  67. package/types/client/geolocation.d.ts +15 -7
  68. package/types/client/globals.d.ts +1 -0
  69. package/types/client/http.d.ts +17 -6
  70. package/types/client/idbInstances.d.ts +36 -0
  71. package/types/client/imaker.d.ts +112 -0
  72. package/types/client/imakerMain.d.ts +49 -0
  73. package/types/client/langFiles.d.ts +2 -0
  74. package/types/client/latestBroadcasts.d.ts +1 -1
  75. package/types/client/layers.d.ts +2 -0
  76. package/types/client/lib.d.ts +6 -22
  77. package/types/client/libHtml.d.ts +1 -1
  78. package/types/client/liveAlerts.d.ts +5 -0
  79. package/types/client/liveAlerts.types.d.ts +28 -0
  80. package/types/client/loadArticlesOrWhatsNew.d.ts +1 -0
  81. package/types/client/location.d.ts +5 -0
  82. package/types/client/log.d.ts +4 -1
  83. package/types/client/lruCache.d.ts +6 -0
  84. package/types/client/map.d.ts +17 -6
  85. package/types/client/mobile.d.ts +31 -22
  86. package/types/client/models.d.ts +7 -5
  87. package/types/client/notifications.d.ts +29 -67
  88. package/types/client/overlays.d.ts +4 -1
  89. package/types/client/params.d.ts +0 -1
  90. package/types/client/permanentPromos.d.ts +1 -1
  91. package/types/client/persistentStorage.d.ts +8 -0
  92. package/types/client/picker.d.ts +1 -1
  93. package/types/client/plugins.d.ts +4 -0
  94. package/types/client/pois.d.ts +1 -2
  95. package/types/client/promo.d.ts +6 -16
  96. package/types/client/pushNotifications.d.ts +1 -1
  97. package/types/client/queryString.d.ts +1 -1
  98. package/types/client/renderUtils.d.ts +1 -1
  99. package/types/client/renderers.d.ts +7 -3
  100. package/types/client/rootScope.d.ts +23 -24
  101. package/types/client/router.d.ts +9 -29
  102. package/types/client/seoParser.d.ts +0 -14
  103. package/types/client/serviceWorkerCtrl.d.ts +8 -0
  104. package/types/client/showableErrorsService.d.ts +6 -10
  105. package/types/client/startupWeather.d.ts +13 -9
  106. package/types/client/store.d.ts +2 -2
  107. package/types/client/storeLastPosition.d.ts +4 -0
  108. package/types/client/subscription.d.ts +1 -0
  109. package/types/client/swDownloader.d.ts +7 -7
  110. package/types/client/swProxy.d.ts +1 -1
  111. package/types/client/swUtils.d.ts +3 -3
  112. package/types/client/trans.d.ts +26 -37
  113. package/types/client/user.d.ts +7 -13
  114. package/types/client/userAlerts.d.ts +68 -0
  115. package/types/client/userConsent.d.ts +6 -0
  116. package/types/client/userFavs.d.ts +46 -122
  117. package/types/client/utils.d.ts +67 -9
  118. package/types/iconfont.d.ts +8 -0
  119. package/types/interfaces.d.ts +226 -284
  120. package/types/lang-files.d.ts +1334 -142
  121. package/types/offline.d.ts +100 -0
  122. package/types/types.d.ts +108 -34
  123. package/types/client/Bar.d.ts +0 -114
  124. package/types/client/BindedBar.d.ts +0 -51
  125. package/types/client/BindedCheckbox.d.ts +0 -30
  126. package/types/client/BindedSwitch.d.ts +0 -35
  127. package/types/client/BottomTagPlugin.d.ts +0 -8
  128. package/types/client/DraggableDiv.d.ts +0 -21
  129. package/types/client/GhostBox.d.ts +0 -17
  130. package/types/client/Legend.d.ts +0 -6
  131. package/types/client/LongTap.d.ts +0 -21
  132. package/types/client/MobileCalendar.d.ts +0 -51
  133. package/types/client/OfflineMessagesClasses.d.ts +0 -30
  134. package/types/client/ProductSwitch.d.ts +0 -14
  135. package/types/client/Scrollable.d.ts +0 -14
  136. package/types/client/Switch.d.ts +0 -24
  137. package/types/client/TimestampBar.d.ts +0 -8
  138. package/types/client/d.ts.files/Product.d.ts +0 -37
  139. package/types/client/d.ts.files/errorLogger.d.ts +0 -35
  140. package/types/client/d.ts.files/trans.d.ts +0 -55
  141. package/types/client/favs.d.ts +0 -83
  142. package/types/client/offlineController.d.ts +0 -20
  143. /package/types/client/d.ts.files/{Webcams.d.ts → webcams.d.ts} +0 -0
@@ -1,5 +1,51 @@
1
1
  // !!! Automatically generated file by make/langs.ts !!!
2
2
 
3
+ export interface AccumulationsLangFile {
4
+ /**
5
+ * accumulations: {{num}} days
6
+ */
7
+ ACC_DAYS: string;
8
+ /**
9
+ * accumulations: Duration of the accumulation:
10
+ */
11
+ ACC_DURATION: string;
12
+ /**
13
+ * accumulations: {{num}} hours
14
+ */
15
+ ACC_HOURS: string;
16
+ }
17
+
18
+ export interface AirportLangFile {
19
+ /**
20
+ * airport: Detailed forecast for {{icao}}
21
+ */
22
+ AIRPORT_METARS_DETAILED_FORECAST: string;
23
+ /**
24
+ * airport: Display {{icao}} as weather station
25
+ */
26
+ AIRPORT_METARS_DISPLAY_AS_STATION: string;
27
+ /**
28
+ * airport: Airport name
29
+ */
30
+ AIRPORT_NAME: string;
31
+ /**
32
+ * airport: Show on map
33
+ */
34
+ DISPLAY_AIRPORT2: string;
35
+ /**
36
+ * airport: Nearest METARs
37
+ */
38
+ NEAREST_METARS: string;
39
+ /**
40
+ * airport: Runways
41
+ */
42
+ RUNWAYS: string;
43
+ /**
44
+ * airport: Time info
45
+ */
46
+ TIME_INFO: string;
47
+ }
48
+
3
49
  export interface AlertsLangFile {
4
50
  /**
5
51
  * alerts: Processing
@@ -37,6 +83,14 @@ export interface AlertsLangFile {
37
83
  * alerts: These alerts will be deleted:
38
84
  */
39
85
  ALERTS_TO_DELETE: string;
86
+ /**
87
+ * alerts: Choose recommended alert setting for
88
+ */
89
+ ALERT_ACTIVITY_DESCRIPTION: string;
90
+ /**
91
+ * alerts: I agree with Windy's <a href="{{link}}" target="_blank">conditions</a> for alert handling.
92
+ */
93
+ ALERT_ANALYTICS_CONSENT: string;
40
94
  /**
41
95
  * alerts: Which alerts do you want to assign to your user account? The other alerts will be deleted!
42
96
  */
@@ -53,6 +107,18 @@ export interface AlertsLangFile {
53
107
  * alerts: at least {{hour}}h
54
108
  */
55
109
  ALERT_AT_LEAST: string;
110
+ /**
111
+ * alerts: Finish migration
112
+ */
113
+ ALERT_BUTTON_FINISH_MIGRATION: string;
114
+ /**
115
+ * alerts: Next
116
+ */
117
+ ALERT_BUTTON_NEXT: string;
118
+ /**
119
+ * alerts: Previous
120
+ */
121
+ ALERT_BUTTON_PREVIOUS: string;
56
122
  /**
57
123
  * alerts: change
58
124
  */
@@ -61,10 +127,34 @@ export interface AlertsLangFile {
61
127
  * alerts: Check The Actual Forecast
62
128
  */
63
129
  ALERT_CHECK: string;
130
+ /**
131
+ * alerts: Cloudiness
132
+ */
133
+ ALERT_CLOUDINESS: string;
64
134
  /**
65
135
  * alerts: Click on icons to select maximum amount of clouds
66
136
  */
67
137
  ALERT_CLOUDS: string;
138
+ /**
139
+ * alerts: cloudy
140
+ */
141
+ ALERT_CLOUDS_BKN: string;
142
+ /**
143
+ * alerts: partly cloudy
144
+ */
145
+ ALERT_CLOUDS_FEW: string;
146
+ /**
147
+ * alerts: overcast
148
+ */
149
+ ALERT_CLOUDS_OVC: string;
150
+ /**
151
+ * alerts: scattered
152
+ */
153
+ ALERT_CLOUDS_SCT: string;
154
+ /**
155
+ * alerts: sky clear
156
+ */
157
+ ALERT_CLOUDS_SKC: string;
68
158
  /**
69
159
  * alerts: It seems alert with an id <em>{{alertId}}</em> is corrupted. Please, delete it and create a new one.
70
160
  */
@@ -77,10 +167,6 @@ export interface AlertsLangFile {
77
167
  * alerts: Delete alert
78
168
  */
79
169
  ALERT_DELETE2: string;
80
- /**
81
- * alerts: Alert has been deleted.
82
- */
83
- ALERT_DELETED: string;
84
170
  /**
85
171
  * alerts: Assigning was completed
86
172
  */
@@ -181,10 +267,18 @@ export interface AlertsLangFile {
181
267
  * alerts: Longitude
182
268
  */
183
269
  ALERT_LON: string;
270
+ /**
271
+ * alerts: Best model for given location
272
+ */
273
+ ALERT_MODEL_BEST: string;
184
274
  /**
185
275
  * alerts: Name of the alert
186
276
  */
187
277
  ALERT_NAME: string;
278
+ /**
279
+ * alerts: Text of the notification
280
+ */
281
+ ALERT_NOTIFICATION_TEXT: string;
188
282
  /**
189
283
  * alerts: Not considered
190
284
  */
@@ -201,6 +295,18 @@ export interface AlertsLangFile {
201
295
  * alerts: Part of a day I am interested in
202
296
  */
203
297
  ALERT_PART_DAY: string;
298
+ /**
299
+ * alerts: Please note that ‘day 1’ refers to the first day of the current forecast, not necessarily the first day of the week.
300
+ */
301
+ ALERT_PART_RANGE_DESCRIPTION: string;
302
+ /**
303
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> days of the forecast
304
+ */
305
+ ALERT_PART_RANGE_LONG: string;
306
+ /**
307
+ * alerts: Only day <b>{{value}}</b> of the forecast
308
+ */
309
+ ALERT_PART_RANGE_SHORT: string;
204
310
  /**
205
311
  * alerts: Part of a week I am interested in
206
312
  */
@@ -210,9 +316,9 @@ export interface AlertsLangFile {
210
316
  */
211
317
  ALERT_PREVAIL: string;
212
318
  /**
213
- * alerts: At least <b>{{min}} {{metric}}</b> of rain must accumulate...
319
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of rain must accumulate...
214
320
  */
215
- ALERT_RAIN: string;
321
+ ALERT_RAIN2: string;
216
322
  /**
217
323
  * alerts: Amount of convective rain (storms, rainshowers) is unpredictable
218
324
  */
@@ -222,9 +328,9 @@ export interface AlertsLangFile {
222
328
  */
223
329
  ALERT_RAIN_PERIOD: string;
224
330
  /**
225
- * alerts: <p>Your Alert has been saved</p>Windy will send you an email several days ahead, if your conditions are met.
331
+ * alerts: resume alert
226
332
  */
227
- ALERT_SAVED: string;
333
+ ALERT_RESUME: string;
228
334
  /**
229
335
  * alerts: Assign
230
336
  */
@@ -238,13 +344,25 @@ export interface AlertsLangFile {
238
344
  */
239
345
  ALERT_SENT_TO: string;
240
346
  /**
241
- * alerts: At least <b>{{min}}</b> {{metric}} of snow must fall in the previous 3 days
347
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of snow must fall in the previous 3 days
348
+ */
349
+ ALERT_SNOW2: string;
350
+ /**
351
+ * alerts: Activity
352
+ */
353
+ ALERT_STEP_ACTIVITY: string;
354
+ /**
355
+ * alerts: Conditions
356
+ */
357
+ ALERT_STEP_CONDITIONS: string;
358
+ /**
359
+ * alerts: Customization
242
360
  */
243
- ALERT_SNOW: string;
361
+ ALERT_STEP_CUSTOMIZATION: string;
244
362
  /**
245
- * alerts: Some of the Alerts can be delivered to your Spam/Junk mail folder. Please check it from time to time.
363
+ * alerts: Location
246
364
  */
247
- ALERT_SPAM: string;
365
+ ALERT_STEP_LOCATION: string;
248
366
  /**
249
367
  * alerts: suspend alert for some time
250
368
  */
@@ -253,6 +371,10 @@ export interface AlertsLangFile {
253
371
  * alerts: Swell size from <b>{{min}}</b> to <b>{{max}}</b>
254
372
  */
255
373
  ALERT_SWELL: string;
374
+ /**
375
+ * alerts: Temperature
376
+ */
377
+ ALERT_TEMP: string;
256
378
  /**
257
379
  * alerts: Temperature from <b>{{min}}</b> to <b>{{max}}</b>
258
380
  */
@@ -481,6 +603,10 @@ export interface DistanceLangFile {
481
603
  * distance: Click on the map to add more waypoints
482
604
  */
483
605
  DST_CLICK_ADD: string;
606
+ /**
607
+ * distance: Edit
608
+ */
609
+ DST_EDIT: string;
484
610
  /**
485
611
  * distance: Export GPX
486
612
  */
@@ -553,6 +679,14 @@ export interface DistanceLangFile {
553
679
  * distance: Switch to ECMWF
554
680
  */
555
681
  DST_SWITCH_ECMWF: string;
682
+ /**
683
+ * distance: select .gpx file
684
+ */
685
+ RPLANNER_SELECT_GPX_BTN: string;
686
+ /**
687
+ * distance: to import route (you can also drop file here).
688
+ */
689
+ RPLANNER_SELECT_GPX_TEXT: string;
556
690
  /**
557
691
  * distance: <strong>VFR</strong>, <strong>IFR</strong>, <strong>Airgram</strong> and <strong>Boat</strong> with in-depth data.
558
692
  */
@@ -565,17 +699,61 @@ export interface DistanceLangFile {
565
699
 
566
700
  export interface FavsLangFile {
567
701
  /**
568
- * favs: Some of your not-synchronized favorites cannot be saved to the cloud. Please, try again later or delete them and create again.
702
+ * favs: Alert has been deleted.
703
+ */
704
+ FAVS_ALERT_DELETED: string;
705
+ /**
706
+ * favs: <p>Your Alert has been saved</p><p>Windy will send you notification or an email several days ahead, if your conditions are met.</p>
707
+ */
708
+ FAVS_ALERT_SAVED: string;
709
+ /**
710
+ * favs: Airports
569
711
  */
570
- FAVS_BATCH_ERROR: string;
712
+ FAVS_FILTER_AIRPORTS: string;
713
+ /**
714
+ * favs: All
715
+ */
716
+ FAVS_FILTER_ALL: string;
717
+ /**
718
+ * favs: Places
719
+ */
720
+ FAVS_FILTER_PLACES: string;
721
+ /**
722
+ * favs: Routes
723
+ */
724
+ FAVS_FILTER_ROUTES: string;
725
+ /**
726
+ * favs: Stations
727
+ */
728
+ FAVS_FILTER_STATIONS: string;
729
+ /**
730
+ * favs: Webcams
731
+ */
732
+ FAVS_FILTER_WEBCAMS: string;
571
733
  /**
572
734
  * 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
573
735
  */
574
736
  FAVS_HOW_TO_ADD: string;
575
737
  /**
576
- * favs: Not in sync
738
+ * favs: Error loading your fav item. Try again later.
739
+ */
740
+ FAVS_LOADING_ERROR: string;
741
+ /**
742
+ * favs: Migrate all
743
+ */
744
+ FAVS_MIGRATE_ALL: string;
745
+ /**
746
+ * favs: You have a lot of alerts, do you want to migrate them all at once?
747
+ */
748
+ FAVS_MIGRATION_MASS_MIGRATION: string;
749
+ /**
750
+ * favs: We're improving our alert system! Migrate your alerts before {{date}} to continue receiving notifications.
577
751
  */
578
- FAVS_NOT_IN_SYNC: string;
752
+ FAVS_MIGRATION_WARNING: string;
753
+ /**
754
+ * favs: Not saved
755
+ */
756
+ FAVS_NOT_IN_SYNC2: string;
579
757
  /**
580
758
  * favs: Pin favorite...
581
759
  */
@@ -588,6 +766,10 @@ export interface FavsLangFile {
588
766
  * favs: Pin to top
589
767
  */
590
768
  FAVS_PIN_TOP: string;
769
+ /**
770
+ * favs: Rename
771
+ */
772
+ FAVS_RENAME: string;
591
773
  /**
592
774
  * favs: It seems our servers are not available at the moment. Try again later.
593
775
  */
@@ -601,29 +783,120 @@ export interface FavsLangFile {
601
783
  */
602
784
  FAVS_RENAME_SHORT: string;
603
785
  /**
604
- * favs: save to cloud
786
+ * favs: Save to cloud
605
787
  */
606
788
  FAVS_SAVE_TO_CLOUD: string;
607
789
  /**
608
- * favs: delete them all
790
+ * favs: Unpin from homepage
609
791
  */
610
- FAVS_SYNC_ERROR_DELETE: string;
792
+ FAVS_UNPIN_HOMEPAGE: string;
611
793
  /**
612
- * 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.
794
+ * favs: Unpin from top
613
795
  */
614
- FAVS_SYNC_ERROR_MESSAGE: string;
796
+ FAVS_UNPIN_TOP: string;
615
797
  /**
616
- * favs: save them to the cloud
798
+ * favs: Search favorites...
617
799
  */
618
- FAVS_SYNC_ERROR_SAVE_TO_CLOUD: string;
800
+ SEARCH_FAVOURITE: string;
801
+ }
802
+
803
+ export interface GarminLangFile {
619
804
  /**
620
- * favs: Unpin from homepage
805
+ * garmin: Install the Datafield
621
806
  */
622
- FAVS_UNPIN_HOMEPAGE: string;
807
+ GARMIN_DATAFIELD_BTN_STORE: string;
623
808
  /**
624
- * favs: Search favorites...
809
+ * garmin: Datafield Settings
625
810
  */
626
- SEARCH_FAVOURITE: string;
811
+ GARMIN_DATAFIELD_SETTINGS_TITLE: string;
812
+ /**
813
+ * garmin:
814
+ */
815
+ GARMIN_DATAFIELD_SUBTITLE: string;
816
+ /**
817
+ * garmin: Windy Datafield
818
+ */
819
+ GARMIN_DATAFIELD_TITLE: string;
820
+ /**
821
+ * garmin: Garmin Devices
822
+ */
823
+ GARMIN_PLUGIN_TITLE: string;
824
+ /**
825
+ * garmin: Datafield
826
+ */
827
+ GARMIN_SWITCH_DATAFIELD_BTN: string;
828
+ /**
829
+ * garmin: Watch Face
830
+ */
831
+ GARMIN_SWITCH_WATCHFACE_BTN: string;
832
+ /**
833
+ * garmin: Widget
834
+ */
835
+ GARMIN_SWITCH_WIDGET_BTN: string;
836
+ /**
837
+ * garmin: For troubleshooting, please visit our
838
+ */
839
+ GARMIN_TROUBLESHOOTING_PART_1: string;
840
+ /**
841
+ * garmin: community forum.
842
+ */
843
+ GARMIN_TROUBLESHOOTING_PART_2: string;
844
+ /**
845
+ * garmin: Install the Watch Face
846
+ */
847
+ GARMIN_WATCHFACE_BTN_STORE: string;
848
+ /**
849
+ * garmin: Customise your watch face by setting up the forecast type, model, units, and location settings.
850
+ */
851
+ GARMIN_WATCHFACE_SETTINGS_01: string;
852
+ /**
853
+ * garmin: Two types of weather forecasts are available.
854
+ */
855
+ GARMIN_WATCHFACE_SETTINGS_02: string;
856
+ /**
857
+ * garmin: Useful settings are available in the Watch Face app.
858
+ */
859
+ GARMIN_WATCHFACE_SETTINGS_03: string;
860
+ /**
861
+ * garmin: Complete settings are accessible via the Connect IQ mobile app.
862
+ */
863
+ GARMIN_WATCHFACE_SETTINGS_04: string;
864
+ /**
865
+ * garmin: Watch Face Settings
866
+ */
867
+ GARMIN_WATCHFACE_SETTINGS_TITLE: string;
868
+ /**
869
+ * garmin: One glance too see everything essential for the next few days or hours.
870
+ */
871
+ GARMIN_WATCHFACE_SUBTITLE: string;
872
+ /**
873
+ * garmin: Windy Watch Face
874
+ */
875
+ GARMIN_WATCHFACE_TITLE: string;
876
+ /**
877
+ * garmin: Install the Widget
878
+ */
879
+ GARMIN_WIDGET_BTN_STORE: string;
880
+ /**
881
+ * garmin: Customise your widget by settings up the forecast model, units, and location settings.
882
+ */
883
+ GARMIN_WIDGET_SETTINGS_01: string;
884
+ /**
885
+ * garmin: Settings are accessible via the Connect IQ mobile app.
886
+ */
887
+ GARMIN_WIDGET_SETTINGS_02: string;
888
+ /**
889
+ * garmin: Widget Settings
890
+ */
891
+ GARMIN_WIDGET_SETTINGS_TITLE: string;
892
+ /**
893
+ * garmin: Get a 4-day forecast, a look at the upcoming hours, or today’s overview for your location – all in the Windy widget.
894
+ */
895
+ GARMIN_WIDGET_SUBTITLE: string;
896
+ /**
897
+ * garmin: Weather Widget
898
+ */
899
+ GARMIN_WIDGET_TITLE: string;
627
900
  }
628
901
 
629
902
  export interface HurricanesLangFile {
@@ -683,6 +956,10 @@ export interface HurricanesLangFile {
683
956
  * hurricanes: Typhoon category
684
957
  */
685
958
  HURR_TYPHOON_CAT: string;
959
+ /**
960
+ * hurricanes: Unnamed storm
961
+ */
962
+ HURR_UNNAMED: string;
686
963
  /**
687
964
  * hurricanes: Yesterday
688
965
  */
@@ -741,22 +1018,6 @@ export interface MainLangFile {
741
1018
  * Accumulations
742
1019
  */
743
1020
  ACCU: string;
744
- /**
745
- * Last {{num}} days
746
- */
747
- ACC_LAST_DAYS: string;
748
- /**
749
- * Last {{num}} hours
750
- */
751
- ACC_LAST_HOURS: string;
752
- /**
753
- * Next {{num}} days
754
- */
755
- ACC_NEXT_DAYS: string;
756
- /**
757
- * Next {{num}} hours
758
- */
759
- ACC_NEXT_HOURS: string;
760
1021
  /**
761
1022
  * Activate
762
1023
  */
@@ -809,6 +1070,10 @@ export interface MainLangFile {
809
1070
  * Alert for this spot
810
1071
  */
811
1072
  ALERTS_LINK_SHORT: string;
1073
+ /**
1074
+ * Migrate alert
1075
+ */
1076
+ ALERT_MIGRATE: string;
812
1077
  /**
813
1078
  * All
814
1079
  */
@@ -829,6 +1094,10 @@ export interface MainLangFile {
829
1094
  * Aerosol
830
1095
  */
831
1096
  AOD550: string;
1097
+ /**
1098
+ * Archive
1099
+ */
1100
+ ARCHIVE: string;
832
1101
  /**
833
1102
  * Area
834
1103
  */
@@ -837,6 +1106,10 @@ export interface MainLangFile {
837
1106
  * Articles
838
1107
  */
839
1108
  ARTICLES: string;
1109
+ /**
1110
+ * Author
1111
+ */
1112
+ AUTHOR: string;
840
1113
  /**
841
1114
  * Available for:
842
1115
  */
@@ -845,6 +1118,14 @@ export interface MainLangFile {
845
1118
  * Show lightning
846
1119
  */
847
1120
  BLITZ_ON: string;
1121
+ /**
1122
+ * Your {{platform}} does not support {{technology}}. Some features may not work correctly.
1123
+ */
1124
+ BROWSER_SUPPORT_ERROR: string;
1125
+ /**
1126
+ * By distance
1127
+ */
1128
+ BY_DISTANCE: string;
848
1129
  /**
849
1130
  * Webcams previews
850
1131
  */
@@ -861,6 +1142,10 @@ export interface MainLangFile {
861
1142
  * Thermals
862
1143
  */
863
1144
  CCL: string;
1145
+ /**
1146
+ * Choose a file
1147
+ */
1148
+ CHOOSE_A_FILE: string;
864
1149
  /**
865
1150
  * Click to change units
866
1151
  */
@@ -933,6 +1218,14 @@ export interface MainLangFile {
933
1218
  * Default units
934
1219
  */
935
1220
  DEFAULT_UNITS: string;
1221
+ /**
1222
+ * Delete
1223
+ */
1224
+ DELETE: string;
1225
+ /**
1226
+ * Description
1227
+ */
1228
+ DESCRIPTION: string;
936
1229
  /**
937
1230
  * Detailed forecast for this location
938
1231
  */
@@ -945,6 +1238,10 @@ export interface MainLangFile {
945
1238
  * Set up Windy Alert for this location and never miss your desired conditions.
946
1239
  */
947
1240
  DETAIL_SET_UP_ALERT: string;
1241
+ /**
1242
+ * We do not provide tide forecast for this location
1243
+ */
1244
+ DETAIL_TIDE_FORECAST_NOT_AVAILABLE: string;
948
1245
  /**
949
1246
  * Time of forecast on map
950
1247
  */
@@ -953,6 +1250,10 @@ export interface MainLangFile {
953
1250
  * Developed with
954
1251
  */
955
1252
  DEVELOPED: string;
1253
+ /**
1254
+ * Develop your own plugin
1255
+ */
1256
+ DEVELOP_PLUGIN: string;
956
1257
  /**
957
1258
  * Dew point
958
1259
  */
@@ -969,6 +1270,10 @@ export interface MainLangFile {
969
1270
  * Any direction
970
1271
  */
971
1272
  DIRECTIONS_ANY: string;
1273
+ /**
1274
+ * Select directions
1275
+ */
1276
+ DIRECTIONS_SELECT: string;
972
1277
  /**
973
1278
  * E
974
1279
  */
@@ -1001,6 +1306,10 @@ export interface MainLangFile {
1001
1306
  * W
1002
1307
  */
1003
1308
  DIRECTION_W: string;
1309
+ /**
1310
+ * Display style
1311
+ */
1312
+ DISPLAY_STYLE: string;
1004
1313
  /**
1005
1314
  * Display warnings for this location
1006
1315
  */
@@ -1018,9 +1327,9 @@ export interface MainLangFile {
1018
1327
  */
1019
1328
  DONT_HAVE_ACCOUNT: string;
1020
1329
  /**
1021
- * Drag me if you want
1330
+ * Download file
1022
1331
  */
1023
- DRAG_ME: string;
1332
+ DOWNLOAD_FILE: string;
1024
1333
  /**
1025
1334
  * Dust mass
1026
1335
  */
@@ -1110,7 +1419,7 @@ export interface MainLangFile {
1110
1419
  */
1111
1420
  D_POLAR_NIGHT: string;
1112
1421
  /**
1113
- * Precit.
1422
+ * Precip.
1114
1423
  */
1115
1424
  D_PRECI: string;
1116
1425
  /**
@@ -1161,6 +1470,10 @@ export interface MainLangFile {
1161
1470
  * Show last 24 hours
1162
1471
  */
1163
1472
  D_WEBCAMS_24: string;
1473
+ /**
1474
+ * Ebb tide
1475
+ */
1476
+ EBB_TIDE: string;
1164
1477
  /**
1165
1478
  * Edit alert
1166
1479
  */
@@ -1185,14 +1498,6 @@ export interface MainLangFile {
1185
1498
  * Awesome weather forecast at
1186
1499
  */
1187
1500
  E_MESSAGE: string;
1188
- /**
1189
- * delete
1190
- */
1191
- FAVS_DELETE: string;
1192
- /**
1193
- * Rename
1194
- */
1195
- FAVS_RENAME: string;
1196
1501
  /**
1197
1502
  * Favorites sync error
1198
1503
  */
@@ -1205,6 +1510,18 @@ export interface MainLangFile {
1205
1510
  * This doesn't look like an email address
1206
1511
  */
1207
1512
  FIELD_INVALID_EMAIL: string;
1513
+ /**
1514
+ * File
1515
+ */
1516
+ FILE: string;
1517
+ /**
1518
+ * File name
1519
+ */
1520
+ FILE_NAME: string;
1521
+ /**
1522
+ * Filter
1523
+ */
1524
+ FILTER: string;
1208
1525
  /**
1209
1526
  * Fire
1210
1527
  */
@@ -1221,6 +1538,10 @@ export interface MainLangFile {
1221
1538
  * Flood
1222
1539
  */
1223
1540
  FLOOD: string;
1541
+ /**
1542
+ * Flood tide
1543
+ */
1544
+ FLOOD_TIDE: string;
1224
1545
  /**
1225
1546
  * Fog
1226
1547
  */
@@ -1258,9 +1579,13 @@ export interface MainLangFile {
1258
1579
  */
1259
1580
  GETTING_LOCATION: string;
1260
1581
  /**
1261
- * Failed to determine your location. Make sure your browser has permission to access your location
1582
+ * Failed to determine your location. Make sure Windy.com has permission to access your location
1262
1583
  */
1263
1584
  GETTING_LOCATION_ERROR: string;
1585
+ /**
1586
+ * Failed to determine your location
1587
+ */
1588
+ GETTING_LOCATION_TIMEOUT: string;
1264
1589
  /**
1265
1590
  * Surface Ozone
1266
1591
  */
@@ -1281,6 +1606,10 @@ export interface MainLangFile {
1281
1606
  * Haze
1282
1607
  */
1283
1608
  HAZE: string;
1609
+ /**
1610
+ * City heatmaps
1611
+ */
1612
+ HEATMAP: string;
1284
1613
  /**
1285
1614
  * Heavy thunder
1286
1615
  */
@@ -1329,6 +1658,10 @@ export interface MainLangFile {
1329
1658
  * trace
1330
1659
  */
1331
1660
  ICING_TRACE: string;
1661
+ /**
1662
+ * installed
1663
+ */
1664
+ INSTALLED: string;
1332
1665
  /**
1333
1666
  * Drought monitoring
1334
1667
  */
@@ -1441,6 +1774,10 @@ export interface MainLangFile {
1441
1774
  * Later
1442
1775
  */
1443
1776
  LATER: string;
1777
+ /**
1778
+ * Latest files from Community
1779
+ */
1780
+ LATEST_FILES_FROM_COMMUNITY: string;
1444
1781
  /**
1445
1782
  * Less
1446
1783
  */
@@ -1453,6 +1790,14 @@ export interface MainLangFile {
1453
1790
  * Light thunder
1454
1791
  */
1455
1792
  LIGHT_THUNDER: string;
1793
+ /**
1794
+ * Loading elevation...
1795
+ */
1796
+ LOADING_ELEVATION: string;
1797
+ /**
1798
+ * Loading more uploads
1799
+ */
1800
+ LOADING_MORE_UPLOADS: string;
1456
1801
  /**
1457
1802
  * Low clouds
1458
1803
  */
@@ -1461,10 +1806,26 @@ export interface MainLangFile {
1461
1806
  * Low predictability of forecast
1462
1807
  */
1463
1808
  LOW_PREDICT: string;
1809
+ /**
1810
+ * Make data private
1811
+ */
1812
+ MAKE_DATA_PRIVATE: string;
1464
1813
  /**
1465
1814
  * Map
1466
1815
  */
1467
1816
  MAP: string;
1817
+ /**
1818
+ * VFR airspaces map
1819
+ */
1820
+ MAP_AIRSPACES: string;
1821
+ /**
1822
+ * Max Ebb
1823
+ */
1824
+ MAX_EBB: string;
1825
+ /**
1826
+ * Max Flood
1827
+ */
1828
+ MAX_FLOOD: string;
1468
1829
  /**
1469
1830
  * Medium clouds
1470
1831
  */
@@ -1477,6 +1838,10 @@ export interface MainLangFile {
1477
1838
  * About us
1478
1839
  */
1479
1840
  MENU_ABOUT: string;
1841
+ /**
1842
+ * Alerts
1843
+ */
1844
+ MENU_ALERTS: string;
1480
1845
  /**
1481
1846
  * Distance & planning
1482
1847
  */
@@ -1533,6 +1898,14 @@ export interface MainLangFile {
1533
1898
  * Settings
1534
1899
  */
1535
1900
  MENU_SETTINGS: string;
1901
+ /**
1902
+ * App add-ons
1903
+ */
1904
+ MENU_TITLE_ADDONS: string;
1905
+ /**
1906
+ * Tutorials
1907
+ */
1908
+ MENU_TUTORIALS: string;
1536
1909
  /**
1537
1910
  * Update interval
1538
1911
  */
@@ -1545,6 +1918,10 @@ export interface MainLangFile {
1545
1918
  * Apple Watch Faces
1546
1919
  */
1547
1920
  MENU_WATCHFACES: string;
1921
+ /**
1922
+ * Widgets
1923
+ */
1924
+ MENU_WIDGETS: string;
1548
1925
  /**
1549
1926
  * {DURATION} days ago
1550
1927
  */
@@ -1585,10 +1962,22 @@ export interface MainLangFile {
1585
1962
  * Variable
1586
1963
  */
1587
1964
  METAR_VAR: string;
1965
+ /**
1966
+ * Min Ebb
1967
+ */
1968
+ MIN_EBB: string;
1969
+ /**
1970
+ * Min Flood
1971
+ */
1972
+ MIN_FLOOD: string;
1588
1973
  /**
1589
1974
  * Forecast model
1590
1975
  */
1591
1976
  MODEL: string;
1977
+ /**
1978
+ * Model elevation
1979
+ */
1980
+ MODEL_ELEVATION: string;
1592
1981
  /**
1593
1982
  * Switch 2D / 3D mode
1594
1983
  */
@@ -1613,6 +2002,18 @@ export interface MainLangFile {
1613
2002
  * {{count}} more
1614
2003
  */
1615
2004
  MORE_PRODUCTS: string;
2005
+ /**
2006
+ * Plugin {{title}} is not installed. Do you want to install it?
2007
+ */
2008
+ MSG_EXTERNAL_PLUGIN_NOT_INSTALLED: string;
2009
+ /**
2010
+ * Unfortunately, plugin {{title}} was unpublished by the author and is no longer available.
2011
+ */
2012
+ MSG_EXTERNAL_PLUGIN_UNPUBLISHED: string;
2013
+ /**
2014
+ * New version of the plugin {{title}} is available. Do you want to update?
2015
+ */
2016
+ MSG_EXTERNAL_PLUGIN_UPDATE_AVAILABLE: string;
1616
2017
  /**
1617
2018
  * You have successfully logged in!
1618
2019
  */
@@ -1637,6 +2038,18 @@ export interface MainLangFile {
1637
2038
  * My Alerts
1638
2039
  */
1639
2040
  MY_ALERTS: string;
2041
+ /**
2042
+ * My Favorites
2043
+ */
2044
+ MY_FAVS: string;
2045
+ /**
2046
+ * My files
2047
+ */
2048
+ MY_FILES: string;
2049
+ /**
2050
+ * Live alerts
2051
+ */
2052
+ MY_LIVE_ALERTS: string;
1640
2053
  /**
1641
2054
  * My location
1642
2055
  */
@@ -1665,6 +2078,10 @@ export interface MainLangFile {
1665
2078
  * New!
1666
2079
  */
1667
2080
  NEW: string;
2081
+ /**
2082
+ * Subscribe to newsletter
2083
+ */
2084
+ NEWSLETTER_CONSENT: string;
1668
2085
  /**
1669
2086
  * New snow
1670
2087
  */
@@ -1673,6 +2090,10 @@ export interface MainLangFile {
1673
2090
  * Next results...
1674
2091
  */
1675
2092
  NEXT: string;
2093
+ /**
2094
+ * No
2095
+ */
2096
+ NO: string;
1676
2097
  /**
1677
2098
  * NO₂
1678
2099
  */
@@ -1698,13 +2119,21 @@ export interface MainLangFile {
1698
2119
  */
1699
2120
  NO_FOG: string;
1700
2121
  /**
1701
- * Offline mode
2122
+ * Open in route planner
2123
+ */
2124
+ OPEN_IN_RPLANNER: string;
2125
+ /**
2126
+ * Open plugin
1702
2127
  */
1703
- OFFLINE_MODE: string;
2128
+ OPEN_PLUGIN: string;
1704
2129
  /**
1705
2130
  * or
1706
2131
  */
1707
2132
  OR: string;
2133
+ /**
2134
+ * or drop file here.
2135
+ */
2136
+ OR_DROP_FILE_HERE: string;
1708
2137
  /**
1709
2138
  * Outdated
1710
2139
  */
@@ -1777,6 +2206,50 @@ export interface MainLangFile {
1777
2206
  * Period
1778
2207
  */
1779
2208
  PERIOD: string;
2209
+ /**
2210
+ * Are you sure you want to uninstall this plugin?
2211
+ */
2212
+ PLUGINS_CONFIRM_UNINSTALL: string;
2213
+ /**
2214
+ * Windy Plugins discussion
2215
+ */
2216
+ PLUGINS_DISCUSSION: string;
2217
+ /**
2218
+ * Error installing plugin
2219
+ */
2220
+ PLUGINS_ERROR_INSTALLING: string;
2221
+ /**
2222
+ * Install plugin
2223
+ */
2224
+ PLUGINS_INSTALL: string;
2225
+ /**
2226
+ * Your plugin was installed and added to the main menu
2227
+ */
2228
+ PLUGINS_INSTALLED: string;
2229
+ /**
2230
+ * Install untrusted plugin
2231
+ */
2232
+ PLUGINS_INSTALL_UNTRUSTED: string;
2233
+ /**
2234
+ * Load plugin directly from URL
2235
+ */
2236
+ PLUGINS_LOAD_URL: string;
2237
+ /**
2238
+ * Name
2239
+ */
2240
+ PLUGINS_NAME: string;
2241
+ /**
2242
+ * Uninstall plugin
2243
+ */
2244
+ PLUGINS_UNINSTALL: string;
2245
+ /**
2246
+ * Installing plugins from untrusted sources can be dangerous. Install plugins only from sources you trust.
2247
+ */
2248
+ PLUGINS_UNTRUSTED: string;
2249
+ /**
2250
+ * URL of the plugin
2251
+ */
2252
+ PLUGINS_URL: string;
1780
2253
  /**
1781
2254
  * PM2.5
1782
2255
  */
@@ -1869,6 +2342,10 @@ export interface MainLangFile {
1869
2342
  * Privacy policy
1870
2343
  */
1871
2344
  PRIVACY_POLICY: string;
2345
+ /**
2346
+ * Professional first
2347
+ */
2348
+ PROFESSIONAL_FIRST: string;
1872
2349
  /**
1873
2350
  * Use <strong>long tap</strong> on home button to open detailed forecast for your location.
1874
2351
  */
@@ -1893,10 +2370,6 @@ export interface MainLangFile {
1893
2370
  * 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.
1894
2371
  */
1895
2372
  P_LOCATION: string;
1896
- /**
1897
- * Please <b>login</b> or <b>register</b> to synchronize all your favorites and settings with all your devices.
1898
- */
1899
- P_LOGIN_SYNC: string;
1900
2373
  /**
1901
2374
  * Station pressure
1902
2375
  */
@@ -1917,6 +2390,10 @@ export interface MainLangFile {
1917
2390
  * Radar, lightning
1918
2391
  */
1919
2392
  RADAR_BLITZ: string;
2393
+ /**
2394
+ * Radar+
2395
+ */
2396
+ RADAR_PLUS: string;
1920
2397
  /**
1921
2398
  * Radar
1922
2399
  */
@@ -1961,6 +2438,10 @@ export interface MainLangFile {
1961
2438
  * Register here
1962
2439
  */
1963
2440
  REGISTER_HERE: string;
2441
+ /**
2442
+ * Requires Premium
2443
+ */
2444
+ REQUIRES_PREMIUM: string;
1964
2445
  /**
1965
2446
  * Humidity
1966
2447
  */
@@ -1989,6 +2470,14 @@ export interface MainLangFile {
1989
2470
  * Satellite
1990
2471
  */
1991
2472
  SATELLITE: string;
2473
+ /**
2474
+ * There is an outage of our data source for some satellites.
2475
+ */
2476
+ SATELLITE_OUTAGE_MESSAGE: string;
2477
+ /**
2478
+ * Save file to cloud
2479
+ */
2480
+ SAVE_FILE_TO_CLOUD: string;
1992
2481
  /**
1993
2482
  * Search location...
1994
2483
  */
@@ -2029,6 +2518,22 @@ export interface MainLangFile {
2029
2518
  * Show weather picker
2030
2519
  */
2031
2520
  SHOW_PICKER: string;
2521
+ /**
2522
+ * Show speed in map
2523
+ */
2524
+ SHOW_SPEED_IN_MAP: string;
2525
+ /**
2526
+ * Size
2527
+ */
2528
+ SIZE: string;
2529
+ /**
2530
+ * Slack, Ebb Begins
2531
+ */
2532
+ SLACK_EBB: string;
2533
+ /**
2534
+ * Slack, Flood Begins
2535
+ */
2536
+ SLACK_FLOOD: string;
2032
2537
  /**
2033
2538
  * Pressure (sea l.)
2034
2539
  */
@@ -2117,6 +2622,10 @@ export interface MainLangFile {
2117
2622
  * Sound
2118
2623
  */
2119
2624
  SOUND_ON: string;
2625
+ /**
2626
+ * Source code
2627
+ */
2628
+ SOURCE_CODE: string;
2120
2629
  /**
2121
2630
  * Surface sea temperature
2122
2631
  */
@@ -2133,10 +2642,6 @@ export interface MainLangFile {
2133
2642
  * Subscription
2134
2643
  */
2135
2644
  SUBSCRIPTION: string;
2136
- /**
2137
- * You have reached the <strong>maximum</strong> limit of free favorites and alerts. Subscribe to <strong>Windy Premium</strong> to remove this limitation.
2138
- */
2139
- SUB_ALERTS_FREE_LIMIT: string;
2140
2645
  /**
2141
2646
  * Your subscription ends soon
2142
2647
  */
@@ -2153,10 +2658,6 @@ export interface MainLangFile {
2153
2658
  * Your subscription ends at any moment
2154
2659
  */
2155
2660
  SUB_CUFFS_CANCELED_4: string;
2156
- /**
2157
- * You can then have a maximum of 3 favorite places and alerts.
2158
- */
2159
- SUB_CUFFS_FAVS: string;
2160
2661
  /**
2161
2662
  * Soon, you will no longer have access to this feature.
2162
2663
  */
@@ -2269,10 +2770,6 @@ export interface MainLangFile {
2269
2770
  * Login/Register to save all your settings to the cloud
2270
2771
  */
2271
2772
  S_SAVE2: string;
2272
- /**
2273
- * Your settings are saved to the cloud
2274
- */
2275
- S_SAVE_AUTO: string;
2276
2773
  /**
2277
2774
  * Speed
2278
2775
  */
@@ -2305,6 +2802,14 @@ export interface MainLangFile {
2305
2802
  * Tides
2306
2803
  */
2307
2804
  TIDES: string;
2805
+ /**
2806
+ * High Tide
2807
+ */
2808
+ TIDE_HIGH: string;
2809
+ /**
2810
+ * Low Tide
2811
+ */
2812
+ TIDE_LOW: string;
2308
2813
  /**
2309
2814
  * Wind map & weather forecast
2310
2815
  */
@@ -2369,6 +2874,38 @@ export interface MainLangFile {
2369
2874
  * severe
2370
2875
  */
2371
2876
  TURBULENCE_SEVERE: string;
2877
+ /**
2878
+ * Type
2879
+ */
2880
+ TYPE: string;
2881
+ /**
2882
+ * Updated
2883
+ */
2884
+ UPDATED: string;
2885
+ /**
2886
+ * Uploaded
2887
+ */
2888
+ UPLOADED: string;
2889
+ /**
2890
+ * Your upload is being processed.
2891
+ */
2892
+ UPLOAD_BEING_PROCESSED: string;
2893
+ /**
2894
+ * Describe content of your file (required)
2895
+ */
2896
+ UPLOAD_DESCRIBE_FILE: string;
2897
+ /**
2898
+ * Supported extensions: .geojson, .json, .gpx, .kml, .xml
2899
+ */
2900
+ UPLOAD_EXTENSIONS: string;
2901
+ /**
2902
+ * Upload, display and share your KML, GPX or GeoJSON.
2903
+ */
2904
+ UPLOAD_KML_GPX: string;
2905
+ /**
2906
+ * Files larger than 5MB cannot be uploaded to the cloud.
2907
+ */
2908
+ UPLOAD_SIZE_LIMIT: string;
2372
2909
  /**
2373
2910
  * UV Index
2374
2911
  */
@@ -2409,6 +2946,14 @@ export interface MainLangFile {
2409
2946
  * My profile
2410
2947
  */
2411
2948
  U_PROFILE: string;
2949
+ /**
2950
+ * Version
2951
+ */
2952
+ VERSION: string;
2953
+ /**
2954
+ * Vibrate
2955
+ */
2956
+ VIBRATE: string;
2412
2957
  /**
2413
2958
  * views
2414
2959
  */
@@ -2417,6 +2962,10 @@ export interface MainLangFile {
2417
2962
  * Visibility
2418
2963
  */
2419
2964
  VISIBILITY: string;
2965
+ /**
2966
+ * Warnings
2967
+ */
2968
+ WARNINGS: string;
2420
2969
  /**
2421
2970
  * Water temp.
2422
2971
  */
@@ -2489,6 +3038,10 @@ export interface MainLangFile {
2489
3038
  * Weather warnings
2490
3039
  */
2491
3040
  WX_WARNINGS: string;
3041
+ /**
3042
+ * Yes
3043
+ */
3044
+ YES: string;
2492
3045
  /**
2493
3046
  * Zoom in
2494
3047
  */
@@ -2522,6 +3075,73 @@ export interface LibLangFile {
2522
3075
  GO_TO_THE_ORIGINAL_WEBSITE: string;
2523
3076
  }
2524
3077
 
3078
+ export interface LivealertsLangFile {
3079
+ /**
3080
+ * livealerts: Live alerts
3081
+ */
3082
+ LIVE_ALERTS: string;
3083
+ /**
3084
+ * livealerts: Background location permission is required.
3085
+ */
3086
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_LOCATION: string;
3087
+ /**
3088
+ * livealerts: Notification permission is required.
3089
+ */
3090
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_NOTIFICATIONS: string;
3091
+ /**
3092
+ * livealerts: Enable location access
3093
+ */
3094
+ LIVE_ALERTS_BUTTON_OPEN_LOCATION_DIALOG: string;
3095
+ /**
3096
+ * livealerts: Enable notifications
3097
+ */
3098
+ LIVE_ALERTS_BUTTON_OPEN_NOTIFICATION_DIALOG: string;
3099
+ /**
3100
+ * livealerts: Open application settings
3101
+ */
3102
+ LIVE_ALERTS_BUTTON_OPEN_SETTINGS: string;
3103
+ /**
3104
+ * livealerts: Download the app here
3105
+ */
3106
+ LIVE_ALERTS_DOWNLOAD_APP: string;
3107
+ /**
3108
+ * livealerts: Enable location access to receive live alerts for your current area.
3109
+ */
3110
+ LIVE_ALERTS_ERROR_NOTDEFINED_LOCATION: string;
3111
+ /**
3112
+ * livealerts: Enable notifications to get live alerts
3113
+ */
3114
+ LIVE_ALERTS_ERROR_NOTDEFINED_NOTIFICATIONS: string;
3115
+ /**
3116
+ * livealerts: Live alerts are supported only on native Windy.com app
3117
+ */
3118
+ LIVE_ALERTS_ERROR_PLATFORM: string;
3119
+ /**
3120
+ * livealerts: To get alerts for your area, allow Location > Always in settings.
3121
+ */
3122
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_LOCATION: string;
3123
+ /**
3124
+ * livealerts: To get alerts, allow notifications in your system settings.
3125
+ */
3126
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_NOTIFICATIONS: string;
3127
+ /**
3128
+ * livealerts: CAP
3129
+ */
3130
+ LIVE_ALERTS_SERVICE_CAP: string;
3131
+ /**
3132
+ * livealerts: Heavy rain
3133
+ */
3134
+ LIVE_ALERTS_SERVICE_HEAVY_RAIN: string;
3135
+ /**
3136
+ * livealerts: Storms
3137
+ */
3138
+ LIVE_ALERTS_SERVICE_STORMS: string;
3139
+ /**
3140
+ * livealerts: Tropical cyclones
3141
+ */
3142
+ LIVE_ALERTS_SERVICE_TC: string;
3143
+ }
3144
+
2525
3145
  export interface MenuLangFile {
2526
3146
  /**
2527
3147
  * menu: Arrange layers
@@ -2600,7 +3220,7 @@ export interface MenuLangFile {
2600
3220
  */
2601
3221
  MM_NOT_MORE: string;
2602
3222
  /**
2603
- * menu: Weather now
3223
+ * menu: Weather now & new layers
2604
3224
  */
2605
3225
  MM_NOWCAST: string;
2606
3226
  /**
@@ -2662,6 +3282,26 @@ export interface MenuLangFile {
2662
3282
  }
2663
3283
 
2664
3284
  export interface NotificationsLangFile {
3285
+ /**
3286
+ * notifications: Add new alert for this location
3287
+ */
3288
+ NOTIF_ADD_ALERT: string;
3289
+ /**
3290
+ * notifications: How to add an alert:
3291
+ */
3292
+ NOTIF_ALERT_HOW_TO_ADD_HEADING: string;
3293
+ /**
3294
+ * notifications: Click anywhere on the map or open the detailed forecast for a location
3295
+ */
3296
+ NOTIF_ALERT_HOW_TO_ADD_STEP_1: string;
3297
+ /**
3298
+ * notifications: Click on the "{{item}}" icon to the right of the search input
3299
+ */
3300
+ NOTIF_ALERT_HOW_TO_ADD_STEP_2: string;
3301
+ /**
3302
+ * notifications: Alert successfully migrated
3303
+ */
3304
+ NOTIF_ALERT_MIGRATED: string;
2665
3305
  /**
2666
3306
  * notifications: {title} - active on {date}
2667
3307
  */
@@ -2685,71 +3325,226 @@ export interface NotificationsLangFile {
2685
3325
  /**
2686
3326
  * notifications: You will receive a notification every day with the forecast for your current location.
2687
3327
  */
2688
- NOTIF_DAILY_MOBILE_NOTIFICATIONS_INFO: string;
3328
+ NOTIF_DAILY_MOBILE_NOTIFICATIONS_INFO: string;
3329
+ /**
3330
+ * notifications: Day
3331
+ */
3332
+ NOTIF_DAY: string;
3333
+ /**
3334
+ * notifications: {{count}} days
3335
+ */
3336
+ NOTIF_DAYS: string;
3337
+ /**
3338
+ * notifications: An error occurred while sending the verification email
3339
+ */
3340
+ NOTIF_EMAIL_ERROR: string;
3341
+ /**
3342
+ * notifications: Send email notifications
3343
+ */
3344
+ NOTIF_EMAIL_NOTIFICATIONS: string;
3345
+ /**
3346
+ * notifications: Email address was saved.
3347
+ */
3348
+ NOTIF_EMAIL_SAVED: string;
3349
+ /**
3350
+ * notifications: Cannot load data from server.
3351
+ */
3352
+ NOTIF_LOAD_FAILED: string;
3353
+ /**
3354
+ * notifications: Load more
3355
+ */
3356
+ NOTIF_LOAD_MORE: string;
3357
+ /**
3358
+ * 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.
3359
+ */
3360
+ NOTIF_MOBILE_HUAWEI_INFO: string;
3361
+ /**
3362
+ * notifications: Send mobile notifications
3363
+ */
3364
+ NOTIF_MOBILE_NOTIFICATIONS: string;
3365
+ /**
3366
+ * notifications: Manage this option in Windy.com App to receive notifications on your mobile phone.
3367
+ */
3368
+ NOTIF_MOBILE_NOTIFICATIONS_INFO: string;
3369
+ /**
3370
+ * notifications: We should send notifications every
3371
+ */
3372
+ NOTIF_NOTIFICATION_FREQUENCY: string;
3373
+ /**
3374
+ * notifications: What time should we send you notifications
3375
+ */
3376
+ NOTIF_NOTIFICATION_TIME: string;
3377
+ /**
3378
+ * notifications: What timezone should we use to send you notifications
3379
+ */
3380
+ NOTIF_NOTIFICATION_TIMEZONE: string;
3381
+ /**
3382
+ * 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.
3383
+ */
3384
+ NOTIF_NOT_VERIFIED_EMAIL: string;
3385
+ /**
3386
+ * notifications: Notifications preferences
3387
+ */
3388
+ NOTIF_PREF: string;
3389
+ /**
3390
+ * notifications: Save profile email
3391
+ */
3392
+ NOTIF_SAVE_EMAIL: string;
3393
+ /**
3394
+ * notifications: You need to be logged in.
3395
+ */
3396
+ NOTIF_UNAUTHENTICATED_MSG: string;
3397
+ /**
3398
+ * notifications: Verification email was sent. Check your inbox.
3399
+ */
3400
+ NOTIF_VERIFICATION_SENT: string;
3401
+ /**
3402
+ * notifications: Your email address is <strong>verified.</strong>
3403
+ */
3404
+ NOTIF_VERIFIED_EMAIL: string;
3405
+ /**
3406
+ * notifications: Verify email
3407
+ */
3408
+ NOTIF_VERIFY_EMAIL: string;
3409
+ }
3410
+
3411
+ export interface OnboardingLangFile {
3412
+ /**
3413
+ * onboarding: Don't show again
3414
+ */
3415
+ LOCATION_BTN_NOT_SHOW_AGAIN: string;
3416
+ /**
3417
+ * onboarding: Allow location permission to get accurate weather updates based on your current location.
3418
+ */
3419
+ LOCATION_SUBTITLE: string;
3420
+ /**
3421
+ * onboarding: This feature requires location permission
3422
+ */
3423
+ LOCATION_TITLE: string;
3424
+ /**
3425
+ * onboarding: Accept
3426
+ */
3427
+ ONBOARDING_ACCEPT: string;
3428
+ /**
3429
+ * onboarding: Allow
3430
+ */
3431
+ ONBOARDING_ALLOW: string;
3432
+ /**
3433
+ * onboarding: <p>We do not sell advertisement, <b>we do not use cookies or trackers</b> and we fully respect you privacy.</p><p>Our application uses anonymous analytics to provide the best possible user experience. It help us optimize and develop Windy to your preferences.</p><p>By clicking 'Allow', you agree to the use of fully anonymous analytics. For more information on how we use analytics or to change your settings, please visit "Main Menu - Privacy Protection".</p>
3434
+ */
3435
+ ONBOARDING_ANALYTICS_DESC: string;
3436
+ /**
3437
+ * onboarding: Allow anonymous analytics
3438
+ */
3439
+ ONBOARDING_ANALYTICS_TITLE: string;
3440
+ /**
3441
+ * onboarding: Before we start...
3442
+ */
3443
+ ONBOARDING_BEFORE_WE_START: string;
3444
+ /**
3445
+ * onboarding: Confirm
3446
+ */
3447
+ ONBOARDING_CONFIRM: string;
3448
+ /**
3449
+ * onboarding: Don't allow
3450
+ */
3451
+ ONBOARDING_DONT_ALLOW: string;
3452
+ /**
3453
+ * onboarding: <p>So we can develop Windy for you.</p>
3454
+ */
3455
+ ONBOARDING_INTERESTS_DESC: string;
3456
+ /**
3457
+ * onboarding: Agriculture
3458
+ */
3459
+ ONBOARDING_INTERESTS_ITEM_AGRICULTURE: string;
3460
+ /**
3461
+ * onboarding: Aviation
3462
+ */
3463
+ ONBOARDING_INTERESTS_ITEM_AVIATION: string;
3464
+ /**
3465
+ * onboarding: Boating
3466
+ */
3467
+ ONBOARDING_INTERESTS_ITEM_BOATING: string;
3468
+ /**
3469
+ * onboarding: Meteorologist,<br>scientist
3470
+ */
3471
+ ONBOARDING_INTERESTS_ITEM_METEOROLOGIST: string;
3472
+ /**
3473
+ * onboarding: Other
3474
+ */
3475
+ ONBOARDING_INTERESTS_ITEM_OTHER: string;
3476
+ /**
3477
+ * onboarding: Outdoor activities
3478
+ */
3479
+ ONBOARDING_INTERESTS_ITEM_OUTDOOR_ACTIVITIES: string;
3480
+ /**
3481
+ * onboarding: Water sports
3482
+ */
3483
+ ONBOARDING_INTERESTS_ITEM_WATER_SPORTS: string;
2689
3484
  /**
2690
- * notifications: An error occurred while sending the verification email
3485
+ * onboarding: Wind sports
2691
3486
  */
2692
- NOTIF_EMAIL_ERROR: string;
3487
+ ONBOARDING_INTERESTS_ITEM_WIND_SPORTS: string;
2693
3488
  /**
2694
- * notifications: Send email notifications
3489
+ * onboarding: Winter sports
2695
3490
  */
2696
- NOTIF_EMAIL_NOTIFICATIONS: string;
3491
+ ONBOARDING_INTERESTS_ITEM_WINTER_SPORTS: string;
2697
3492
  /**
2698
- * notifications: Email address was saved.
3493
+ * onboarding: Tell us about yourself
2699
3494
  */
2700
- NOTIF_EMAIL_SAVED: string;
3495
+ ONBOARDING_INTERESTS_TITLE: string;
2701
3496
  /**
2702
- * notifications: Cannot load data from server.
3497
+ * onboarding: <p>We do not sell advertisement, <b>we do not store or share you location</b> and we fully respect you privacy.</p><p>If you allow location services, we can provide you with better weather data based on your position.</p>
2703
3498
  */
2704
- NOTIF_LOAD_FAILED: string;
3499
+ ONBOARDING_LOCATION_DESC: string;
2705
3500
  /**
2706
- * notifications: Load more
3501
+ * onboarding: Allow location services
2707
3502
  */
2708
- NOTIF_LOAD_MORE: string;
3503
+ ONBOARDING_LOCATION_TITLE: string;
2709
3504
  /**
2710
- * 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.
3505
+ * onboarding: Reject
2711
3506
  */
2712
- NOTIF_MOBILE_HUAWEI_INFO: string;
3507
+ ONBOARDING_REJECT: string;
2713
3508
  /**
2714
- * notifications: Send mobile notifications
3509
+ * onboarding: Save
2715
3510
  */
2716
- NOTIF_MOBILE_NOTIFICATIONS: string;
3511
+ ONBOARDING_SAVE: string;
2717
3512
  /**
2718
- * notifications: Manage this option in Windy.com App to receive notifications on your mobile phone.
3513
+ * onboarding: Set units
2719
3514
  */
2720
- NOTIF_MOBILE_NOTIFICATIONS_INFO: string;
3515
+ ONBOARDING_SET_UNITS: string;
2721
3516
  /**
2722
- * 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.
3517
+ * onboarding: Set up later
2723
3518
  */
2724
- NOTIF_NOT_VERIFIED_EMAIL: string;
3519
+ ONBOARDING_SET_UP_LATER: string;
2725
3520
  /**
2726
- * notifications: Notifications preferences
3521
+ * onboarding: Set up your units
2727
3522
  */
2728
- NOTIF_PREF: string;
3523
+ ONBOARDING_UNITS_TITLE: string;
2729
3524
  /**
2730
- * notifications: Save profile email
3525
+ * onboarding: Today’s forecast is ready — check it now in Windy!.
2731
3526
  */
2732
- NOTIF_SAVE_EMAIL: string;
3527
+ RETENTION_DEFAULT_BODY: string;
2733
3528
  /**
2734
- * notifications: You need to be logged in.
3529
+ * onboarding: What’s the Weather Today? ☀️ 🌧️
2735
3530
  */
2736
- NOTIF_UNAUTHENTICATED_MSG: string;
3531
+ RETENTION_DEFAULT_TITLE: string;
2737
3532
  /**
2738
- * notifications: Email address is not valid.
3533
+ * onboarding: See how different weather models stack up in Windy
2739
3534
  */
2740
- NOTIF_VALID_EMAIL: string;
3535
+ RETENTION_FORECAST_BODY: string;
2741
3536
  /**
2742
- * notifications: Verification email was sent. Check your inbox.
3537
+ * onboarding: Not the Forecast You Hoped For? 🤔
2743
3538
  */
2744
- NOTIF_VERIFICATION_SENT: string;
3539
+ RETENTION_FORECAST_TITLE: string;
2745
3540
  /**
2746
- * notifications: Your email address is <strong>verified.</strong>
3541
+ * onboarding: 50+ layers to explore — wind, radar, storms & more!
2747
3542
  */
2748
- NOTIF_VERIFIED_EMAIL: string;
3543
+ RETENTION_LAYERS_BODY: string;
2749
3544
  /**
2750
- * notifications: Verify email
3545
+ * onboarding: Dive Deeper into Weather 🌍
2751
3546
  */
2752
- NOTIF_VERIFY_EMAIL: string;
3547
+ RETENTION_LAYERS_TITLE: string;
2753
3548
  }
2754
3549
 
2755
3550
  export interface ProductsLangFile {
@@ -2801,6 +3596,10 @@ export interface ProductsLangFile {
2801
3596
  * products: High clouds is cloud coverage at an altitude between circa 6500m and the cloud tops. Cloud cover is given in percent.
2802
3597
  */
2803
3598
  hclouds: string;
3599
+ /**
3600
+ * products: Precise, street level map of temperatures in cities.
3601
+ */
3602
+ heatmaps: string;
2804
3603
  /**
2805
3604
  * products: Low clouds is cloud coverage at an altitude between the surface and circa 2000m. Cloud cover is given in percent.
2806
3605
  */
@@ -2833,6 +3632,10 @@ export interface ProductsLangFile {
2833
3632
  * 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.
2834
3633
  */
2835
3634
  radar: string;
3635
+ /**
3636
+ * products: A combination of a global picture of the current state of cloud cover from geostationary satellites and reflectivity measured with doppler radar, indicating actual rain/snow/hail or amount of predicable water in clouds. Beta feature.
3637
+ */
3638
+ radarPlus: string;
2836
3639
  /**
2837
3640
  * products: Actual doppler radar & satellite imagery
2838
3641
  */
@@ -2903,6 +3706,73 @@ export interface ProductsLangFile {
2903
3706
  wwaves: string;
2904
3707
  }
2905
3708
 
3709
+ export interface RadsatLangFile {
3710
+ /**
3711
+ * radsat: Blue
3712
+ */
3713
+ RADSAT_BLUE: string;
3714
+ /**
3715
+ * radsat: Infra
3716
+ */
3717
+ RADSAT_INFRA: string;
3718
+ /**
3719
+ * radsat: Next {hour}h
3720
+ */
3721
+ RADSAT_NEXT_X_HOUR: string;
3722
+ /**
3723
+ * radsat: Overlay with radar
3724
+ */
3725
+ RADSAT_OVERLAY_WITH_RADAR: string;
3726
+ /**
3727
+ * radsat: Overlay with satellite
3728
+ */
3729
+ RADSAT_OVERLAY_WITH_SATELLITE: string;
3730
+ /**
3731
+ * radsat: Play with forecast
3732
+ */
3733
+ RADSAT_PLAY_WITH_FORECAST: string;
3734
+ /**
3735
+ * radsat: RAD
3736
+ */
3737
+ RADSAT_RAD: string;
3738
+ /**
3739
+ * radsat: SAT
3740
+ */
3741
+ RADSAT_SAT: string;
3742
+ /**
3743
+ * radsat: There is an outage of our data source for some satellites. Regions that lack satellite coverage include: {regions}.
3744
+ */
3745
+ RADSAT_SATELLITE_OUTAGE_MESSAGE: string;
3746
+ /**
3747
+ * radsat: Africa, Europe
3748
+ */
3749
+ RADSAT_SATELLITE_OUTAGE_REGION_AFRICA_EUROPE: string;
3750
+ /**
3751
+ * radsat: Asia
3752
+ */
3753
+ RADSAT_SATELLITE_OUTAGE_REGION_ASIA: string;
3754
+ /**
3755
+ * radsat: Australia
3756
+ */
3757
+ RADSAT_SATELLITE_OUTAGE_REGION_AUSTRALIA: string;
3758
+ /**
3759
+ * radsat: North America
3760
+ */
3761
+ RADSAT_SATELLITE_OUTAGE_REGION_NORTH_AMERICA: string;
3762
+ /**
3763
+ * radsat: South America
3764
+ */
3765
+ RADSAT_SATELLITE_OUTAGE_REGION_SOUTH_AMERICA: string;
3766
+ /**
3767
+ * radsat: Visible
3768
+ */
3769
+ RADSAT_VISIBLE: string;
3770
+ /**
3771
+ * radsat: {hour}h ago
3772
+ */
3773
+ RADSAT_X_HOUR_AGO: string;
3774
+ }
3775
+
2906
3776
  export interface RegisterLangFile {
2907
3777
  /**
2908
3778
  * register: Already registered?
@@ -3163,6 +4033,18 @@ export interface SettingsLangFile {
3163
4033
  * settings: Always on
3164
4034
  */
3165
4035
  S_ALWAYS_ON: string;
4036
+ /**
4037
+ * settings: Customize Windy App icon
4038
+ */
4039
+ S_APP_ICON: string;
4040
+ /**
4041
+ * settings: Requires Premium subscription
4042
+ */
4043
+ S_APP_ICON_PREMIUM: string;
4044
+ /**
4045
+ * settings: Now, restart the app to change the icon
4046
+ */
4047
+ S_APP_ICON_RELOAD: string;
3166
4048
  /**
3167
4049
  * settings: automatic
3168
4050
  */
@@ -3259,6 +4141,10 @@ export interface SettingsLangFile {
3259
4141
  * settings: Animation of wind
3260
4142
  */
3261
4143
  S_PARTICLES: string;
4144
+ /**
4145
+ * settings: Show elevation in weather picker
4146
+ */
4147
+ S_PICKER_ELEVATION: string;
3262
4148
  /**
3263
4149
  * settings: Autoclose weather picker in:
3264
4150
  */
@@ -3271,6 +4157,10 @@ export interface SettingsLangFile {
3271
4157
  * settings: This option requires Premium Subscription
3272
4158
  */
3273
4159
  S_PREMIUM_REQ: string;
4160
+ /**
4161
+ * settings: Smooth radar and satellite animation
4162
+ */
4163
+ S_RADSAT_INTERPOLATE: string;
3274
4164
  /**
3275
4165
  * settings: ...reload Windy to take effect
3276
4166
  */
@@ -3299,6 +4189,10 @@ export interface SettingsLangFile {
3299
4189
  * settings: Smooth satellite animation
3300
4190
  */
3301
4191
  S_SMOOTH_SAT: string;
4192
+ /**
4193
+ * settings: Start-up zoom level
4194
+ */
4195
+ S_STARTUP_ZOOM: string;
3302
4196
  /**
3303
4197
  * settings: string
3304
4198
  */
@@ -3682,7 +4576,7 @@ export interface StationLangFile {
3682
4576
  */
3683
4577
  STATION_DUPLICATE_EXISTS: string;
3684
4578
  /**
3685
- * station: Health reccomendation
4579
+ * station: Health recommendations
3686
4580
  */
3687
4581
  STATION_HEALTH_RECCOMENDATION: string;
3688
4582
  /**
@@ -3742,7 +4636,7 @@ export interface StationLangFile {
3742
4636
  */
3743
4637
  STATION_LEGEND_TIME: string;
3744
4638
  /**
3745
- * station: Observation station {{id}} does not report any date for this period
4639
+ * station: Observation station {{id}} does not report any data for this period
3746
4640
  */
3747
4641
  STATION_LOADING_ERROR_204: string;
3748
4642
  /**
@@ -3855,6 +4749,57 @@ export interface StationLangFile {
3855
4749
  STATION_WIND_GUST: string;
3856
4750
  }
3857
4751
 
4752
+ export interface StoriesLangFile {
4753
+ /**
4754
+ * stories: Show location on map
4755
+ */
4756
+ STORIES_ACTIONS_SHOW_LOCATION: string;
4757
+ /**
4758
+ * stories: Add your comment...
4759
+ */
4760
+ STORIES_COMMENTS_ADD_COMMENT: string;
4761
+ /**
4762
+ * stories: Add images
4763
+ */
4764
+ STORIES_COMMENTS_ADD_IMAGES: string;
4765
+ /**
4766
+ * stories: Cancel
4767
+ */
4768
+ STORIES_COMMENTS_CANCEL: string;
4769
+ /**
4770
+ * stories: Close comments
4771
+ */
4772
+ STORIES_COMMENTS_CLOSE_COMMENTS: string;
4773
+ /**
4774
+ * stories: Error
4775
+ */
4776
+ STORIES_COMMENTS_ERROR: string;
4777
+ /**
4778
+ * stories: Send
4779
+ */
4780
+ STORIES_COMMENTS_SEND: string;
4781
+ /**
4782
+ * stories: Loading
4783
+ */
4784
+ STORIES_LOADING: string;
4785
+ /**
4786
+ * stories: Next card
4787
+ */
4788
+ STORIES_TOOLTIP_NEXT_CARD: string;
4789
+ /**
4790
+ * stories: Next story
4791
+ */
4792
+ STORIES_TOOLTIP_NEXT_STORY: string;
4793
+ /**
4794
+ * stories: Prev. card
4795
+ */
4796
+ STORIES_TOOLTIP_PREV_CARD: string;
4797
+ /**
4798
+ * stories: Prev. story
4799
+ */
4800
+ STORIES_TOOLTIP_PREV_STORY: string;
4801
+ }
4802
+
3858
4803
  export interface SubscriptionLangFile {
3859
4804
  /**
3860
4805
  * subscription: Buy for one year
@@ -3908,30 +4853,6 @@ export interface SubscriptionLangFile {
3908
4853
  * subscription: Automatically renewed every year. You can cancel your subscription anytime.
3909
4854
  */
3910
4855
  SUB_ANNUAL_STORE_REQUIREMENT: string;
3911
- /**
3912
- * subscription: BUY NOW
3913
- */
3914
- SUB_BF_CTA_BUTTON: string;
3915
- /**
3916
- * subscription: Discounted price: {{amount}} <small>/year</small>
3917
- */
3918
- SUB_BF_DISCOUNTED_PRICE: string;
3919
- /**
3920
- * subscription: Our special offer will expire in {{timeLeft}}.
3921
- */
3922
- SUB_BF_EXPIRATION: string;
3923
- /**
3924
- * subscription: Discounted price is charged during the first year of subscription only.
3925
- */
3926
- SUB_BF_FIRST_YEAR: string;
3927
- /**
3928
- * subscription: Normal price: {{amount}} <small>/year</small>
3929
- */
3930
- SUB_BF_NORMAL_PRICE: string;
3931
- /**
3932
- * subscription: BLACK FRIDAY DISCOUNT
3933
- */
3934
- SUB_BF_TITLE: string;
3935
4856
  /**
3936
4857
  * subscription: Your Windy Premium subscription has expired. Renew the subscription to continue using all its benefits.
3937
4858
  */
@@ -4109,29 +5030,37 @@ export interface SubscriptionLangFile {
4109
5030
  */
4110
5031
  SUB_RESTORE_CTA: string;
4111
5032
  /**
4112
- * subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
5033
+ * subscription: If you are having trouble with your subscription, you can restore your purchases using your order reference.
4113
5034
  */
4114
- SUB_RESTORE_ERROR_LINK: string;
5035
+ SUB_RESTORE_DESKTOP_DESCRIPTION: string;
5036
+ /**
5037
+ * subscription: If you paid through <strong>FastSpring</strong>, the order reference looks like <code>WINDY123456-1234-12345</code> and can be found in <strong>emails</strong> from FastSpring.
5038
+ */
5039
+ SUB_RESTORE_DESKTOP_DESCRIPTION_FS: string;
4115
5040
  /**
4116
- * 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.
5041
+ * subscription: If you paid through <strong>Paddle</strong>, the order reference starts with <code>txn_</code> and can be found on your Paddle <strong>invoice</strong>.
4117
5042
  */
4118
- SUB_RESTORE_FS_DESCRIPTION: string;
5043
+ SUB_RESTORE_DESKTOP_DESCRIPTION_PADDLE: string;
4119
5044
  /**
4120
5045
  * 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].
4121
5046
  */
4122
- SUB_RESTORE_FS_ERROR_EXPIRED: string;
5047
+ SUB_RESTORE_DESKTOP_ERROR_EXPIRED: string;
4123
5048
  /**
4124
5049
  * 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].
4125
5050
  */
4126
- SUB_RESTORE_FS_ERROR_INVALID: string;
5051
+ SUB_RESTORE_DESKTOP_ERROR_INVALID: string;
4127
5052
  /**
4128
5053
  * subscription: Please enter a valid order reference
4129
5054
  */
4130
- SUB_RESTORE_FS_REFERENCE_INVALID: string;
5055
+ SUB_RESTORE_DESKTOP_REFERENCE_INVALID: string;
4131
5056
  /**
4132
5057
  * subscription: Order reference
4133
5058
  */
4134
- SUB_RESTORE_FS_REFERENCE_LABEL: string;
5059
+ SUB_RESTORE_DESKTOP_REFERENCE_LABEL: string;
5060
+ /**
5061
+ * subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
5062
+ */
5063
+ SUB_RESTORE_ERROR_LINK: string;
4135
5064
  /**
4136
5065
  * subscription: We didn't find any purchases to restore.
4137
5066
  */
@@ -5086,6 +6015,10 @@ export interface WebcamsLangFile {
5086
6015
  * webcams: Summary
5087
6016
  */
5088
6017
  CAM_SUMMARY: string;
6018
+ /**
6019
+ * webcams: Terms of Use of Windy Webcam Services
6020
+ */
6021
+ CAM_TERMS_OF_USE: string;
5089
6022
  /**
5090
6023
  * webcams: Enter the name of whatever is visible on the webcam image.
5091
6024
  */
@@ -5128,29 +6061,288 @@ export interface WebcamsLangFile {
5128
6061
  CAM_YOUR_IMAGE: string;
5129
6062
  }
5130
6063
 
6064
+ export interface WidgetspromoLangFile {
6065
+ /**
6066
+ * widgetspromo: Add Windy widget
6067
+ */
6068
+ WIDGETS_AN_HOME_BTN_ADD: string;
6069
+ /**
6070
+ * widgetspromo: In the widget settings, you can customize the location, toggle the visibility of specific information like weather data, and adjust the theme by modifying the font size and background transparency to suit your preferences.
6071
+ */
6072
+ WIDGETS_AN_HOME_SETTINGS_DESCRIPTION: string;
6073
+ /**
6074
+ * widgetspromo: Press and hold an empty area of your home screen until the customization options appear.
6075
+ */
6076
+ WIDGETS_AN_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
6077
+ /**
6078
+ * widgetspromo: Enter widget selection mode
6079
+ */
6080
+ WIDGETS_AN_HOME_TUTORIAL_STEP_1_TITLE: string;
6081
+ /**
6082
+ * widgetspromo: From the customization options, tap the "Widgets" button to open the widget gallery.
6083
+ */
6084
+ WIDGETS_AN_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
6085
+ /**
6086
+ * widgetspromo: Tap on "Widgets"
6087
+ */
6088
+ WIDGETS_AN_HOME_TUTORIAL_STEP_2_TITLE: string;
6089
+ /**
6090
+ * widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
6091
+ */
6092
+ WIDGETS_AN_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
6093
+ /**
6094
+ * widgetspromo: Select the widget
6095
+ */
6096
+ WIDGETS_AN_HOME_TUTORIAL_STEP_3_TITLE: string;
6097
+ /**
6098
+ * widgetspromo: Scroll through the list or use the search bar to find the Windy for the widget you want to add. Tap on the widget to select it.
6099
+ */
6100
+ WIDGETS_AN_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
6101
+ /**
6102
+ * widgetspromo: Select the widget
6103
+ */
6104
+ WIDGETS_AN_HOME_TUTORIAL_STEP_4_TITLE: string;
6105
+ /**
6106
+ * widgetspromo: After dragging the widget, release it to place it on your home screen. You can move it by pressing and dragging if needed.
6107
+ */
6108
+ WIDGETS_AN_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
6109
+ /**
6110
+ * widgetspromo: Place the widget
6111
+ */
6112
+ WIDGETS_AN_HOME_TUTORIAL_STEP_5_TITLE: string;
6113
+ /**
6114
+ * widgetspromo: Some widgets offer customization options. Tap the widget after placing it to configure additional settings if available.
6115
+ */
6116
+ WIDGETS_AN_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
6117
+ /**
6118
+ * widgetspromo: Customize the widget (optional)
6119
+ */
6120
+ WIDGETS_AN_HOME_TUTORIAL_STEP_6_TITLE: string;
6121
+ /**
6122
+ * widgetspromo: Widget families
6123
+ */
6124
+ WIDGETS_FAMILIES_TITLE: string;
6125
+ /**
6126
+ * widgetspromo: Multi day forecast, weather radar, satellite view. Everything you need too stay up with weather.
6127
+ */
6128
+ WIDGETS_IOS_HOME_FORECAST_DESCRIPTION: string;
6129
+ /**
6130
+ * widgetspromo: Forecast widgets
6131
+ */
6132
+ WIDGETS_IOS_HOME_FORECAST_TITLE: string;
6133
+ /**
6134
+ * widgetspromo: Local storm, or major hurricane, radar nad satellite gives you a bigger picture of situation around new in real-time.
6135
+ */
6136
+ WIDGETS_IOS_HOME_RADAR_DESCRIPTION: string;
6137
+ /**
6138
+ * widgetspromo: Radar and Satellite widgets
6139
+ */
6140
+ WIDGETS_IOS_HOME_RADAR_TITLE: string;
6141
+ /**
6142
+ * widgetspromo: Choose your location, model, or level of detail you need for your use case. All of that in light, dark, or auto appereance
6143
+ */
6144
+ WIDGETS_IOS_HOME_SETTINGS_DESCRIPTION: string;
6145
+ /**
6146
+ * widgetspromo: Add a weather forecast widget to your home screen and stay prepared for any weather, anytime!
6147
+ */
6148
+ WIDGETS_IOS_HOME_SUBTITLE: string;
6149
+ /**
6150
+ * widgetspromo: Home screen widgets
6151
+ */
6152
+ WIDGETS_IOS_HOME_TITLE: string;
6153
+ /**
6154
+ * widgetspromo: and navigate to the home screen where you want to add the widget.
6155
+ */
6156
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
6157
+ /**
6158
+ * widgetspromo: Unlock your iPhone
6159
+ */
6160
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_1_TITLE: string;
6161
+ /**
6162
+ * widgetspromo: Long press on an empty area of your screen or on any app until the icons start shaking. Look for the plus (+) icon in the top-left or top-right corner of the screen.
6163
+ */
6164
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
6165
+ /**
6166
+ * widgetspromo: Enter jiggle mode
6167
+ */
6168
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_2_TITLE: string;
6169
+ /**
6170
+ * widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
6171
+ */
6172
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
6173
+ /**
6174
+ * widgetspromo: Tap the plus (+) icon
6175
+ */
6176
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_3_TITLE: string;
6177
+ /**
6178
+ * widgetspromo: Find the widget you wish to use by scrolling or using the search function at the top of the gallery. Tap on the widget to choose
6179
+ */
6180
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
6181
+ /**
6182
+ * widgetspromo: Select the widget
6183
+ */
6184
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_4_TITLE: string;
6185
+ /**
6186
+ * widgetspromo: Swipe to see different size options for the selected widget. Once you decide on the size, tap "Add Widget".
6187
+ */
6188
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
6189
+ /**
6190
+ * widgetspromo: Choose the widget size
6191
+ */
6192
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_5_TITLE: string;
6193
+ /**
6194
+ * widgetspromo: After adding it, you can move the widget by dragging it to your desired location on the home screen.
6195
+ */
6196
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
6197
+ /**
6198
+ * widgetspromo: Place the widget
6199
+ */
6200
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_6_TITLE: string;
6201
+ /**
6202
+ * widgetspromo: Tap "Done" in the top-right corner or press the home button if your model has one to save your changes.
6203
+ */
6204
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_7_DESCRIPTION: string;
6205
+ /**
6206
+ * widgetspromo: Exit jiggle mode
6207
+ */
6208
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_7_TITLE: string;
6209
+ /**
6210
+ * widgetspromo: Some widgets offer additional settings, which can be accessed by tapping on the widget once it's on your home screen.
6211
+ */
6212
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_8_DESCRIPTION: string;
6213
+ /**
6214
+ * widgetspromo: Customize the widget
6215
+ */
6216
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_8_TITLE: string;
6217
+ /**
6218
+ * widgetspromo: Forecast widget provides a 4-day forecast with daily high/low temperatures and weather icons for quick insights. Hour forecast widget offers a compact view focusing on temperature and wind conditions across different times.
6219
+ */
6220
+ WIDGETS_IOS_LOCK_FORECAST_DESCRIPTION: string;
6221
+ /**
6222
+ * widgetspromo: Forecast widgets
6223
+ */
6224
+ WIDGETS_IOS_LOCK_FORECAST_TITLE: string;
6225
+ /**
6226
+ * widgetspromo: Lock Screen widgets are also editable. Tap on the widget when in "customize" mode to bring up the widget settings.
6227
+ */
6228
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_1_DESCRIPTION: string;
6229
+ /**
6230
+ * widgetspromo: You can select the current/custom location, forecast model, number of days you want the widget for (up to 5 days), and the background.
6231
+ */
6232
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_2_DESCRIPTION: string;
6233
+ /**
6234
+ * widgetspromo: You can set the background for each widget, allowing you to improve readability and match the widget with a wallpaper.
6235
+ */
6236
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_3_DESCRIPTION: string;
6237
+ /**
6238
+ * widgetspromo: Add a Windy widget to your Lock Screen now and always step out ready, no matter the weather!
6239
+ */
6240
+ WIDGETS_IOS_LOCK_SUBTITLE: string;
6241
+ /**
6242
+ * widgetspromo: Lock screen widgets
6243
+ */
6244
+ WIDGETS_IOS_LOCK_TITLE: string;
6245
+ /**
6246
+ * widgetspromo: Long press on the lock screen until the customization options appear.
6247
+ */
6248
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_DESCRIPTION: string;
6249
+ /**
6250
+ * widgetspromo: Enter Lock Screen customization mode
6251
+ */
6252
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_TITLE: string;
6253
+ /**
6254
+ * widgetspromo: Select the "Customize" option at the bottom of your lock screen to edit it.
6255
+ */
6256
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_DESCRIPTION: string;
6257
+ /**
6258
+ * widgetspromo: Tap "Customize"
6259
+ */
6260
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_TITLE: string;
6261
+ /**
6262
+ * widgetspromo: In the lock screen editor, tap on the widget area, which is located below the clock.
6263
+ */
6264
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_DESCRIPTION: string;
6265
+ /**
6266
+ * widgetspromo: Tap on the widget area
6267
+ */
6268
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_TITLE: string;
6269
+ /**
6270
+ * widgetspromo: Scroll through on Windy widgets or use the search bar to find the Windy for the widget you want to add. Tap the widget you want to select it.
6271
+ */
6272
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_DESCRIPTION: string;
6273
+ /**
6274
+ * widgetspromo: Select the widget
6275
+ */
6276
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_TITLE: string;
6277
+ /**
6278
+ * widgetspromo: After adding the widget, tap "Done" in the top-right corner to save your custom lock screen.
6279
+ */
6280
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_DESCRIPTION: string;
6281
+ /**
6282
+ * widgetspromo: Save your changes
6283
+ */
6284
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_TITLE: string;
6285
+ /**
6286
+ * widgetspromo: Once completed, lock your iPhone and check the lock screen to see the newly added widget.
6287
+ */
6288
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_DESCRIPTION: string;
6289
+ /**
6290
+ * widgetspromo: Lock your iPhone
6291
+ */
6292
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_TITLE: string;
6293
+ /**
6294
+ * widgetspromo: Home screen
6295
+ */
6296
+ WIDGETS_IOS_SWITCH_HOME_BTN: string;
6297
+ /**
6298
+ * widgetspromo: Lock screen
6299
+ */
6300
+ WIDGETS_IOS_SWITCH_LOCKSCREEN_BTN: string;
6301
+ /**
6302
+ * widgetspromo: Windy widgets
6303
+ */
6304
+ WIDGETS_PLUGIN_TITLE: string;
6305
+ /**
6306
+ * widgetspromo: Widget settings
6307
+ */
6308
+ WIDGETS_SETTINGS_TITLE: string;
6309
+ /**
6310
+ * widgetspromo: Step by step guide
6311
+ */
6312
+ WIDGETS_STEPBYSTEP_TITLE: string;
6313
+ }
6314
+
5131
6315
  // prettier-ignore
5132
- export interface PluginTranslations extends AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, MenuLangFile, NotificationsLangFile, ProductsLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile {}
6316
+ export interface PluginTranslations extends AccumulationsLangFile, AirportLangFile, AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, GarminLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, LivealertsLangFile, MenuLangFile, NotificationsLangFile, OnboardingLangFile, ProductsLangFile, RadsatLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, StoriesLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile, WidgetspromoLangFile {}
5133
6317
  export interface Translations extends MainLangFile, PluginTranslations {}
5134
6318
 
5135
6319
  export interface SupportedLangFiles {
6320
+ accumulations: AccumulationsLangFile;
6321
+ airport: AirportLangFile;
5136
6322
  alerts: AlertsLangFile;
5137
6323
  appreview: AppreviewLangFile;
5138
6324
  articles: ArticlesLangFile;
5139
6325
  consent: ConsentLangFile;
5140
6326
  distance: DistanceLangFile;
5141
6327
  favs: FavsLangFile;
6328
+ garmin: GarminLangFile;
5142
6329
  hurricanes: HurricanesLangFile;
5143
6330
  info: InfoLangFile;
5144
6331
  main: MainLangFile;
5145
6332
  lib: LibLangFile;
6333
+ livealerts: LivealertsLangFile;
5146
6334
  menu: MenuLangFile;
5147
6335
  notifications: NotificationsLangFile;
6336
+ onboarding: OnboardingLangFile;
5148
6337
  products: ProductsLangFile;
6338
+ radsat: RadsatLangFile;
5149
6339
  register: RegisterLangFile;
5150
6340
  settings: SettingsLangFile;
5151
6341
  sounding: SoundingLangFile;
5152
6342
  station: StationLangFile;
6343
+ stories: StoriesLangFile;
5153
6344
  subscription: SubscriptionLangFile;
5154
6345
  watchface: WatchfaceLangFile;
5155
6346
  webcams: WebcamsLangFile;
6347
+ widgetspromo: WidgetspromoLangFile;
5156
6348
  }