@windycom/plugin-devtools 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
  3. package/types/client/BottomSlide.d.ts +3 -0
  4. package/types/client/Color.d.ts +1 -1
  5. package/types/client/EcmwfProduct.d.ts +0 -22
  6. package/types/client/ExternalSveltePlugin.d.ts +6 -1
  7. package/types/client/IDB.d.ts +7 -1
  8. package/types/client/Metric.d.ts +5 -1
  9. package/types/client/Overlay.d.ts +1 -1
  10. package/types/client/Plugin.d.ts +4 -0
  11. package/types/client/Product.d.ts +2 -10
  12. package/types/client/RadarPlusProduct.d.ts +1 -1
  13. package/types/client/SatelliteProduct.d.ts +1 -1
  14. package/types/client/SveltePlugin.d.ts +7 -0
  15. package/types/client/WindowPlugin.d.ts +3 -2
  16. package/types/client/appsFlyer.d.ts +1 -2
  17. package/types/client/compatibilityCheck.d.ts +1 -0
  18. package/types/client/connection.d.ts +1 -1
  19. package/types/client/d.ts.files/Color.d.ts +1 -0
  20. package/types/client/d.ts.files/LabelsLayer.d.ts +2 -2
  21. package/types/client/d.ts.files/alerts.d.ts +1 -2
  22. package/types/client/d.ts.files/broadcast.d.ts +16 -11
  23. package/types/client/d.ts.files/dataSpecifications.d.ts +46 -21
  24. package/types/client/d.ts.files/favs.d.ts +19 -20
  25. package/types/client/d.ts.files/lib.d.ts +5 -7
  26. package/types/client/d.ts.files/plugin-params.d.ts +19 -11
  27. package/types/client/d.ts.files/plugins.d.ts +2 -1
  28. package/types/client/d.ts.files/products.d.ts +1 -2
  29. package/types/client/d.ts.files/rootScope.d.ts +12 -12
  30. package/types/client/d.ts.files/startup.d.ts +17 -11
  31. package/types/client/d.ts.files/user.d.ts +3 -0
  32. package/types/client/detectDevice.d.ts +0 -3
  33. package/types/client/device.d.ts +1 -0
  34. package/types/client/embed.d.ts +70 -0
  35. package/types/client/errorLogger.d.ts +28 -3
  36. package/types/client/errors.d.ts +6 -0
  37. package/types/client/fetch.d.ts +15 -3
  38. package/types/client/format.d.ts +1 -1
  39. package/types/client/http.d.ts +0 -6
  40. package/types/client/idbInstances.d.ts +21 -30
  41. package/types/client/imaker.d.ts +112 -0
  42. package/types/client/imakerMain.d.ts +49 -0
  43. package/types/client/latestBroadcasts.d.ts +1 -1
  44. package/types/client/lib.d.ts +1 -3
  45. package/types/client/libHtml.d.ts +1 -1
  46. package/types/client/liveAlerts.d.ts +5 -0
  47. package/types/client/liveAlerts.types.d.ts +28 -0
  48. package/types/client/location.d.ts +5 -0
  49. package/types/client/log.d.ts +3 -1
  50. package/types/client/mobile.d.ts +3 -2
  51. package/types/client/models.d.ts +7 -5
  52. package/types/client/notifications.d.ts +2 -5
  53. package/types/client/plugins.d.ts +4 -0
  54. package/types/client/promo.d.ts +1 -1
  55. package/types/client/pushNotifications.d.ts +1 -13
  56. package/types/client/rootScope.d.ts +9 -1
  57. package/types/client/router.d.ts +9 -33
  58. package/types/client/seoParser.d.ts +0 -35
  59. package/types/client/showableErrorsService.d.ts +6 -10
  60. package/types/client/storeLastPosition.d.ts +4 -1
  61. package/types/client/user.d.ts +2 -0
  62. package/types/client/userFavs.d.ts +10 -11
  63. package/types/client/utils.d.ts +40 -4
  64. package/types/iconfont.d.ts +7 -0
  65. package/types/interfaces.d.ts +150 -73
  66. package/types/lang-files.d.ts +625 -1
  67. package/types/types.d.ts +56 -17
  68. package/types/client/d.ts.files/errorLogger.d.ts +0 -35
  69. /package/types/client/d.ts.files/{Webcams.d.ts → webcams.d.ts} +0 -0
@@ -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
  */
@@ -761,6 +800,105 @@ export interface FavsLangFile {
761
800
  SEARCH_FAVOURITE: string;
762
801
  }
763
802
 
