@windycom/plugin-devtools 3.0.1 → 3.0.3

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 (149) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
  3. package/types/client/Calendar.d.ts +104 -70
  4. package/types/client/Color.d.ts +25 -5
  5. package/types/client/DataTiler.d.ts +2 -2
  6. package/types/client/EcmwfProduct.d.ts +22 -0
  7. package/types/client/EventManager.d.ts +69 -0
  8. package/types/client/ExternalSveltePlugin.d.ts +4 -3
  9. package/types/client/GlBuffer.d.ts +45 -0
  10. package/types/client/GlMesh.d.ts +147 -0
  11. package/types/client/GlProgram.d.ts +41 -0
  12. package/types/client/GlRenderer.d.ts +95 -0
  13. package/types/client/GlTexture.d.ts +98 -0
  14. package/types/client/GlVertexArray.d.ts +38 -0
  15. package/types/client/IDB.d.ts +25 -4
  16. package/types/client/LabelsLayer.d.ts +69 -2
  17. package/types/client/Layer.d.ts +96 -26
  18. package/types/client/LayerClasses.d.ts +5 -0
  19. package/types/client/Metric.d.ts +31 -46
  20. package/types/client/MetricClasses.d.ts +1 -1
  21. package/types/client/Overlay.d.ts +5 -12
  22. package/types/client/OverlayClasses.d.ts +8 -0
  23. package/types/client/Particles.d.ts +1 -1
  24. package/types/client/Product.d.ts +38 -67
  25. package/types/client/ProductClasses.d.ts +51 -0
  26. package/types/client/RadarPlusProduct.d.ts +1 -1
  27. package/types/client/Renderer.d.ts +44 -19
  28. package/types/client/SatelliteProduct.d.ts +1 -1
  29. package/types/client/ShaderStorage.d.ts +25 -0
  30. package/types/client/StartupElementPlugin.d.ts +8 -0
  31. package/types/client/SveltePlugin.d.ts +5 -5
  32. package/types/client/SwitchableTileCache.d.ts +104 -0
  33. package/types/client/TileLayer.d.ts +12 -3
  34. package/types/client/TileLayerCustom.d.ts +51 -0
  35. package/types/client/TileLayerMulti.d.ts +53 -0
  36. package/types/client/TileLayerPreprocessorStandalone.d.ts +45 -0
  37. package/types/client/TileLayerRenderer.d.ts +24 -0
  38. package/types/client/TileLayerUtils.d.ts +43 -0
  39. package/types/client/TilePreprocessor.d.ts +27 -0
  40. package/types/client/TopoMap.d.ts +4 -4
  41. package/types/client/WindowPlugin.d.ts +7 -6
  42. package/types/client/appsFlyer.d.ts +2 -1
  43. package/types/client/baseMap.d.ts +12 -2
  44. package/types/client/broadcast.d.ts +1 -1
  45. package/types/client/cityLabels.d.ts +2 -3
  46. package/types/client/colorGradients.d.ts +4 -10
  47. package/types/client/colors.d.ts +1 -2
  48. package/types/client/css.test.d.ts +1 -0
  49. package/types/client/customProtocol.d.ts +11 -0
  50. package/types/client/d.ts.files/GlObj.d.ts +1 -5
  51. package/types/client/d.ts.files/Metric.d.ts +23 -2
  52. package/types/client/d.ts.files/alerts.d.ts +1 -0
  53. package/types/client/d.ts.files/broadcast.d.ts +31 -35
  54. package/types/client/d.ts.files/dataSpecifications.d.ts +82 -66
  55. package/types/client/d.ts.files/favs.d.ts +7 -18
  56. package/types/client/d.ts.files/glUtils.d.ts +71 -0
  57. package/types/client/d.ts.files/http.d.ts +4 -4
  58. package/types/client/d.ts.files/interpolatorTypes.d.ts +5 -5
  59. package/types/client/d.ts.files/lib.d.ts +1 -2
  60. package/types/client/d.ts.files/liveAlerts.d.ts +52 -0
  61. package/types/client/d.ts.files/mapUtils.d.ts +25 -0
  62. package/types/client/d.ts.files/outgoingMessages.d.ts +1 -1
  63. package/types/client/d.ts.files/plugin-params.d.ts +46 -24
  64. package/types/client/d.ts.files/plugins.d.ts +44 -31
  65. package/types/client/d.ts.files/rootScope.d.ts +2 -0
  66. package/types/client/d.ts.files/singleclick.d.ts +4 -2
  67. package/types/client/d.ts.files/startup.d.ts +7 -52
  68. package/types/client/d.ts.files/storage.d.ts +0 -11
  69. package/types/client/d.ts.files/user.d.ts +6 -1
  70. package/types/client/d.ts.files/webcams.d.ts +9 -2
  71. package/types/client/dataLoader.d.ts +2 -2
  72. package/types/client/detectDevice.d.ts +3 -0
  73. package/types/client/embed.d.ts +2 -7
  74. package/types/client/errorLogger.d.ts +20 -1
  75. package/types/client/externalPlugins.d.ts +5 -1
  76. package/types/client/fetch.d.ts +62 -5
  77. package/types/client/format.d.ts +12 -0
  78. package/types/client/glContextUtils.d.ts +9 -0
  79. package/types/client/glStatus.d.ts +7 -0
  80. package/types/client/glTileRender.d.ts +1 -7
  81. package/types/client/glUtils.d.ts +119 -0
  82. package/types/client/http.d.ts +0 -6
  83. package/types/client/idbConnection.d.ts +13 -0
  84. package/types/client/idbInstances.d.ts +118 -13
  85. package/types/client/landLayer.d.ts +3 -0
  86. package/types/client/layers.d.ts +5 -2
  87. package/types/client/legends.d.ts +1 -1
  88. package/types/client/lib.d.ts +11 -21
  89. package/types/client/liveAlerts.d.ts +2 -2
  90. package/types/client/location.d.ts +1 -1
  91. package/types/client/map.d.ts +94 -15
  92. package/types/client/mapUtils.d.ts +66 -0
  93. package/types/client/math.d.ts +14 -0
  94. package/types/client/mobile.d.ts +16 -41
  95. package/types/client/mobileUtils.d.ts +10 -0
  96. package/types/client/models.d.ts +2 -6
  97. package/types/client/overlays.d.ts +4 -3
  98. package/types/client/particleRenderers.d.ts +1 -1
  99. package/types/client/picker.d.ts +4 -8
  100. package/types/client/plugins.d.ts +0 -4
  101. package/types/client/products.d.ts +53 -2
  102. package/types/client/promo.d.ts +28 -5
  103. package/types/client/pushNotifications.d.ts +19 -1
  104. package/types/client/renderCtrl.d.ts +1 -1
  105. package/types/client/renderTile.d.ts +2 -2
  106. package/types/client/renderUtils.d.ts +21 -27
  107. package/types/client/renderers.d.ts +6 -9
  108. package/types/client/reverseName.d.ts +2 -1
  109. package/types/client/rhMessage.d.ts +1 -1
  110. package/types/client/rootScope.d.ts +17 -9
  111. package/types/client/router.d.ts +41 -9
  112. package/types/client/seoParser.d.ts +35 -0
  113. package/types/client/showableErrorsService.d.ts +10 -6
  114. package/types/client/singleclick.d.ts +1 -1
  115. package/types/client/startup.d.ts +48 -0
  116. package/types/client/startupUtils.d.ts +19 -0
  117. package/types/client/store.d.ts +20 -52
  118. package/types/client/subscription.d.ts +3 -26
  119. package/types/client/throttler.d.ts +32 -0
  120. package/types/client/tileHelpers.d.ts +35 -0
  121. package/types/client/tileInterpolator.d.ts +1 -1
  122. package/types/client/tileLayerInterpolator.d.ts +40 -0
  123. package/types/client/tileLayerSource.d.ts +98 -0
  124. package/types/client/timestampUtils.test.d.ts +1 -0
  125. package/types/client/topMessage.d.ts +22 -0
  126. package/types/client/user.d.ts +1 -0
  127. package/types/client/userAlerts.d.ts +0 -4
  128. package/types/client/userConsent.d.ts +0 -2
  129. package/types/client/userFavs.d.ts +17 -12
  130. package/types/client/utils.d.ts +78 -25
  131. package/types/client/utils.test.d.ts +1 -0
  132. package/types/iconfont.d.ts +2 -5
  133. package/types/interfaces.d.ts +290 -88
  134. package/types/lang-files.d.ts +578 -98
  135. package/types/leaflet-gl.d.ts +12773 -0
  136. package/types/types.d.ts +323 -11
  137. package/types/client/d.ts.files/Calendar.d.ts +0 -96
  138. package/types/client/d.ts.files/CanvasLayer.d.ts +0 -70
  139. package/types/client/d.ts.files/Color.d.ts +0 -94
  140. package/types/client/d.ts.files/DataTiler.d.ts +0 -45
  141. package/types/client/d.ts.files/LandMask.d.ts +0 -17
  142. package/types/client/d.ts.files/Layer.d.ts +0 -191
  143. package/types/client/d.ts.files/PoisOverlay.d.ts +0 -27
  144. package/types/client/d.ts.files/Renderer.d.ts +0 -44
  145. package/types/client/d.ts.files/TileLayerCanvas.d.ts +0 -78
  146. package/types/client/d.ts.files/TileLayerMultiPatch.d.ts +0 -13
  147. package/types/client/d.ts.files/products.d.ts +0 -60
  148. package/types/client/imaker.d.ts +0 -112
  149. package/types/offline.d.ts +0 -100
