@windycom/plugin-devtools 3.0.2 → 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 (112) hide show
  1. package/package.json +1 -1
  2. package/types/client/Calendar.d.ts +4 -0
  3. package/types/client/Color.d.ts +9 -2
  4. package/types/client/DataTiler.d.ts +2 -2
  5. package/types/client/EventManager.d.ts +69 -0
  6. package/types/client/ExternalSveltePlugin.d.ts +4 -3
  7. package/types/client/GlBuffer.d.ts +45 -0
  8. package/types/client/GlMesh.d.ts +147 -0
  9. package/types/client/GlProgram.d.ts +41 -0
  10. package/types/client/GlRenderer.d.ts +95 -0
  11. package/types/client/GlTexture.d.ts +98 -0
  12. package/types/client/GlVertexArray.d.ts +38 -0
  13. package/types/client/IDB.d.ts +25 -4
  14. package/types/client/LabelsLayer.d.ts +69 -2
  15. package/types/client/Layer.d.ts +2 -1
  16. package/types/client/MetricClasses.d.ts +1 -1
  17. package/types/client/Overlay.d.ts +1 -5
  18. package/types/client/Product.d.ts +10 -5
  19. package/types/client/ProductClasses.d.ts +7 -0
  20. package/types/client/Renderer.d.ts +16 -19
  21. package/types/client/ShaderStorage.d.ts +25 -0
  22. package/types/client/StartupElementPlugin.d.ts +8 -0
  23. package/types/client/SveltePlugin.d.ts +4 -4
  24. package/types/client/SwitchableTileCache.d.ts +104 -0
  25. package/types/client/TileLayer.d.ts +11 -2
  26. package/types/client/TileLayerCustom.d.ts +51 -0
  27. package/types/client/TileLayerMulti.d.ts +53 -0
  28. package/types/client/TileLayerPreprocessorStandalone.d.ts +45 -0
  29. package/types/client/TileLayerRenderer.d.ts +24 -0
  30. package/types/client/TileLayerUtils.d.ts +43 -0
  31. package/types/client/TilePreprocessor.d.ts +27 -0
  32. package/types/client/TopoMap.d.ts +2 -1
  33. package/types/client/WindowPlugin.d.ts +1 -3
  34. package/types/client/baseMap.d.ts +12 -2
  35. package/types/client/broadcast.d.ts +1 -1
  36. package/types/client/cityLabels.d.ts +2 -3
  37. package/types/client/colorGradients.d.ts +1 -2
  38. package/types/client/css.test.d.ts +1 -0
  39. package/types/client/customProtocol.d.ts +11 -0
  40. package/types/client/d.ts.files/GlObj.d.ts +1 -5
  41. package/types/client/d.ts.files/Metric.d.ts +2 -0
  42. package/types/client/d.ts.files/broadcast.d.ts +28 -32
  43. package/types/client/d.ts.files/dataSpecifications.d.ts +60 -42
  44. package/types/client/d.ts.files/glUtils.d.ts +71 -0
  45. package/types/client/d.ts.files/http.d.ts +0 -5
  46. package/types/client/d.ts.files/interpolatorTypes.d.ts +5 -5
  47. package/types/client/d.ts.files/lib.d.ts +1 -1
  48. package/types/client/d.ts.files/liveAlerts.d.ts +52 -0
  49. package/types/client/d.ts.files/mapUtils.d.ts +25 -0
  50. package/types/client/d.ts.files/outgoingMessages.d.ts +1 -1
  51. package/types/client/d.ts.files/plugin-params.d.ts +31 -13
  52. package/types/client/d.ts.files/plugins.d.ts +44 -29
  53. package/types/client/d.ts.files/singleclick.d.ts +4 -2
  54. package/types/client/d.ts.files/startup.d.ts +7 -52
  55. package/types/client/d.ts.files/storage.d.ts +0 -11
  56. package/types/client/d.ts.files/user.d.ts +6 -1
  57. package/types/client/embed.d.ts +2 -5
  58. package/types/client/errorLogger.d.ts +19 -0
  59. package/types/client/externalPlugins.d.ts +4 -2
  60. package/types/client/fetch.d.ts +38 -5
  61. package/types/client/format.d.ts +11 -0
  62. package/types/client/glContextUtils.d.ts +9 -0
  63. package/types/client/glStatus.d.ts +7 -0
  64. package/types/client/glUtils.d.ts +119 -0
  65. package/types/client/http.d.ts +0 -6
  66. package/types/client/idbConnection.d.ts +13 -0
  67. package/types/client/idbInstances.d.ts +36 -42
  68. package/types/client/landLayer.d.ts +3 -0
  69. package/types/client/layers.d.ts +2 -1
  70. package/types/client/lib.d.ts +11 -14
  71. package/types/client/liveAlerts.d.ts +2 -2
  72. package/types/client/location.d.ts +1 -1
  73. package/types/client/map.d.ts +95 -22
  74. package/types/client/mapUtils.d.ts +66 -0
  75. package/types/client/math.d.ts +14 -0
  76. package/types/client/mobile.d.ts +16 -34
  77. package/types/client/mobileUtils.d.ts +10 -0
  78. package/types/client/models.d.ts +1 -1
  79. package/types/client/overlays.d.ts +2 -2
  80. package/types/client/picker.d.ts +4 -8
  81. package/types/client/products.d.ts +0 -1
  82. package/types/client/promo.d.ts +1 -1
  83. package/types/client/renderUtils.d.ts +14 -0
  84. package/types/client/renderers.d.ts +5 -6
  85. package/types/client/rootScope.d.ts +9 -9
  86. package/types/client/router.d.ts +7 -2
  87. package/types/client/singleclick.d.ts +1 -1
  88. package/types/client/startup.d.ts +48 -0
  89. package/types/client/startupUtils.d.ts +19 -0
  90. package/types/client/subscription.d.ts +3 -26
  91. package/types/client/throttler.d.ts +32 -0
  92. package/types/client/tileHelpers.d.ts +35 -0
  93. package/types/client/tileLayerInterpolator.d.ts +40 -0
  94. package/types/client/tileLayerSource.d.ts +98 -0
  95. package/types/client/timestampUtils.test.d.ts +1 -0
  96. package/types/client/topMessage.d.ts +22 -0
  97. package/types/client/user.d.ts +1 -0
  98. package/types/client/userConsent.d.ts +0 -2
  99. package/types/client/userFavs.d.ts +0 -8
  100. package/types/client/utils.d.ts +62 -10
  101. package/types/client/utils.test.d.ts +1 -0
  102. package/types/iconfont.d.ts +2 -5
  103. package/types/interfaces.d.ts +121 -100
  104. package/types/lang-files.d.ts +412 -72
  105. package/types/leaflet-gl.d.ts +12773 -0
  106. package/types/types.d.ts +28 -6
  107. package/types/client/d.ts.files/CanvasLayer.d.ts +0 -70
  108. package/types/client/d.ts.files/DataTiler.d.ts +0 -45
  109. package/types/client/d.ts.files/LandMask.d.ts +0 -17
  110. package/types/client/d.ts.files/PoisOverlay.d.ts +0 -27
  111. package/types/client/d.ts.files/TileLayerCanvas.d.ts +0 -78
  112. package/types/client/d.ts.files/TileLayerMultiPatch.d.ts +0 -13
