@windycom/plugin-devtools 2.0.0 → 3.0.0

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 (120) hide show
  1. package/README.md +3 -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/BottomSveltePlugins.d.ts +8 -0
  6. package/types/client/Calendar.d.ts +9 -17
  7. package/types/client/Color.d.ts +43 -90
  8. package/types/client/Evented.d.ts +4 -0
  9. package/types/client/ExternalSveltePlugin.d.ts +2 -1
  10. package/types/client/IDB.d.ts +63 -0
  11. package/types/client/IconProducts.d.ts +2 -0
  12. package/types/client/Layer.d.ts +1 -2
  13. package/types/client/Metric.d.ts +8 -8
  14. package/types/client/MetricClasses.d.ts +4 -3
  15. package/types/client/Overlay.d.ts +30 -15
  16. package/types/client/OverlayClasses.d.ts +11 -7
  17. package/types/client/Plugin.d.ts +2 -2
  18. package/types/client/Product.d.ts +40 -29
  19. package/types/client/RadarPlusProduct.d.ts +19 -0
  20. package/types/client/Renderer.d.ts +2 -10
  21. package/types/client/SveltePlugin.d.ts +9 -5
  22. package/types/client/TileLayer.d.ts +1 -2
  23. package/types/client/TopoMap.d.ts +10 -0
  24. package/types/client/WindowPlugin.d.ts +7 -3
  25. package/types/client/appsFlyer.d.ts +3 -0
  26. package/types/client/baseMap.d.ts +8 -5
  27. package/types/client/cityLabels.d.ts +10 -2
  28. package/types/client/cloudSync.d.ts +3 -1
  29. package/types/client/colorGradients.d.ts +13 -0
  30. package/types/client/customColors.d.ts +1 -0
  31. package/types/client/d.ts.files/Calendar.d.ts +11 -2
  32. package/types/client/d.ts.files/Color.d.ts +16 -5
  33. package/types/client/d.ts.files/LabelsLayer.d.ts +1 -18
  34. package/types/client/d.ts.files/Layer.d.ts +8 -1
  35. package/types/client/d.ts.files/Metric.d.ts +1 -0
  36. package/types/client/d.ts.files/Renderer.d.ts +22 -1
  37. package/types/client/d.ts.files/alerts.d.ts +120 -0
  38. package/types/client/d.ts.files/broadcast.d.ts +38 -10
  39. package/types/client/d.ts.files/dataSpecifications.d.ts +81 -122
  40. package/types/client/d.ts.files/favs.d.ts +69 -0
  41. package/types/client/d.ts.files/incomingMessages.d.ts +0 -4
  42. package/types/client/d.ts.files/notifications.d.ts +2 -2
  43. package/types/client/d.ts.files/plugin-params.d.ts +35 -47
  44. package/types/client/d.ts.files/plugins.d.ts +30 -42
  45. package/types/client/d.ts.files/pois.d.ts +1 -1
  46. package/types/client/d.ts.files/products.d.ts +15 -3
  47. package/types/client/d.ts.files/rootScope.d.ts +3 -21
  48. package/types/client/d.ts.files/startup.d.ts +59 -0
  49. package/types/client/d.ts.files/storage.d.ts +12 -35
  50. package/types/client/d.ts.files/user.d.ts +79 -24
  51. package/types/client/deviceLogging.d.ts +2 -1
  52. package/types/client/embed2.d.ts +14 -31
  53. package/types/client/fetch.d.ts +29 -16
  54. package/types/client/ga.d.ts +1 -1
  55. package/types/client/geolocation.d.ts +15 -7
  56. package/types/client/globals.d.ts +1 -0
  57. package/types/client/http.d.ts +17 -0
  58. package/types/client/idbInstances.d.ts +45 -0
  59. package/types/client/langFiles.d.ts +2 -0
  60. package/types/client/layers.d.ts +2 -0
  61. package/types/client/lib.d.ts +7 -21
  62. package/types/client/loadArticlesOrWhatsNew.d.ts +1 -0
  63. package/types/client/log.d.ts +1 -0
  64. package/types/client/lruCache.d.ts +6 -0
  65. package/types/client/map.d.ts +17 -6
  66. package/types/client/mobile.d.ts +28 -20
  67. package/types/client/models.d.ts +1 -1
  68. package/types/client/notifications.d.ts +32 -67
  69. package/types/client/overlays.d.ts +4 -1
  70. package/types/client/params.d.ts +0 -1
  71. package/types/client/permanentPromos.d.ts +1 -1
  72. package/types/client/persistentStorage.d.ts +8 -0
  73. package/types/client/picker.d.ts +1 -1
  74. package/types/client/pois.d.ts +1 -2
  75. package/types/client/promo.d.ts +6 -16
  76. package/types/client/pushNotifications.d.ts +13 -1
  77. package/types/client/queryString.d.ts +1 -1
  78. package/types/client/renderUtils.d.ts +1 -1
  79. package/types/client/renderers.d.ts +7 -3
  80. package/types/client/rootScope.d.ts +14 -23
  81. package/types/client/router.d.ts +9 -5
  82. package/types/client/seoParser.d.ts +21 -0
  83. package/types/client/serviceWorkerCtrl.d.ts +8 -0
  84. package/types/client/startupWeather.d.ts +13 -9
  85. package/types/client/store.d.ts +2 -2
  86. package/types/client/storeLastPosition.d.ts +1 -0
  87. package/types/client/subscription.d.ts +1 -0
  88. package/types/client/swDownloader.d.ts +7 -7
  89. package/types/client/swProxy.d.ts +1 -1
  90. package/types/client/swUtils.d.ts +3 -3
  91. package/types/client/trans.d.ts +26 -37
  92. package/types/client/user.d.ts +5 -13
  93. package/types/client/userAlerts.d.ts +68 -0
  94. package/types/client/userConsent.d.ts +6 -0
  95. package/types/client/userFavs.d.ts +46 -121
  96. package/types/client/utils.d.ts +28 -6
  97. package/types/iconfont.d.ts +1 -0
  98. package/types/interfaces.d.ts +90 -225
  99. package/types/lang-files.d.ts +687 -119
  100. package/types/offline.d.ts +100 -0
  101. package/types/types.d.ts +59 -24
  102. package/types/client/Bar.d.ts +0 -114
  103. package/types/client/BindedBar.d.ts +0 -51
  104. package/types/client/BindedCheckbox.d.ts +0 -30
  105. package/types/client/BindedSwitch.d.ts +0 -35
  106. package/types/client/BottomTagPlugin.d.ts +0 -8
  107. package/types/client/DraggableDiv.d.ts +0 -21
  108. package/types/client/GhostBox.d.ts +0 -17
  109. package/types/client/Legend.d.ts +0 -6
  110. package/types/client/LongTap.d.ts +0 -21
  111. package/types/client/MobileCalendar.d.ts +0 -51
  112. package/types/client/OfflineMessagesClasses.d.ts +0 -30
  113. package/types/client/ProductSwitch.d.ts +0 -14
  114. package/types/client/Scrollable.d.ts +0 -14
  115. package/types/client/Switch.d.ts +0 -24
  116. package/types/client/TimestampBar.d.ts +0 -8
  117. package/types/client/d.ts.files/Product.d.ts +0 -37
  118. package/types/client/d.ts.files/trans.d.ts +0 -55
  119. package/types/client/favs.d.ts +0 -83
  120. package/types/client/offlineController.d.ts +0 -20