@@ -639,6 +639,10 @@ export interface DistanceLangFile {
639
639
  * distance: Ok
640
640
  */
641
641
  DST_OK: string;
642
+ /**
643
+ * distance: Remove from your favorites
644
+ */
645
+ DST_REMOVE_FAV: string;
642
646
  /**
643
647
  * distance: Remove last waypoint
644
648
  */
@@ -655,10 +659,6 @@ export interface DistanceLangFile {
655
659
  * distance: Save route to favorites
656
660
  */
657
661
  DST_SAVE: string;
658
- /**
659
- * distance: Saved to your favorites
660
- */
661
- DST_SAVED: string;
662
662
  /**
663
663
  * distance: Share route
664
664
  */
@@ -738,18 +738,6 @@ export interface FavsLangFile {
738
738
  * favs: Error loading your fav item. Try again later.
739
739
  */
740
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.
751
- */
752
- FAVS_MIGRATION_WARNING: string;
753
741
  /**
754
742
  * favs: Not saved
755
743
  */
@@ -802,19 +790,27 @@ export interface FavsLangFile {
802
790
 
803
791
  export interface GarminLangFile {
804
792
  /**
805
- * garmin: Install the Datafield
793
+ * garmin: Install the Data Field
806
794
  */
807
795
  GARMIN_DATAFIELD_BTN_STORE: string;
808
796
  /**
809
- * garmin: Datafield Settings
797
+ * garmin: Customise your data field by setting up the forecast model, radar, relative wind, units, and location settings.
798
+ */
799
+ GARMIN_DATAFIELD_SETTINGS_01: string;
800
+ /**
801
+ * garmin: Settings are accessible via the Connect IQ mobile app.
802
+ */
803
+ GARMIN_DATAFIELD_SETTINGS_02: string;
804
+ /**
805
+ * garmin: Data Field Settings
810
806
  */
811
807
  GARMIN_DATAFIELD_SETTINGS_TITLE: string;
812
808
  /**
813
- * garmin:
809
+ * garmin: See live weather as you move. Get forecasts while running, cycling, or hiking — alongside your activity stats or in full-screen radar with a forecast.
814
810
  */
815
811
  GARMIN_DATAFIELD_SUBTITLE: string;
816
812
  /**
817
- * garmin: Windy Datafield
813
+ * garmin: Windy Data Field
818
814
  */
819
815
  GARMIN_DATAFIELD_TITLE: string;
820
816
  /**
@@ -822,7 +818,7 @@ export interface GarminLangFile {
822
818
  */
823
819
  GARMIN_PLUGIN_TITLE: string;
824
820
  /**
825
- * garmin: Datafield
821
+ * garmin: Data Field
826
822
  */
827
823
  GARMIN_SWITCH_DATAFIELD_BTN: string;
828
824
  /**
@@ -838,7 +834,7 @@ export interface GarminLangFile {
838
834
  */
839
835
  GARMIN_TROUBLESHOOTING_PART_1: string;
840
836
  /**
841
- * garmin: community forum.
837
+ * garmin: community forum
842
838
  */
843
839
  GARMIN_TROUBLESHOOTING_PART_2: string;
844
840
  /**
@@ -866,7 +862,7 @@ export interface GarminLangFile {
866
862
  */
867
863
  GARMIN_WATCHFACE_SETTINGS_TITLE: string;
868
864
  /**
869
- * garmin: One glance too see everything essential for the next few days or hours.
865
+ * garmin: Have essential weather data at a glance from live radar to forecasts for the next hours or days.
870
866
  */
871
867
  GARMIN_WATCHFACE_SUBTITLE: string;
872
868
  /**
@@ -890,7 +886,7 @@ export interface GarminLangFile {
890
886
  */
891
887
  GARMIN_WIDGET_SETTINGS_TITLE: string;
892
888
  /**
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.
889
+ * garmin: Stay ahead with a quick view of the radar, 4-day forecast, upcoming hours, or today’s weather detail - all directly in your Windy widget.
894
890
  */
895
891
  GARMIN_WIDGET_SUBTITLE: string;
896
892
  /**
@@ -1094,6 +1090,10 @@ export interface MainLangFile {
1094
1090
  * Aerosol
1095
1091
  */
1096
1092
  AOD550: string;
1093
+ /**
1094
+ * Air quality index
1095
+ */
1096
+ AQI: string;
1097
1097
  /**
1098
1098
  * Archive
1099
1099
  */
@@ -1150,6 +1150,10 @@ export interface MainLangFile {
1150
1150
  * Click to change units
1151
1151
  */
1152
1152
  CLICK_ON_LEGEND: string;
1153
+ /**
1154
+ * Close archive
1155
+ */
1156
+ CLOSE_ARCHIVE: string;
1153
1157
  /**
1154
1158
  * Clouds, rain
1155
1159
  */
@@ -1234,6 +1238,22 @@ export interface MainLangFile {
1234
1238
  * Move the map to change the forecast location
1235
1239
  */
1236
1240
  DETAIL_DRAG_CHECKBOX: string;
1241
+ /**
1242
+ * Error loading wind data for this model
1243
+ */
1244
+ DETAIL_ERROR_LOADING_WIND_DATA: string;
1245
+ /**
1246
+ * Error loading forecast for {{model}}
1247
+ */
1248
+ DETAIL_FORECAST_LOADING_FAILED: string;
1249
+ /**
1250
+ * Retry
1251
+ */
1252
+ DETAIL_FORECAST_RETRY: string;
1253
+ /**
1254
+ * Selected model ({{model}}) is unavailable in current location. Reverting to previous model ({{prevModel}}).
1255
+ */
1256
+ DETAIL_MODEL_UNAVAILABLE: string;
1237
1257
  /**
1238
1258
  * Set up Windy Alert for this location and never miss your desired conditions.
1239
1259
  */
@@ -1310,10 +1330,6 @@ export interface MainLangFile {
1310
1330
  * Display style
1311
1331
  */
1312
1332
  DISPLAY_STYLE: string;
1313
- /**
1314
- * Display warnings for this location
1315
- */
1316
- DISPLAY_WARNINGS: string;
1317
1333
  /**
1318
1334
  * Distance
1319
1335
  */
@@ -1334,6 +1350,10 @@ export interface MainLangFile {
1334
1350
  * Dust mass
1335
1351
  */
1336
1352
  DUSTSM: string;
1353
+ /**
1354
+ * Dust
1355
+ */
1356
+ DUSTSM_SHORT: string;
1337
1357
  /**
1338
1358
  * 1h forecast
1339
1359
  */
@@ -1422,6 +1442,10 @@ export interface MainLangFile {
1422
1442
  * Precip.
1423
1443
  */
1424
1444
  D_PRECI: string;
1445
+ /**
1446
+ * Show sun position on map
1447
+ */
1448
+ D_SHOW_SUN_POSITION: string;
1425
1449
  /**
1426
1450
  * Nearest weather stations
1427
1451
  */
@@ -1570,6 +1594,10 @@ export interface MainLangFile {
1570
1594
  * Fri
1571
1595
  */
1572
1596
  FRI2: string;
1597
+ /**
1598
+ * F
1599
+ */
1600
+ FRI3: string;
1573
1601
  /**
1574
1602
  * Freezing rain
1575
1603
  */
@@ -1638,6 +1666,10 @@ export interface MainLangFile {
1638
1666
  * Hurricane tracker
1639
1667
  */
1640
1668
  HURR_TRACKER: string;
1669
+ /**
1670
+ * Hurr. tracker
1671
+ */
1672
+ HURR_TRACKER_SHORT: string;
1641
1673
  /**
1642
1674
  * Icing
1643
1675
  */
@@ -1658,6 +1690,10 @@ export interface MainLangFile {
1658
1690
  * trace
1659
1691
  */
1660
1692
  ICING_TRACE: string;
1693
+ /**
1694
+ * Improve my position
1695
+ */
1696
+ IMPROVE_POS: string;
1661
1697
  /**
1662
1698
  * installed
1663
1699
  */
@@ -1898,6 +1934,10 @@ export interface MainLangFile {
1898
1934
  * Settings
1899
1935
  */
1900
1936
  MENU_SETTINGS: string;
1937
+ /**
1938
+ * Sun/Moon position
1939
+ */
1940
+ MENU_SUN_MOON: string;
1901
1941
  /**
1902
1942
  * App add-ons
1903
1943
  */
@@ -1990,6 +2030,10 @@ export interface MainLangFile {
1990
2030
  * Mon
1991
2031
  */
1992
2032
  MON2: string;
2033
+ /**
2034
+ * M
2035
+ */
2036
+ MON3: string;
1993
2037
  /**
1994
2038
  * More
1995
2039
  */
@@ -2002,10 +2046,6 @@ export interface MainLangFile {
2002
2046
  * {{count}} more
2003
2047
  */
2004
2048
  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
2049
  /**
2010
2050
  * Unfortunately, plugin {{title}} was unpublished by the author and is no longer available.
2011
2051
  */
@@ -2014,6 +2054,10 @@ export interface MainLangFile {
2014
2054
  * New version of the plugin {{title}} is available. Do you want to update?
2015
2055
  */
2016
2056
  MSG_EXTERNAL_PLUGIN_UPDATE_AVAILABLE: string;
2057
+ /**
2058
+ * Close other Windy.com tabs and reload to update to the new version
2059
+ */
2060
+ MSG_INSTALLING_NEW_VERSION: string;
2017
2061
  /**
2018
2062
  * You have successfully logged in!
2019
2063
  */
@@ -2206,6 +2250,10 @@ export interface MainLangFile {
2206
2250
  * Period
2207
2251
  */
2208
2252
  PERIOD: string;
2253
+ /**
2254
+ * Play with forecast
2255
+ */
2256
+ PLAY_WITH_FORECAST: string;
2209
2257
  /**
2210
2258
  * Are you sure you want to uninstall this plugin?
2211
2259
  */
@@ -2322,6 +2370,62 @@ export interface MainLangFile {
2322
2370
  * Reported wind
2323
2371
  */
2324
2372
  POI_WIND: string;
2373
+ /**
2374
+ * Pollen&AirQ
2375
+ */
2376
+ POLLEN_AIRQ: string;
2377
+ /**
2378
+ * Pollen & Air Quality
2379
+ */
2380
+ POLLEN_AIRQ_LONG: string;
2381
+ /**
2382
+ * Alder pollen
2383
+ */
2384
+ POLLEN_ALDER: string;
2385
+ /**
2386
+ * Alder
2387
+ */
2388
+ POLLEN_ALDER_SHORT: string;
2389
+ /**
2390
+ * Birch pollen
2391
+ */
2392
+ POLLEN_BIRCH: string;
2393
+ /**
2394
+ * Birch
2395
+ */
2396
+ POLLEN_BIRCH_SHORT: string;
2397
+ /**
2398
+ * Grass pollen
2399
+ */
2400
+ POLLEN_GRASS: string;
2401
+ /**
2402
+ * Grass
2403
+ */
2404
+ POLLEN_GRASS_SHORT: string;
2405
+ /**
2406
+ * Mugwort pol.
2407
+ */
2408
+ POLLEN_MUGWORT: string;
2409
+ /**
2410
+ * Mugwort
2411
+ */
2412
+ POLLEN_MUGWORT_SHORT: string;
2413
+ /**
2414
+ * Olive pollen
2415
+ */
2416
+ POLLEN_OLIVE: string;
2417
+ /**
2418
+ * Olive
2419
+ */
2420
+ POLLEN_OLIVE_SHORT: string;
2421
+ /**
2422
+ * Ragweed pol.
2423
+ */
2424
+ POLLEN_RAGWEED: string;
2425
+ /**
2426
+ * Ragwe.
2427
+ */
2428
+ POLLEN_RAGWEED_SHORT: string;
2325
2429
  /**
2326
2430
  * Position
2327
2431
  */
@@ -2438,6 +2542,10 @@ export interface MainLangFile {
2438
2542
  * Register here
2439
2543
  */
2440
2544
  REGISTER_HERE: string;
2545
+ /**
2546
+ * Report Issue
2547
+ */
2548
+ REPORT_ISSUE: string;
2441
2549
  /**
2442
2550
  * Requires Premium
2443
2551
  */
@@ -2466,6 +2574,10 @@ export interface MainLangFile {
2466
2574
  * Sat
2467
2575
  */
2468
2576
  SAT2: string;
2577
+ /**
2578
+ * S
2579
+ */
2580
+ SAT3: string;
2469
2581
  /**
2470
2582
  * Satellite
2471
2583
  */
@@ -2490,6 +2602,10 @@ export interface MainLangFile {
2490
2602
  * Send
2491
2603
  */
2492
2604
  SEND: string;
2605
+ /**
2606
+ * Set notifications
2607
+ */
2608
+ SET_NOTIFICATIONS: string;
2493
2609
  /**
2494
2610
  * Surface
2495
2611
  */
@@ -2726,6 +2842,10 @@ export interface MainLangFile {
2726
2842
  * Sun
2727
2843
  */
2728
2844
  SUN2: string;
2845
+ /**
2846
+ * S
2847
+ */
2848
+ SUN3: string;
2729
2849
  /**
2730
2850
  * Surface visibility
2731
2851
  */
@@ -2794,6 +2914,10 @@ export interface MainLangFile {
2794
2914
  * Thu
2795
2915
  */
2796
2916
  THU2: string;
2917
+ /**
2918
+ * T
2919
+ */
2920
+ THU3: string;
2797
2921
  /**
2798
2922
  * Thunderstorms
2799
2923
  */
@@ -2850,6 +2974,10 @@ export interface MainLangFile {
2850
2974
  * Tue
2851
2975
  */
2852
2976
  TUE2: string;
2977
+ /**
2978
+ * T
2979
+ */
2980
+ TUE3: string;
2853
2981
  /**
2854
2982
  * Clear air turbulence
2855
2983
  */
@@ -2986,6 +3114,14 @@ export interface MainLangFile {
2986
3114
  * Wave and tide forecast for {{name}}
2987
3115
  */
2988
3116
  WAVESTIDES_BROWSER_TITLE: string;
3117
+ /**
3118
+ * Waves & Tides
3119
+ */
3120
+ WAVESTIDES_LONG: string;
3121
+ /**
3122
+ * Wave power
3123
+ */
3124
+ WAVE_POWER: string;
2989
3125
  /**
2990
3126
  * Wednesday
2991
3127
  */
@@ -2994,6 +3130,10 @@ export interface MainLangFile {
2994
3130
  * Wed
2995
3131
  */
2996
3132
  WED2: string;
3133
+ /**
3134
+ * W
3135
+ */
3136
+ WED3: string;
2997
3137
  /**
2998
3138
  * Wet-bulb temperature
2999
3139
  */
@@ -3006,6 +3146,14 @@ export interface MainLangFile {
3006
3146
  * weather forecast
3007
3147
  */
3008
3148
  WFORECAST: string;
3149
+ /**
3150
+ * Thank you for using <b>Windy Premium</b> 👑.<br />Awesome people like you make <b>Windy.com</b> possible!
3151
+ */
3152
+ WHATS_NEW_THANK_YOU: string;
3153
+ /**
3154
+ * Upgrade to Windy Premium and enjoy 3× more daily updates, a 15-day weather forecast, full-year access to radar and satellite history, plus detailed wave and tide forecasts.
3155
+ */
3156
+ WHATS_NEW_UPGRADE: string;
3009
3157
  /**
3010
3158
  * What is new:
3011
3159
  */
@@ -3104,14 +3252,18 @@ export interface LivealertsLangFile {
3104
3252
  * livealerts: Download the app here
3105
3253
  */
3106
3254
  LIVE_ALERTS_DOWNLOAD_APP: string;
3255
+ /**
3256
+ * livealerts: To get alerts for your area, allow unrestricted battery usage in settings.
3257
+ */
3258
+ LIVE_ALERTS_ERROR_BATTERY_PERMISSION: string;
3107
3259
  /**
3108
3260
  * livealerts: Enable location access to receive live alerts for your current area.
3109
3261
  */
3110
- LIVE_ALERTS_ERROR_NOTDEFINED_LOCATION: string;
3262
+ LIVE_ALERTS_ERROR_NOT_DETERMINED_LOCATION: string;
3111
3263
  /**
3112
3264
  * livealerts: Enable notifications to get live alerts
3113
3265
  */
3114
- LIVE_ALERTS_ERROR_NOTDEFINED_NOTIFICATIONS: string;
3266
+ LIVE_ALERTS_ERROR_NOT_DETERMINED_NOTIFICATIONS: string;
3115
3267
  /**
3116
3268
  * livealerts: Live alerts are supported only on native Windy.com app
3117
3269
  */
@@ -3167,6 +3319,10 @@ export interface MenuLangFile {
3167
3319
  * menu: Error console
3168
3320
  */
3169
3321
  MM_ERROR: string;
3322
+ /**
3323
+ * menu: Extend your Windy
3324
+ */
3325
+ MM_EXTEND: string;
3170
3326
  /**
3171
3327
  * menu: Forecast updated
3172
3328
  */
@@ -3235,6 +3391,14 @@ export interface MenuLangFile {
3235
3391
  * menu: Pin to homepage
3236
3392
  */
3237
3393
  MM_PIN_HOMEPAGE: string;
3394
+ /**
3395
+ * menu: Layers & POIs
3396
+ */
3397
+ MM_PIN_SWITCH_LAYERS: string;
3398
+ /**
3399
+ * menu: Forecast models
3400
+ */
3401
+ MM_PIN_SWITCH_MODELS: string;
3238
3402
  /**
3239
3403
  * menu: Install Windy Plugin
3240
3404
  */
@@ -3445,6 +3609,10 @@ export interface OnboardingLangFile {
3445
3609
  * onboarding: Confirm
3446
3610
  */
3447
3611
  ONBOARDING_CONFIRM: string;
3612
+ /**
3613
+ * onboarding: Continue
3614
+ */
3615
+ ONBOARDING_CONTINUE: string;
3448
3616
  /**
3449
3617
  * onboarding: Don't allow
3450
3618
  */
@@ -3547,6 +3715,77 @@ export interface OnboardingLangFile {
3547
3715
  RETENTION_LAYERS_TITLE: string;
3548
3716
  }
3549
3717
 
3718
+ export interface PickerLangFile {
3719
+ /**
3720
+ * picker: About data
3721
+ */
3722
+ PICKER_ABOUT: string;
3723
+ /**
3724
+ * picker: Always on
3725
+ */
3726
+ PICKER_ALWAYS_ON: string;
3727
+ /**
3728
+ * picker: Display coordinates & elevation
3729
+ */
3730
+ PICKER_COORDS_ELEV: string;
3731
+ /**
3732
+ * picker: Display directions as
3733
+ */
3734
+ PICKER_DIRECTION: string;
3735
+ /**
3736
+ * picker: Distance<small>& route plan</small>
3737
+ */
3738
+ PICKER_DISTANCE: string;
3739
+ /**
3740
+ * picker: Forecast<small>for this point</small>
3741
+ */
3742
+ PICKER_FORECAST: string;
3743
+ /**
3744
+ * picker: Loading...
3745
+ */
3746
+ PICKER_LOADING: string;
3747
+ /**
3748
+ * picker: number
3749
+ */
3750
+ PICKER_NUMBER: string;
3751
+ /**
3752
+ * picker: {{value}} seconds
3753
+ */
3754
+ PICKER_SECONDS: string;
3755
+ /**
3756
+ * picker: Settings<small>for picker</small>
3757
+ */
3758
+ PICKER_SETTINGS: string;
3759
+ /**
3760
+ * picker: Share<small>this map</small>
3761
+ */
3762
+ PICKER_SHARE: string;
3763
+ /**
3764
+ * picker: Sounding<small>for this point</small>
3765
+ */
3766
+ PICKER_SOUNDING: string;
3767
+ /**
3768
+ * picker: string
3769
+ */
3770
+ PICKER_STRING: string;
3771
+ /**
3772
+ * picker: Sun/Moon<small>position</small>
3773
+ */
3774
+ PICKER_SUN_MOON: string;
3775
+ /**
3776
+ * picker: Support<small>Windy.com</small>
3777
+ */
3778
+ PICKER_SUPPORT: string;
3779
+ /**
3780
+ * picker: Autoclose picker in
3781
+ */
3782
+ PICKER_TIMEOUT: string;
3783
+ /**
3784
+ * picker: Warnings<small>for this point</small>
3785
+ */
3786
+ PICKER_WARNINGS: string;
3787
+ }
3788
+
3550
3789
  export interface ProductsLangFile {
3551
3790
  /**
3552
3791
  * products: Weather warnings issued by national weather agencies in a form of "CAP Alerts".
@@ -3707,6 +3946,14 @@ export interface ProductsLangFile {
3707
3946
  }
3708
3947
 
3709
3948
  export interface RadsatLangFile {
3949
+ /**
3950
+ * radsat: OK, got it
3951
+ */
3952
+ RADAR_ISSUE_OK: string;
3953
+ /**
3954
+ * radsat: We're testing new radar rendering. If something looks wrong, please let us know using the <span data-icon="{{bugIcon}}"></span> <b>Report Issue</b> tool in the <span data-icon="{{optionsIcon}}"></span> radar menu.
3955
+ */
3956
+ RADAR_ISSUE_PROMO: string;
3710
3957
  /**
3711
3958
  * radsat: Blue
3712
3959
  */
@@ -3715,6 +3962,14 @@ export interface RadsatLangFile {
3715
3962
  * radsat: Infra
3716
3963
  */
3717
3964
  RADSAT_INFRA: string;
3965
+ /**
3966
+ * radsat: More...
3967
+ */
3968
+ RADSAT_JUST_MORE: string;
3969
+ /**
3970
+ * radsat: More options...
3971
+ */
3972
+ RADSAT_MORE: string;
3718
3973
  /**
3719
3974
  * radsat: Next {hour}h
3720
3975
  */
@@ -3740,7 +3995,7 @@ export interface RadsatLangFile {
3740
3995
  */
3741
3996
  RADSAT_SAT: string;
3742
3997
  /**
3743
- * radsat: There is an outage of our data source for some satellites. Regions that lack satellite coverage include: {regions}.
3998
+ * radsat: There is outage of data in regions: {regions}.
3744
3999
  */
3745
4000
  RADSAT_SATELLITE_OUTAGE_MESSAGE: string;
3746
4001
  /**
@@ -3936,6 +4191,108 @@ export interface RegisterLangFile {
3936
4191
  YOU_MUST_AGREE: string;
3937
4192
  }
3938
4193
 
4194
+ export interface ReportissueLangFile {
4195
+ /**
4196
+ * reportissue: Attach screenshot or video
4197
+ */
4198
+ REPORT_ISSUE_ATTACH: string;
4199
+ /**
4200
+ * reportissue: The best way to describe issue is to send us screenshots or video, which illustrate the problem, together with a short description of what is wrong and how to reproduce it.
4201
+ */
4202
+ REPORT_ISSUE_DESCRIPTION: string;
4203
+ /**
4204
+ * reportissue: Fullscreen preview
4205
+ */
4206
+ REPORT_ISSUE_FULLSCREEN_PREVIEW: string;
4207
+ /**
4208
+ * reportissue: Maximum file size is 20MB
4209
+ */
4210
+ REPORT_ISSUE_MAX_SIZE: string;
4211
+ /**
4212
+ * reportissue: Describe the issue you encountered...
4213
+ */
4214
+ REPORT_ISSUE_PLACEHOLDER: string;
4215
+ /**
4216
+ * reportissue: Send us error report
4217
+ */
4218
+ REPORT_ISSUE_SEND: string;
4219
+ /**
4220
+ * reportissue: Send new report
4221
+ */
4222
+ REPORT_ISSUE_SEND_NEW: string;
4223
+ /**
4224
+ * reportissue: Thank you for the report! We'll look into it.
4225
+ */
4226
+ REPORT_ISSUE_SUCCESS: string;
4227
+ /**
4228
+ * reportissue: Uploading files:
4229
+ */
4230
+ REPORT_ISSUE_UPLOADING: string;
4231
+ }
4232
+
4233
+ export interface SearchLangFile {
4234
+ /**
4235
+ * search: Clear search history
4236
+ */
4237
+ SEARCH_CLEAR_HISTORY: string;
4238
+ /**
4239
+ * search: Paragliding spots provided by <a href="https://paraglidingearth.com/" target="_blank">Paragliding Earth</a>
4240
+ */
4241
+ SEARCH_DATA_PG_PROVIDER: string;
4242
+ /**
4243
+ * search: Surfing spots provided by <a href="https://www.stormrider.surf/" target="_blank">Stormrider</a>
4244
+ */
4245
+ SEARCH_DATA_SURF_PROVIDER: string;
4246
+ /**
4247
+ * search: Airports
4248
+ */
4249
+ SEARCH_FILTER_AIRPORTS: string;
4250
+ /**
4251
+ * search: All
4252
+ */
4253
+ SEARCH_FILTER_ALL: string;
4254
+ /**
4255
+ * search: Kite, Surf, WS
4256
+ */
4257
+ SEARCH_FILTER_KITE_SURF_WS: string;
4258
+ /**
4259
+ * search: Paragl.
4260
+ */
4261
+ SEARCH_FILTER_PARAGLIDING: string;
4262
+ /**
4263
+ * search: Webcams
4264
+ */
4265
+ SEARCH_FILTER_WEBCAMS: string;
4266
+ /**
4267
+ * search: Wx Stations
4268
+ */
4269
+ SEARCH_FILTER_WX_STATIONS: string;
4270
+ /**
4271
+ * search: No results found
4272
+ */
4273
+ SEARCH_NO_RESULTS_FOUND: string;
4274
+ /**
4275
+ * search: No results found for
4276
+ */
4277
+ SEARCH_NO_RESULTS_FOUND_FOR: string;
4278
+ /**
4279
+ * search: Airports can be found by <b>ICAO</b> or <b>IATA</b> code
4280
+ */
4281
+ SEARCH_TIP_AIRPORT: string;
4282
+ /**
4283
+ * search: Search for coordinates to display location on a map
4284
+ */
4285
+ SEARCH_TIP_COORDS: string;
4286
+ /**
4287
+ * search: Search for name of active <b>hurricane</b> or <b>tropical cyclone</b>
4288
+ */
4289
+ SEARCH_TIP_HURRICANE: string;
4290
+ /**
4291
+ * search: Use e.g. <b>"LAX JFK"</b> or <b>"LKPR LSZS"</b> to display flying route
4292
+ */
4293
+ SEARCH_TIP_ROUTE: string;
4294
+ }
4295
+
3939
4296
  export interface SettingsLangFile {
3940
4297
  /**
3941
4298
  * settings: Widgets cannot access the location from the background. Please allow background location usage.
@@ -4033,6 +4390,10 @@ export interface SettingsLangFile {
4033
4390
  * settings: Always on
4034
4391
  */
4035
4392
  S_ALWAYS_ON: string;
4393
+ /**
4394
+ * settings: Speed of animation
4395
+ */
4396
+ S_ANIMATION_SPEED: string;
4036
4397
  /**
4037
4398
  * settings: Customize Windy App icon
4038
4399
  */
@@ -4049,14 +4410,6 @@ export interface SettingsLangFile {
4049
4410
  * settings: automatic
4050
4411
  */
4051
4412
  S_AUTOMATIC: string;
4052
- /**
4053
- * settings: Graphic compatibility mode
4054
- */
4055
- S_COMPATIBILITY_MODE: string;
4056
- /**
4057
- * settings: Disables some problematic modern graphics acceleration
4058
- */
4059
- S_COMPATIBILITY_MODE_NOTE: string;
4060
4413
  /**
4061
4414
  * settings: Contrast
4062
4415
  */
@@ -4081,6 +4434,10 @@ export interface SettingsLangFile {
4081
4434
  * settings: Satellite future extrapolation
4082
4435
  */
4083
4436
  S_EXTRA_SAT: string;
4437
+ /**
4438
+ * settings: Fast
4439
+ */
4440
+ S_FAST: string;
4084
4441
  /**
4085
4442
  * settings: High
4086
4443
  */
@@ -4154,9 +4511,9 @@ export interface SettingsLangFile {
4154
4511
  */
4155
4512
  S_PREDEFINED: string;
4156
4513
  /**
4157
- * settings: This option requires Premium Subscription
4514
+ * settings: Show precipitation type on radar
4158
4515
  */
4159
- S_PREMIUM_REQ: string;
4516
+ S_RADAR_RENDER_P_TYPE: string;
4160
4517
  /**
4161
4518
  * settings: Smooth radar and satellite animation
4162
4519
  */
@@ -4185,6 +4542,10 @@ export interface SettingsLangFile {
4185
4542
  * settings: {{value}} seconds
4186
4543
  */
4187
4544
  S_SECONDS: string;
4545
+ /**
4546
+ * settings: Slow
4547
+ */
4548
+ S_SLOW: string;
4188
4549
  /**
4189
4550
  * settings: Smooth satellite animation
4190
4551
  */
@@ -4201,6 +4562,10 @@ export interface SettingsLangFile {
4201
4562
  * settings: Time format
4202
4563
  */
4203
4564
  S_TIME_FORMAT: string;
4565
+ /**
4566
+ * settings: Very fast
4567
+ */
4568
+ S_VERY_FAST: string;
4204
4569
  /**
4205
4570
  * settings: Size
4206
4571
  */
@@ -4316,6 +4681,10 @@ export interface SoundingLangFile {
4316
4681
  * sounding: Radiosonde measurement
4317
4682
  */
4318
4683
  RADIOSONDE_TITLE: string;
4684
+ /**
4685
+ * sounding: Higher altitudes measurements missing on this ascent
4686
+ */
4687
+ RADIOSONDE_WARNING_DATA_CROPPED: string;
4319
4688
  /**
4320
4689
  * sounding: Ascents
4321
4690
  */
@@ -4370,6 +4739,73 @@ export interface SoundingLangFile {
4370
4739
  SOUNDING_UNSUPPORTED_MODEL: string;
4371
4740
  }
4372
4741
 
4742
+ export interface StartuppromosLangFile {
4743
+ /**
4744
+ * startuppromos: <b>Hi, I’m Ivo, the founder of Windy.com.</b><br /><br />Let me introduce you to my other project: <b class="clickable">Mapy.com</b><br /><br />An ad-free, privacy-focused 🔒 map for hikers 🥾, runners 🏃‍♂️, cyclists 🚴‍♀️, skiers 🎿, and all outdoor enthusiasts 🌲 — with full offline support.
4745
+ */
4746
+ MAPY_COM_DESKTOP: string;
4747
+ /**
4748
+ * startuppromos: From Ivo, the founder of Windy.com
4749
+ */
4750
+ MAPY_COM_FROM: string;
4751
+ /**
4752
+ * startuppromos: Please try my another project: <b>Mapy.com</b><br />A map for hikers 🥾, runners 🏃‍♂️, cyclists 🚴‍♀️, skiers 🎿, and all outdoor enthusiasts 🌲
4753
+ */
4754
+ MAPY_COM_MOBILE: string;
4755
+ /**
4756
+ * startuppromos: Visit Mapy.com
4757
+ */
4758
+ MAPY_COM_VISIT: string;
4759
+ /**
4760
+ * startuppromos: This version of Windy.com App is <b>obsolete</b> and will stop working soon. Please <b>update your Windy.com App</b> to the latest version.
4761
+ */
4762
+ STARTUP_OBSOLETE_APP: string;
4763
+ /**
4764
+ * startuppromos: Subscribe to <b>Windy Premium</b> to get twice often updated forecast data, with three times better resolution.
4765
+ */
4766
+ STARTUP_PROMO_1: string;
4767
+ /**
4768
+ * startuppromos: 3 hour forecast resolution
4769
+ */
4770
+ SUB2_1_1: string;
4771
+ /**
4772
+ * startuppromos: High resolution 1 hour forecast
4773
+ */
4774
+ SUB2_1_2: string;
4775
+ /**
4776
+ * startuppromos: Low density forecast maps
4777
+ */
4778
+ SUB2_2_1: string;
4779
+ /**
4780
+ * startuppromos: Detailed, high density forecast maps
4781
+ */
4782
+ SUB2_2_2: string;
4783
+ /**
4784
+ * startuppromos: 7 day forecast
4785
+ */
4786
+ SUB2_3_1: string;
4787
+ /**
4788
+ * startuppromos: 15 day forecast
4789
+ */
4790
+ SUB2_3_2: string;
4791
+ /**
4792
+ * startuppromos: 1h satellite & radar archive
4793
+ */
4794
+ SUB2_4_1: string;
4795
+ /**
4796
+ * startuppromos: 365-day satellite & radar archive
4797
+ */
4798
+ SUB2_4_2: string;
4799
+ /**
4800
+ * startuppromos: Free
4801
+ */
4802
+ SUB2_FREE: string;
4803
+ /**
4804
+ * startuppromos: Subscribe to Windy Premium and get the most detailed forecast
4805
+ */
4806
+ SUB2_HEADING: string;
4807
+ }
4808
+
4373
4809
  export interface StationLangFile {
4374
4810
  /**
4375
4811
  * station: Health recommendations
@@ -4749,57 +5185,6 @@ export interface StationLangFile {
4749
5185
  STATION_WIND_GUST: string;
4750
5186
  }
4751
5187
 
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
-
4803
5188
  export interface SubscriptionLangFile {
4804
5189
  /**
4805
5190
  * subscription: Buy for one year
@@ -5091,6 +5476,97 @@ export interface SubscriptionLangFile {
5091
5476
  SUB_YOU_WILL_LOSE: string;
5092
5477
  }
5093
5478
 
5479
+ export interface SunmoonLangFile {
5480
+ /**
5481
+ * sunmoon: above horizon
5482
+ */
5483
+ SUN_MOON_ABOVE_HORIZON: string;
5484
+ /**
5485
+ * sunmoon: below horizon
5486
+ */
5487
+ SUN_MOON_BELOW_HORIZON: string;
5488
+ /**
5489
+ * sunmoon: Moon
5490
+ */
5491
+ SUN_MOON_MOON: string;
5492
+ /**
5493
+ * sunmoon: Moonrise
5494
+ */
5495
+ SUN_MOON_MOONRISE: string;
5496
+ /**
5497
+ * sunmoon: Moonset
5498
+ */
5499
+ SUN_MOON_MOONSET: string;
5500
+ /**
5501
+ * sunmoon: Moon: Azm {{azimuth}}°, Alt {{altitude}}°
5502
+ */
5503
+ SUN_MOON_MOON_TOOLTIP: string;
5504
+ /**
5505
+ * sunmoon: {{illuminatedFraction}}% illuminated
5506
+ */
5507
+ SUN_MOON_PCT_ILLUMINATED: string;
5508
+ /**
5509
+ * sunmoon: First Quarter
5510
+ */
5511
+ SUN_MOON_PHASE_FIRST_QUARTER: string;
5512
+ /**
5513
+ * sunmoon: Full Moon
5514
+ */
5515
+ SUN_MOON_PHASE_FULL: string;
5516
+ /**
5517
+ * sunmoon: Last Quarter
5518
+ */
5519
+ SUN_MOON_PHASE_LAST_QUARTER: string;
5520
+ /**
5521
+ * sunmoon: New Moon
5522
+ */
5523
+ SUN_MOON_PHASE_NEW: string;
5524
+ /**
5525
+ * sunmoon: Waning Crescent
5526
+ */
5527
+ SUN_MOON_PHASE_WANING_CRESCENT: string;
5528
+ /**
5529
+ * sunmoon: Waning Gibbous
5530
+ */
5531
+ SUN_MOON_PHASE_WANING_GIBBOUS: string;
5532
+ /**
5533
+ * sunmoon: Waxing Crescent
5534
+ */
5535
+ SUN_MOON_PHASE_WAXING_CRESCENT: string;
5536
+ /**
5537
+ * sunmoon: Waxing Gibbous
5538
+ */
5539
+ SUN_MOON_PHASE_WAXING_GIBBOUS: string;
5540
+ /**
5541
+ * sunmoon: Sun
5542
+ */
5543
+ SUN_MOON_SUN: string;
5544
+ /**
5545
+ * sunmoon: Sunrise
5546
+ */
5547
+ SUN_MOON_SUNRISE: string;
5548
+ /**
5549
+ * sunmoon: Sunset
5550
+ */
5551
+ SUN_MOON_SUNSET: string;
5552
+ /**
5553
+ * sunmoon: Sun: Azm {{azimuth}}°, Alt {{altitude}}°
5554
+ */
5555
+ SUN_MOON_SUN_TOOLTIP: string;
5556
+ /**
5557
+ * sunmoon: Minimize
5558
+ */
5559
+ SUN_MOON_TAB_MINIMIZE: string;
5560
+ /**
5561
+ * sunmoon: Path
5562
+ */
5563
+ SUN_MOON_TAB_PATH: string;
5564
+ /**
5565
+ * sunmoon: Position
5566
+ */
5567
+ SUN_MOON_TAB_POSITION: string;
5568
+ }
5569
+
5094
5570
  export interface WatchfaceLangFile {
5095
5571
  /**
5096
5572
  * watchface: Add Apple Watch Face
@@ -6313,7 +6789,7 @@ export interface WidgetspromoLangFile {
6313
6789
  }
6314
6790
 
6315
6791
  // prettier-ignore
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 {}
6792
+ export interface PluginTranslations extends AccumulationsLangFile, AirportLangFile, AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, GarminLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, LivealertsLangFile, MenuLangFile, NotificationsLangFile, OnboardingLangFile, PickerLangFile, ProductsLangFile, RadsatLangFile, RegisterLangFile, ReportissueLangFile, SearchLangFile, SettingsLangFile, SoundingLangFile, StartuppromosLangFile, StationLangFile, SubscriptionLangFile, SunmoonLangFile, WatchfaceLangFile, WebcamsLangFile, WidgetspromoLangFile {}
6317
6793
  export interface Translations extends MainLangFile, PluginTranslations {}
6318
6794
 
6319
6795
  export interface SupportedLangFiles {
@@ -6334,14 +6810,18 @@ export interface SupportedLangFiles {
6334
6810
  menu: MenuLangFile;
6335
6811
  notifications: NotificationsLangFile;
6336
6812
  onboarding: OnboardingLangFile;
6813
+ picker: PickerLangFile;
6337
6814
  products: ProductsLangFile;
6338
6815
  radsat: RadsatLangFile;
6339
6816
  register: RegisterLangFile;
6817
+ reportissue: ReportissueLangFile;
6818
+ search: SearchLangFile;
6340
6819
  settings: SettingsLangFile;
6341
6820
  sounding: SoundingLangFile;
6821
+ startuppromos: StartuppromosLangFile;
6342
6822
  station: StationLangFile;
6343
- stories: StoriesLangFile;
6344
6823
  subscription: SubscriptionLangFile;
6824
+ sunmoon: SunmoonLangFile;
6345
6825
  watchface: WatchfaceLangFile;
6346
6826
  webcams: WebcamsLangFile;
6347
6827
  widgetspromo: WidgetspromoLangFile;