@windycom/plugin-devtools 3.0.0 → 3.0.2

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 (97) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
  3. package/types/client/BottomSlide.d.ts +3 -0
  4. package/types/client/Calendar.d.ts +101 -71
  5. package/types/client/Color.d.ts +19 -6
  6. package/types/client/DataTiler.d.ts +1 -1
  7. package/types/client/ExternalSveltePlugin.d.ts +6 -1
  8. package/types/client/IDB.d.ts +7 -1
  9. package/types/client/Layer.d.ts +95 -26
  10. package/types/client/LayerClasses.d.ts +5 -0
  11. package/types/client/Metric.d.ts +32 -43
  12. package/types/client/Overlay.d.ts +7 -10
  13. package/types/client/OverlayClasses.d.ts +8 -0
  14. package/types/client/Particles.d.ts +1 -1
  15. package/types/client/Plugin.d.ts +4 -0
  16. package/types/client/Product.d.ts +31 -73
  17. package/types/client/ProductClasses.d.ts +44 -0
  18. package/types/client/Renderer.d.ts +41 -13
  19. package/types/client/SveltePlugin.d.ts +7 -0
  20. package/types/client/TileLayer.d.ts +2 -2
  21. package/types/client/TopoMap.d.ts +2 -3
  22. package/types/client/WindowPlugin.d.ts +9 -5
  23. package/types/client/colorGradients.d.ts +5 -10
  24. package/types/client/colors.d.ts +1 -2
  25. package/types/client/compatibilityCheck.d.ts +1 -0
  26. package/types/client/connection.d.ts +1 -1
  27. package/types/client/d.ts.files/LabelsLayer.d.ts +2 -2
  28. package/types/client/d.ts.files/Metric.d.ts +21 -2
  29. package/types/client/d.ts.files/TileLayerCanvas.d.ts +3 -3
  30. package/types/client/d.ts.files/alerts.d.ts +2 -2
  31. package/types/client/d.ts.files/broadcast.d.ts +17 -12
  32. package/types/client/d.ts.files/dataSpecifications.d.ts +76 -53
  33. package/types/client/d.ts.files/favs.d.ts +18 -30
  34. package/types/client/d.ts.files/http.d.ts +5 -0
  35. package/types/client/d.ts.files/lib.d.ts +5 -8
  36. package/types/client/d.ts.files/plugin-params.d.ts +32 -20
  37. package/types/client/d.ts.files/plugins.d.ts +2 -3
  38. package/types/client/d.ts.files/rootScope.d.ts +14 -12
  39. package/types/client/d.ts.files/startup.d.ts +17 -11
  40. package/types/client/d.ts.files/user.d.ts +3 -0
  41. package/types/client/d.ts.files/{Webcams.d.ts → webcams.d.ts} +9 -2
  42. package/types/client/dataLoader.d.ts +2 -2
  43. package/types/client/device.d.ts +1 -0
  44. package/types/client/embed.d.ts +68 -0
  45. package/types/client/errorLogger.d.ts +28 -3
  46. package/types/client/errors.d.ts +6 -0
  47. package/types/client/externalPlugins.d.ts +2 -0
  48. package/types/client/fetch.d.ts +42 -6
  49. package/types/client/format.d.ts +2 -1
  50. package/types/client/glTileRender.d.ts +1 -7
  51. package/types/client/http.d.ts +0 -6
  52. package/types/client/idbInstances.d.ts +123 -21
  53. package/types/client/imakerMain.d.ts +49 -0
  54. package/types/client/latestBroadcasts.d.ts +1 -1
  55. package/types/client/layers.d.ts +3 -1
  56. package/types/client/legends.d.ts +1 -1
  57. package/types/client/lib.d.ts +1 -10
  58. package/types/client/libHtml.d.ts +1 -1
  59. package/types/client/liveAlerts.d.ts +5 -0
  60. package/types/client/liveAlerts.types.d.ts +28 -0
  61. package/types/client/location.d.ts +5 -0
  62. package/types/client/log.d.ts +3 -1
  63. package/types/client/map.d.ts +7 -1
  64. package/types/client/mobile.d.ts +3 -9
  65. package/types/client/models.d.ts +7 -9
  66. package/types/client/notifications.d.ts +2 -5
  67. package/types/client/overlays.d.ts +2 -1
  68. package/types/client/particleRenderers.d.ts +1 -1
  69. package/types/client/products.d.ts +54 -2
  70. package/types/client/promo.d.ts +28 -5
  71. package/types/client/pushNotifications.d.ts +7 -1
  72. package/types/client/renderCtrl.d.ts +1 -1
  73. package/types/client/renderTile.d.ts +2 -2
  74. package/types/client/renderUtils.d.ts +16 -36
  75. package/types/client/renderers.d.ts +2 -4
  76. package/types/client/reverseName.d.ts +2 -1
  77. package/types/client/rhMessage.d.ts +1 -1
  78. package/types/client/rootScope.d.ts +22 -6
  79. package/types/client/router.d.ts +8 -5
  80. package/types/client/store.d.ts +20 -52
  81. package/types/client/storeLastPosition.d.ts +4 -1
  82. package/types/client/tileInterpolator.d.ts +1 -1
  83. package/types/client/user.d.ts +2 -0
  84. package/types/client/userAlerts.d.ts +0 -4
  85. package/types/client/userFavs.d.ts +12 -0
  86. package/types/client/utils.d.ts +57 -20
  87. package/types/iconfont.d.ts +7 -0
  88. package/types/interfaces.d.ts +339 -81
  89. package/types/lang-files.d.ts +783 -19
  90. package/types/types.d.ts +352 -23
  91. package/types/client/d.ts.files/Calendar.d.ts +0 -96
  92. package/types/client/d.ts.files/Color.d.ts +0 -93
  93. package/types/client/d.ts.files/Layer.d.ts +0 -191
  94. package/types/client/d.ts.files/Renderer.d.ts +0 -44
  95. package/types/client/d.ts.files/errorLogger.d.ts +0 -35
  96. package/types/client/d.ts.files/products.d.ts +0 -61
  97. package/types/offline.d.ts +0 -100