@@ -1,5 +1,20 @@
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
+
3
18
  export interface AlertsLangFile {
4
19
  /**
5
20
  * alerts: Processing
@@ -37,6 +52,14 @@ export interface AlertsLangFile {
37
52
  * alerts: These alerts will be deleted:
38
53
  */
39
54
  ALERTS_TO_DELETE: string;
55
+ /**
56
+ * alerts: Choose recommended alert setting for
57
+ */
58
+ ALERT_ACTIVITY_DESCRIPTION: string;
59
+ /**
60
+ * alerts: I agree with Windy's <a href="{{link}}" target="_blank">conditions</a> for alert handling.
61
+ */
62
+ ALERT_ANALYTICS_CONSENT: string;
40
63
  /**
41
64
  * alerts: Which alerts do you want to assign to your user account? The other alerts will be deleted!
42
65
  */
@@ -53,6 +76,18 @@ export interface AlertsLangFile {
53
76
  * alerts: at least {{hour}}h
54
77
  */
55
78
  ALERT_AT_LEAST: string;
79
+ /**
80
+ * alerts: Finish migration
81
+ */
82
+ ALERT_BUTTON_FINISH_MIGRATION: string;
83
+ /**
84
+ * alerts: Next
85
+ */
86
+ ALERT_BUTTON_NEXT: string;
87
+ /**
88
+ * alerts: Previous
89
+ */
90
+ ALERT_BUTTON_PREVIOUS: string;
56
91
  /**
57
92
  * alerts: change
58
93
  */
@@ -61,10 +96,34 @@ export interface AlertsLangFile {
61
96
  * alerts: Check The Actual Forecast
62
97
  */
63
98
  ALERT_CHECK: string;
99
+ /**
100
+ * alerts: Cloudiness
101
+ */
102
+ ALERT_CLOUDINESS: string;
64
103
  /**
65
104
  * alerts: Click on icons to select maximum amount of clouds
66
105
  */
67
106
  ALERT_CLOUDS: string;
107
+ /**
108
+ * alerts: cloudy
109
+ */
110
+ ALERT_CLOUDS_BKN: string;
111
+ /**
112
+ * alerts: partly cloudy
113
+ */
114
+ ALERT_CLOUDS_FEW: string;
115
+ /**
116
+ * alerts: overcast
117
+ */
118
+ ALERT_CLOUDS_OVC: string;
119
+ /**
120
+ * alerts: scattered
121
+ */
122
+ ALERT_CLOUDS_SCT: string;
123
+ /**
124
+ * alerts: sky clear
125
+ */
126
+ ALERT_CLOUDS_SKC: string;
68
127
  /**
69
128
  * alerts: It seems alert with an id <em>{{alertId}}</em> is corrupted. Please, delete it and create a new one.
70
129
  */
@@ -77,10 +136,6 @@ export interface AlertsLangFile {
77
136
  * alerts: Delete alert
78
137
  */
79
138
  ALERT_DELETE2: string;
80
- /**
81
- * alerts: Alert has been deleted.
82
- */
83
- ALERT_DELETED: string;
84
139
  /**
85
140
  * alerts: Assigning was completed
86
141
  */
@@ -181,10 +236,18 @@ export interface AlertsLangFile {
181
236
  * alerts: Longitude
182
237
  */
183
238
  ALERT_LON: string;
239
+ /**
240
+ * alerts: Best model for given location
241
+ */
242
+ ALERT_MODEL_BEST: string;
184
243
  /**
185
244
  * alerts: Name of the alert
186
245
  */
187
246
  ALERT_NAME: string;
247
+ /**
248
+ * alerts: Text of the notification
249
+ */
250
+ ALERT_NOTIFICATION_TEXT: string;
188
251
  /**
189
252
  * alerts: Not considered
190
253
  */
@@ -201,6 +264,18 @@ export interface AlertsLangFile {
201
264
  * alerts: Part of a day I am interested in
202
265
  */
203
266
  ALERT_PART_DAY: string;
267
+ /**
268
+ * alerts: Please note that ‘day 1’ refers to the first day of the current forecast, not necessarily the first day of the week.
269
+ */
270
+ ALERT_PART_RANGE_DESCRIPTION: string;
271
+ /**
272
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> days of the forecast
273
+ */
274
+ ALERT_PART_RANGE_LONG: string;
275
+ /**
276
+ * alerts: Only day <b>{{value}}</b> of the forecast
277
+ */
278
+ ALERT_PART_RANGE_SHORT: string;
204
279
  /**
205
280
  * alerts: Part of a week I am interested in
206
281
  */
@@ -210,9 +285,9 @@ export interface AlertsLangFile {
210
285
  */
211
286
  ALERT_PREVAIL: string;
212
287
  /**
213
- * alerts: At least <b>{{min}} {{metric}}</b> of rain must accumulate...
288
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of rain must accumulate...
214
289
  */
215
- ALERT_RAIN: string;
290
+ ALERT_RAIN2: string;
216
291
  /**
217
292
  * alerts: Amount of convective rain (storms, rainshowers) is unpredictable
218
293
  */
@@ -222,9 +297,9 @@ export interface AlertsLangFile {
222
297
  */
223
298
  ALERT_RAIN_PERIOD: string;
224
299
  /**
225
- * alerts: <p>Your Alert has been saved</p>Windy will send you an email several days ahead, if your conditions are met.
300
+ * alerts: resume alert
226
301
  */
227
- ALERT_SAVED: string;
302
+ ALERT_RESUME: string;
228
303
  /**
229
304
  * alerts: Assign
230
305
  */
@@ -238,13 +313,25 @@ export interface AlertsLangFile {
238
313
  */
239
314
  ALERT_SENT_TO: string;
240
315
  /**
241
- * alerts: At least <b>{{min}}</b> {{metric}} of snow must fall in the previous 3 days
316
+ * alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of snow must fall in the previous 3 days
317
+ */
318
+ ALERT_SNOW2: string;
319
+ /**
320
+ * alerts: Activity
321
+ */
322
+ ALERT_STEP_ACTIVITY: string;
323
+ /**
324
+ * alerts: Conditions
325
+ */
326
+ ALERT_STEP_CONDITIONS: string;
327
+ /**
328
+ * alerts: Customization
242
329
  */
243
- ALERT_SNOW: string;
330
+ ALERT_STEP_CUSTOMIZATION: string;
244
331
  /**
245
- * alerts: Some of the Alerts can be delivered to your Spam/Junk mail folder. Please check it from time to time.
332
+ * alerts: Location
246
333
  */
247
- ALERT_SPAM: string;
334
+ ALERT_STEP_LOCATION: string;
248
335
  /**
249
336
  * alerts: suspend alert for some time
250
337
  */
@@ -253,6 +340,10 @@ export interface AlertsLangFile {
253
340
  * alerts: Swell size from <b>{{min}}</b> to <b>{{max}}</b>
254
341
  */
255
342
  ALERT_SWELL: string;
343
+ /**
344
+ * alerts: Temperature
345
+ */
346
+ ALERT_TEMP: string;
256
347
  /**
257
348
  * alerts: Temperature from <b>{{min}}</b> to <b>{{max}}</b>
258
349
  */
@@ -481,6 +572,10 @@ export interface DistanceLangFile {
481
572
  * distance: Click on the map to add more waypoints
482
573
  */
483
574
  DST_CLICK_ADD: string;
575
+ /**
576
+ * distance: Edit
577
+ */
578
+ DST_EDIT: string;
484
579
  /**
485
580
  * distance: Export GPX
486
581
  */
@@ -565,17 +660,61 @@ export interface DistanceLangFile {
565
660
 
566
661
  export interface FavsLangFile {
567
662
  /**
568
- * favs: Some of your not-synchronized favorites cannot be saved to the cloud. Please, try again later or delete them and create again.
663
+ * favs: Alert has been deleted.
664
+ */
665
+ FAVS_ALERT_DELETED: string;
666
+ /**
667
+ * 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>
668
+ */
669
+ FAVS_ALERT_SAVED: string;
670
+ /**
671
+ * favs: Airports
672
+ */
673
+ FAVS_FILTER_AIRPORTS: string;
674
+ /**
675
+ * favs: All
676
+ */
677
+ FAVS_FILTER_ALL: string;
678
+ /**
679
+ * favs: Places
569
680
  */
570
- FAVS_BATCH_ERROR: string;
681
+ FAVS_FILTER_PLACES: string;
682
+ /**
683
+ * favs: Routes
684
+ */
685
+ FAVS_FILTER_ROUTES: string;
686
+ /**
687
+ * favs: Stations
688
+ */
689
+ FAVS_FILTER_STATIONS: string;
690
+ /**
691
+ * favs: Webcams
692
+ */
693
+ FAVS_FILTER_WEBCAMS: string;
571
694
  /**
572
695
  * 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
696
  */
574
697
  FAVS_HOW_TO_ADD: string;
575
698
  /**
576
- * favs: Not in sync
699
+ * favs: Error loading your fav item. Try again later.
700
+ */
701
+ FAVS_LOADING_ERROR: string;
702
+ /**
703
+ * favs: Migrate all
704
+ */
705
+ FAVS_MIGRATE_ALL: string;
706
+ /**
707
+ * favs: You have a lot of alerts, do you want to migrate them all at once?
708
+ */
709
+ FAVS_MIGRATION_MASS_MIGRATION: string;
710
+ /**
711
+ * favs: We're improving our alert system! Migrate your alerts before {{date}} to continue receiving notifications.
577
712
  */
578
- FAVS_NOT_IN_SYNC: string;
713
+ FAVS_MIGRATION_WARNING: string;
714
+ /**
715
+ * favs: Not saved
716
+ */
717
+ FAVS_NOT_IN_SYNC2: string;
579
718
  /**
580
719
  * favs: Pin favorite...
581
720
  */
@@ -588,6 +727,10 @@ export interface FavsLangFile {
588
727
  * favs: Pin to top
589
728
  */
590
729
  FAVS_PIN_TOP: string;
730
+ /**
731
+ * favs: Rename
732
+ */
733
+ FAVS_RENAME: string;
591
734
  /**
592
735
  * favs: It seems our servers are not available at the moment. Try again later.
593
736
  */
@@ -601,25 +744,17 @@ export interface FavsLangFile {
601
744
  */
602
745
  FAVS_RENAME_SHORT: string;
603
746
  /**
604
- * favs: save to cloud
747
+ * favs: Save to cloud
605
748
  */
606
749
  FAVS_SAVE_TO_CLOUD: string;
607
- /**
608
- * favs: delete them all
609
- */
610
- FAVS_SYNC_ERROR_DELETE: string;
611
- /**
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.
613
- */
614
- FAVS_SYNC_ERROR_MESSAGE: string;
615
- /**
616
- * favs: save them to the cloud
617
- */
618
- FAVS_SYNC_ERROR_SAVE_TO_CLOUD: string;
619
750
  /**
620
751
  * favs: Unpin from homepage
621
752
  */
622
753
  FAVS_UNPIN_HOMEPAGE: string;
754
+ /**
755
+ * favs: Unpin from top
756
+ */
757
+ FAVS_UNPIN_TOP: string;
623
758
  /**
624
759
  * favs: Search favorites...
625
760
  */
@@ -683,6 +818,10 @@ export interface HurricanesLangFile {
683
818
  * hurricanes: Typhoon category
684
819
  */
685
820
  HURR_TYPHOON_CAT: string;
821
+ /**
822
+ * hurricanes: Unnamed storm
823
+ */
824
+ HURR_UNNAMED: string;
686
825
  /**
687
826
  * hurricanes: Yesterday
688
827
  */
@@ -741,22 +880,6 @@ export interface MainLangFile {
741
880
  * Accumulations
742
881
  */
743
882
  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
883
  /**
761
884
  * Activate
762
885
  */
@@ -809,6 +932,10 @@ export interface MainLangFile {
809
932
  * Alert for this spot
810
933
  */
811
934
  ALERTS_LINK_SHORT: string;
935
+ /**
936
+ * Migrate alert
937
+ */
938
+ ALERT_MIGRATE: string;
812
939
  /**
813
940
  * All
814
941
  */
@@ -829,6 +956,10 @@ export interface MainLangFile {
829
956
  * Aerosol
830
957
  */
831
958
  AOD550: string;
959
+ /**
960
+ * Archive
961
+ */
962
+ ARCHIVE: string;
832
963
  /**
833
964
  * Area
834
965
  */
@@ -933,6 +1064,10 @@ export interface MainLangFile {
933
1064
  * Default units
934
1065
  */
935
1066
  DEFAULT_UNITS: string;
1067
+ /**
1068
+ * Delete
1069
+ */
1070
+ DELETE: string;
936
1071
  /**
937
1072
  * Detailed forecast for this location
938
1073
  */
@@ -969,6 +1104,10 @@ export interface MainLangFile {
969
1104
  * Any direction
970
1105
  */
971
1106
  DIRECTIONS_ANY: string;
1107
+ /**
1108
+ * Select directions
1109
+ */
1110
+ DIRECTIONS_SELECT: string;
972
1111
  /**
973
1112
  * E
974
1113
  */
@@ -1001,6 +1140,10 @@ export interface MainLangFile {
1001
1140
  * W
1002
1141
  */
1003
1142
  DIRECTION_W: string;
1143
+ /**
1144
+ * Display style
1145
+ */
1146
+ DISPLAY_STYLE: string;
1004
1147
  /**
1005
1148
  * Display warnings for this location
1006
1149
  */
@@ -1017,10 +1160,6 @@ export interface MainLangFile {
1017
1160
  * Don't have an account?
1018
1161
  */
1019
1162
  DONT_HAVE_ACCOUNT: string;
1020
- /**
1021
- * Drag me if you want
1022
- */
1023
- DRAG_ME: string;
1024
1163
  /**
1025
1164
  * Dust mass
1026
1165
  */
@@ -1110,7 +1249,7 @@ export interface MainLangFile {
1110
1249
  */
1111
1250
  D_POLAR_NIGHT: string;
1112
1251
  /**
1113
- * Precit.
1252
+ * Precip.
1114
1253
  */
1115
1254
  D_PRECI: string;
1116
1255
  /**
@@ -1185,14 +1324,6 @@ export interface MainLangFile {
1185
1324
  * Awesome weather forecast at
1186
1325
  */
1187
1326
  E_MESSAGE: string;
1188
- /**
1189
- * delete
1190
- */
1191
- FAVS_DELETE: string;
1192
- /**
1193
- * Rename
1194
- */
1195
- FAVS_RENAME: string;
1196
1327
  /**
1197
1328
  * Favorites sync error
1198
1329
  */
@@ -1258,9 +1389,13 @@ export interface MainLangFile {
1258
1389
  */
1259
1390
  GETTING_LOCATION: string;
1260
1391
  /**
1261
- * Failed to determine your location. Make sure your browser has permission to access your location
1392
+ * Failed to determine your location. Make sure Windy.com has permission to access your location
1262
1393
  */
1263
1394
  GETTING_LOCATION_ERROR: string;
1395
+ /**
1396
+ * Failed to determine your location
1397
+ */
1398
+ GETTING_LOCATION_TIMEOUT: string;
1264
1399
  /**
1265
1400
  * Surface Ozone
1266
1401
  */
@@ -1281,6 +1416,10 @@ export interface MainLangFile {
1281
1416
  * Haze
1282
1417
  */
1283
1418
  HAZE: string;
1419
+ /**
1420
+ * City heatmaps
1421
+ */
1422
+ HEATMAP: string;
1284
1423
  /**
1285
1424
  * Heavy thunder
1286
1425
  */
@@ -1465,6 +1604,10 @@ export interface MainLangFile {
1465
1604
  * Map
1466
1605
  */
1467
1606
  MAP: string;
1607
+ /**
1608
+ * VFR airspaces map
1609
+ */
1610
+ MAP_AIRSPACES: string;
1468
1611
  /**
1469
1612
  * Medium clouds
1470
1613
  */
@@ -1477,6 +1620,10 @@ export interface MainLangFile {
1477
1620
  * About us
1478
1621
  */
1479
1622
  MENU_ABOUT: string;
1623
+ /**
1624
+ * Alerts
1625
+ */
1626
+ MENU_ALERTS: string;
1480
1627
  /**
1481
1628
  * Distance & planning
1482
1629
  */
@@ -1533,6 +1680,14 @@ export interface MainLangFile {
1533
1680
  * Settings
1534
1681
  */
1535
1682
  MENU_SETTINGS: string;
1683
+ /**
1684
+ * App add-ons
1685
+ */
1686
+ MENU_TITLE_ADDONS: string;
1687
+ /**
1688
+ * Tutorials
1689
+ */
1690
+ MENU_TUTORIALS: string;
1536
1691
  /**
1537
1692
  * Update interval
1538
1693
  */
@@ -1545,6 +1700,10 @@ export interface MainLangFile {
1545
1700
  * Apple Watch Faces
1546
1701
  */
1547
1702
  MENU_WATCHFACES: string;
1703
+ /**
1704
+ * Widgets
1705
+ */
1706
+ MENU_WIDGETS: string;
1548
1707
  /**
1549
1708
  * {DURATION} days ago
1550
1709
  */
@@ -1589,6 +1748,10 @@ export interface MainLangFile {
1589
1748
  * Forecast model
1590
1749
  */
1591
1750
  MODEL: string;
1751
+ /**
1752
+ * Model elevation
1753
+ */
1754
+ MODEL_ELEVATION: string;
1592
1755
  /**
1593
1756
  * Switch 2D / 3D mode
1594
1757
  */
@@ -1613,6 +1776,10 @@ export interface MainLangFile {
1613
1776
  * {{count}} more
1614
1777
  */
1615
1778
  MORE_PRODUCTS: string;
1779
+ /**
1780
+ * Unfortunately, plugin {{title}} was unpublished by the author and is no longer available.
1781
+ */
1782
+ MSG_EXTERNAL_PLUGIN_UNPUBLISHED: string;
1616
1783
  /**
1617
1784
  * You have successfully logged in!
1618
1785
  */
@@ -1637,6 +1804,10 @@ export interface MainLangFile {
1637
1804
  * My Alerts
1638
1805
  */
1639
1806
  MY_ALERTS: string;
1807
+ /**
1808
+ * My Favorites
1809
+ */
1810
+ MY_FAVS: string;
1640
1811
  /**
1641
1812
  * My location
1642
1813
  */
@@ -1673,6 +1844,10 @@ export interface MainLangFile {
1673
1844
  * Next results...
1674
1845
  */
1675
1846
  NEXT: string;
1847
+ /**
1848
+ * No
1849
+ */
1850
+ NO: string;
1676
1851
  /**
1677
1852
  * NO₂
1678
1853
  */
@@ -1697,10 +1872,6 @@ export interface MainLangFile {
1697
1872
  * No fog
1698
1873
  */
1699
1874
  NO_FOG: string;
1700
- /**
1701
- * Offline mode
1702
- */
1703
- OFFLINE_MODE: string;
1704
1875
  /**
1705
1876
  * or
1706
1877
  */
@@ -1893,10 +2064,6 @@ export interface MainLangFile {
1893
2064
  * 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
2065
  */
1895
2066
  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
2067
  /**
1901
2068
  * Station pressure
1902
2069
  */
@@ -1917,6 +2084,10 @@ export interface MainLangFile {
1917
2084
  * Radar, lightning
1918
2085
  */
1919
2086
  RADAR_BLITZ: string;
2087
+ /**
2088
+ * Radar+
2089
+ */
2090
+ RADAR_PLUS: string;
1920
2091
  /**
1921
2092
  * Radar
1922
2093
  */
@@ -2133,10 +2304,6 @@ export interface MainLangFile {
2133
2304
  * Subscription
2134
2305
  */
2135
2306
  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
2307
  /**
2141
2308
  * Your subscription ends soon
2142
2309
  */
@@ -2153,10 +2320,6 @@ export interface MainLangFile {
2153
2320
  * Your subscription ends at any moment
2154
2321
  */
2155
2322
  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
2323
  /**
2161
2324
  * Soon, you will no longer have access to this feature.
2162
2325
  */
@@ -2269,10 +2432,6 @@ export interface MainLangFile {
2269
2432
  * Login/Register to save all your settings to the cloud
2270
2433
  */
2271
2434
  S_SAVE2: string;
2272
- /**
2273
- * Your settings are saved to the cloud
2274
- */
2275
- S_SAVE_AUTO: string;
2276
2435
  /**
2277
2436
  * Speed
2278
2437
  */
@@ -2409,6 +2568,10 @@ export interface MainLangFile {
2409
2568
  * My profile
2410
2569
  */
2411
2570
  U_PROFILE: string;
2571
+ /**
2572
+ * Vibrate
2573
+ */
2574
+ VIBRATE: string;
2412
2575
  /**
2413
2576
  * views
2414
2577
  */
@@ -2489,6 +2652,10 @@ export interface MainLangFile {
2489
2652
  * Weather warnings
2490
2653
  */
2491
2654
  WX_WARNINGS: string;
2655
+ /**
2656
+ * Yes
2657
+ */
2658
+ YES: string;
2492
2659
  /**
2493
2660
  * Zoom in
2494
2661
  */
@@ -2600,7 +2767,7 @@ export interface MenuLangFile {
2600
2767
  */
2601
2768
  MM_NOT_MORE: string;
2602
2769
  /**
2603
- * menu: Weather now
2770
+ * menu: Weather now & new layers
2604
2771
  */
2605
2772
  MM_NOWCAST: string;
2606
2773
  /**
@@ -2662,6 +2829,26 @@ export interface MenuLangFile {
2662
2829
  }
2663
2830
 
2664
2831
  export interface NotificationsLangFile {
2832
+ /**
2833
+ * notifications: Add new alert for this location
2834
+ */
2835
+ NOTIF_ADD_ALERT: string;
2836
+ /**
2837
+ * notifications: How to add an alert:
2838
+ */
2839
+ NOTIF_ALERT_HOW_TO_ADD_HEADING: string;
2840
+ /**
2841
+ * notifications: Click anywhere on the map or open the detailed forecast for a location
2842
+ */
2843
+ NOTIF_ALERT_HOW_TO_ADD_STEP_1: string;
2844
+ /**
2845
+ * notifications: Click on the "{{item}}" icon to the right of the search input
2846
+ */
2847
+ NOTIF_ALERT_HOW_TO_ADD_STEP_2: string;
2848
+ /**
2849
+ * notifications: Alert successfully migrated
2850
+ */
2851
+ NOTIF_ALERT_MIGRATED: string;
2665
2852
  /**
2666
2853
  * notifications: {title} - active on {date}
2667
2854
  */
@@ -2686,6 +2873,14 @@ export interface NotificationsLangFile {
2686
2873
  * notifications: You will receive a notification every day with the forecast for your current location.
2687
2874
  */
2688
2875
  NOTIF_DAILY_MOBILE_NOTIFICATIONS_INFO: string;
2876
+ /**
2877
+ * notifications: Day
2878
+ */
2879
+ NOTIF_DAY: string;
2880
+ /**
2881
+ * notifications: {{count}} days
2882
+ */
2883
+ NOTIF_DAYS: string;
2689
2884
  /**
2690
2885
  * notifications: An error occurred while sending the verification email
2691
2886
  */
@@ -2718,6 +2913,18 @@ export interface NotificationsLangFile {
2718
2913
  * notifications: Manage this option in Windy.com App to receive notifications on your mobile phone.
2719
2914
  */
2720
2915
  NOTIF_MOBILE_NOTIFICATIONS_INFO: string;
2916
+ /**
2917
+ * notifications: We should send notifications every
2918
+ */
2919
+ NOTIF_NOTIFICATION_FREQUENCY: string;
2920
+ /**
2921
+ * notifications: What time should we send you notifications
2922
+ */
2923
+ NOTIF_NOTIFICATION_TIME: string;
2924
+ /**
2925
+ * notifications: What timezone should we use to send you notifications
2926
+ */
2927
+ NOTIF_NOTIFICATION_TIMEZONE: string;
2721
2928
  /**
2722
2929
  * 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.
2723
2930
  */
@@ -2734,10 +2941,6 @@ export interface NotificationsLangFile {
2734
2941
  * notifications: You need to be logged in.
2735
2942
  */
2736
2943
  NOTIF_UNAUTHENTICATED_MSG: string;
2737
- /**
2738
- * notifications: Email address is not valid.
2739
- */
2740
- NOTIF_VALID_EMAIL: string;
2741
2944
  /**
2742
2945
  * notifications: Verification email was sent. Check your inbox.
2743
2946
  */
@@ -2752,6 +2955,121 @@ export interface NotificationsLangFile {
2752
2955
  NOTIF_VERIFY_EMAIL: string;
2753
2956
  }
2754
2957
 
2958
+ export interface OnboardingLangFile {
2959
+ /**
2960
+ * onboarding: Don't show again
2961
+ */
2962
+ LOCATION_BTN_NOT_SHOW_AGAIN: string;
2963
+ /**
2964
+ * onboarding: Allow location permission to get accurate weather updates based on your current location.
2965
+ */
2966
+ LOCATION_SUBTITLE: string;
2967
+ /**
2968
+ * onboarding: This feature requires location permission
2969
+ */
2970
+ LOCATION_TITLE: string;
2971
+ /**
2972
+ * onboarding: Accept
2973
+ */
2974
+ ONBOARDING_ACCEPT: string;
2975
+ /**
2976
+ * onboarding: Allow
2977
+ */
2978
+ ONBOARDING_ALLOW: string;
2979
+ /**
2980
+ * 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>
2981
+ */
2982
+ ONBOARDING_ANALYTICS_DESC: string;
2983
+ /**
2984
+ * onboarding: Allow anonymous analytics
2985
+ */
2986
+ ONBOARDING_ANALYTICS_TITLE: string;
2987
+ /**
2988
+ * onboarding: Before we start...
2989
+ */
2990
+ ONBOARDING_BEFORE_WE_START: string;
2991
+ /**
2992
+ * onboarding: Confirm
2993
+ */
2994
+ ONBOARDING_CONFIRM: string;
2995
+ /**
2996
+ * onboarding: Don't allow
2997
+ */
2998
+ ONBOARDING_DONT_ALLOW: string;
2999
+ /**
3000
+ * onboarding: <p>So we can develop Windy for you.</p>
3001
+ */
3002
+ ONBOARDING_INTERESTS_DESC: string;
3003
+ /**
3004
+ * onboarding: Agriculture
3005
+ */
3006
+ ONBOARDING_INTERESTS_ITEM_AGRICULTURE: string;
3007
+ /**
3008
+ * onboarding: Aviation
3009
+ */
3010
+ ONBOARDING_INTERESTS_ITEM_AVIATION: string;
3011
+ /**
3012
+ * onboarding: Boating
3013
+ */
3014
+ ONBOARDING_INTERESTS_ITEM_BOATING: string;
3015
+ /**
3016
+ * onboarding: Meteorologist,<br>scientist
3017
+ */
3018
+ ONBOARDING_INTERESTS_ITEM_METEOROLOGIST: string;
3019
+ /**
3020
+ * onboarding: Other
3021
+ */
3022
+ ONBOARDING_INTERESTS_ITEM_OTHER: string;
3023
+ /**
3024
+ * onboarding: Outdoor activities
3025
+ */
3026
+ ONBOARDING_INTERESTS_ITEM_OUTDOOR_ACTIVITIES: string;
3027
+ /**
3028
+ * onboarding: Water sports
3029
+ */
3030
+ ONBOARDING_INTERESTS_ITEM_WATER_SPORTS: string;
3031
+ /**
3032
+ * onboarding: Wind sports
3033
+ */
3034
+ ONBOARDING_INTERESTS_ITEM_WIND_SPORTS: string;
3035
+ /**
3036
+ * onboarding: Winter sports
3037
+ */
3038
+ ONBOARDING_INTERESTS_ITEM_WINTER_SPORTS: string;
3039
+ /**
3040
+ * onboarding: Tell us about yourself
3041
+ */
3042
+ ONBOARDING_INTERESTS_TITLE: string;
3043
+ /**
3044
+ * 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>
3045
+ */
3046
+ ONBOARDING_LOCATION_DESC: string;
3047
+ /**
3048
+ * onboarding: Allow location services
3049
+ */
3050
+ ONBOARDING_LOCATION_TITLE: string;
3051
+ /**
3052
+ * onboarding: Reject
3053
+ */
3054
+ ONBOARDING_REJECT: string;
3055
+ /**
3056
+ * onboarding: Save
3057
+ */
3058
+ ONBOARDING_SAVE: string;
3059
+ /**
3060
+ * onboarding: Set units
3061
+ */
3062
+ ONBOARDING_SET_UNITS: string;
3063
+ /**
3064
+ * onboarding: Set up later
3065
+ */
3066
+ ONBOARDING_SET_UP_LATER: string;
3067
+ /**
3068
+ * onboarding: Set up your units
3069
+ */
3070
+ ONBOARDING_UNITS_TITLE: string;
3071
+ }
3072
+
2755
3073
  export interface ProductsLangFile {
2756
3074
  /**
2757
3075
  * products: Weather warnings issued by national weather agencies in a form of "CAP Alerts".
@@ -2801,6 +3119,10 @@ export interface ProductsLangFile {
2801
3119
  * products: High clouds is cloud coverage at an altitude between circa 6500m and the cloud tops. Cloud cover is given in percent.
2802
3120
  */
2803
3121
  hclouds: string;
3122
+ /**
3123
+ * products: Precise, street level map of temperatures in cities.
3124
+ */
3125
+ heatmaps: string;
2804
3126
  /**
2805
3127
  * products: Low clouds is cloud coverage at an altitude between the surface and circa 2000m. Cloud cover is given in percent.
2806
3128
  */
@@ -2833,6 +3155,10 @@ export interface ProductsLangFile {
2833
3155
  * 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
3156
  */
2835
3157
  radar: string;
3158
+ /**
3159
+ * 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.
3160
+ */
3161
+ radarPlus: string;
2836
3162
  /**
2837
3163
  * products: Actual doppler radar & satellite imagery
2838
3164
  */
@@ -3271,6 +3597,10 @@ export interface SettingsLangFile {
3271
3597
  * settings: This option requires Premium Subscription
3272
3598
  */
3273
3599
  S_PREMIUM_REQ: string;
3600
+ /**
3601
+ * settings: Smooth radar and satellite animation
3602
+ */
3603
+ S_RADSAT_INTERPOLATE: string;
3274
3604
  /**
3275
3605
  * settings: ...reload Windy to take effect
3276
3606
  */
@@ -3682,7 +4012,7 @@ export interface StationLangFile {
3682
4012
  */
3683
4013
  STATION_DUPLICATE_EXISTS: string;
3684
4014
  /**
3685
- * station: Health reccomendation
4015
+ * station: Health recommendations
3686
4016
  */
3687
4017
  STATION_HEALTH_RECCOMENDATION: string;
3688
4018
  /**
@@ -3742,7 +4072,7 @@ export interface StationLangFile {
3742
4072
  */
3743
4073
  STATION_LEGEND_TIME: string;
3744
4074
  /**
3745
- * station: Observation station {{id}} does not report any date for this period
4075
+ * station: Observation station {{id}} does not report any data for this period
3746
4076
  */
3747
4077
  STATION_LOADING_ERROR_204: string;
3748
4078
  /**
@@ -3908,30 +4238,6 @@ export interface SubscriptionLangFile {
3908
4238
  * subscription: Automatically renewed every year. You can cancel your subscription anytime.
3909
4239
  */
3910
4240
  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
4241
  /**
3936
4242
  * subscription: Your Windy Premium subscription has expired. Renew the subscription to continue using all its benefits.
3937
4243
  */
@@ -4109,29 +4415,37 @@ export interface SubscriptionLangFile {
4109
4415
  */
4110
4416
  SUB_RESTORE_CTA: string;
4111
4417
  /**
4112
- * subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
4418
+ * subscription: If you are having trouble with your subscription, you can restore your purchases using your order reference.
4113
4419
  */
4114
- SUB_RESTORE_ERROR_LINK: string;
4420
+ SUB_RESTORE_DESKTOP_DESCRIPTION: string;
4421
+ /**
4422
+ * 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.
4423
+ */
4424
+ SUB_RESTORE_DESKTOP_DESCRIPTION_FS: string;
4115
4425
  /**
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.
4426
+ * 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
4427
  */
4118
- SUB_RESTORE_FS_DESCRIPTION: string;
4428
+ SUB_RESTORE_DESKTOP_DESCRIPTION_PADDLE: string;
4119
4429
  /**
4120
4430
  * 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
4431
  */
4122
- SUB_RESTORE_FS_ERROR_EXPIRED: string;
4432
+ SUB_RESTORE_DESKTOP_ERROR_EXPIRED: string;
4123
4433
  /**
4124
4434
  * 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
4435
  */
4126
- SUB_RESTORE_FS_ERROR_INVALID: string;
4436
+ SUB_RESTORE_DESKTOP_ERROR_INVALID: string;
4127
4437
  /**
4128
4438
  * subscription: Please enter a valid order reference
4129
4439
  */
4130
- SUB_RESTORE_FS_REFERENCE_INVALID: string;
4440
+ SUB_RESTORE_DESKTOP_REFERENCE_INVALID: string;
4131
4441
  /**
4132
4442
  * subscription: Order reference
4133
4443
  */
4134
- SUB_RESTORE_FS_REFERENCE_LABEL: string;
4444
+ SUB_RESTORE_DESKTOP_REFERENCE_LABEL: string;
4445
+ /**
4446
+ * subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
4447
+ */
4448
+ SUB_RESTORE_ERROR_LINK: string;
4135
4449
  /**
4136
4450
  * subscription: We didn't find any purchases to restore.
4137
4451
  */
@@ -5128,11 +5442,263 @@ export interface WebcamsLangFile {
5128
5442
  CAM_YOUR_IMAGE: string;
5129
5443
  }
5130
5444
 
5445
+ export interface WidgetspromoLangFile {
5446
+ /**
5447
+ * widgetspromo: Add Windy widget
5448
+ */
5449
+ WIDGETS_AN_HOME_BTN_ADD: string;
5450
+ /**
5451
+ * 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.
5452
+ */
5453
+ WIDGETS_AN_HOME_SETTINGS_DESCRIPTION: string;
5454
+ /**
5455
+ * widgetspromo: Press and hold an empty area of your home screen until the customization options appear.
5456
+ */
5457
+ WIDGETS_AN_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
5458
+ /**
5459
+ * widgetspromo: Enter widget selection mode
5460
+ */
5461
+ WIDGETS_AN_HOME_TUTORIAL_STEP_1_TITLE: string;
5462
+ /**
5463
+ * widgetspromo: From the customization options, tap the "Widgets" button to open the widget gallery.
5464
+ */
5465
+ WIDGETS_AN_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
5466
+ /**
5467
+ * widgetspromo: Tap on "Widgets"
5468
+ */
5469
+ WIDGETS_AN_HOME_TUTORIAL_STEP_2_TITLE: string;
5470
+ /**
5471
+ * widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
5472
+ */
5473
+ WIDGETS_AN_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
5474
+ /**
5475
+ * widgetspromo: Select the widget
5476
+ */
5477
+ WIDGETS_AN_HOME_TUTORIAL_STEP_3_TITLE: string;
5478
+ /**
5479
+ * 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.
5480
+ */
5481
+ WIDGETS_AN_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
5482
+ /**
5483
+ * widgetspromo: Select the widget
5484
+ */
5485
+ WIDGETS_AN_HOME_TUTORIAL_STEP_4_TITLE: string;
5486
+ /**
5487
+ * widgetspromo: After dragging the widget, release it to place it on your home screen. You can move it by pressing and dragging if needed.
5488
+ */
5489
+ WIDGETS_AN_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
5490
+ /**
5491
+ * widgetspromo: Place the widget
5492
+ */
5493
+ WIDGETS_AN_HOME_TUTORIAL_STEP_5_TITLE: string;
5494
+ /**
5495
+ * widgetspromo: Some widgets offer customization options. Tap the widget after placing it to configure additional settings if available.
5496
+ */
5497
+ WIDGETS_AN_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
5498
+ /**
5499
+ * widgetspromo: Customize the widget (optional)
5500
+ */
5501
+ WIDGETS_AN_HOME_TUTORIAL_STEP_6_TITLE: string;
5502
+ /**
5503
+ * widgetspromo: Widget families
5504
+ */
5505
+ WIDGETS_FAMILIES_TITLE: string;
5506
+ /**
5507
+ * widgetspromo: Multi day forecast, weather radar, satellite view. Everything you need too stay up with weather.
5508
+ */
5509
+ WIDGETS_IOS_HOME_FORECAST_DESCRIPTION: string;
5510
+ /**
5511
+ * widgetspromo: Forecast widgets
5512
+ */
5513
+ WIDGETS_IOS_HOME_FORECAST_TITLE: string;
5514
+ /**
5515
+ * widgetspromo: Local storm, or major hurricane, radar nad satellite gives you a bigger picture of situation around new in real-time.
5516
+ */
5517
+ WIDGETS_IOS_HOME_RADAR_DESCRIPTION: string;
5518
+ /**
5519
+ * widgetspromo: Radar and Satellite widgets
5520
+ */
5521
+ WIDGETS_IOS_HOME_RADAR_TITLE: string;
5522
+ /**
5523
+ * widgetspromo: Choose your location, model, or level of detail you need for your use case. All of that in light, dark, or auto appereance
5524
+ */
5525
+ WIDGETS_IOS_HOME_SETTINGS_DESCRIPTION: string;
5526
+ /**
5527
+ * widgetspromo: Add a weather forecast widget to your home screen and stay prepared for any weather, anytime!
5528
+ */
5529
+ WIDGETS_IOS_HOME_SUBTITLE: string;
5530
+ /**
5531
+ * widgetspromo: Home screen widgets
5532
+ */
5533
+ WIDGETS_IOS_HOME_TITLE: string;
5534
+ /**
5535
+ * widgetspromo: and navigate to the home screen where you want to add the widget.
5536
+ */
5537
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
5538
+ /**
5539
+ * widgetspromo: Unlock your iPhone
5540
+ */
5541
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_1_TITLE: string;
5542
+ /**
5543
+ * 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.
5544
+ */
5545
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
5546
+ /**
5547
+ * widgetspromo: Enter jiggle mode
5548
+ */
5549
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_2_TITLE: string;
5550
+ /**
5551
+ * widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
5552
+ */
5553
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
5554
+ /**
5555
+ * widgetspromo: Tap the plus (+) icon
5556
+ */
5557
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_3_TITLE: string;
5558
+ /**
5559
+ * 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
5560
+ */
5561
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
5562
+ /**
5563
+ * widgetspromo: Select the widget
5564
+ */
5565
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_4_TITLE: string;
5566
+ /**
5567
+ * widgetspromo: Swipe to see different size options for the selected widget. Once you decide on the size, tap "Add Widget".
5568
+ */
5569
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
5570
+ /**
5571
+ * widgetspromo: Choose the widget size
5572
+ */
5573
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_5_TITLE: string;
5574
+ /**
5575
+ * widgetspromo: After adding it, you can move the widget by dragging it to your desired location on the home screen.
5576
+ */
5577
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
5578
+ /**
5579
+ * widgetspromo: Place the widget
5580
+ */
5581
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_6_TITLE: string;
5582
+ /**
5583
+ * widgetspromo: Tap "Done" in the top-right corner or press the home button if your model has one to save your changes.
5584
+ */
5585
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_7_DESCRIPTION: string;
5586
+ /**
5587
+ * widgetspromo: Exit jiggle mode
5588
+ */
5589
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_7_TITLE: string;
5590
+ /**
5591
+ * widgetspromo: Some widgets offer additional settings, which can be accessed by tapping on the widget once it's on your home screen.
5592
+ */
5593
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_8_DESCRIPTION: string;
5594
+ /**
5595
+ * widgetspromo: Customize the widget
5596
+ */
5597
+ WIDGETS_IOS_HOME_TUTORIAL_STEP_8_TITLE: string;
5598
+ /**
5599
+ * 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.
5600
+ */
5601
+ WIDGETS_IOS_LOCK_FORECAST_DESCRIPTION: string;
5602
+ /**
5603
+ * widgetspromo: Forecast widgets
5604
+ */
5605
+ WIDGETS_IOS_LOCK_FORECAST_TITLE: string;
5606
+ /**
5607
+ * widgetspromo: Lock Screen widgets are also editable. Tap on the widget when in "customize" mode to bring up the widget settings.
5608
+ */
5609
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_1_DESCRIPTION: string;
5610
+ /**
5611
+ * 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.
5612
+ */
5613
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_2_DESCRIPTION: string;
5614
+ /**
5615
+ * widgetspromo: You can set the background for each widget, allowing you to improve readability and match the widget with a wallpaper.
5616
+ */
5617
+ WIDGETS_IOS_LOCK_SETTINGS_STEP_3_DESCRIPTION: string;
5618
+ /**
5619
+ * widgetspromo: Add a Windy widget to your Lock Screen now and always step out ready, no matter the weather!
5620
+ */
5621
+ WIDGETS_IOS_LOCK_SUBTITLE: string;
5622
+ /**
5623
+ * widgetspromo: Lock screen widgets
5624
+ */
5625
+ WIDGETS_IOS_LOCK_TITLE: string;
5626
+ /**
5627
+ * widgetspromo: Long press on the lock screen until the customization options appear.
5628
+ */
5629
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_DESCRIPTION: string;
5630
+ /**
5631
+ * widgetspromo: Enter Lock Screen customization mode
5632
+ */
5633
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_TITLE: string;
5634
+ /**
5635
+ * widgetspromo: Select the "Customize" option at the bottom of your lock screen to edit it.
5636
+ */
5637
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_DESCRIPTION: string;
5638
+ /**
5639
+ * widgetspromo: Tap "Customize"
5640
+ */
5641
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_TITLE: string;
5642
+ /**
5643
+ * widgetspromo: In the lock screen editor, tap on the widget area, which is located below the clock.
5644
+ */
5645
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_DESCRIPTION: string;
5646
+ /**
5647
+ * widgetspromo: Tap on the widget area
5648
+ */
5649
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_TITLE: string;
5650
+ /**
5651
+ * 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.
5652
+ */
5653
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_DESCRIPTION: string;
5654
+ /**
5655
+ * widgetspromo: Select the widget
5656
+ */
5657
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_TITLE: string;
5658
+ /**
5659
+ * widgetspromo: After adding the widget, tap "Done" in the top-right corner to save your custom lock screen.
5660
+ */
5661
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_DESCRIPTION: string;
5662
+ /**
5663
+ * widgetspromo: Save your changes
5664
+ */
5665
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_TITLE: string;
5666
+ /**
5667
+ * widgetspromo: Once completed, lock your iPhone and check the lock screen to see the newly added widget.
5668
+ */
5669
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_DESCRIPTION: string;
5670
+ /**
5671
+ * widgetspromo: Lock your iPhone
5672
+ */
5673
+ WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_TITLE: string;
5674
+ /**
5675
+ * widgetspromo: Home screen
5676
+ */
5677
+ WIDGETS_IOS_SWITCH_HOME_BTN: string;
5678
+ /**
5679
+ * widgetspromo: Lock screen
5680
+ */
5681
+ WIDGETS_IOS_SWITCH_LOCKSCREEN_BTN: string;
5682
+ /**
5683
+ * widgetspromo: Windy widgets
5684
+ */
5685
+ WIDGETS_PLUGIN_TITLE: string;
5686
+ /**
5687
+ * widgetspromo: Widget settings
5688
+ */
5689
+ WIDGETS_SETTINGS_TITLE: string;
5690
+ /**
5691
+ * widgetspromo: Step by step guide
5692
+ */
5693
+ WIDGETS_STEPBYSTEP_TITLE: string;
5694
+ }
5695
+
5131
5696
  // 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 {}
5697
+ export interface PluginTranslations extends AccumulationsLangFile, AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, MenuLangFile, NotificationsLangFile, OnboardingLangFile, ProductsLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile, WidgetspromoLangFile {}
5133
5698
  export interface Translations extends MainLangFile, PluginTranslations {}
5134
5699
 
5135
5700
  export interface SupportedLangFiles {
5701
+ accumulations: AccumulationsLangFile;
5136
5702
  alerts: AlertsLangFile;
5137
5703
  appreview: AppreviewLangFile;
5138
5704
  articles: ArticlesLangFile;
@@ -5145,6 +5711,7 @@ export interface SupportedLangFiles {
5145
5711
  lib: LibLangFile;
5146
5712
  menu: MenuLangFile;
5147
5713
  notifications: NotificationsLangFile;
5714
+ onboarding: OnboardingLangFile;
5148
5715
  products: ProductsLangFile;
5149
5716
  register: RegisterLangFile;
5150
5717
  settings: SettingsLangFile;
@@ -5153,4 +5720,5 @@ export interface SupportedLangFiles {
5153
5720
  subscription: SubscriptionLangFile;
5154
5721
  watchface: WatchfaceLangFile;
5155
5722
  webcams: WebcamsLangFile;
5723
+ widgetspromo: WidgetspromoLangFile;
5156
5724
  }