803
+ export interface GarminLangFile {
804
+ /**
805
+ * garmin: Install the Datafield
806
+ */
807
+ GARMIN_DATAFIELD_BTN_STORE: string;
808
+ /**
809
+ * garmin: Datafield Settings
810
+ */
811
+ GARMIN_DATAFIELD_SETTINGS_TITLE: string;
812
+ /**
813
+ * garmin:
814
+ */
815
+ GARMIN_DATAFIELD_SUBTITLE: string;
816
+ /**
817
+ * garmin: Windy Datafield
818
+ */
819
+ GARMIN_DATAFIELD_TITLE: string;
820
+ /**
821
+ * garmin: Garmin Devices
822
+ */
823
+ GARMIN_PLUGIN_TITLE: string;
824
+ /**
825
+ * garmin: Datafield
826
+ */
827
+ GARMIN_SWITCH_DATAFIELD_BTN: string;
828
+ /**
829
+ * garmin: Watch Face
830
+ */
831
+ GARMIN_SWITCH_WATCHFACE_BTN: string;
832
+ /**
833
+ * garmin: Widget
834
+ */
835
+ GARMIN_SWITCH_WIDGET_BTN: string;
836
+ /**
837
+ * garmin: For troubleshooting, please visit our
838
+ */
839
+ GARMIN_TROUBLESHOOTING_PART_1: string;
840
+ /**
841
+ * garmin: community forum.
842
+ */
843
+ GARMIN_TROUBLESHOOTING_PART_2: string;
844
+ /**
845
+ * garmin: Install the Watch Face
846
+ */
847
+ GARMIN_WATCHFACE_BTN_STORE: string;
848
+ /**
849
+ * garmin: Customise your watch face by setting up the forecast type, model, units, and location settings.
850
+ */
851
+ GARMIN_WATCHFACE_SETTINGS_01: string;
852
+ /**
853
+ * garmin: Two types of weather forecasts are available.
854
+ */
855
+ GARMIN_WATCHFACE_SETTINGS_02: string;
856
+ /**
857
+ * garmin: Useful settings are available in the Watch Face app.
858
+ */
859
+ GARMIN_WATCHFACE_SETTINGS_03: string;
860
+ /**
861
+ * garmin: Complete settings are accessible via the Connect IQ mobile app.
862
+ */
863
+ GARMIN_WATCHFACE_SETTINGS_04: string;
864
+ /**
865
+ * garmin: Watch Face Settings
866
+ */
867
+ GARMIN_WATCHFACE_SETTINGS_TITLE: string;
868
+ /**
869
+ * garmin: One glance too see everything essential for the next few days or hours.
870
+ */
871
+ GARMIN_WATCHFACE_SUBTITLE: string;
872
+ /**
873
+ * garmin: Windy Watch Face
874
+ */
875
+ GARMIN_WATCHFACE_TITLE: string;
876
+ /**
877
+ * garmin: Install the Widget
878
+ */
879
+ GARMIN_WIDGET_BTN_STORE: string;
880
+ /**
881
+ * garmin: Customise your widget by settings up the forecast model, units, and location settings.
882
+ */
883
+ GARMIN_WIDGET_SETTINGS_01: string;
884
+ /**
885
+ * garmin: Settings are accessible via the Connect IQ mobile app.
886
+ */
887
+ GARMIN_WIDGET_SETTINGS_02: string;
888
+ /**
889
+ * garmin: Widget Settings
890
+ */
891
+ GARMIN_WIDGET_SETTINGS_TITLE: string;
892
+ /**
893
+ * garmin: Get a 4-day forecast, a look at the upcoming hours, or today’s overview for your location – all in the Windy widget.
894
+ */
895
+ GARMIN_WIDGET_SUBTITLE: string;
896
+ /**
897
+ * garmin: Weather Widget
898
+ */
899
+ GARMIN_WIDGET_TITLE: string;
900
+ }
901
+
764
902
  export interface HurricanesLangFile {
765
903
  /**
766
904
  * hurricanes: Cyclone
@@ -968,6 +1106,10 @@ export interface MainLangFile {
968
1106
  * Articles
969
1107
  */
970
1108
  ARTICLES: string;
1109
+ /**
1110
+ * Author
1111
+ */
1112
+ AUTHOR: string;
971
1113
  /**
972
1114
  * Available for:
973
1115
  */
@@ -976,6 +1118,14 @@ export interface MainLangFile {
976
1118
  * Show lightning
977
1119
  */
978
1120
  BLITZ_ON: string;
1121
+ /**
1122
+ * Your {{platform}} does not support {{technology}}. Some features may not work correctly.
1123
+ */
1124
+ BROWSER_SUPPORT_ERROR: string;
1125
+ /**
1126
+ * By distance
1127
+ */
1128
+ BY_DISTANCE: string;
979
1129
  /**
980
1130
  * Webcams previews
981
1131
  */
@@ -992,6 +1142,10 @@ export interface MainLangFile {
992
1142
  * Thermals
993
1143
  */
994
1144
  CCL: string;
1145
+ /**
1146
+ * Choose a file
1147
+ */
1148
+ CHOOSE_A_FILE: string;
995
1149
  /**
996
1150
  * Click to change units
997
1151
  */
@@ -1068,6 +1222,10 @@ export interface MainLangFile {
1068
1222
  * Delete
1069
1223
  */
1070
1224
  DELETE: string;
1225
+ /**
1226
+ * Description
1227
+ */
1228
+ DESCRIPTION: string;
1071
1229
  /**
1072
1230
  * Detailed forecast for this location
1073
1231
  */
@@ -1080,6 +1238,10 @@ export interface MainLangFile {
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,6 +1326,10 @@ 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
  */
@@ -1300,6 +1470,10 @@ export interface MainLangFile {
1300
1470
  * Show last 24 hours
1301
1471
  */
1302
1472
  D_WEBCAMS_24: string;
1473
+ /**
1474
+ * Ebb tide
1475
+ */
1476
+ EBB_TIDE: string;
1303
1477
  /**
1304
1478
  * Edit alert
1305
1479
  */
@@ -1336,6 +1510,18 @@ export interface MainLangFile {
1336
1510
  * This doesn't look like an email address
1337
1511
  */
1338
1512
  FIELD_INVALID_EMAIL: string;
1513
+ /**
1514
+ * File
1515
+ */
1516
+ FILE: string;
1517
+ /**
1518
+ * File name
1519
+ */
1520
+ FILE_NAME: string;
1521
+ /**
1522
+ * Filter
1523
+ */
1524
+ FILTER: string;
1339
1525
  /**
1340
1526
  * Fire
1341
1527
  */
@@ -1352,6 +1538,10 @@ export interface MainLangFile {
1352
1538
  * Flood
1353
1539
  */
1354
1540
  FLOOD: string;
1541
+ /**
1542
+ * Flood tide
1543
+ */
1544
+ FLOOD_TIDE: string;
1355
1545
  /**
1356
1546
  * Fog
1357
1547
  */
@@ -1468,6 +1658,10 @@ export interface MainLangFile {
1468
1658
  * trace
1469
1659
  */
1470
1660
  ICING_TRACE: string;
1661
+ /**
1662
+ * installed
1663
+ */
1664
+ INSTALLED: string;
1471
1665
  /**
1472
1666
  * Drought monitoring
1473
1667
  */
@@ -1580,6 +1774,10 @@ export interface MainLangFile {
1580
1774
  * Later
1581
1775
  */
1582
1776
  LATER: string;
1777
+ /**
1778
+ * Latest files from Community
1779
+ */
1780
+ LATEST_FILES_FROM_COMMUNITY: string;
1583
1781
  /**
1584
1782
  * Less
1585
1783
  */
@@ -1592,6 +1790,14 @@ export interface MainLangFile {
1592
1790
  * Light thunder
1593
1791
  */
1594
1792
  LIGHT_THUNDER: string;
1793
+ /**
1794
+ * Loading elevation...
1795
+ */
1796
+ LOADING_ELEVATION: string;
1797
+ /**
1798
+ * Loading more uploads
1799
+ */
1800
+ LOADING_MORE_UPLOADS: string;
1595
1801
  /**
1596
1802
  * Low clouds
1597
1803
  */
@@ -1600,6 +1806,10 @@ export interface MainLangFile {
1600
1806
  * Low predictability of forecast
1601
1807
  */
1602
1808
  LOW_PREDICT: string;
1809
+ /**
1810
+ * Make data private
1811
+ */
1812
+ MAKE_DATA_PRIVATE: string;
1603
1813
  /**
1604
1814
  * Map
1605
1815
  */
@@ -1608,6 +1818,14 @@ export interface MainLangFile {
1608
1818
  * VFR airspaces map
1609
1819
  */
1610
1820
  MAP_AIRSPACES: string;
1821
+ /**
1822
+ * Max Ebb
1823
+ */
1824
+ MAX_EBB: string;
1825
+ /**
1826
+ * Max Flood
1827
+ */
1828
+ MAX_FLOOD: string;
1611
1829
  /**
1612
1830
  * Medium clouds
1613
1831
  */
@@ -1744,6 +1962,14 @@ export interface MainLangFile {
1744
1962
  * Variable
1745
1963
  */
1746
1964
  METAR_VAR: string;
1965
+ /**
1966
+ * Min Ebb
1967
+ */
1968
+ MIN_EBB: string;
1969
+ /**
1970
+ * Min Flood
1971
+ */
1972
+ MIN_FLOOD: string;
1747
1973
  /**
1748
1974
  * Forecast model
1749
1975
  */
@@ -1776,10 +2002,18 @@ export interface MainLangFile {
1776
2002
  * {{count}} more
1777
2003
  */
1778
2004
  MORE_PRODUCTS: string;
2005
+ /**
2006
+ * Plugin {{title}} is not installed. Do you want to install it?
2007
+ */
2008
+ MSG_EXTERNAL_PLUGIN_NOT_INSTALLED: string;
1779
2009
  /**
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;
1783
2017
  /**
1784
2018
  * You have successfully logged in!
1785
2019
  */
@@ -1808,6 +2042,14 @@ export interface MainLangFile {
1808
2042
  * My Favorites
1809
2043
  */
1810
2044
  MY_FAVS: string;
2045
+ /**
2046
+ * My files
2047
+ */
2048
+ MY_FILES: string;
2049
+ /**
2050
+ * Live alerts
2051
+ */
2052
+ MY_LIVE_ALERTS: string;
1811
2053
  /**
1812
2054
  * My location
1813
2055
  */
@@ -1836,6 +2078,10 @@ export interface MainLangFile {
1836
2078
  * New!
1837
2079
  */
1838
2080
  NEW: string;
2081
+ /**
2082
+ * Subscribe to newsletter
2083
+ */
2084
+ NEWSLETTER_CONSENT: string;
1839
2085
  /**
1840
2086
  * New snow
1841
2087
  */
@@ -1872,10 +2118,22 @@ export interface MainLangFile {
1872
2118
  * No fog
1873
2119
  */
1874
2120
  NO_FOG: string;
2121
+ /**
2122
+ * Open in route planner
2123
+ */
2124
+ OPEN_IN_RPLANNER: string;
2125
+ /**
2126
+ * Open plugin
2127
+ */
2128
+ OPEN_PLUGIN: string;
1875
2129
  /**
1876
2130
  * or
1877
2131
  */
1878
2132
  OR: string;
2133
+ /**
2134
+ * or drop file here.
2135
+ */
2136
+ OR_DROP_FILE_HERE: string;
1879
2137
  /**
1880
2138
  * Outdated
1881
2139
  */
@@ -1948,6 +2206,50 @@ export interface MainLangFile {
1948
2206
  * Period
1949
2207
  */
1950
2208
  PERIOD: string;
2209
+ /**
2210
+ * Are you sure you want to uninstall this plugin?
2211
+ */
2212
+ PLUGINS_CONFIRM_UNINSTALL: string;
2213
+ /**
2214
+ * Windy Plugins discussion
2215
+ */
2216
+ PLUGINS_DISCUSSION: string;
2217
+ /**
2218
+ * Error installing plugin
2219
+ */
2220
+ PLUGINS_ERROR_INSTALLING: string;
2221
+ /**
2222
+ * Install plugin
2223
+ */
2224
+ PLUGINS_INSTALL: string;
2225
+ /**
2226
+ * Your plugin was installed and added to the main menu
2227
+ */
2228
+ PLUGINS_INSTALLED: string;
2229
+ /**
2230
+ * Install untrusted plugin
2231
+ */
2232
+ PLUGINS_INSTALL_UNTRUSTED: string;
2233
+ /**
2234
+ * Load plugin directly from URL
2235
+ */
2236
+ PLUGINS_LOAD_URL: string;
2237
+ /**
2238
+ * Name
2239
+ */
2240
+ PLUGINS_NAME: string;
2241
+ /**
2242
+ * Uninstall plugin
2243
+ */
2244
+ PLUGINS_UNINSTALL: string;
2245
+ /**
2246
+ * Installing plugins from untrusted sources can be dangerous. Install plugins only from sources you trust.
2247
+ */
2248
+ PLUGINS_UNTRUSTED: string;
2249
+ /**
2250
+ * URL of the plugin
2251
+ */
2252
+ PLUGINS_URL: string;
1951
2253
  /**
1952
2254
  * PM2.5
1953
2255
  */
@@ -2040,6 +2342,10 @@ export interface MainLangFile {
2040
2342
  * Privacy policy
2041
2343
  */
2042
2344
  PRIVACY_POLICY: string;
2345
+ /**
2346
+ * Professional first
2347
+ */
2348
+ PROFESSIONAL_FIRST: string;
2043
2349
  /**
2044
2350
  * Use <strong>long tap</strong> on home button to open detailed forecast for your location.
2045
2351
  */
@@ -2132,6 +2438,10 @@ export interface MainLangFile {
2132
2438
  * Register here
2133
2439
  */
2134
2440
  REGISTER_HERE: string;
2441
+ /**
2442
+ * Requires Premium
2443
+ */
2444
+ REQUIRES_PREMIUM: string;
2135
2445
  /**
2136
2446
  * Humidity
2137
2447
  */
@@ -2160,6 +2470,14 @@ export interface MainLangFile {
2160
2470
  * Satellite
2161
2471
  */
2162
2472
  SATELLITE: string;
2473
+ /**
2474
+ * There is an outage of our data source for some satellites.
2475
+ */
2476
+ SATELLITE_OUTAGE_MESSAGE: string;
2477
+ /**
2478
+ * Save file to cloud
2479
+ */
2480
+ SAVE_FILE_TO_CLOUD: string;
2163
2481
  /**
2164
2482
  * Search location...
2165
2483
  */
@@ -2200,6 +2518,22 @@ export interface MainLangFile {
2200
2518
  * Show weather picker
2201
2519
  */
2202
2520
  SHOW_PICKER: string;
2521
+ /**
2522
+ * Show speed in map
2523
+ */
2524
+ SHOW_SPEED_IN_MAP: string;
2525
+ /**
2526
+ * Size
2527
+ */
2528
+ SIZE: string;
2529
+ /**
2530
+ * Slack, Ebb Begins
2531
+ */
2532
+ SLACK_EBB: string;
2533
+ /**
2534
+ * Slack, Flood Begins
2535
+ */
2536
+ SLACK_FLOOD: string;
2203
2537
  /**
2204
2538
  * Pressure (sea l.)
2205
2539
  */
@@ -2288,6 +2622,10 @@ export interface MainLangFile {
2288
2622
  * Sound
2289
2623
  */
2290
2624
  SOUND_ON: string;
2625
+ /**
2626
+ * Source code
2627
+ */
2628
+ SOURCE_CODE: string;
2291
2629
  /**
2292
2630
  * Surface sea temperature
2293
2631
  */
@@ -2464,6 +2802,14 @@ export interface MainLangFile {
2464
2802
  * Tides
2465
2803
  */
2466
2804
  TIDES: string;
2805
+ /**
2806
+ * High Tide
2807
+ */
2808
+ TIDE_HIGH: string;
2809
+ /**
2810
+ * Low Tide
2811
+ */
2812
+ TIDE_LOW: string;
2467
2813
  /**
2468
2814
  * Wind map & weather forecast
2469
2815
  */
@@ -2528,6 +2874,38 @@ export interface MainLangFile {
2528
2874
  * severe
2529
2875
  */
2530
2876
  TURBULENCE_SEVERE: string;
2877
+ /**
2878
+ * Type
2879
+ */
2880
+ TYPE: string;
2881
+ /**
2882
+ * Updated
2883
+ */
2884
+ UPDATED: string;
2885
+ /**
2886
+ * Uploaded
2887
+ */
2888
+ UPLOADED: string;
2889
+ /**
2890
+ * Your upload is being processed.
2891
+ */
2892
+ UPLOAD_BEING_PROCESSED: string;
2893
+ /**
2894
+ * Describe content of your file (required)
2895
+ */
2896
+ UPLOAD_DESCRIBE_FILE: string;
2897
+ /**
2898
+ * Supported extensions: .geojson, .json, .gpx, .kml, .xml
2899
+ */
2900
+ UPLOAD_EXTENSIONS: string;
2901
+ /**
2902
+ * Upload, display and share your KML, GPX or GeoJSON.
2903
+ */
2904
+ UPLOAD_KML_GPX: string;
2905
+ /**
2906
+ * Files larger than 5MB cannot be uploaded to the cloud.
2907
+ */
2908
+ UPLOAD_SIZE_LIMIT: string;
2531
2909
  /**
2532
2910
  * UV Index
2533
2911
  */
@@ -2568,6 +2946,10 @@ export interface MainLangFile {
2568
2946
  * My profile
2569
2947
  */
2570
2948
  U_PROFILE: string;
2949
+ /**
2950
+ * Version
2951
+ */
2952
+ VERSION: string;
2571
2953
  /**
2572
2954
  * Vibrate
2573
2955
  */
@@ -2580,6 +2962,10 @@ export interface MainLangFile {
2580
2962
  * Visibility
2581
2963
  */
2582
2964
  VISIBILITY: string;
2965
+ /**
2966
+ * Warnings
2967
+ */
2968
+ WARNINGS: string;
2583
2969
  /**
2584
2970
  * Water temp.
2585
2971
  */
@@ -2689,6 +3075,73 @@ export interface LibLangFile {
2689
3075
  GO_TO_THE_ORIGINAL_WEBSITE: string;
2690
3076
  }
2691
3077
 
3078
+ export interface LivealertsLangFile {
3079
+ /**
3080
+ * livealerts: Live alerts
3081
+ */
3082
+ LIVE_ALERTS: string;
3083
+ /**
3084
+ * livealerts: Background location permission is required.
3085
+ */
3086
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_LOCATION: string;
3087
+ /**
3088
+ * livealerts: Notification permission is required.
3089
+ */
3090
+ LIVE_ALERTS_ANDROID_ERROR_PERMISSION_NOTIFICATIONS: string;
3091
+ /**
3092
+ * livealerts: Enable location access
3093
+ */
3094
+ LIVE_ALERTS_BUTTON_OPEN_LOCATION_DIALOG: string;
3095
+ /**
3096
+ * livealerts: Enable notifications
3097
+ */
3098
+ LIVE_ALERTS_BUTTON_OPEN_NOTIFICATION_DIALOG: string;
3099
+ /**
3100
+ * livealerts: Open application settings
3101
+ */
3102
+ LIVE_ALERTS_BUTTON_OPEN_SETTINGS: string;
3103
+ /**
3104
+ * livealerts: Download the app here
3105
+ */
3106
+ LIVE_ALERTS_DOWNLOAD_APP: string;
3107
+ /**
3108
+ * livealerts: Enable location access to receive live alerts for your current area.
3109
+ */
3110
+ LIVE_ALERTS_ERROR_NOTDEFINED_LOCATION: string;
3111
+ /**
3112
+ * livealerts: Enable notifications to get live alerts
3113
+ */
3114
+ LIVE_ALERTS_ERROR_NOTDEFINED_NOTIFICATIONS: string;
3115
+ /**
3116
+ * livealerts: Live alerts are supported only on native Windy.com app
3117
+ */
3118
+ LIVE_ALERTS_ERROR_PLATFORM: string;
3119
+ /**
3120
+ * livealerts: To get alerts for your area, allow Location > Always in settings.
3121
+ */
3122
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_LOCATION: string;
3123
+ /**
3124
+ * livealerts: To get alerts, allow notifications in your system settings.
3125
+ */
3126
+ LIVE_ALERTS_IOS_ERROR_PERMISSION_NOTIFICATIONS: string;
3127
+ /**
3128
+ * livealerts: CAP
3129
+ */
3130
+ LIVE_ALERTS_SERVICE_CAP: string;
3131
+ /**
3132
+ * livealerts: Heavy rain
3133
+ */
3134
+ LIVE_ALERTS_SERVICE_HEAVY_RAIN: string;
3135
+ /**
3136
+ * livealerts: Storms
3137
+ */
3138
+ LIVE_ALERTS_SERVICE_STORMS: string;
3139
+ /**
3140
+ * livealerts: Tropical cyclones
3141
+ */
3142
+ LIVE_ALERTS_SERVICE_TC: string;
3143
+ }
3144
+
2692
3145
  export interface MenuLangFile {
2693
3146
  /**
2694
3147
  * menu: Arrange layers
@@ -3068,6 +3521,30 @@ export interface OnboardingLangFile {
3068
3521
  * onboarding: Set up your units
3069
3522
  */
3070
3523
  ONBOARDING_UNITS_TITLE: string;
3524
+ /**
3525
+ * onboarding: Today’s forecast is ready — check it now in Windy!.
3526
+ */
3527
+ RETENTION_DEFAULT_BODY: string;
3528
+ /**
3529
+ * onboarding: What’s the Weather Today? ☀️ 🌧️
3530
+ */
3531
+ RETENTION_DEFAULT_TITLE: string;
3532
+ /**
3533
+ * onboarding: See how different weather models stack up in Windy
3534
+ */
3535
+ RETENTION_FORECAST_BODY: string;
3536
+ /**
3537
+ * onboarding: Not the Forecast You Hoped For? 🤔
3538
+ */
3539
+ RETENTION_FORECAST_TITLE: string;
3540
+ /**
3541
+ * onboarding: 50+ layers to explore — wind, radar, storms & more!
3542
+ */
3543
+ RETENTION_LAYERS_BODY: string;
3544
+ /**
3545
+ * onboarding: Dive Deeper into Weather 🌍
3546
+ */
3547
+ RETENTION_LAYERS_TITLE: string;
3071
3548
  }
3072
3549
 
3073
3550
  export interface ProductsLangFile {
@@ -3229,6 +3706,73 @@ export interface ProductsLangFile {
3229
3706
  wwaves: string;
3230
3707
  }
3231
3708
 
3709
+ export interface RadsatLangFile {
3710
+ /**
3711
+ * radsat: Blue
3712
+ */
3713
+ RADSAT_BLUE: string;
3714
+ /**
3715
+ * radsat: Infra
3716
+ */
3717
+ RADSAT_INFRA: string;
3718
+ /**
3719
+ * radsat: Next {hour}h
3720
+ */
3721
+ RADSAT_NEXT_X_HOUR: string;
3722
+ /**
3723
+ * radsat: Overlay with radar
3724
+ */
3725
+ RADSAT_OVERLAY_WITH_RADAR: string;
3726
+ /**
3727
+ * radsat: Overlay with satellite
3728
+ */
3729
+ RADSAT_OVERLAY_WITH_SATELLITE: string;
3730
+ /**
3731
+ * radsat: Play with forecast
3732
+ */
3733
+ RADSAT_PLAY_WITH_FORECAST: string;
3734
+ /**
3735
+ * radsat: RAD
3736
+ */
3737
+ RADSAT_RAD: string;
3738
+ /**
3739
+ * radsat: SAT
3740
+ */
3741
+ RADSAT_SAT: string;
3742
+ /**
3743
+ * radsat: There is an outage of our data source for some satellites. Regions that lack satellite coverage include: {regions}.
3744
+ */
3745
+ RADSAT_SATELLITE_OUTAGE_MESSAGE: string;
3746
+ /**
3747
+ * radsat: Africa, Europe
3748
+ */
3749
+ RADSAT_SATELLITE_OUTAGE_REGION_AFRICA_EUROPE: string;
3750
+ /**
3751
+ * radsat: Asia
3752
+ */
3753
+ RADSAT_SATELLITE_OUTAGE_REGION_ASIA: string;
3754
+ /**
3755
+ * radsat: Australia
3756
+ */
3757
+ RADSAT_SATELLITE_OUTAGE_REGION_AUSTRALIA: string;
3758
+ /**
3759
+ * radsat: North America
3760
+ */
3761
+ RADSAT_SATELLITE_OUTAGE_REGION_NORTH_AMERICA: string;
3762
+ /**
3763
+ * radsat: South America
3764
+ */
3765
+ RADSAT_SATELLITE_OUTAGE_REGION_SOUTH_AMERICA: string;
3766
+ /**
3767
+ * radsat: Visible
3768
+ */
3769
+ RADSAT_VISIBLE: string;
3770
+ /**
3771
+ * radsat: {hour}h ago
3772
+ */
3773
+ RADSAT_X_HOUR_AGO: string;
3774
+ }
3775
+
3232
3776
  export interface RegisterLangFile {
3233
3777
  /**
3234
3778
  * register: Already registered?
@@ -3489,6 +4033,18 @@ export interface SettingsLangFile {
3489
4033
  * settings: Always on
3490
4034
  */
3491
4035
  S_ALWAYS_ON: string;
4036
+ /**
4037
+ * settings: Customize Windy App icon
4038
+ */
4039
+ S_APP_ICON: string;
4040
+ /**
4041
+ * settings: Requires Premium subscription
4042
+ */
4043
+ S_APP_ICON_PREMIUM: string;
4044
+ /**
4045
+ * settings: Now, restart the app to change the icon
4046
+ */
4047
+ S_APP_ICON_RELOAD: string;
3492
4048
  /**
3493
4049
  * settings: automatic
3494
4050
  */
@@ -3585,6 +4141,10 @@ export interface SettingsLangFile {
3585
4141
  * settings: Animation of wind
3586
4142
  */
3587
4143
  S_PARTICLES: string;
4144
+ /**
4145
+ * settings: Show elevation in weather picker
4146
+ */
4147
+ S_PICKER_ELEVATION: string;
3588
4148
  /**
3589
4149
  * settings: Autoclose weather picker in:
3590
4150
  */
@@ -3629,6 +4189,10 @@ export interface SettingsLangFile {
3629
4189
  * settings: Smooth satellite animation
3630
4190
  */
3631
4191
  S_SMOOTH_SAT: string;
4192
+ /**
4193
+ * settings: Start-up zoom level
4194
+ */
4195
+ S_STARTUP_ZOOM: string;
3632
4196
  /**
3633
4197
  * settings: string
3634
4198
  */
@@ -4185,6 +4749,57 @@ export interface StationLangFile {
4185
4749
  STATION_WIND_GUST: string;
4186
4750
  }
4187
4751
 
4752
+ export interface StoriesLangFile {
4753
+ /**
4754
+ * stories: Show location on map
4755
+ */
4756
+ STORIES_ACTIONS_SHOW_LOCATION: string;
4757
+ /**
4758
+ * stories: Add your comment...
4759
+ */
4760
+ STORIES_COMMENTS_ADD_COMMENT: string;
4761
+ /**
4762
+ * stories: Add images
4763
+ */
4764
+ STORIES_COMMENTS_ADD_IMAGES: string;
4765
+ /**
4766
+ * stories: Cancel
4767
+ */
4768
+ STORIES_COMMENTS_CANCEL: string;
4769
+ /**
4770
+ * stories: Close comments
4771
+ */
4772
+ STORIES_COMMENTS_CLOSE_COMMENTS: string;
4773
+ /**
4774
+ * stories: Error
4775
+ */
4776
+ STORIES_COMMENTS_ERROR: string;
4777
+ /**
4778
+ * stories: Send
4779
+ */
4780
+ STORIES_COMMENTS_SEND: string;
4781
+ /**
4782
+ * stories: Loading
4783
+ */
4784
+ STORIES_LOADING: string;
4785
+ /**
4786
+ * stories: Next card
4787
+ */
4788
+ STORIES_TOOLTIP_NEXT_CARD: string;
4789
+ /**
4790
+ * stories: Next story
4791
+ */
4792
+ STORIES_TOOLTIP_NEXT_STORY: string;
4793
+ /**
4794
+ * stories: Prev. card
4795
+ */
4796
+ STORIES_TOOLTIP_PREV_CARD: string;
4797
+ /**
4798
+ * stories: Prev. story
4799
+ */
4800
+ STORIES_TOOLTIP_PREV_STORY: string;
4801
+ }
4802
+
4188
4803
  export interface SubscriptionLangFile {
4189
4804
  /**
4190
4805
  * subscription: Buy for one year
@@ -5400,6 +6015,10 @@ export interface WebcamsLangFile {
5400
6015
  * webcams: Summary
5401
6016
  */
5402
6017
  CAM_SUMMARY: string;
6018
+ /**
6019
+ * webcams: Terms of Use of Windy Webcam Services
6020
+ */
6021
+ CAM_TERMS_OF_USE: string;
5403
6022
  /**
5404
6023
  * webcams: Enter the name of whatever is visible on the webcam image.
5405
6024
  */
@@ -5694,29 +6313,34 @@ export interface WidgetspromoLangFile {
5694
6313
  }
5695
6314
 
5696
6315
  // 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 {}
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 {}
5698
6317
  export interface Translations extends MainLangFile, PluginTranslations {}
5699
6318
 
5700
6319
  export interface SupportedLangFiles {
5701
6320
  accumulations: AccumulationsLangFile;
6321
+ airport: AirportLangFile;
5702
6322
  alerts: AlertsLangFile;
5703
6323
  appreview: AppreviewLangFile;
5704
6324
  articles: ArticlesLangFile;
5705
6325
  consent: ConsentLangFile;
5706
6326
  distance: DistanceLangFile;
5707
6327
  favs: FavsLangFile;
6328
+ garmin: GarminLangFile;
5708
6329
  hurricanes: HurricanesLangFile;
5709
6330
  info: InfoLangFile;
5710
6331
  main: MainLangFile;
5711
6332
  lib: LibLangFile;
6333
+ livealerts: LivealertsLangFile;
5712
6334
  menu: MenuLangFile;
5713
6335
  notifications: NotificationsLangFile;
5714
6336
  onboarding: OnboardingLangFile;
5715
6337
  products: ProductsLangFile;
6338
+ radsat: RadsatLangFile;
5716
6339
  register: RegisterLangFile;
5717
6340
  settings: SettingsLangFile;
5718
6341
  sounding: SoundingLangFile;
5719
6342
  station: StationLangFile;
6343
+ stories: StoriesLangFile;
5720
6344
  subscription: SubscriptionLangFile;
5721
6345
  watchface: WatchfaceLangFile;
5722
6346
  webcams: WebcamsLangFile;