@@ -15,6 +15,37 @@ export interface AccumulationsLangFile {
15
15
  ACC_HOURS: string;
16
16
  }
17
17
 
18
+ export interface AirportLangFile {
19
+ /**
20
+ * airport: Detailed forecast for {{icao}}
21
+ */
22
+ AIRPORT_METARS_DETAILED_FORECAST: string;
23
+ /**
24
+ * airport: Display {{icao}} as weather station
25
+ */
26
+ AIRPORT_METARS_DISPLAY_AS_STATION: string;
27
+ /**
28
+ * airport: Airport name
29
+ */
30
+ AIRPORT_NAME: string;
31
+ /**
32
+ * airport: Show on map
33
+ */
34
+ DISPLAY_AIRPORT2: string;
35
+ /**
36
+ * airport: Nearest METARs
37
+ */
38
+ NEAREST_METARS: string;
39
+ /**
40
+ * airport: Runways
41
+ */
42
+ RUNWAYS: string;
43
+ /**
44
+ * airport: Time info
45
+ */
46
+ TIME_INFO: string;
47
+ }
48
+
18
49
  export interface AlertsLangFile {
19
50
  /**
20
51
  * alerts: Processing
@@ -648,6 +679,14 @@ export interface DistanceLangFile {
648
679
  * distance: Switch to ECMWF
649
680
  */
650
681
  DST_SWITCH_ECMWF: string;
682
+ /**
683
+ * distance: select .gpx file
684
+ */
685
+ RPLANNER_SELECT_GPX_BTN: string;
686
+ /**
687
+ * distance: to import route (you can also drop file here).
688
+ */
689
+ RPLANNER_SELECT_GPX_TEXT: string;
651
690
  /**
652
691
  * distance: <strong>VFR</strong>, <strong>IFR</strong>, <strong>Airgram</strong> and <strong>Boat</strong> with in-depth data.
653
692
  */
@@ -699,18 +738,6 @@ export interface FavsLangFile {
699
738
  * favs: Error loading your fav item. Try again later.
700
739
  */
701
740
  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.
712
- */
713
- FAVS_MIGRATION_WARNING: string;
714
741
  /**
715
742
  * favs: Not saved
716
743
  */
@@ -761,6 +788,105 @@ export interface FavsLangFile {
761
788
  SEARCH_FAVOURITE: string;
762
789
  }
763
790
 
791
+ export interface GarminLangFile {
792
+ /**
793
+ * garmin: Install the Datafield
794
+ */
795
+ GARMIN_DATAFIELD_BTN_STORE: string;
796
+ /**
797
+ * garmin: Datafield Settings
798
+ */
799
+ GARMIN_DATAFIELD_SETTINGS_TITLE: string;
800
+ /**
801
+ * garmin:
802
+ */
803
+ GARMIN_DATAFIELD_SUBTITLE: string;
804
+ /**
805
+ * garmin: Windy Datafield
806
+ */
807
+ GARMIN_DATAFIELD_TITLE: string;
808
+ /**
809
+ * garmin: Garmin Devices
810
+ */
811
+ GARMIN_PLUGIN_TITLE: string;
812
+ /**
813
+ * garmin: Datafield
814
+ */
815
+ GARMIN_SWITCH_DATAFIELD_BTN: string;
816
+ /**
817
+ * garmin: Watch Face
818
+ */
819
+ GARMIN_SWITCH_WATCHFACE_BTN: string;
820
+ /**
821
+ * garmin: Widget
822
+ */
823
+ GARMIN_SWITCH_WIDGET_BTN: string;
824
+ /**
825
+ * garmin: For troubleshooting, please visit our
826
+ */
827
+ GARMIN_TROUBLESHOOTING_PART_1: string;
828
+ /**
829
+ * garmin: community forum.
830
+ */
831
+ GARMIN_TROUBLESHOOTING_PART_2: string;
832
+ /**
833
+ * garmin: Install the Watch Face
834
+ */
835
+ GARMIN_WATCHFACE_BTN_STORE: string;
836
+ /**
837
+ * garmin: Customise your watch face by setting up the forecast type, model, units, and location settings.
838
+ */
839
+ GARMIN_WATCHFACE_SETTINGS_01: string;
840
+ /**
841
+ * garmin: Two types of weather forecasts are available.
842
+ */
843
+ GARMIN_WATCHFACE_SETTINGS_02: string;
844
+ /**
845
+ * garmin: Useful settings are available in the Watch Face app.
846
+ */
847
+ GARMIN_WATCHFACE_SETTINGS_03: string;
848
+ /**
849
+ * garmin: Complete settings are accessible via the Connect IQ mobile app.
850
+ */
851
+ GARMIN_WATCHFACE_SETTINGS_04: string;
852
+ /**
853
+ * garmin: Watch Face Settings
854
+ */
855
+ GARMIN_WATCHFACE_SETTINGS_TITLE: string;
856
+ /**
857
+ * garmin: One glance too see everything essential for the next few days or hours.
858
+ */
859
+ GARMIN_WATCHFACE_SUBTITLE: string;
860
+ /**
861
+ * garmin: Windy Watch Face
862
+ */
863
+ GARMIN_WATCHFACE_TITLE: string;
864
+ /**
865
+ * garmin: Install the Widget
866
+ */
867
+ GARMIN_WIDGET_BTN_STORE: string;
868
+ /**
869
+ * garmin: Customise your widget by settings up the forecast model, units, and location settings.
870
+ */
871
+ GARMIN_WIDGET_SETTINGS_01: string;
872
+ /**
873
+ * garmin: Settings are accessible via the Connect IQ mobile app.
874
+ */
875
+ GARMIN_WIDGET_SETTINGS_02: string;
876
+ /**
877
+ * garmin: Widget Settings
878
+ */
879
+ GARMIN_WIDGET_SETTINGS_TITLE: string;
880
+ /**
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.
882
+ */
883
+ GARMIN_WIDGET_SUBTITLE: string;
884
+ /**
885
+ * garmin: Weather Widget
886
+ */
887
+ GARMIN_WIDGET_TITLE: string;
888
+ }
889
+
764
890
  export interface HurricanesLangFile {
765
891
  /**
766
892
  * hurricanes: Cyclone
@@ -956,6 +1082,10 @@ export interface MainLangFile {
956
1082
  * Aerosol
957
1083
  */
958
1084
  AOD550: string;
1085
+ /**
1086
+ * Air quality index
1087
+ */
1088
+ AQI: string;
959
1089
  /**
960
1090
  * Archive
961
1091
  */
@@ -968,6 +1098,10 @@ export interface MainLangFile {
968
1098
  * Articles
969
1099
  */
970
1100
  ARTICLES: string;
1101
+ /**
1102
+ * Author
1103
+ */
1104
+ AUTHOR: string;
971
1105
  /**
972
1106
  * Available for:
973
1107
  */
@@ -976,6 +1110,14 @@ export interface MainLangFile {
976
1110
  * Show lightning
977
1111
  */
978
1112
  BLITZ_ON: string;
1113
+ /**
1114
+ * Your {{platform}} does not support {{technology}}. Some features may not work correctly.
1115
+ */
1116
+ BROWSER_SUPPORT_ERROR: string;
1117
+ /**
1118
+ * By distance
1119
+ */
1120
+ BY_DISTANCE: string;
979
1121
  /**
980
1122
  * Webcams previews
981
1123
  */
@@ -992,10 +1134,18 @@ export interface MainLangFile {
992
1134
  * Thermals
993
1135
  */
994
1136
  CCL: string;
1137
+ /**
1138
+ * Choose a file
1139
+ */
1140
+ CHOOSE_A_FILE: string;
995
1141
  /**
996
1142
  * Click to change units
997
1143
  */
998
1144
  CLICK_ON_LEGEND: string;
1145
+ /**
1146
+ * Close archive
1147
+ */
1148
+ CLOSE_ARCHIVE: string;
999
1149
  /**
1000
1150
  * Clouds, rain
1001
1151
  */
@@ -1068,6 +1218,10 @@ export interface MainLangFile {
1068
1218
  * Delete
1069
1219
  */
1070
1220
  DELETE: string;
1221
+ /**
1222
+ * Description
1223
+ */
1224
+ DESCRIPTION: string;
1071
1225
  /**
1072
1226
  * Detailed forecast for this location
1073
1227
  */
@@ -1076,10 +1230,18 @@ export interface MainLangFile {
1076
1230
  * Move the map to change the forecast location
1077
1231
  */
1078
1232
  DETAIL_DRAG_CHECKBOX: string;
1233
+ /**
1234
+ * Error loading wind data for this model
1235
+ */
1236
+ DETAIL_ERROR_LOADING_WIND_DATA: string;
1079
1237
  /**
1080
1238
  * Set up Windy Alert for this location and never miss your desired conditions.
1081
1239
  */
1082
1240
  DETAIL_SET_UP_ALERT: string;
1241
+ /**
1242
+ * We do not provide tide forecast for this location
1243
+ */
1244
+ DETAIL_TIDE_FORECAST_NOT_AVAILABLE: string;
1083
1245
  /**
1084
1246
  * Time of forecast on map
1085
1247
  */
@@ -1088,6 +1250,10 @@ export interface MainLangFile {
1088
1250
  * Developed with
1089
1251
  */
1090
1252
  DEVELOPED: string;
1253
+ /**
1254
+ * Develop your own plugin
1255
+ */
1256
+ DEVELOP_PLUGIN: string;
1091
1257
  /**
1092
1258
  * Dew point
1093
1259
  */
@@ -1160,10 +1326,18 @@ export interface MainLangFile {
1160
1326
  * Don't have an account?
1161
1327
  */
1162
1328
  DONT_HAVE_ACCOUNT: string;
1329
+ /**
1330
+ * Download file
1331
+ */
1332
+ DOWNLOAD_FILE: string;
1163
1333
  /**
1164
1334
  * Dust mass
1165
1335
  */
1166
1336
  DUSTSM: string;
1337
+ /**
1338
+ * Dust
1339
+ */
1340
+ DUSTSM_SHORT: string;
1167
1341
  /**
1168
1342
  * 1h forecast
1169
1343
  */
@@ -1300,6 +1474,10 @@ export interface MainLangFile {
1300
1474
  * Show last 24 hours
1301
1475
  */
1302
1476
  D_WEBCAMS_24: string;
1477
+ /**
1478
+ * Ebb tide
1479
+ */
1480
+ EBB_TIDE: string;
1303
1481
  /**
1304
1482
  * Edit alert
1305
1483
  */
@@ -1336,6 +1514,18 @@ export interface MainLangFile {
1336
1514
  * This doesn't look like an email address
1337
1515
  */
1338
1516
  FIELD_INVALID_EMAIL: string;
1517
+ /**
1518
+ * File
1519
+ */
1520
+ FILE: string;
1521
+ /**
1522
+ * File name
1523
+ */
1524
+ FILE_NAME: string;
1525
+ /**
1526
+ * Filter
1527
+ */
1528
+ FILTER: string;
1339
1529
  /**
1340
1530
  * Fire
1341
1531
  */
@@ -1352,6 +1542,10 @@ export interface MainLangFile {
1352
1542
  * Flood
1353
1543
  */
1354
1544
  FLOOD: string;
1545
+ /**
1546
+ * Flood tide
1547
+ */
1548
+ FLOOD_TIDE: string;
1355
1549
  /**
1356
1550
  * Fog
1357
1551
  */
@@ -1468,6 +1662,10 @@ export interface MainLangFile {
1468
1662
  * trace
1469
1663
  */
1470
1664
  ICING_TRACE: string;
1665
+ /**
1666
+ * installed
1667
+ */
1668
+ INSTALLED: string;
1471
1669
  /**
1472
1670
  * Drought monitoring
1473
1671
  */
@@ -1580,6 +1778,10 @@ export interface MainLangFile {
1580
1778
  * Later
1581
1779
  */
1582
1780
  LATER: string;
1781
+ /**
1782
+ * Latest files from Community
1783
+ */
1784
+ LATEST_FILES_FROM_COMMUNITY: string;
1583
1785
  /**
1584
1786
  * Less
1585
1787
  */
@@ -1592,6 +1794,14 @@ export interface MainLangFile {
1592
1794
  * Light thunder
1593
1795
  */
1594
1796
  LIGHT_THUNDER: string;
1797
+ /**
1798
+ * Loading elevation...
1799
+ */
1800
+ LOADING_ELEVATION: string;
1801
+ /**
1802
+ * Loading more uploads
1803
+ */
1804
+ LOADING_MORE_UPLOADS: string;
1595
1805
  /**
1596
1806
  * Low clouds
1597
1807
  */
@@ -1600,6 +1810,10 @@ export interface MainLangFile {
1600
1810
  * Low predictability of forecast
1601
1811
  */
1602
1812
  LOW_PREDICT: string;
1813
+ /**
1814
+ * Make data private
1815
+ */
1816
+ MAKE_DATA_PRIVATE: string;
1603
1817
  /**
1604
1818
  * Map
1605
1819
  */
@@ -1608,6 +1822,14 @@ export interface MainLangFile {
1608
1822
  * VFR airspaces map
1609
1823
  */
1610
1824
  MAP_AIRSPACES: string;
1825
+ /**
1826
+ * Max Ebb
1827
+ */
1828
+ MAX_EBB: string;
1829
+ /**
1830
+ * Max Flood
1831
+ */
1832
+ MAX_FLOOD: string;
1611
1833
  /**
1612
1834
  * Medium clouds
1613
1835
  */
@@ -1744,6 +1966,14 @@ export interface MainLangFile {
1744
1966
  * Variable
1745
1967
  */
1746
1968
  METAR_VAR: string;
1969
+ /**
1970
+ * Min Ebb
1971
+ */
1972
+ MIN_EBB: string;
1973
+ /**
1974
+ * Min Flood
1975
+ */
1976
+ MIN_FLOOD: string;
1747
1977
  /**
1748
1978
  * Forecast model
1749
1979
  */
@@ -1780,6 +2010,14 @@ export interface MainLangFile {
1780
2010
  * Unfortunately, plugin {{title}} was unpublished by the author and is no longer available.
1781
2011
  */
1782
2012
  MSG_EXTERNAL_PLUGIN_UNPUBLISHED: string;
2013
+ /**
2014
+ * New version of the plugin {{title}} is available. Do you want to update?
2015
+ */
2016
+ MSG_EXTERNAL_PLUGIN_UPDATE_AVAILABLE: string;
2017
+ /**
2018
+ * Close other Windy.com tabs and reload to update to the new version
2019
+ */
2020
+ MSG_INSTALLING_NEW_VERSION: string;
1783
2021
  /**
1784
2022
  * You have successfully logged in!
1785
2023
  */
@@ -1808,6 +2046,14 @@ export interface MainLangFile {
1808
2046
  * My Favorites
1809
2047
  */
1810
2048
  MY_FAVS: string;
2049
+ /**
2050
+ * My files
2051
+ */
2052
+ MY_FILES: string;
2053
+ /**
2054
+ * Live alerts
2055
+ */
2056
+ MY_LIVE_ALERTS: string;
1811
2057
  /**
1812
2058
  * My location
1813
2059
  */
@@ -1836,6 +2082,10 @@ export interface MainLangFile {
1836
2082
  * New!
1837
2083
  */
1838
2084
  NEW: string;
2085
+ /**
2086
+ * Subscribe to newsletter
2087
+ */
2088
+ NEWSLETTER_CONSENT: string;
1839
2089
  /**
1840
2090
  * New snow
1841
2091
  */
@@ -1872,10 +2122,22 @@ export interface MainLangFile {
1872
2122
  * No fog
1873
2123
  */
1874
2124
  NO_FOG: string;
2125
+ /**
2126
+ * Open in route planner
2127
+ */
2128
+ OPEN_IN_RPLANNER: string;
2129
+ /**
2130
+ * Open plugin
2131
+ */
2132
+ OPEN_PLUGIN: string;
1875
2133
  /**
1876
2134
  * or
1877
2135
  */
1878
2136
  OR: string;
2137
+ /**
2138
+ * or drop file here.
2139
+ */
2140
+ OR_DROP_FILE_HERE: string;
1879
2141
  /**
1880
2142
  * Outdated
1881
2143
  */
@@ -1948,6 +2210,54 @@ export interface MainLangFile {
1948
2210
  * Period
1949
2211
  */
1950
2212
  PERIOD: string;
2213
+ /**
2214
+ * Play with forecast
2215
+ */
2216
+ PLAY_WITH_FORECAST: string;
2217
+ /**
2218
+ * Are you sure you want to uninstall this plugin?
2219
+ */
2220
+ PLUGINS_CONFIRM_UNINSTALL: string;
2221
+ /**
2222
+ * Windy Plugins discussion
2223
+ */
2224
+ PLUGINS_DISCUSSION: string;
2225
+ /**
2226
+ * Error installing plugin
2227
+ */
2228
+ PLUGINS_ERROR_INSTALLING: string;
2229
+ /**
2230
+ * Install plugin
2231
+ */
2232
+ PLUGINS_INSTALL: string;
2233
+ /**
2234
+ * Your plugin was installed and added to the main menu
2235
+ */
2236
+ PLUGINS_INSTALLED: string;
2237
+ /**
2238
+ * Install untrusted plugin
2239
+ */
2240
+ PLUGINS_INSTALL_UNTRUSTED: string;
2241
+ /**
2242
+ * Load plugin directly from URL
2243
+ */
2244
+ PLUGINS_LOAD_URL: string;
2245
+ /**
2246
+ * Name
2247
+ */
2248
+ PLUGINS_NAME: string;
2249
+ /**
2250
+ * Uninstall plugin
2251
+ */
2252
+ PLUGINS_UNINSTALL: string;
2253
+ /**
2254
+ * Installing plugins from untrusted sources can be dangerous. Install plugins only from sources you trust.
2255
+ */
2256
+ PLUGINS_UNTRUSTED: string;
2257
+ /**
2258
+ * URL of the plugin
2259
+ */
2260
+ PLUGINS_URL: string;
1951
2261
  /**
1952
2262
  * PM2.5
1953
2263
  */
@@ -2020,6 +2330,58 @@ export interface MainLangFile {
2020
2330
  * Reported wind
2021
2331
  */
2022
2332
  POI_WIND: string;
2333
+ /**
2334
+ * Pollen&AirQ
2335
+ */
2336
+ POLLEN_AIRQ: string;
2337
+ /**
2338
+ * Alder pollen
2339
+ */
2340
+ POLLEN_ALDER: string;
2341
+ /**
2342
+ * Alder
2343
+ */
2344
+ POLLEN_ALDER_SHORT: string;
2345
+ /**
2346
+ * Birch pollen
2347
+ */
2348
+ POLLEN_BIRCH: string;
2349
+ /**
2350
+ * Birch
2351
+ */
2352
+ POLLEN_BIRCH_SHORT: string;
2353
+ /**
2354
+ * Grass pollen
2355
+ */
2356
+ POLLEN_GRASS: string;
2357
+ /**
2358
+ * Grass
2359
+ */
2360
+ POLLEN_GRASS_SHORT: string;
2361
+ /**
2362
+ * Mugwort pol.
2363
+ */
2364
+ POLLEN_MUGWORT: string;
2365
+ /**
2366
+ * Mugwort
2367
+ */
2368
+ POLLEN_MUGWORT_SHORT: string;
2369
+ /**
2370
+ * Olive pollen
2371
+ */
2372
+ POLLEN_OLIVE: string;
2373
+ /**
2374
+ * Olive
2375
+ */
2376
+ POLLEN_OLIVE_SHORT: string;
2377
+ /**
2378
+ * Ragweed pol.
2379
+ */
2380
+ POLLEN_RAGWEED: string;
2381
+ /**
2382
+ * Ragwe.
2383
+ */
2384
+ POLLEN_RAGWEED_SHORT: string;
2023
2385
  /**
2024
2386
  * Position
2025
2387
  */
@@ -2040,6 +2402,10 @@ export interface MainLangFile {
2040
2402
  * Privacy policy
2041
2403
  */
2042
2404
  PRIVACY_POLICY: string;
2405
+ /**
2406
+ * Professional first
2407
+ */
2408
+ PROFESSIONAL_FIRST: string;
2043
2409
  /**
2044
2410
  * Use <strong>long tap</strong> on home button to open detailed forecast for your location.
2045
2411
  */
@@ -2132,6 +2498,10 @@ export interface MainLangFile {
2132
2498
  * Register here
2133
2499
  */
2134
2500
  REGISTER_HERE: string;
2501
+ /**
2502
+ * Requires Premium
2503
+ */
2504
+ REQUIRES_PREMIUM: string;
2135
2505
  /**
2136
2506
  * Humidity
2137
2507
  */
@@ -2160,6 +2530,14 @@ export interface MainLangFile {
2160
2530
  * Satellite
2161
2531
  */
2162
2532
  SATELLITE: string;
2533
+ /**
2534
+ * There is an outage of our data source for some satellites.
2535
+ */
2536
+ SATELLITE_OUTAGE_MESSAGE: string;
2537
+ /**
2538
+ * Save file to cloud
2539
+ */
2540
+ SAVE_FILE_TO_CLOUD: string;
2163
2541
  /**
2164
2542
  * Search location...
2165
2543
  */
@@ -2200,6 +2578,22 @@ export interface MainLangFile {
2200
2578
  * Show weather picker
2201
2579
  */
2202
2580
  SHOW_PICKER: string;
2581
+ /**
2582
+ * Show speed in map
2583
+ */
2584
+ SHOW_SPEED_IN_MAP: string;
2585
+ /**
2586
+ * Size
2587
+ */
2588
+ SIZE: string;
2589
+ /**
2590
+ * Slack, Ebb Begins
2591
+ */
2592
+ SLACK_EBB: string;
2593
+ /**
2594
+ * Slack, Flood Begins
2595
+ */
2596
+ SLACK_FLOOD: string;
2203
2597
  /**
2204
2598
  * Pressure (sea l.)
2205
2599
  */
@@ -2288,6 +2682,10 @@ export interface MainLangFile {
2288
2682
  * Sound
2289
2683
  */
2290
2684
  SOUND_ON: string;
2685
+ /**
2686
+ * Source code
2687
+ */
2688
+ SOURCE_CODE: string;
2291
2689
  /**
2292
2690
  * Surface sea temperature
2293
2691
  */
@@ -2464,6 +2862,14 @@ export interface MainLangFile {
2464
2862
  * Tides
2465
2863
  */
2466
2864
  TIDES: string;
2865
+ /**
2866
+ * High Tide
2867
+ */
2868
+ TIDE_HIGH: string;
2869
+ /**
2870
+ * Low Tide
2871
+ */
2872
+ TIDE_LOW: string;
2467
2873
  /**
2468
2874
  * Wind map & weather forecast
2469
2875
  */
@@ -2528,6 +2934,38 @@ export interface MainLangFile {
2528
2934
  * severe
2529
2935
  */
2530
2936
  TURBULENCE_SEVERE: string;
2937
+ /**
2938
+ * Type
2939
+ */
2940
+ TYPE: string;
2941
+ /**
2942
+ * Updated
2943
+ */
2944
+ UPDATED: string;
2945
+ /**
2946
+ * Uploaded
2947
+ */
2948
+ UPLOADED: string;
2949
+ /**
2950
+ * Your upload is being processed.
2951
+ */
2952
+ UPLOAD_BEING_PROCESSED: string;
2953
+ /**
2954
+ * Describe content of your file (required)
2955
+ */
2956
+ UPLOAD_DESCRIBE_FILE: string;
2957
+ /**
2958
+ * Supported extensions: .geojson, .json, .gpx, .kml, .xml
2959
+ */
2960
+ UPLOAD_EXTENSIONS: string;
2961
+ /**
2962
+ * Upload, display and share your KML, GPX or GeoJSON.
2963
+ */
2964
+ UPLOAD_KML_GPX: string;
2965
+ /**
2966
+ * Files larger than 5MB cannot be uploaded to the cloud.
2967
+ */
2968
+ UPLOAD_SIZE_LIMIT: string;
2531
2969
  /**
2532
2970
  * UV Index
2533
2971
  */
@@ -2568,6 +3006,10 @@ export interface MainLangFile {
2568
3006
  * My profile
2569
3007
  */
2570
3008
  U_PROFILE: string;
3009
+ /**
3010
+ * Version
3011
+ */
3012
+ VERSION: string;
2571
3013
  /**
2572
3014
  * Vibrate
2573
3015
  */
@@ -2580,6 +3022,10 @@ export interface MainLangFile {
2580
3022
  * Visibility
2581
3023
  */
2582
3024
  VISIBILITY: string;
3025
+ /**
3026
+ * Warnings
3027
+ */
3028
+ WARNINGS: string;
2583
3029
  /**
2584
3030
  * Water temp.
2585
3031
  */
@@ -2689,6 +3135,77 @@ export interface LibLangFile {
2689
3135
  GO_TO_THE_ORIGINAL_WEBSITE: string;
2690
3136
  }
2691
3137
 
3138
+ export interface LivealertsLangFile {
3139
+ /**
3140
+ * livealerts: Live alerts
3141
+ */
3142
+ LIVE_ALERTS: string;
3143
+ /**
3144
+ * livealerts: Background location permission is required.
3145
+ */
3146
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_LOCATION: string;
3147
+ /**
3148
+ * livealerts: Notification permission is required.
3149
+ */
3150
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_NOTIFICATIONS: string;
3151
+ /**
3152
+ * livealerts: Enable location access
3153
+ */
3154
+ LIVE_ALERTS_BUTTON_OPEN_LOCATION_DIALOG: string;
3155
+ /**
3156
+ * livealerts: Enable notifications
3157
+ */
3158
+ LIVE_ALERTS_BUTTON_OPEN_NOTIFICATION_DIALOG: string;
3159
+ /**
3160
+ * livealerts: Open application settings
3161
+ */
3162
+ LIVE_ALERTS_BUTTON_OPEN_SETTINGS: string;
3163
+ /**
3164
+ * livealerts: Download the app here
3165
+ */
3166
+ LIVE_ALERTS_DOWNLOAD_APP: string;
3167
+ /**
3168
+ * livealerts: To get alerts for your area, allow unrestricted battery usage in settings.
3169
+ */
3170
+ LIVE_ALERTS_ERROR_BATTERY_PERMISSION: string;
3171
+ /**
3172
+ * livealerts: Enable location access to receive live alerts for your current area.
3173
+ */
3174
+ LIVE_ALERTS_ERROR_NOT_DETERMINED_LOCATION: string;
3175
+ /**
3176
+ * livealerts: Enable notifications to get live alerts
3177
+ */
3178
+ LIVE_ALERTS_ERROR_NOT_DETERMINED_NOTIFICATIONS: string;
3179
+ /**
3180
+ * livealerts: Live alerts are supported only on native Windy.com app
3181
+ */
3182
+ LIVE_ALERTS_ERROR_PLATFORM: string;
3183
+ /**
3184
+ * livealerts: To get alerts for your area, allow Location > Always in settings.
3185
+ */
3186
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_LOCATION: string;
3187
+ /**
3188
+ * livealerts: To get alerts, allow notifications in your system settings.
3189
+ */
3190
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_NOTIFICATIONS: string;
3191
+ /**
3192
+ * livealerts: CAP
3193
+ */
3194
+ LIVE_ALERTS_SERVICE_CAP: string;
3195
+ /**
3196
+ * livealerts: Heavy rain
3197
+ */
3198
+ LIVE_ALERTS_SERVICE_HEAVY_RAIN: string;
3199
+ /**
3200
+ * livealerts: Storms
3201
+ */
3202
+ LIVE_ALERTS_SERVICE_STORMS: string;
3203
+ /**
3204
+ * livealerts: Tropical cyclones
3205
+ */
3206
+ LIVE_ALERTS_SERVICE_TC: string;
3207
+ }
3208
+
2692
3209
  export interface MenuLangFile {
2693
3210
  /**
2694
3211
  * menu: Arrange layers
@@ -2782,6 +3299,14 @@ export interface MenuLangFile {
2782
3299
  * menu: Pin to homepage
2783
3300
  */
2784
3301
  MM_PIN_HOMEPAGE: string;
3302
+ /**
3303
+ * menu: Layers & POIs
3304
+ */
3305
+ MM_PIN_SWITCH_LAYERS: string;
3306
+ /**
3307
+ * menu: Forecast models
3308
+ */
3309
+ MM_PIN_SWITCH_MODELS: string;
2785
3310
  /**
2786
3311
  * menu: Install Windy Plugin
2787
3312
  */
@@ -2992,6 +3517,10 @@ export interface OnboardingLangFile {
2992
3517
  * onboarding: Confirm
2993
3518
  */
2994
3519
  ONBOARDING_CONFIRM: string;
3520
+ /**
3521
+ * onboarding: Continue
3522
+ */
3523
+ ONBOARDING_CONTINUE: string;
2995
3524
  /**
2996
3525
  * onboarding: Don't allow
2997
3526
  */
@@ -3068,6 +3597,30 @@ export interface OnboardingLangFile {
3068
3597
  * onboarding: Set up your units
3069
3598
  */
3070
3599
  ONBOARDING_UNITS_TITLE: string;
3600
+ /**
3601
+ * onboarding: Today’s forecast is ready — check it now in Windy!.
3602
+ */
3603
+ RETENTION_DEFAULT_BODY: string;
3604
+ /**
3605
+ * onboarding: What’s the Weather Today? ☀️ 🌧️
3606
+ */
3607
+ RETENTION_DEFAULT_TITLE: string;
3608
+ /**
3609
+ * onboarding: See how different weather models stack up in Windy
3610
+ */
3611
+ RETENTION_FORECAST_BODY: string;
3612
+ /**
3613
+ * onboarding: Not the Forecast You Hoped For? 🤔
3614
+ */
3615
+ RETENTION_FORECAST_TITLE: string;
3616
+ /**
3617
+ * onboarding: 50+ layers to explore — wind, radar, storms & more!
3618
+ */
3619
+ RETENTION_LAYERS_BODY: string;
3620
+ /**
3621
+ * onboarding: Dive Deeper into Weather 🌍
3622
+ */
3623
+ RETENTION_LAYERS_TITLE: string;
3071
3624
  }
3072
3625
 
3073
3626
  export interface ProductsLangFile {
@@ -3229,6 +3782,81 @@ export interface ProductsLangFile {
3229
3782
  wwaves: string;
3230
3783
  }
3231
3784
 
3785
+ export interface RadsatLangFile {
3786
+ /**
3787
+ * radsat: Blue
3788
+ */
3789
+ RADSAT_BLUE: string;
3790
+ /**
3791
+ * radsat: Infra
3792
+ */
3793
+ RADSAT_INFRA: string;
3794
+ /**
3795
+ * radsat: More...
3796
+ */
3797
+ RADSAT_JUST_MORE: string;
3798
+ /**
3799
+ * radsat: More options...
3800
+ */
3801
+ RADSAT_MORE: string;
3802
+ /**
3803
+ * radsat: Next {hour}h
3804
+ */
3805
+ RADSAT_NEXT_X_HOUR: string;
3806
+ /**
3807
+ * radsat: Overlay with radar
3808
+ */
3809
+ RADSAT_OVERLAY_WITH_RADAR: string;
3810
+ /**
3811
+ * radsat: Overlay with satellite
3812
+ */
3813
+ RADSAT_OVERLAY_WITH_SATELLITE: string;
3814
+ /**
3815
+ * radsat: Play with forecast
3816
+ */
3817
+ RADSAT_PLAY_WITH_FORECAST: string;
3818
+ /**
3819
+ * radsat: RAD
3820
+ */
3821
+ RADSAT_RAD: string;
3822
+ /**
3823
+ * radsat: SAT
3824
+ */
3825
+ RADSAT_SAT: string;
3826
+ /**
3827
+ * radsat: There is an outage of our data source for some satellites. Regions that lack satellite coverage include: {regions}.
3828
+ */
3829
+ RADSAT_SATELLITE_OUTAGE_MESSAGE: string;
3830
+ /**
3831
+ * radsat: Africa, Europe
3832
+ */
3833
+ RADSAT_SATELLITE_OUTAGE_REGION_AFRICA_EUROPE: string;
3834
+ /**
3835
+ * radsat: Asia
3836
+ */
3837
+ RADSAT_SATELLITE_OUTAGE_REGION_ASIA: string;
3838
+ /**
3839
+ * radsat: Australia
3840
+ */
3841
+ RADSAT_SATELLITE_OUTAGE_REGION_AUSTRALIA: string;
3842
+ /**
3843
+ * radsat: North America
3844
+ */
3845
+ RADSAT_SATELLITE_OUTAGE_REGION_NORTH_AMERICA: string;
3846
+ /**
3847
+ * radsat: South America
3848
+ */
3849
+ RADSAT_SATELLITE_OUTAGE_REGION_SOUTH_AMERICA: string;
3850
+ /**
3851
+ * radsat: Visible
3852
+ */
3853
+ RADSAT_VISIBLE: string;
3854
+ /**
3855
+ * radsat: {hour}h ago
3856
+ */
3857
+ RADSAT_X_HOUR_AGO: string;
3858
+ }
3859
+
3232
3860
  export interface RegisterLangFile {
3233
3861
  /**
3234
3862
  * register: Already registered?
@@ -3392,6 +4020,69 @@ export interface RegisterLangFile {
3392
4020
  YOU_MUST_AGREE: string;
3393
4021
  }
3394
4022
 
4023
+ export interface SearchLangFile {
4024
+ /**
4025
+ * search: Clear search history
4026
+ */
4027
+ SEARCH_CLEAR_HISTORY: string;
4028
+ /**
4029
+ * search: Paragliding spots provided by <a href="https://paraglidingearth.com/" target="_blank">Paragliding Earth</a>
4030
+ */
4031
+ SEARCH_DATA_PG_PROVIDER: string;
4032
+ /**
4033
+ * search: Surfing spots provided by <a href="https://www.stormrider.surf/" target="_blank">Stormrider</a>
4034
+ */
4035
+ SEARCH_DATA_SURF_PROVIDER: string;
4036
+ /**
4037
+ * search: Airports
4038
+ */
4039
+ SEARCH_FILTER_AIRPORTS: string;
4040
+ /**
4041
+ * search: All
4042
+ */
4043
+ SEARCH_FILTER_ALL: string;
4044
+ /**
4045
+ * search: Kite, Surf, WS
4046
+ */
4047
+ SEARCH_FILTER_KITE_SURF_WS: string;
4048
+ /**
4049
+ * search: Paragl.
4050
+ */
4051
+ SEARCH_FILTER_PARAGLIDING: string;
4052
+ /**
4053
+ * search: Webcams
4054
+ */
4055
+ SEARCH_FILTER_WEBCAMS: string;
4056
+ /**
4057
+ * search: Wx Stations
4058
+ */
4059
+ SEARCH_FILTER_WX_STATIONS: string;
4060
+ /**
4061
+ * search: No results found
4062
+ */
4063
+ SEARCH_NO_RESULTS_FOUND: string;
4064
+ /**
4065
+ * search: No results found for
4066
+ */
4067
+ SEARCH_NO_RESULTS_FOUND_FOR: string;
4068
+ /**
4069
+ * search: Airports can be found by <b>ICAO</b> or <b>IATA</b> code
4070
+ */
4071
+ SEARCH_TIP_AIRPORT: string;
4072
+ /**
4073
+ * search: Search for coordinates to display location on a map
4074
+ */
4075
+ SEARCH_TIP_COORDS: string;
4076
+ /**
4077
+ * search: Search for name of active <b>hurricane</b> or <b>tropical cyclone</b>
4078
+ */
4079
+ SEARCH_TIP_HURRICANE: string;
4080
+ /**
4081
+ * search: Use e.g. <b>"LAX JFK"</b> or <b>"LKPR LSZS"</b> to display flying route
4082
+ */
4083
+ SEARCH_TIP_ROUTE: string;
4084
+ }
4085
+
3395
4086
  export interface SettingsLangFile {
3396
4087
  /**
3397
4088
  * settings: Widgets cannot access the location from the background. Please allow background location usage.
@@ -3490,17 +4181,21 @@ export interface SettingsLangFile {
3490
4181
  */
3491
4182
  S_ALWAYS_ON: string;
3492
4183
  /**
3493
- * settings: automatic
4184
+ * settings: Customize Windy App icon
3494
4185
  */
3495
- S_AUTOMATIC: string;
4186
+ S_APP_ICON: string;
3496
4187
  /**
3497
- * settings: Graphic compatibility mode
4188
+ * settings: Requires Premium subscription
3498
4189
  */
3499
- S_COMPATIBILITY_MODE: string;
4190
+ S_APP_ICON_PREMIUM: string;
3500
4191
  /**
3501
- * settings: Disables some problematic modern graphics acceleration
4192
+ * settings: Now, restart the app to change the icon
3502
4193
  */
3503
- S_COMPATIBILITY_MODE_NOTE: string;
4194
+ S_APP_ICON_RELOAD: string;
4195
+ /**
4196
+ * settings: automatic
4197
+ */
4198
+ S_AUTOMATIC: string;
3504
4199
  /**
3505
4200
  * settings: Contrast
3506
4201
  */
@@ -3585,6 +4280,10 @@ export interface SettingsLangFile {
3585
4280
  * settings: Animation of wind
3586
4281
  */
3587
4282
  S_PARTICLES: string;
4283
+ /**
4284
+ * settings: Show elevation in weather picker
4285
+ */
4286
+ S_PICKER_ELEVATION: string;
3588
4287
  /**
3589
4288
  * settings: Autoclose weather picker in:
3590
4289
  */
@@ -3629,6 +4328,10 @@ export interface SettingsLangFile {
3629
4328
  * settings: Smooth satellite animation
3630
4329
  */
3631
4330
  S_SMOOTH_SAT: string;
4331
+ /**
4332
+ * settings: Start-up zoom level
4333
+ */
4334
+ S_STARTUP_ZOOM: string;
3632
4335
  /**
3633
4336
  * settings: string
3634
4337
  */
@@ -4185,6 +4888,57 @@ export interface StationLangFile {
4185
4888
  STATION_WIND_GUST: string;
4186
4889
  }
4187
4890
 
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
+
4188
4942
  export interface SubscriptionLangFile {
4189
4943
  /**
4190
4944
  * subscription: Buy for one year
@@ -5400,6 +6154,10 @@ export interface WebcamsLangFile {
5400
6154
  * webcams: Summary
5401
6155
  */
5402
6156
  CAM_SUMMARY: string;
6157
+ /**
6158
+ * webcams: Terms of Use of Windy Webcam Services
6159
+ */
6160
+ CAM_TERMS_OF_USE: string;
5403
6161
  /**
5404
6162
  * webcams: Enter the name of whatever is visible on the webcam image.
5405
6163
  */
@@ -5694,29 +6452,35 @@ export interface WidgetspromoLangFile {
5694
6452
  }
5695
6453
 
5696
6454
  // prettier-ignore
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 {}
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 {}
5698
6456
  export interface Translations extends MainLangFile, PluginTranslations {}
5699
6457
 
5700
6458
  export interface SupportedLangFiles {
5701
6459
  accumulations: AccumulationsLangFile;
6460
+ airport: AirportLangFile;
5702
6461
  alerts: AlertsLangFile;
5703
6462
  appreview: AppreviewLangFile;
5704
6463
  articles: ArticlesLangFile;
5705
6464
  consent: ConsentLangFile;
5706
6465
  distance: DistanceLangFile;
5707
6466
  favs: FavsLangFile;
6467
+ garmin: GarminLangFile;
5708
6468
  hurricanes: HurricanesLangFile;
5709
6469
  info: InfoLangFile;
5710
6470
  main: MainLangFile;
5711
6471
  lib: LibLangFile;
6472
+ livealerts: LivealertsLangFile;
5712
6473
  menu: MenuLangFile;
5713
6474
  notifications: NotificationsLangFile;
5714
6475
  onboarding: OnboardingLangFile;
5715
6476
  products: ProductsLangFile;
6477
+ radsat: RadsatLangFile;
5716
6478
  register: RegisterLangFile;
6479
+ search: SearchLangFile;
5717
6480
  settings: SettingsLangFile;
5718
6481
  sounding: SoundingLangFile;
5719
6482
  station: StationLangFile;
6483
+ stories: StoriesLangFile;
5720
6484
  subscription: SubscriptionLangFile;
5721
6485
  watchface: WatchfaceLangFile;
5722
6486
  webcams: WebcamsLangFile;