@@ -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
  */
@@ -790,19 +790,27 @@ export interface FavsLangFile {
790
790
 
791
791
  export interface GarminLangFile {
792
792
  /**
793
- * garmin: Install the Datafield
793
+ * garmin: Install the Data Field
794
794
  */
795
795
  GARMIN_DATAFIELD_BTN_STORE: string;
796
796
  /**
797
- * 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
798
806
  */
799
807
  GARMIN_DATAFIELD_SETTINGS_TITLE: string;
800
808
  /**
801
- * 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.
802
810
  */
803
811
  GARMIN_DATAFIELD_SUBTITLE: string;
804
812
  /**
805
- * garmin: Windy Datafield
813
+ * garmin: Windy Data Field
806
814
  */
807
815
  GARMIN_DATAFIELD_TITLE: string;
808
816
  /**
@@ -810,7 +818,7 @@ export interface GarminLangFile {
810
818
  */
811
819
  GARMIN_PLUGIN_TITLE: string;
812
820
  /**
813
- * garmin: Datafield
821
+ * garmin: Data Field
814
822
  */
815
823
  GARMIN_SWITCH_DATAFIELD_BTN: string;
816
824
  /**
@@ -826,7 +834,7 @@ export interface GarminLangFile {
826
834
  */
827
835
  GARMIN_TROUBLESHOOTING_PART_1: string;
828
836
  /**
829
- * garmin: community forum.
837
+ * garmin: community forum
830
838
  */
831
839
  GARMIN_TROUBLESHOOTING_PART_2: string;
832
840
  /**
@@ -854,7 +862,7 @@ export interface GarminLangFile {
854
862
  */
855
863
  GARMIN_WATCHFACE_SETTINGS_TITLE: string;
856
864
  /**
857
- * 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.
858
866
  */
859
867
  GARMIN_WATCHFACE_SUBTITLE: string;
860
868
  /**
@@ -878,7 +886,7 @@ export interface GarminLangFile {
878
886
  */
879
887
  GARMIN_WIDGET_SETTINGS_TITLE: string;
880
888
  /**
881
- * 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.
882
890
  */
883
891
  GARMIN_WIDGET_SUBTITLE: string;
884
892
  /**
@@ -1234,6 +1242,18 @@ export interface MainLangFile {
1234
1242
  * Error loading wind data for this model
1235
1243
  */
1236
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
  */
@@ -1426,6 +1442,10 @@ export interface MainLangFile {
1426
1442
  * Precip.
1427
1443
  */
1428
1444
  D_PRECI: string;
1445
+ /**
1446
+ * Show sun position on map
1447
+ */
1448
+ D_SHOW_SUN_POSITION: string;
1429
1449
  /**
1430
1450
  * Nearest weather stations
1431
1451
  */
@@ -1574,6 +1594,10 @@ export interface MainLangFile {
1574
1594
  * Fri
1575
1595
  */
1576
1596
  FRI2: string;
1597
+ /**
1598
+ * F
1599
+ */
1600
+ FRI3: string;
1577
1601
  /**
1578
1602
  * Freezing rain
1579
1603
  */
@@ -1642,6 +1666,10 @@ export interface MainLangFile {
1642
1666
  * Hurricane tracker
1643
1667
  */
1644
1668
  HURR_TRACKER: string;
1669
+ /**
1670
+ * Hurr. tracker
1671
+ */
1672
+ HURR_TRACKER_SHORT: string;
1645
1673
  /**
1646
1674
  * Icing
1647
1675
  */
@@ -1662,6 +1690,10 @@ export interface MainLangFile {
1662
1690
  * trace
1663
1691
  */
1664
1692
  ICING_TRACE: string;
1693
+ /**
1694
+ * Improve my position
1695
+ */
1696
+ IMPROVE_POS: string;
1665
1697
  /**
1666
1698
  * installed
1667
1699
  */
@@ -1902,6 +1934,10 @@ export interface MainLangFile {
1902
1934
  * Settings
1903
1935
  */
1904
1936
  MENU_SETTINGS: string;
1937
+ /**
1938
+ * Sun/Moon position
1939
+ */
1940
+ MENU_SUN_MOON: string;
1905
1941
  /**
1906
1942
  * App add-ons
1907
1943
  */
@@ -1994,6 +2030,10 @@ export interface MainLangFile {
1994
2030
  * Mon
1995
2031
  */
1996
2032
  MON2: string;
2033
+ /**
2034
+ * M
2035
+ */
2036
+ MON3: string;
1997
2037
  /**
1998
2038
  * More
1999
2039
  */
@@ -2334,6 +2374,10 @@ export interface MainLangFile {
2334
2374
  * Pollen&AirQ
2335
2375
  */
2336
2376
  POLLEN_AIRQ: string;
2377
+ /**
2378
+ * Pollen & Air Quality
2379
+ */
2380
+ POLLEN_AIRQ_LONG: string;
2337
2381
  /**
2338
2382
  * Alder pollen
2339
2383
  */
@@ -2498,6 +2542,10 @@ export interface MainLangFile {
2498
2542
  * Register here
2499
2543
  */
2500
2544
  REGISTER_HERE: string;
2545
+ /**
2546
+ * Report Issue
2547
+ */
2548
+ REPORT_ISSUE: string;
2501
2549
  /**
2502
2550
  * Requires Premium
2503
2551
  */
@@ -2526,6 +2574,10 @@ export interface MainLangFile {
2526
2574
  * Sat
2527
2575
  */
2528
2576
  SAT2: string;
2577
+ /**
2578
+ * S
2579
+ */
2580
+ SAT3: string;
2529
2581
  /**
2530
2582
  * Satellite
2531
2583
  */
@@ -2550,6 +2602,10 @@ export interface MainLangFile {
2550
2602
  * Send
2551
2603
  */
2552
2604
  SEND: string;
2605
+ /**
2606
+ * Set notifications
2607
+ */
2608
+ SET_NOTIFICATIONS: string;
2553
2609
  /**
2554
2610
  * Surface
2555
2611
  */
@@ -2786,6 +2842,10 @@ export interface MainLangFile {
2786
2842
  * Sun
2787
2843
  */
2788
2844
  SUN2: string;
2845
+ /**
2846
+ * S
2847
+ */
2848
+ SUN3: string;
2789
2849
  /**
2790
2850
  * Surface visibility
2791
2851
  */
@@ -2854,6 +2914,10 @@ export interface MainLangFile {
2854
2914
  * Thu
2855
2915
  */
2856
2916
  THU2: string;
2917
+ /**
2918
+ * T
2919
+ */
2920
+ THU3: string;
2857
2921
  /**
2858
2922
  * Thunderstorms
2859
2923
  */
@@ -2910,6 +2974,10 @@ export interface MainLangFile {
2910
2974
  * Tue
2911
2975
  */
2912
2976
  TUE2: string;
2977
+ /**
2978
+ * T
2979
+ */
2980
+ TUE3: string;
2913
2981
  /**
2914
2982
  * Clear air turbulence
2915
2983
  */
@@ -3046,6 +3114,14 @@ export interface MainLangFile {
3046
3114
  * Wave and tide forecast for {{name}}
3047
3115
  */
3048
3116
  WAVESTIDES_BROWSER_TITLE: string;
3117
+ /**
3118
+ * Waves & Tides
3119
+ */
3120
+ WAVESTIDES_LONG: string;
3121
+ /**
3122
+ * Wave power
3123
+ */
3124
+ WAVE_POWER: string;
3049
3125
  /**
3050
3126
  * Wednesday
3051
3127
  */
@@ -3054,6 +3130,10 @@ export interface MainLangFile {
3054
3130
  * Wed
3055
3131
  */
3056
3132
  WED2: string;
3133
+ /**
3134
+ * W
3135
+ */
3136
+ WED3: string;
3057
3137
  /**
3058
3138
  * Wet-bulb temperature
3059
3139
  */
@@ -3066,6 +3146,14 @@ export interface MainLangFile {
3066
3146
  * weather forecast
3067
3147
  */
3068
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;
3069
3157
  /**
3070
3158
  * What is new:
3071
3159
  */
@@ -3231,6 +3319,10 @@ export interface MenuLangFile {
3231
3319
  * menu: Error console
3232
3320
  */
3233
3321
  MM_ERROR: string;
3322
+ /**
3323
+ * menu: Extend your Windy
3324
+ */
3325
+ MM_EXTEND: string;
3234
3326
  /**
3235
3327
  * menu: Forecast updated
3236
3328
  */
@@ -3623,6 +3715,77 @@ export interface OnboardingLangFile {
3623
3715
  RETENTION_LAYERS_TITLE: string;
3624
3716
  }
3625
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
+
3626
3789
  export interface ProductsLangFile {
3627
3790
  /**
3628
3791
  * products: Weather warnings issued by national weather agencies in a form of "CAP Alerts".
@@ -3783,6 +3946,14 @@ export interface ProductsLangFile {
3783
3946
  }
3784
3947
 
3785
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;
3786
3957
  /**
3787
3958
  * radsat: Blue
3788
3959
  */
@@ -3824,7 +3995,7 @@ export interface RadsatLangFile {
3824
3995
  */
3825
3996
  RADSAT_SAT: string;
3826
3997
  /**
3827
- * 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}.
3828
3999
  */
3829
4000
  RADSAT_SATELLITE_OUTAGE_MESSAGE: string;
3830
4001
  /**
@@ -4020,6 +4191,45 @@ export interface RegisterLangFile {
4020
4191
  YOU_MUST_AGREE: string;
4021
4192
  }
4022
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
+
4023
4233
  export interface SearchLangFile {
4024
4234
  /**
4025
4235
  * search: Clear search history
@@ -4180,6 +4390,10 @@ export interface SettingsLangFile {
4180
4390
  * settings: Always on
4181
4391
  */
4182
4392
  S_ALWAYS_ON: string;
4393
+ /**
4394
+ * settings: Speed of animation
4395
+ */
4396
+ S_ANIMATION_SPEED: string;
4183
4397
  /**
4184
4398
  * settings: Customize Windy App icon
4185
4399
  */
@@ -4220,6 +4434,10 @@ export interface SettingsLangFile {
4220
4434
  * settings: Satellite future extrapolation
4221
4435
  */
4222
4436
  S_EXTRA_SAT: string;
4437
+ /**
4438
+ * settings: Fast
4439
+ */
4440
+ S_FAST: string;
4223
4441
  /**
4224
4442
  * settings: High
4225
4443
  */
@@ -4293,9 +4511,9 @@ export interface SettingsLangFile {
4293
4511
  */
4294
4512
  S_PREDEFINED: string;
4295
4513
  /**
4296
- * settings: This option requires Premium Subscription
4514
+ * settings: Show precipitation type on radar
4297
4515
  */
4298
- S_PREMIUM_REQ: string;
4516
+ S_RADAR_RENDER_P_TYPE: string;
4299
4517
  /**
4300
4518
  * settings: Smooth radar and satellite animation
4301
4519
  */
@@ -4324,6 +4542,10 @@ export interface SettingsLangFile {
4324
4542
  * settings: {{value}} seconds
4325
4543
  */
4326
4544
  S_SECONDS: string;
4545
+ /**
4546
+ * settings: Slow
4547
+ */
4548
+ S_SLOW: string;
4327
4549
  /**
4328
4550
  * settings: Smooth satellite animation
4329
4551
  */
@@ -4340,6 +4562,10 @@ export interface SettingsLangFile {
4340
4562
  * settings: Time format
4341
4563
  */
4342
4564
  S_TIME_FORMAT: string;
4565
+ /**
4566
+ * settings: Very fast
4567
+ */
4568
+ S_VERY_FAST: string;
4343
4569
  /**
4344
4570
  * settings: Size
4345
4571
  */
@@ -4455,6 +4681,10 @@ export interface SoundingLangFile {
4455
4681
  * sounding: Radiosonde measurement
4456
4682
  */
4457
4683
  RADIOSONDE_TITLE: string;
4684
+ /**
4685
+ * sounding: Higher altitudes measurements missing on this ascent
4686
+ */
4687
+ RADIOSONDE_WARNING_DATA_CROPPED: string;
4458
4688
  /**
4459
4689
  * sounding: Ascents
4460
4690
  */
@@ -4509,6 +4739,73 @@ export interface SoundingLangFile {
4509
4739
  SOUNDING_UNSUPPORTED_MODEL: string;
4510
4740
  }
4511
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
+
4512
4809
  export interface StationLangFile {
4513
4810
  /**
4514
4811
  * station: Health recommendations
@@ -4888,57 +5185,6 @@ export interface StationLangFile {
4888
5185
  STATION_WIND_GUST: string;
4889
5186
  }
4890
5187
 
4891
- export interface StoriesLangFile {
4892
- /**
4893
- * stories: Show location on map
4894
- */
4895
- STORIES_ACTIONS_SHOW_LOCATION: string;
4896
- /**
4897
- * stories: Add your comment...
4898
- */
4899
- STORIES_COMMENTS_ADD_COMMENT: string;
4900
- /**
4901
- * stories: Add images
4902
- */
4903
- STORIES_COMMENTS_ADD_IMAGES: string;
4904
- /**
4905
- * stories: Cancel
4906
- */
4907
- STORIES_COMMENTS_CANCEL: string;
4908
- /**
4909
- * stories: Close comments
4910
- */
4911
- STORIES_COMMENTS_CLOSE_COMMENTS: string;
4912
- /**
4913
- * stories: Error
4914
- */
4915
- STORIES_COMMENTS_ERROR: string;
4916
- /**
4917
- * stories: Send
4918
- */
4919
- STORIES_COMMENTS_SEND: string;
4920
- /**
4921
- * stories: Loading
4922
- */
4923
- STORIES_LOADING: string;
4924
- /**
4925
- * stories: Next card
4926
- */
4927
- STORIES_TOOLTIP_NEXT_CARD: string;
4928
- /**
4929
- * stories: Next story
4930
- */
4931
- STORIES_TOOLTIP_NEXT_STORY: string;
4932
- /**
4933
- * stories: Prev. card
4934
- */
4935
- STORIES_TOOLTIP_PREV_CARD: string;
4936
- /**
4937
- * stories: Prev. story
4938
- */
4939
- STORIES_TOOLTIP_PREV_STORY: string;
4940
- }
4941
-
4942
5188
  export interface SubscriptionLangFile {
4943
5189
  /**
4944
5190
  * subscription: Buy for one year
@@ -5230,6 +5476,97 @@ export interface SubscriptionLangFile {
5230
5476
  SUB_YOU_WILL_LOSE: string;
5231
5477
  }
5232
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
+
5233
5570
  export interface WatchfaceLangFile {
5234
5571
  /**
5235
5572
  * watchface: Add Apple Watch Face
@@ -6452,7 +6789,7 @@ export interface WidgetspromoLangFile {
6452
6789
  }
6453
6790
 
6454
6791
  // prettier-ignore
6455
- export interface PluginTranslations extends AccumulationsLangFile, AirportLangFile, AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, GarminLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, LivealertsLangFile, MenuLangFile, NotificationsLangFile, OnboardingLangFile, ProductsLangFile, RadsatLangFile, RegisterLangFile, SearchLangFile, 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 {}
6456
6793
  export interface Translations extends MainLangFile, PluginTranslations {}
6457
6794
 
6458
6795
  export interface SupportedLangFiles {
@@ -6473,15 +6810,18 @@ export interface SupportedLangFiles {
6473
6810
  menu: MenuLangFile;
6474
6811
  notifications: NotificationsLangFile;
6475
6812
  onboarding: OnboardingLangFile;
6813
+ picker: PickerLangFile;
6476
6814
  products: ProductsLangFile;
6477
6815
  radsat: RadsatLangFile;
6478
6816
  register: RegisterLangFile;
6817
+ reportissue: ReportissueLangFile;
6479
6818
  search: SearchLangFile;
6480
6819
  settings: SettingsLangFile;
6481
6820
  sounding: SoundingLangFile;
6821
+ startuppromos: StartuppromosLangFile;
6482
6822
  station: StationLangFile;
6483
- stories: StoriesLangFile;
6484
6823
  subscription: SubscriptionLangFile;
6824
+ sunmoon: SunmoonLangFile;
6485
6825
  watchface: WatchfaceLangFile;
6486
6826
  webcams: WebcamsLangFile;
6487
6827
  widgetspromo: WidgetspromoLangFile;