@windycom/plugin-devtools 1.0.9 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/index.mjs +2 -2
- package/package.json +2 -3
- package/types/client/AccessProducts.d.ts +8 -0
- package/types/client/BottomSveltePlugins.d.ts +8 -0
- package/types/client/Calendar.d.ts +9 -17
- package/types/client/Color.d.ts +43 -90
- package/types/client/Drag.d.ts +8 -1
- package/types/client/Evented.d.ts +4 -0
- package/types/client/ExternalSveltePlugin.d.ts +2 -1
- package/types/client/IDB.d.ts +63 -0
- package/types/client/IconProducts.d.ts +2 -0
- package/types/client/Layer.d.ts +1 -2
- package/types/client/Metric.d.ts +8 -8
- package/types/client/MetricClasses.d.ts +4 -3
- package/types/client/Overlay.d.ts +30 -15
- package/types/client/OverlayClasses.d.ts +11 -7
- package/types/client/Plugin.d.ts +2 -2
- package/types/client/Product.d.ts +53 -30
- package/types/client/RadarPlusProduct.d.ts +19 -0
- package/types/client/Renderer.d.ts +2 -10
- package/types/client/SveltePanePlugin.d.ts +4 -3
- package/types/client/SveltePlugin.d.ts +9 -5
- package/types/client/TileLayer.d.ts +1 -2
- package/types/client/TopoMap.d.ts +10 -0
- package/types/client/Window.d.ts +0 -4
- package/types/client/WindowPlugin.d.ts +15 -10
- package/types/client/appsFlyer.d.ts +3 -0
- package/types/client/baseMap.d.ts +8 -5
- package/types/client/cityLabels.d.ts +10 -2
- package/types/client/cloudSync.d.ts +3 -1
- package/types/client/colorGradients.d.ts +13 -0
- package/types/client/d.ts.files/Calendar.d.ts +11 -2
- package/types/client/d.ts.files/Color.d.ts +16 -5
- package/types/client/d.ts.files/LabelsLayer.d.ts +1 -18
- package/types/client/d.ts.files/Layer.d.ts +8 -1
- package/types/client/d.ts.files/Metric.d.ts +1 -0
- package/types/client/d.ts.files/Renderer.d.ts +22 -1
- package/types/client/d.ts.files/alerts.d.ts +120 -0
- package/types/client/d.ts.files/broadcast.d.ts +44 -17
- package/types/client/d.ts.files/dataSpecifications.d.ts +94 -137
- package/types/client/d.ts.files/favs.d.ts +69 -0
- package/types/client/d.ts.files/incomingMessages.d.ts +0 -4
- package/types/client/d.ts.files/notifications.d.ts +2 -2
- package/types/client/d.ts.files/plugin-params.d.ts +44 -58
- package/types/client/d.ts.files/plugins.d.ts +37 -52
- package/types/client/d.ts.files/pois.d.ts +1 -1
- package/types/client/d.ts.files/products.d.ts +19 -2
- package/types/client/d.ts.files/rootScope.d.ts +3 -21
- package/types/client/d.ts.files/satellite.d.ts +1 -0
- package/types/client/d.ts.files/startup.d.ts +59 -0
- package/types/client/d.ts.files/storage.d.ts +12 -35
- package/types/client/d.ts.files/user.d.ts +79 -24
- package/types/client/device.d.ts +0 -1
- package/types/client/deviceLogging.d.ts +2 -1
- package/types/client/embed2.d.ts +15 -35
- package/types/client/fetch.d.ts +31 -24
- package/types/client/ga.d.ts +4 -0
- package/types/client/geolocation.d.ts +14 -7
- package/types/client/globals.d.ts +1 -0
- package/types/client/http.d.ts +17 -0
- package/types/client/idbInstances.d.ts +45 -0
- package/types/client/interpolator.d.ts +2 -1
- package/types/client/langFiles.d.ts +2 -0
- package/types/client/layers.d.ts +2 -0
- package/types/client/lib.d.ts +7 -25
- package/types/client/libHtml.d.ts +1 -1
- package/types/client/loadArticlesOrWhatsNew.d.ts +1 -0
- package/types/client/log.d.ts +1 -0
- package/types/client/lruCache.d.ts +6 -0
- package/types/client/map.d.ts +17 -6
- package/types/client/mobile.d.ts +33 -27
- package/types/client/models.d.ts +1 -1
- package/types/client/nativeStorage.d.ts +0 -14
- package/types/client/notifications.d.ts +32 -67
- package/types/client/overlays.d.ts +4 -1
- package/types/client/params.d.ts +0 -1
- package/types/client/patchAndPromoCtrl.d.ts +13 -0
- package/types/client/permanentPromos.d.ts +1 -2
- package/types/client/persistentStorage.d.ts +8 -0
- package/types/client/picker.d.ts +1 -1
- package/types/client/pois.d.ts +1 -2
- package/types/client/promo.d.ts +16 -32
- package/types/client/pushNotifications.d.ts +13 -1
- package/types/client/queryString.d.ts +1 -1
- package/types/client/renderUtils.d.ts +1 -1
- package/types/client/renderers.d.ts +7 -3
- package/types/client/rootScope.d.ts +22 -27
- package/types/client/router.d.ts +10 -6
- package/types/client/seoParser.d.ts +21 -0
- package/types/client/serviceWorkerCtrl.d.ts +8 -0
- package/types/client/startupWeather.d.ts +27 -0
- package/types/client/store.d.ts +2 -2
- package/types/client/storeLastPosition.d.ts +1 -0
- package/types/client/subscription.d.ts +1 -0
- package/types/client/swDownloader.d.ts +7 -7
- package/types/client/swProxy.d.ts +1 -1
- package/types/client/swUtils.d.ts +3 -3
- package/types/client/trans.d.ts +26 -37
- package/types/client/user.d.ts +11 -14
- package/types/client/userAlerts.d.ts +68 -0
- package/types/client/userConsent.d.ts +6 -0
- package/types/client/userFavs.d.ts +46 -128
- package/types/client/utils.d.ts +46 -10
- package/types/iconfont.d.ts +6 -4
- package/types/interfaces.d.ts +199 -348
- package/types/lang-files.d.ts +736 -128
- package/types/offline.d.ts +100 -0
- package/types/types.d.ts +116 -29
- package/types/client/Bar.d.ts +0 -114
- package/types/client/BindedBar.d.ts +0 -51
- package/types/client/BindedCheckbox.d.ts +0 -30
- package/types/client/BindedDropDown.d.ts +0 -14
- package/types/client/BindedSwitch.d.ts +0 -35
- package/types/client/BottomTagPlugin.d.ts +0 -8
- package/types/client/Detail1hCheckbox.d.ts +0 -4
- package/types/client/DraggableDiv.d.ts +0 -21
- package/types/client/DropDown.d.ts +0 -37
- package/types/client/GhostBox.d.ts +0 -17
- package/types/client/Legend.d.ts +0 -6
- package/types/client/LongTap.d.ts +0 -21
- package/types/client/MobileCalendar.d.ts +0 -47
- package/types/client/OfflineMessagesClasses.d.ts +0 -30
- package/types/client/ProductSwitch.d.ts +0 -14
- package/types/client/Scrollable.d.ts +0 -14
- package/types/client/Switch.d.ts +0 -24
- package/types/client/TimestampBar.d.ts +0 -8
- package/types/client/Webcams.d.ts +0 -66
- package/types/client/d.ts.files/Product.d.ts +0 -37
- package/types/client/d.ts.files/trans.d.ts +0 -55
- package/types/client/favs.d.ts +0 -83
- package/types/client/hp.d.ts +0 -15
- package/types/client/offlineController.d.ts +0 -20
- /package/types/client/{loadersUI.d.ts → customColors.d.ts} +0 -0
package/types/lang-files.d.ts
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
// !!! Automatically generated file by make/langs.ts !!!
|
|
2
2
|
|
|
3
|
+
export interface AccumulationsLangFile {
|
|
4
|
+
/**
|
|
5
|
+
* accumulations: {{num}} days
|
|
6
|
+
*/
|
|
7
|
+
ACC_DAYS: string;
|
|
8
|
+
/**
|
|
9
|
+
* accumulations: Duration of the accumulation:
|
|
10
|
+
*/
|
|
11
|
+
ACC_DURATION: string;
|
|
12
|
+
/**
|
|
13
|
+
* accumulations: {{num}} hours
|
|
14
|
+
*/
|
|
15
|
+
ACC_HOURS: string;
|
|
16
|
+
}
|
|
17
|
+
|
|
3
18
|
export interface AlertsLangFile {
|
|
4
19
|
/**
|
|
5
20
|
* alerts: Processing
|
|
@@ -37,6 +52,14 @@ export interface AlertsLangFile {
|
|
|
37
52
|
* alerts: These alerts will be deleted:
|
|
38
53
|
*/
|
|
39
54
|
ALERTS_TO_DELETE: string;
|
|
55
|
+
/**
|
|
56
|
+
* alerts: Choose recommended alert setting for
|
|
57
|
+
*/
|
|
58
|
+
ALERT_ACTIVITY_DESCRIPTION: string;
|
|
59
|
+
/**
|
|
60
|
+
* alerts: I agree with Windy's <a href="{{link}}" target="_blank">conditions</a> for alert handling.
|
|
61
|
+
*/
|
|
62
|
+
ALERT_ANALYTICS_CONSENT: string;
|
|
40
63
|
/**
|
|
41
64
|
* alerts: Which alerts do you want to assign to your user account? The other alerts will be deleted!
|
|
42
65
|
*/
|
|
@@ -53,6 +76,18 @@ export interface AlertsLangFile {
|
|
|
53
76
|
* alerts: at least {{hour}}h
|
|
54
77
|
*/
|
|
55
78
|
ALERT_AT_LEAST: string;
|
|
79
|
+
/**
|
|
80
|
+
* alerts: Finish migration
|
|
81
|
+
*/
|
|
82
|
+
ALERT_BUTTON_FINISH_MIGRATION: string;
|
|
83
|
+
/**
|
|
84
|
+
* alerts: Next
|
|
85
|
+
*/
|
|
86
|
+
ALERT_BUTTON_NEXT: string;
|
|
87
|
+
/**
|
|
88
|
+
* alerts: Previous
|
|
89
|
+
*/
|
|
90
|
+
ALERT_BUTTON_PREVIOUS: string;
|
|
56
91
|
/**
|
|
57
92
|
* alerts: change
|
|
58
93
|
*/
|
|
@@ -61,10 +96,34 @@ export interface AlertsLangFile {
|
|
|
61
96
|
* alerts: Check The Actual Forecast
|
|
62
97
|
*/
|
|
63
98
|
ALERT_CHECK: string;
|
|
99
|
+
/**
|
|
100
|
+
* alerts: Cloudiness
|
|
101
|
+
*/
|
|
102
|
+
ALERT_CLOUDINESS: string;
|
|
64
103
|
/**
|
|
65
104
|
* alerts: Click on icons to select maximum amount of clouds
|
|
66
105
|
*/
|
|
67
106
|
ALERT_CLOUDS: string;
|
|
107
|
+
/**
|
|
108
|
+
* alerts: cloudy
|
|
109
|
+
*/
|
|
110
|
+
ALERT_CLOUDS_BKN: string;
|
|
111
|
+
/**
|
|
112
|
+
* alerts: partly cloudy
|
|
113
|
+
*/
|
|
114
|
+
ALERT_CLOUDS_FEW: string;
|
|
115
|
+
/**
|
|
116
|
+
* alerts: overcast
|
|
117
|
+
*/
|
|
118
|
+
ALERT_CLOUDS_OVC: string;
|
|
119
|
+
/**
|
|
120
|
+
* alerts: scattered
|
|
121
|
+
*/
|
|
122
|
+
ALERT_CLOUDS_SCT: string;
|
|
123
|
+
/**
|
|
124
|
+
* alerts: sky clear
|
|
125
|
+
*/
|
|
126
|
+
ALERT_CLOUDS_SKC: string;
|
|
68
127
|
/**
|
|
69
128
|
* alerts: It seems alert with an id <em>{{alertId}}</em> is corrupted. Please, delete it and create a new one.
|
|
70
129
|
*/
|
|
@@ -74,13 +133,9 @@ export interface AlertsLangFile {
|
|
|
74
133
|
*/
|
|
75
134
|
ALERT_CORRUPTED_ACTION: string;
|
|
76
135
|
/**
|
|
77
|
-
* alerts:
|
|
136
|
+
* alerts: Delete alert
|
|
78
137
|
*/
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* alerts: Alert has been deleted.
|
|
82
|
-
*/
|
|
83
|
-
ALERT_DELETED: string;
|
|
138
|
+
ALERT_DELETE2: string;
|
|
84
139
|
/**
|
|
85
140
|
* alerts: Assigning was completed
|
|
86
141
|
*/
|
|
@@ -181,10 +236,18 @@ export interface AlertsLangFile {
|
|
|
181
236
|
* alerts: Longitude
|
|
182
237
|
*/
|
|
183
238
|
ALERT_LON: string;
|
|
239
|
+
/**
|
|
240
|
+
* alerts: Best model for given location
|
|
241
|
+
*/
|
|
242
|
+
ALERT_MODEL_BEST: string;
|
|
184
243
|
/**
|
|
185
244
|
* alerts: Name of the alert
|
|
186
245
|
*/
|
|
187
246
|
ALERT_NAME: string;
|
|
247
|
+
/**
|
|
248
|
+
* alerts: Text of the notification
|
|
249
|
+
*/
|
|
250
|
+
ALERT_NOTIFICATION_TEXT: string;
|
|
188
251
|
/**
|
|
189
252
|
* alerts: Not considered
|
|
190
253
|
*/
|
|
@@ -201,6 +264,18 @@ export interface AlertsLangFile {
|
|
|
201
264
|
* alerts: Part of a day I am interested in
|
|
202
265
|
*/
|
|
203
266
|
ALERT_PART_DAY: string;
|
|
267
|
+
/**
|
|
268
|
+
* alerts: Please note that ‘day 1’ refers to the first day of the current forecast, not necessarily the first day of the week.
|
|
269
|
+
*/
|
|
270
|
+
ALERT_PART_RANGE_DESCRIPTION: string;
|
|
271
|
+
/**
|
|
272
|
+
* alerts: <b>{{min}}</b> to <b>{{max}}</b> days of the forecast
|
|
273
|
+
*/
|
|
274
|
+
ALERT_PART_RANGE_LONG: string;
|
|
275
|
+
/**
|
|
276
|
+
* alerts: Only day <b>{{value}}</b> of the forecast
|
|
277
|
+
*/
|
|
278
|
+
ALERT_PART_RANGE_SHORT: string;
|
|
204
279
|
/**
|
|
205
280
|
* alerts: Part of a week I am interested in
|
|
206
281
|
*/
|
|
@@ -210,9 +285,9 @@ export interface AlertsLangFile {
|
|
|
210
285
|
*/
|
|
211
286
|
ALERT_PREVAIL: string;
|
|
212
287
|
/**
|
|
213
|
-
* alerts:
|
|
288
|
+
* alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of rain must accumulate...
|
|
214
289
|
*/
|
|
215
|
-
|
|
290
|
+
ALERT_RAIN2: string;
|
|
216
291
|
/**
|
|
217
292
|
* alerts: Amount of convective rain (storms, rainshowers) is unpredictable
|
|
218
293
|
*/
|
|
@@ -222,9 +297,9 @@ export interface AlertsLangFile {
|
|
|
222
297
|
*/
|
|
223
298
|
ALERT_RAIN_PERIOD: string;
|
|
224
299
|
/**
|
|
225
|
-
* alerts:
|
|
300
|
+
* alerts: resume alert
|
|
226
301
|
*/
|
|
227
|
-
|
|
302
|
+
ALERT_RESUME: string;
|
|
228
303
|
/**
|
|
229
304
|
* alerts: Assign
|
|
230
305
|
*/
|
|
@@ -238,13 +313,25 @@ export interface AlertsLangFile {
|
|
|
238
313
|
*/
|
|
239
314
|
ALERT_SENT_TO: string;
|
|
240
315
|
/**
|
|
241
|
-
* alerts:
|
|
316
|
+
* alerts: <b>{{min}}</b> to <b>{{max}}</b> {{metric}} of snow must fall in the previous 3 days
|
|
317
|
+
*/
|
|
318
|
+
ALERT_SNOW2: string;
|
|
319
|
+
/**
|
|
320
|
+
* alerts: Activity
|
|
321
|
+
*/
|
|
322
|
+
ALERT_STEP_ACTIVITY: string;
|
|
323
|
+
/**
|
|
324
|
+
* alerts: Conditions
|
|
325
|
+
*/
|
|
326
|
+
ALERT_STEP_CONDITIONS: string;
|
|
327
|
+
/**
|
|
328
|
+
* alerts: Customization
|
|
242
329
|
*/
|
|
243
|
-
|
|
330
|
+
ALERT_STEP_CUSTOMIZATION: string;
|
|
244
331
|
/**
|
|
245
|
-
* alerts:
|
|
332
|
+
* alerts: Location
|
|
246
333
|
*/
|
|
247
|
-
|
|
334
|
+
ALERT_STEP_LOCATION: string;
|
|
248
335
|
/**
|
|
249
336
|
* alerts: suspend alert for some time
|
|
250
337
|
*/
|
|
@@ -253,6 +340,10 @@ export interface AlertsLangFile {
|
|
|
253
340
|
* alerts: Swell size from <b>{{min}}</b> to <b>{{max}}</b>
|
|
254
341
|
*/
|
|
255
342
|
ALERT_SWELL: string;
|
|
343
|
+
/**
|
|
344
|
+
* alerts: Temperature
|
|
345
|
+
*/
|
|
346
|
+
ALERT_TEMP: string;
|
|
256
347
|
/**
|
|
257
348
|
* alerts: Temperature from <b>{{min}}</b> to <b>{{max}}</b>
|
|
258
349
|
*/
|
|
@@ -481,6 +572,10 @@ export interface DistanceLangFile {
|
|
|
481
572
|
* distance: Click on the map to add more waypoints
|
|
482
573
|
*/
|
|
483
574
|
DST_CLICK_ADD: string;
|
|
575
|
+
/**
|
|
576
|
+
* distance: Edit
|
|
577
|
+
*/
|
|
578
|
+
DST_EDIT: string;
|
|
484
579
|
/**
|
|
485
580
|
* distance: Export GPX
|
|
486
581
|
*/
|
|
@@ -565,21 +660,77 @@ export interface DistanceLangFile {
|
|
|
565
660
|
|
|
566
661
|
export interface FavsLangFile {
|
|
567
662
|
/**
|
|
568
|
-
* favs:
|
|
663
|
+
* favs: Alert has been deleted.
|
|
664
|
+
*/
|
|
665
|
+
FAVS_ALERT_DELETED: string;
|
|
666
|
+
/**
|
|
667
|
+
* favs: <p>Your Alert has been saved</p><p>Windy will send you notification or an email several days ahead, if your conditions are met.</p>
|
|
668
|
+
*/
|
|
669
|
+
FAVS_ALERT_SAVED: string;
|
|
670
|
+
/**
|
|
671
|
+
* favs: Airports
|
|
672
|
+
*/
|
|
673
|
+
FAVS_FILTER_AIRPORTS: string;
|
|
674
|
+
/**
|
|
675
|
+
* favs: All
|
|
676
|
+
*/
|
|
677
|
+
FAVS_FILTER_ALL: string;
|
|
678
|
+
/**
|
|
679
|
+
* favs: Places
|
|
680
|
+
*/
|
|
681
|
+
FAVS_FILTER_PLACES: string;
|
|
682
|
+
/**
|
|
683
|
+
* favs: Routes
|
|
684
|
+
*/
|
|
685
|
+
FAVS_FILTER_ROUTES: string;
|
|
686
|
+
/**
|
|
687
|
+
* favs: Stations
|
|
569
688
|
*/
|
|
570
|
-
|
|
689
|
+
FAVS_FILTER_STATIONS: string;
|
|
571
690
|
/**
|
|
572
|
-
* favs:
|
|
691
|
+
* favs: Webcams
|
|
573
692
|
*/
|
|
574
|
-
|
|
693
|
+
FAVS_FILTER_WEBCAMS: string;
|
|
575
694
|
/**
|
|
576
695
|
* favs: <b>How to add a favorite:</b><br />1) Click anywhere on a map or open detailed forecast for a location<br />2) Click on "{{icon}}" icon right of a search input
|
|
577
696
|
*/
|
|
578
697
|
FAVS_HOW_TO_ADD: string;
|
|
579
698
|
/**
|
|
580
|
-
* favs:
|
|
699
|
+
* favs: Error loading your fav item. Try again later.
|
|
700
|
+
*/
|
|
701
|
+
FAVS_LOADING_ERROR: string;
|
|
702
|
+
/**
|
|
703
|
+
* favs: Migrate all
|
|
704
|
+
*/
|
|
705
|
+
FAVS_MIGRATE_ALL: string;
|
|
706
|
+
/**
|
|
707
|
+
* favs: You have a lot of alerts, do you want to migrate them all at once?
|
|
708
|
+
*/
|
|
709
|
+
FAVS_MIGRATION_MASS_MIGRATION: string;
|
|
710
|
+
/**
|
|
711
|
+
* favs: We're improving our alert system! Migrate your alerts before {{date}} to continue receiving notifications.
|
|
712
|
+
*/
|
|
713
|
+
FAVS_MIGRATION_WARNING: string;
|
|
714
|
+
/**
|
|
715
|
+
* favs: Not saved
|
|
716
|
+
*/
|
|
717
|
+
FAVS_NOT_IN_SYNC2: string;
|
|
718
|
+
/**
|
|
719
|
+
* favs: Pin favorite...
|
|
720
|
+
*/
|
|
721
|
+
FAVS_PIN: string;
|
|
722
|
+
/**
|
|
723
|
+
* favs: Pin to homepage
|
|
581
724
|
*/
|
|
582
|
-
|
|
725
|
+
FAVS_PIN_HOMEPAGE: string;
|
|
726
|
+
/**
|
|
727
|
+
* favs: Pin to top
|
|
728
|
+
*/
|
|
729
|
+
FAVS_PIN_TOP: string;
|
|
730
|
+
/**
|
|
731
|
+
* favs: Rename
|
|
732
|
+
*/
|
|
733
|
+
FAVS_RENAME: string;
|
|
583
734
|
/**
|
|
584
735
|
* favs: It seems our servers are not available at the moment. Try again later.
|
|
585
736
|
*/
|
|
@@ -593,21 +744,17 @@ export interface FavsLangFile {
|
|
|
593
744
|
*/
|
|
594
745
|
FAVS_RENAME_SHORT: string;
|
|
595
746
|
/**
|
|
596
|
-
* favs:
|
|
747
|
+
* favs: Save to cloud
|
|
597
748
|
*/
|
|
598
749
|
FAVS_SAVE_TO_CLOUD: string;
|
|
599
750
|
/**
|
|
600
|
-
* favs:
|
|
601
|
-
*/
|
|
602
|
-
FAVS_SYNC_ERROR_DELETE: string;
|
|
603
|
-
/**
|
|
604
|
-
* favs: Some of your favorites are not synchronized with our database. These favorites will not appear on other devices and alerts will not work. You can {{saveToCloud}} or {{delete}}. You can also process them individually in the list below.
|
|
751
|
+
* favs: Unpin from homepage
|
|
605
752
|
*/
|
|
606
|
-
|
|
753
|
+
FAVS_UNPIN_HOMEPAGE: string;
|
|
607
754
|
/**
|
|
608
|
-
* favs:
|
|
755
|
+
* favs: Unpin from top
|
|
609
756
|
*/
|
|
610
|
-
|
|
757
|
+
FAVS_UNPIN_TOP: string;
|
|
611
758
|
/**
|
|
612
759
|
* favs: Search favorites...
|
|
613
760
|
*/
|
|
@@ -671,6 +818,10 @@ export interface HurricanesLangFile {
|
|
|
671
818
|
* hurricanes: Typhoon category
|
|
672
819
|
*/
|
|
673
820
|
HURR_TYPHOON_CAT: string;
|
|
821
|
+
/**
|
|
822
|
+
* hurricanes: Unnamed storm
|
|
823
|
+
*/
|
|
824
|
+
HURR_UNNAMED: string;
|
|
674
825
|
/**
|
|
675
826
|
* hurricanes: Yesterday
|
|
676
827
|
*/
|
|
@@ -729,22 +880,6 @@ export interface MainLangFile {
|
|
|
729
880
|
* Accumulations
|
|
730
881
|
*/
|
|
731
882
|
ACCU: string;
|
|
732
|
-
/**
|
|
733
|
-
* Last {{num}} days
|
|
734
|
-
*/
|
|
735
|
-
ACC_LAST_DAYS: string;
|
|
736
|
-
/**
|
|
737
|
-
* Last {{num}} hours
|
|
738
|
-
*/
|
|
739
|
-
ACC_LAST_HOURS: string;
|
|
740
|
-
/**
|
|
741
|
-
* Next {{num}} days
|
|
742
|
-
*/
|
|
743
|
-
ACC_NEXT_DAYS: string;
|
|
744
|
-
/**
|
|
745
|
-
* Next {{num}} hours
|
|
746
|
-
*/
|
|
747
|
-
ACC_NEXT_HOURS: string;
|
|
748
883
|
/**
|
|
749
884
|
* Activate
|
|
750
885
|
*/
|
|
@@ -797,6 +932,10 @@ export interface MainLangFile {
|
|
|
797
932
|
* Alert for this spot
|
|
798
933
|
*/
|
|
799
934
|
ALERTS_LINK_SHORT: string;
|
|
935
|
+
/**
|
|
936
|
+
* Migrate alert
|
|
937
|
+
*/
|
|
938
|
+
ALERT_MIGRATE: string;
|
|
800
939
|
/**
|
|
801
940
|
* All
|
|
802
941
|
*/
|
|
@@ -817,6 +956,10 @@ export interface MainLangFile {
|
|
|
817
956
|
* Aerosol
|
|
818
957
|
*/
|
|
819
958
|
AOD550: string;
|
|
959
|
+
/**
|
|
960
|
+
* Archive
|
|
961
|
+
*/
|
|
962
|
+
ARCHIVE: string;
|
|
820
963
|
/**
|
|
821
964
|
* Area
|
|
822
965
|
*/
|
|
@@ -921,6 +1064,10 @@ export interface MainLangFile {
|
|
|
921
1064
|
* Default units
|
|
922
1065
|
*/
|
|
923
1066
|
DEFAULT_UNITS: string;
|
|
1067
|
+
/**
|
|
1068
|
+
* Delete
|
|
1069
|
+
*/
|
|
1070
|
+
DELETE: string;
|
|
924
1071
|
/**
|
|
925
1072
|
* Detailed forecast for this location
|
|
926
1073
|
*/
|
|
@@ -957,6 +1104,10 @@ export interface MainLangFile {
|
|
|
957
1104
|
* Any direction
|
|
958
1105
|
*/
|
|
959
1106
|
DIRECTIONS_ANY: string;
|
|
1107
|
+
/**
|
|
1108
|
+
* Select directions
|
|
1109
|
+
*/
|
|
1110
|
+
DIRECTIONS_SELECT: string;
|
|
960
1111
|
/**
|
|
961
1112
|
* E
|
|
962
1113
|
*/
|
|
@@ -989,6 +1140,10 @@ export interface MainLangFile {
|
|
|
989
1140
|
* W
|
|
990
1141
|
*/
|
|
991
1142
|
DIRECTION_W: string;
|
|
1143
|
+
/**
|
|
1144
|
+
* Display style
|
|
1145
|
+
*/
|
|
1146
|
+
DISPLAY_STYLE: string;
|
|
992
1147
|
/**
|
|
993
1148
|
* Display warnings for this location
|
|
994
1149
|
*/
|
|
@@ -1005,10 +1160,6 @@ export interface MainLangFile {
|
|
|
1005
1160
|
* Don't have an account?
|
|
1006
1161
|
*/
|
|
1007
1162
|
DONT_HAVE_ACCOUNT: string;
|
|
1008
|
-
/**
|
|
1009
|
-
* Drag me if you want
|
|
1010
|
-
*/
|
|
1011
|
-
DRAG_ME: string;
|
|
1012
1163
|
/**
|
|
1013
1164
|
* Dust mass
|
|
1014
1165
|
*/
|
|
@@ -1098,7 +1249,7 @@ export interface MainLangFile {
|
|
|
1098
1249
|
*/
|
|
1099
1250
|
D_POLAR_NIGHT: string;
|
|
1100
1251
|
/**
|
|
1101
|
-
*
|
|
1252
|
+
* Precip.
|
|
1102
1253
|
*/
|
|
1103
1254
|
D_PRECI: string;
|
|
1104
1255
|
/**
|
|
@@ -1173,14 +1324,6 @@ export interface MainLangFile {
|
|
|
1173
1324
|
* Awesome weather forecast at
|
|
1174
1325
|
*/
|
|
1175
1326
|
E_MESSAGE: string;
|
|
1176
|
-
/**
|
|
1177
|
-
* delete
|
|
1178
|
-
*/
|
|
1179
|
-
FAVS_DELETE: string;
|
|
1180
|
-
/**
|
|
1181
|
-
* Rename
|
|
1182
|
-
*/
|
|
1183
|
-
FAVS_RENAME: string;
|
|
1184
1327
|
/**
|
|
1185
1328
|
* Favorites sync error
|
|
1186
1329
|
*/
|
|
@@ -1245,6 +1388,14 @@ export interface MainLangFile {
|
|
|
1245
1388
|
* Getting your location...
|
|
1246
1389
|
*/
|
|
1247
1390
|
GETTING_LOCATION: string;
|
|
1391
|
+
/**
|
|
1392
|
+
* Failed to determine your location. Make sure Windy.com has permission to access your location
|
|
1393
|
+
*/
|
|
1394
|
+
GETTING_LOCATION_ERROR: string;
|
|
1395
|
+
/**
|
|
1396
|
+
* Failed to determine your location
|
|
1397
|
+
*/
|
|
1398
|
+
GETTING_LOCATION_TIMEOUT: string;
|
|
1248
1399
|
/**
|
|
1249
1400
|
* Surface Ozone
|
|
1250
1401
|
*/
|
|
@@ -1265,6 +1416,10 @@ export interface MainLangFile {
|
|
|
1265
1416
|
* Haze
|
|
1266
1417
|
*/
|
|
1267
1418
|
HAZE: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* City heatmaps
|
|
1421
|
+
*/
|
|
1422
|
+
HEATMAP: string;
|
|
1268
1423
|
/**
|
|
1269
1424
|
* Heavy thunder
|
|
1270
1425
|
*/
|
|
@@ -1449,6 +1604,10 @@ export interface MainLangFile {
|
|
|
1449
1604
|
* Map
|
|
1450
1605
|
*/
|
|
1451
1606
|
MAP: string;
|
|
1607
|
+
/**
|
|
1608
|
+
* VFR airspaces map
|
|
1609
|
+
*/
|
|
1610
|
+
MAP_AIRSPACES: string;
|
|
1452
1611
|
/**
|
|
1453
1612
|
* Medium clouds
|
|
1454
1613
|
*/
|
|
@@ -1461,6 +1620,10 @@ export interface MainLangFile {
|
|
|
1461
1620
|
* About us
|
|
1462
1621
|
*/
|
|
1463
1622
|
MENU_ABOUT: string;
|
|
1623
|
+
/**
|
|
1624
|
+
* Alerts
|
|
1625
|
+
*/
|
|
1626
|
+
MENU_ALERTS: string;
|
|
1464
1627
|
/**
|
|
1465
1628
|
* Distance & planning
|
|
1466
1629
|
*/
|
|
@@ -1517,6 +1680,14 @@ export interface MainLangFile {
|
|
|
1517
1680
|
* Settings
|
|
1518
1681
|
*/
|
|
1519
1682
|
MENU_SETTINGS: string;
|
|
1683
|
+
/**
|
|
1684
|
+
* App add-ons
|
|
1685
|
+
*/
|
|
1686
|
+
MENU_TITLE_ADDONS: string;
|
|
1687
|
+
/**
|
|
1688
|
+
* Tutorials
|
|
1689
|
+
*/
|
|
1690
|
+
MENU_TUTORIALS: string;
|
|
1520
1691
|
/**
|
|
1521
1692
|
* Update interval
|
|
1522
1693
|
*/
|
|
@@ -1529,6 +1700,10 @@ export interface MainLangFile {
|
|
|
1529
1700
|
* Apple Watch Faces
|
|
1530
1701
|
*/
|
|
1531
1702
|
MENU_WATCHFACES: string;
|
|
1703
|
+
/**
|
|
1704
|
+
* Widgets
|
|
1705
|
+
*/
|
|
1706
|
+
MENU_WIDGETS: string;
|
|
1532
1707
|
/**
|
|
1533
1708
|
* {DURATION} days ago
|
|
1534
1709
|
*/
|
|
@@ -1573,6 +1748,10 @@ export interface MainLangFile {
|
|
|
1573
1748
|
* Forecast model
|
|
1574
1749
|
*/
|
|
1575
1750
|
MODEL: string;
|
|
1751
|
+
/**
|
|
1752
|
+
* Model elevation
|
|
1753
|
+
*/
|
|
1754
|
+
MODEL_ELEVATION: string;
|
|
1576
1755
|
/**
|
|
1577
1756
|
* Switch 2D / 3D mode
|
|
1578
1757
|
*/
|
|
@@ -1597,6 +1776,10 @@ export interface MainLangFile {
|
|
|
1597
1776
|
* {{count}} more
|
|
1598
1777
|
*/
|
|
1599
1778
|
MORE_PRODUCTS: string;
|
|
1779
|
+
/**
|
|
1780
|
+
* Unfortunately, plugin {{title}} was unpublished by the author and is no longer available.
|
|
1781
|
+
*/
|
|
1782
|
+
MSG_EXTERNAL_PLUGIN_UNPUBLISHED: string;
|
|
1600
1783
|
/**
|
|
1601
1784
|
* You have successfully logged in!
|
|
1602
1785
|
*/
|
|
@@ -1621,6 +1804,10 @@ export interface MainLangFile {
|
|
|
1621
1804
|
* My Alerts
|
|
1622
1805
|
*/
|
|
1623
1806
|
MY_ALERTS: string;
|
|
1807
|
+
/**
|
|
1808
|
+
* My Favorites
|
|
1809
|
+
*/
|
|
1810
|
+
MY_FAVS: string;
|
|
1624
1811
|
/**
|
|
1625
1812
|
* My location
|
|
1626
1813
|
*/
|
|
@@ -1657,6 +1844,10 @@ export interface MainLangFile {
|
|
|
1657
1844
|
* Next results...
|
|
1658
1845
|
*/
|
|
1659
1846
|
NEXT: string;
|
|
1847
|
+
/**
|
|
1848
|
+
* No
|
|
1849
|
+
*/
|
|
1850
|
+
NO: string;
|
|
1660
1851
|
/**
|
|
1661
1852
|
* NO₂
|
|
1662
1853
|
*/
|
|
@@ -1681,10 +1872,6 @@ export interface MainLangFile {
|
|
|
1681
1872
|
* No fog
|
|
1682
1873
|
*/
|
|
1683
1874
|
NO_FOG: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* Offline mode
|
|
1686
|
-
*/
|
|
1687
|
-
OFFLINE_MODE: string;
|
|
1688
1875
|
/**
|
|
1689
1876
|
* or
|
|
1690
1877
|
*/
|
|
@@ -1861,16 +2048,12 @@ export interface MainLangFile {
|
|
|
1861
2048
|
* <span class="dotted">Open Settings</span> to change the auto closing time of weather picker.
|
|
1862
2049
|
*/
|
|
1863
2050
|
PROMO_PICKER: string;
|
|
1864
|
-
/**
|
|
1865
|
-
* Subscribe to <strong>Windy Premium</strong> and get access to higher data resolution of local models.
|
|
1866
|
-
*/
|
|
1867
|
-
PROMO_SUB_RESOLUTION: string;
|
|
1868
2051
|
/**
|
|
1869
2052
|
* Provider
|
|
1870
2053
|
*/
|
|
1871
2054
|
PROVIDER: string;
|
|
1872
2055
|
/**
|
|
1873
|
-
*
|
|
2056
|
+
* Precipitation type
|
|
1874
2057
|
*/
|
|
1875
2058
|
PTYPE: string;
|
|
1876
2059
|
/**
|
|
@@ -1881,10 +2064,6 @@ export interface MainLangFile {
|
|
|
1881
2064
|
* Please allow Windy to use location services (GPS) while using the app, so we can show weather at your location. We do not store your location at our servers.
|
|
1882
2065
|
*/
|
|
1883
2066
|
P_LOCATION: string;
|
|
1884
|
-
/**
|
|
1885
|
-
* Please <b>login</b> or <b>register</b> to synchronize all your favorites and settings with all your devices.
|
|
1886
|
-
*/
|
|
1887
|
-
P_LOGIN_SYNC: string;
|
|
1888
2067
|
/**
|
|
1889
2068
|
* Station pressure
|
|
1890
2069
|
*/
|
|
@@ -1905,6 +2084,10 @@ export interface MainLangFile {
|
|
|
1905
2084
|
* Radar, lightning
|
|
1906
2085
|
*/
|
|
1907
2086
|
RADAR_BLITZ: string;
|
|
2087
|
+
/**
|
|
2088
|
+
* Radar+
|
|
2089
|
+
*/
|
|
2090
|
+
RADAR_PLUS: string;
|
|
1908
2091
|
/**
|
|
1909
2092
|
* Radar
|
|
1910
2093
|
*/
|
|
@@ -2121,10 +2304,6 @@ export interface MainLangFile {
|
|
|
2121
2304
|
* Subscription
|
|
2122
2305
|
*/
|
|
2123
2306
|
SUBSCRIPTION: string;
|
|
2124
|
-
/**
|
|
2125
|
-
* You have reached the <strong>maximum</strong> limit of free favorites and alerts. Subscribe to <strong>Windy Premium</strong> to remove this limitation.
|
|
2126
|
-
*/
|
|
2127
|
-
SUB_ALERTS_FREE_LIMIT: string;
|
|
2128
2307
|
/**
|
|
2129
2308
|
* Your subscription ends soon
|
|
2130
2309
|
*/
|
|
@@ -2141,10 +2320,6 @@ export interface MainLangFile {
|
|
|
2141
2320
|
* Your subscription ends at any moment
|
|
2142
2321
|
*/
|
|
2143
2322
|
SUB_CUFFS_CANCELED_4: string;
|
|
2144
|
-
/**
|
|
2145
|
-
* You can then have a maximum of 3 favorite places and alerts.
|
|
2146
|
-
*/
|
|
2147
|
-
SUB_CUFFS_FAVS: string;
|
|
2148
2323
|
/**
|
|
2149
2324
|
* Soon, you will no longer have access to this feature.
|
|
2150
2325
|
*/
|
|
@@ -2161,6 +2336,10 @@ export interface MainLangFile {
|
|
|
2161
2336
|
* Your Premium is paused
|
|
2162
2337
|
*/
|
|
2163
2338
|
SUB_CUFFS_PAUSED: string;
|
|
2339
|
+
/**
|
|
2340
|
+
* Subscribe to Windy Premium to get access to extended weather forecast.
|
|
2341
|
+
*/
|
|
2342
|
+
SUB_EXTENDED: string;
|
|
2164
2343
|
/**
|
|
2165
2344
|
* Full version of 3D mode is available only to Premium users.
|
|
2166
2345
|
*/
|
|
@@ -2253,10 +2432,6 @@ export interface MainLangFile {
|
|
|
2253
2432
|
* Login/Register to save all your settings to the cloud
|
|
2254
2433
|
*/
|
|
2255
2434
|
S_SAVE2: string;
|
|
2256
|
-
/**
|
|
2257
|
-
* Your settings are saved to the cloud
|
|
2258
|
-
*/
|
|
2259
|
-
S_SAVE_AUTO: string;
|
|
2260
2435
|
/**
|
|
2261
2436
|
* Speed
|
|
2262
2437
|
*/
|
|
@@ -2393,6 +2568,10 @@ export interface MainLangFile {
|
|
|
2393
2568
|
* My profile
|
|
2394
2569
|
*/
|
|
2395
2570
|
U_PROFILE: string;
|
|
2571
|
+
/**
|
|
2572
|
+
* Vibrate
|
|
2573
|
+
*/
|
|
2574
|
+
VIBRATE: string;
|
|
2396
2575
|
/**
|
|
2397
2576
|
* views
|
|
2398
2577
|
*/
|
|
@@ -2430,7 +2609,7 @@ export interface MainLangFile {
|
|
|
2430
2609
|
*/
|
|
2431
2610
|
WED2: string;
|
|
2432
2611
|
/**
|
|
2433
|
-
* Wet-bulb
|
|
2612
|
+
* Wet-bulb temperature
|
|
2434
2613
|
*/
|
|
2435
2614
|
WETBULB_TEMP: string;
|
|
2436
2615
|
/**
|
|
@@ -2473,6 +2652,10 @@ export interface MainLangFile {
|
|
|
2473
2652
|
* Weather warnings
|
|
2474
2653
|
*/
|
|
2475
2654
|
WX_WARNINGS: string;
|
|
2655
|
+
/**
|
|
2656
|
+
* Yes
|
|
2657
|
+
*/
|
|
2658
|
+
YES: string;
|
|
2476
2659
|
/**
|
|
2477
2660
|
* Zoom in
|
|
2478
2661
|
*/
|
|
@@ -2507,6 +2690,18 @@ export interface LibLangFile {
|
|
|
2507
2690
|
}
|
|
2508
2691
|
|
|
2509
2692
|
export interface MenuLangFile {
|
|
2693
|
+
/**
|
|
2694
|
+
* menu: Arrange layers
|
|
2695
|
+
*/
|
|
2696
|
+
MM_ARRANGE: string;
|
|
2697
|
+
/**
|
|
2698
|
+
* menu: Drag your favorite layers and pin them to homepage
|
|
2699
|
+
*/
|
|
2700
|
+
MM_ARRANGE_INFO: string;
|
|
2701
|
+
/**
|
|
2702
|
+
* menu: Display less layers
|
|
2703
|
+
*/
|
|
2704
|
+
MM_DISPLAY_LESS: string;
|
|
2510
2705
|
/**
|
|
2511
2706
|
* menu: Display more layers
|
|
2512
2707
|
*/
|
|
@@ -2571,6 +2766,10 @@ export interface MenuLangFile {
|
|
|
2571
2766
|
* menu: usually not more than 6 minutes
|
|
2572
2767
|
*/
|
|
2573
2768
|
MM_NOT_MORE: string;
|
|
2769
|
+
/**
|
|
2770
|
+
* menu: Weather now & new layers
|
|
2771
|
+
*/
|
|
2772
|
+
MM_NOWCAST: string;
|
|
2574
2773
|
/**
|
|
2575
2774
|
* menu: Open the main menu and use <strong>long tap</strong> to pin your favorite features here.
|
|
2576
2775
|
*/
|
|
@@ -2595,6 +2794,10 @@ export interface MenuLangFile {
|
|
|
2595
2794
|
* menu: pressure
|
|
2596
2795
|
*/
|
|
2597
2796
|
MM_PRESS_LONG: string;
|
|
2797
|
+
/**
|
|
2798
|
+
* menu: Search layers
|
|
2799
|
+
*/
|
|
2800
|
+
MM_SEARCH_LAYER: string;
|
|
2598
2801
|
/**
|
|
2599
2802
|
* menu: Get <span class="dotted">Windy Premium</span> for more frequent updates.
|
|
2600
2803
|
*/
|
|
@@ -2619,9 +2822,33 @@ export interface MenuLangFile {
|
|
|
2619
2822
|
* menu: Warnings
|
|
2620
2823
|
*/
|
|
2621
2824
|
MM_WARNINGS: string;
|
|
2825
|
+
/**
|
|
2826
|
+
* menu: Drought and warnings
|
|
2827
|
+
*/
|
|
2828
|
+
MM_WARNINGS2: string;
|
|
2622
2829
|
}
|
|
2623
2830
|
|
|
2624
2831
|
export interface NotificationsLangFile {
|
|
2832
|
+
/**
|
|
2833
|
+
* notifications: Add new alert for this location
|
|
2834
|
+
*/
|
|
2835
|
+
NOTIF_ADD_ALERT: string;
|
|
2836
|
+
/**
|
|
2837
|
+
* notifications: How to add an alert:
|
|
2838
|
+
*/
|
|
2839
|
+
NOTIF_ALERT_HOW_TO_ADD_HEADING: string;
|
|
2840
|
+
/**
|
|
2841
|
+
* notifications: Click anywhere on the map or open the detailed forecast for a location
|
|
2842
|
+
*/
|
|
2843
|
+
NOTIF_ALERT_HOW_TO_ADD_STEP_1: string;
|
|
2844
|
+
/**
|
|
2845
|
+
* notifications: Click on the "{{item}}" icon to the right of the search input
|
|
2846
|
+
*/
|
|
2847
|
+
NOTIF_ALERT_HOW_TO_ADD_STEP_2: string;
|
|
2848
|
+
/**
|
|
2849
|
+
* notifications: Alert successfully migrated
|
|
2850
|
+
*/
|
|
2851
|
+
NOTIF_ALERT_MIGRATED: string;
|
|
2625
2852
|
/**
|
|
2626
2853
|
* notifications: {title} - active on {date}
|
|
2627
2854
|
*/
|
|
@@ -2646,6 +2873,14 @@ export interface NotificationsLangFile {
|
|
|
2646
2873
|
* notifications: You will receive a notification every day with the forecast for your current location.
|
|
2647
2874
|
*/
|
|
2648
2875
|
NOTIF_DAILY_MOBILE_NOTIFICATIONS_INFO: string;
|
|
2876
|
+
/**
|
|
2877
|
+
* notifications: Day
|
|
2878
|
+
*/
|
|
2879
|
+
NOTIF_DAY: string;
|
|
2880
|
+
/**
|
|
2881
|
+
* notifications: {{count}} days
|
|
2882
|
+
*/
|
|
2883
|
+
NOTIF_DAYS: string;
|
|
2649
2884
|
/**
|
|
2650
2885
|
* notifications: An error occurred while sending the verification email
|
|
2651
2886
|
*/
|
|
@@ -2678,6 +2913,18 @@ export interface NotificationsLangFile {
|
|
|
2678
2913
|
* notifications: Manage this option in Windy.com App to receive notifications on your mobile phone.
|
|
2679
2914
|
*/
|
|
2680
2915
|
NOTIF_MOBILE_NOTIFICATIONS_INFO: string;
|
|
2916
|
+
/**
|
|
2917
|
+
* notifications: We should send notifications every
|
|
2918
|
+
*/
|
|
2919
|
+
NOTIF_NOTIFICATION_FREQUENCY: string;
|
|
2920
|
+
/**
|
|
2921
|
+
* notifications: What time should we send you notifications
|
|
2922
|
+
*/
|
|
2923
|
+
NOTIF_NOTIFICATION_TIME: string;
|
|
2924
|
+
/**
|
|
2925
|
+
* notifications: What timezone should we use to send you notifications
|
|
2926
|
+
*/
|
|
2927
|
+
NOTIF_NOTIFICATION_TIMEZONE: string;
|
|
2681
2928
|
/**
|
|
2682
2929
|
* notifications: Your email address is <strong>not verified</strong>. If you don't verify your address, we won't be able to send you emails.
|
|
2683
2930
|
*/
|
|
@@ -2694,10 +2941,6 @@ export interface NotificationsLangFile {
|
|
|
2694
2941
|
* notifications: You need to be logged in.
|
|
2695
2942
|
*/
|
|
2696
2943
|
NOTIF_UNAUTHENTICATED_MSG: string;
|
|
2697
|
-
/**
|
|
2698
|
-
* notifications: Email address is not valid.
|
|
2699
|
-
*/
|
|
2700
|
-
NOTIF_VALID_EMAIL: string;
|
|
2701
2944
|
/**
|
|
2702
2945
|
* notifications: Verification email was sent. Check your inbox.
|
|
2703
2946
|
*/
|
|
@@ -2712,6 +2955,121 @@ export interface NotificationsLangFile {
|
|
|
2712
2955
|
NOTIF_VERIFY_EMAIL: string;
|
|
2713
2956
|
}
|
|
2714
2957
|
|
|
2958
|
+
export interface OnboardingLangFile {
|
|
2959
|
+
/**
|
|
2960
|
+
* onboarding: Don't show again
|
|
2961
|
+
*/
|
|
2962
|
+
LOCATION_BTN_NOT_SHOW_AGAIN: string;
|
|
2963
|
+
/**
|
|
2964
|
+
* onboarding: Allow location permission to get accurate weather updates based on your current location.
|
|
2965
|
+
*/
|
|
2966
|
+
LOCATION_SUBTITLE: string;
|
|
2967
|
+
/**
|
|
2968
|
+
* onboarding: This feature requires location permission
|
|
2969
|
+
*/
|
|
2970
|
+
LOCATION_TITLE: string;
|
|
2971
|
+
/**
|
|
2972
|
+
* onboarding: Accept
|
|
2973
|
+
*/
|
|
2974
|
+
ONBOARDING_ACCEPT: string;
|
|
2975
|
+
/**
|
|
2976
|
+
* onboarding: Allow
|
|
2977
|
+
*/
|
|
2978
|
+
ONBOARDING_ALLOW: string;
|
|
2979
|
+
/**
|
|
2980
|
+
* onboarding: <p>We do not sell advertisement, <b>we do not use cookies or trackers</b> and we fully respect you privacy.</p><p>Our application uses anonymous analytics to provide the best possible user experience. It help us optimize and develop Windy to your preferences.</p><p>By clicking 'Allow', you agree to the use of fully anonymous analytics. For more information on how we use analytics or to change your settings, please visit "Main Menu - Privacy Protection".</p>
|
|
2981
|
+
*/
|
|
2982
|
+
ONBOARDING_ANALYTICS_DESC: string;
|
|
2983
|
+
/**
|
|
2984
|
+
* onboarding: Allow anonymous analytics
|
|
2985
|
+
*/
|
|
2986
|
+
ONBOARDING_ANALYTICS_TITLE: string;
|
|
2987
|
+
/**
|
|
2988
|
+
* onboarding: Before we start...
|
|
2989
|
+
*/
|
|
2990
|
+
ONBOARDING_BEFORE_WE_START: string;
|
|
2991
|
+
/**
|
|
2992
|
+
* onboarding: Confirm
|
|
2993
|
+
*/
|
|
2994
|
+
ONBOARDING_CONFIRM: string;
|
|
2995
|
+
/**
|
|
2996
|
+
* onboarding: Don't allow
|
|
2997
|
+
*/
|
|
2998
|
+
ONBOARDING_DONT_ALLOW: string;
|
|
2999
|
+
/**
|
|
3000
|
+
* onboarding: <p>So we can develop Windy for you.</p>
|
|
3001
|
+
*/
|
|
3002
|
+
ONBOARDING_INTERESTS_DESC: string;
|
|
3003
|
+
/**
|
|
3004
|
+
* onboarding: Agriculture
|
|
3005
|
+
*/
|
|
3006
|
+
ONBOARDING_INTERESTS_ITEM_AGRICULTURE: string;
|
|
3007
|
+
/**
|
|
3008
|
+
* onboarding: Aviation
|
|
3009
|
+
*/
|
|
3010
|
+
ONBOARDING_INTERESTS_ITEM_AVIATION: string;
|
|
3011
|
+
/**
|
|
3012
|
+
* onboarding: Boating
|
|
3013
|
+
*/
|
|
3014
|
+
ONBOARDING_INTERESTS_ITEM_BOATING: string;
|
|
3015
|
+
/**
|
|
3016
|
+
* onboarding: Meteorologist,<br>scientist
|
|
3017
|
+
*/
|
|
3018
|
+
ONBOARDING_INTERESTS_ITEM_METEOROLOGIST: string;
|
|
3019
|
+
/**
|
|
3020
|
+
* onboarding: Other
|
|
3021
|
+
*/
|
|
3022
|
+
ONBOARDING_INTERESTS_ITEM_OTHER: string;
|
|
3023
|
+
/**
|
|
3024
|
+
* onboarding: Outdoor activities
|
|
3025
|
+
*/
|
|
3026
|
+
ONBOARDING_INTERESTS_ITEM_OUTDOOR_ACTIVITIES: string;
|
|
3027
|
+
/**
|
|
3028
|
+
* onboarding: Water sports
|
|
3029
|
+
*/
|
|
3030
|
+
ONBOARDING_INTERESTS_ITEM_WATER_SPORTS: string;
|
|
3031
|
+
/**
|
|
3032
|
+
* onboarding: Wind sports
|
|
3033
|
+
*/
|
|
3034
|
+
ONBOARDING_INTERESTS_ITEM_WIND_SPORTS: string;
|
|
3035
|
+
/**
|
|
3036
|
+
* onboarding: Winter sports
|
|
3037
|
+
*/
|
|
3038
|
+
ONBOARDING_INTERESTS_ITEM_WINTER_SPORTS: string;
|
|
3039
|
+
/**
|
|
3040
|
+
* onboarding: Tell us about yourself
|
|
3041
|
+
*/
|
|
3042
|
+
ONBOARDING_INTERESTS_TITLE: string;
|
|
3043
|
+
/**
|
|
3044
|
+
* onboarding: <p>We do not sell advertisement, <b>we do not store or share you location</b> and we fully respect you privacy.</p><p>If you allow location services, we can provide you with better weather data based on your position.</p>
|
|
3045
|
+
*/
|
|
3046
|
+
ONBOARDING_LOCATION_DESC: string;
|
|
3047
|
+
/**
|
|
3048
|
+
* onboarding: Allow location services
|
|
3049
|
+
*/
|
|
3050
|
+
ONBOARDING_LOCATION_TITLE: string;
|
|
3051
|
+
/**
|
|
3052
|
+
* onboarding: Reject
|
|
3053
|
+
*/
|
|
3054
|
+
ONBOARDING_REJECT: string;
|
|
3055
|
+
/**
|
|
3056
|
+
* onboarding: Save
|
|
3057
|
+
*/
|
|
3058
|
+
ONBOARDING_SAVE: string;
|
|
3059
|
+
/**
|
|
3060
|
+
* onboarding: Set units
|
|
3061
|
+
*/
|
|
3062
|
+
ONBOARDING_SET_UNITS: string;
|
|
3063
|
+
/**
|
|
3064
|
+
* onboarding: Set up later
|
|
3065
|
+
*/
|
|
3066
|
+
ONBOARDING_SET_UP_LATER: string;
|
|
3067
|
+
/**
|
|
3068
|
+
* onboarding: Set up your units
|
|
3069
|
+
*/
|
|
3070
|
+
ONBOARDING_UNITS_TITLE: string;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
2715
3073
|
export interface ProductsLangFile {
|
|
2716
3074
|
/**
|
|
2717
3075
|
* products: Weather warnings issued by national weather agencies in a form of "CAP Alerts".
|
|
@@ -2746,7 +3104,7 @@ export interface ProductsLangFile {
|
|
|
2746
3104
|
*/
|
|
2747
3105
|
dewpoint: string;
|
|
2748
3106
|
/**
|
|
2749
|
-
* products: Dust generally consists of particles in the atmosphere that come from various sources such as soil, dust lifted by weather, volcanic eruptions, and air pollution. The level of dust concentration is given in micrograms (one-millionth of a gram) per cubic meter air or µg/m3.
|
|
3107
|
+
* products: Dust generally consists of particles in the atmosphere that come from various sources such as soil, dust lifted by weather, volcanic eruptions, and air pollution. The level of dust concentration is given in micrograms (one-millionth of a gram) per cubic meter air or µg/m3 at the surface.
|
|
2750
3108
|
*/
|
|
2751
3109
|
dustsm: string;
|
|
2752
3110
|
/**
|
|
@@ -2761,6 +3119,10 @@ export interface ProductsLangFile {
|
|
|
2761
3119
|
* products: High clouds is cloud coverage at an altitude between circa 6500m and the cloud tops. Cloud cover is given in percent.
|
|
2762
3120
|
*/
|
|
2763
3121
|
hclouds: string;
|
|
3122
|
+
/**
|
|
3123
|
+
* products: Precise, street level map of temperatures in cities.
|
|
3124
|
+
*/
|
|
3125
|
+
heatmaps: string;
|
|
2764
3126
|
/**
|
|
2765
3127
|
* products: Low clouds is cloud coverage at an altitude between the surface and circa 2000m. Cloud cover is given in percent.
|
|
2766
3128
|
*/
|
|
@@ -2793,6 +3155,10 @@ export interface ProductsLangFile {
|
|
|
2793
3155
|
* products: Reflectivity measured with doppler radar, indicating actual rain/snow/hail or amount of predicable water in clouds. Weather radar, also called Doppler weather radar, is a type of radar used to locate precipitation, calculate its motion, and estimate its type (rain, snow, hail etc.) or amount of predicable water in clouds Return echoes from targets ("reflectivity") are analyzed for their intensities to establish the precipitation rate in the scanned volume.
|
|
2794
3156
|
*/
|
|
2795
3157
|
radar: string;
|
|
3158
|
+
/**
|
|
3159
|
+
* products: A combination of a global picture of the current state of cloud cover from geostationary satellites and reflectivity measured with doppler radar, indicating actual rain/snow/hail or amount of predicable water in clouds. Beta feature.
|
|
3160
|
+
*/
|
|
3161
|
+
radarPlus: string;
|
|
2796
3162
|
/**
|
|
2797
3163
|
* products: Actual doppler radar & satellite imagery
|
|
2798
3164
|
*/
|
|
@@ -3231,6 +3597,10 @@ export interface SettingsLangFile {
|
|
|
3231
3597
|
* settings: This option requires Premium Subscription
|
|
3232
3598
|
*/
|
|
3233
3599
|
S_PREMIUM_REQ: string;
|
|
3600
|
+
/**
|
|
3601
|
+
* settings: Smooth radar and satellite animation
|
|
3602
|
+
*/
|
|
3603
|
+
S_RADSAT_INTERPOLATE: string;
|
|
3234
3604
|
/**
|
|
3235
3605
|
* settings: ...reload Windy to take effect
|
|
3236
3606
|
*/
|
|
@@ -3642,7 +4012,7 @@ export interface StationLangFile {
|
|
|
3642
4012
|
*/
|
|
3643
4013
|
STATION_DUPLICATE_EXISTS: string;
|
|
3644
4014
|
/**
|
|
3645
|
-
* station: Health
|
|
4015
|
+
* station: Health recommendations
|
|
3646
4016
|
*/
|
|
3647
4017
|
STATION_HEALTH_RECCOMENDATION: string;
|
|
3648
4018
|
/**
|
|
@@ -3702,7 +4072,7 @@ export interface StationLangFile {
|
|
|
3702
4072
|
*/
|
|
3703
4073
|
STATION_LEGEND_TIME: string;
|
|
3704
4074
|
/**
|
|
3705
|
-
* station: Observation station {{id}} does not report any
|
|
4075
|
+
* station: Observation station {{id}} does not report any data for this period
|
|
3706
4076
|
*/
|
|
3707
4077
|
STATION_LOADING_ERROR_204: string;
|
|
3708
4078
|
/**
|
|
@@ -3868,30 +4238,6 @@ export interface SubscriptionLangFile {
|
|
|
3868
4238
|
* subscription: Automatically renewed every year. You can cancel your subscription anytime.
|
|
3869
4239
|
*/
|
|
3870
4240
|
SUB_ANNUAL_STORE_REQUIREMENT: string;
|
|
3871
|
-
/**
|
|
3872
|
-
* subscription: BUY NOW
|
|
3873
|
-
*/
|
|
3874
|
-
SUB_BF_CTA_BUTTON: string;
|
|
3875
|
-
/**
|
|
3876
|
-
* subscription: Discounted price: {{amount}} <small>/year</small>
|
|
3877
|
-
*/
|
|
3878
|
-
SUB_BF_DISCOUNTED_PRICE: string;
|
|
3879
|
-
/**
|
|
3880
|
-
* subscription: Our special offer will expire in {{timeLeft}}.
|
|
3881
|
-
*/
|
|
3882
|
-
SUB_BF_EXPIRATION: string;
|
|
3883
|
-
/**
|
|
3884
|
-
* subscription: Discounted price is charged during the first year of subscription only.
|
|
3885
|
-
*/
|
|
3886
|
-
SUB_BF_FIRST_YEAR: string;
|
|
3887
|
-
/**
|
|
3888
|
-
* subscription: Normal price: {{amount}} <small>/year</small>
|
|
3889
|
-
*/
|
|
3890
|
-
SUB_BF_NORMAL_PRICE: string;
|
|
3891
|
-
/**
|
|
3892
|
-
* subscription: BLACK FRIDAY DISCOUNT
|
|
3893
|
-
*/
|
|
3894
|
-
SUB_BF_TITLE: string;
|
|
3895
4241
|
/**
|
|
3896
4242
|
* subscription: Your Windy Premium subscription has expired. Renew the subscription to continue using all its benefits.
|
|
3897
4243
|
*/
|
|
@@ -4036,6 +4382,10 @@ export interface SubscriptionLangFile {
|
|
|
4036
4382
|
* subscription: Additional <strong>mobile widgets</strong>
|
|
4037
4383
|
*/
|
|
4038
4384
|
SUB_REASON_MOBILE_WIDGETS: string;
|
|
4385
|
+
/**
|
|
4386
|
+
* subscription: <strong>Radar and Satellite archives</strong> going back <strong>1 year</strong>
|
|
4387
|
+
*/
|
|
4388
|
+
SUB_REASON_RADSAT_HISTORY: string;
|
|
4039
4389
|
/**
|
|
4040
4390
|
* subscription: <strong>12-hour</strong> loop for <strong>Radar</strong> and <strong>Satellite</strong>
|
|
4041
4391
|
*/
|
|
@@ -4044,10 +4394,6 @@ export interface SubscriptionLangFile {
|
|
|
4044
4394
|
* subscription: <strong>Route Planner</strong> for planning tasks
|
|
4045
4395
|
*/
|
|
4046
4396
|
SUB_REASON_RPLANNER: string;
|
|
4047
|
-
/**
|
|
4048
|
-
* subscription: <strong>Satellite archive</strong> going back <strong>1 year</strong>
|
|
4049
|
-
*/
|
|
4050
|
-
SUB_REASON_SAT_HISTORY: string;
|
|
4051
4397
|
/**
|
|
4052
4398
|
* subscription: Unlimited <strong>Favorites</strong> and <strong>Alerts</strong>
|
|
4053
4399
|
*/
|
|
@@ -4069,29 +4415,37 @@ export interface SubscriptionLangFile {
|
|
|
4069
4415
|
*/
|
|
4070
4416
|
SUB_RESTORE_CTA: string;
|
|
4071
4417
|
/**
|
|
4072
|
-
* subscription:
|
|
4418
|
+
* subscription: If you are having trouble with your subscription, you can restore your purchases using your order reference.
|
|
4073
4419
|
*/
|
|
4074
|
-
|
|
4420
|
+
SUB_RESTORE_DESKTOP_DESCRIPTION: string;
|
|
4421
|
+
/**
|
|
4422
|
+
* subscription: If you paid through <strong>FastSpring</strong>, the order reference looks like <code>WINDY123456-1234-12345</code> and can be found in <strong>emails</strong> from FastSpring.
|
|
4423
|
+
*/
|
|
4424
|
+
SUB_RESTORE_DESKTOP_DESCRIPTION_FS: string;
|
|
4075
4425
|
/**
|
|
4076
|
-
* subscription: If you
|
|
4426
|
+
* subscription: If you paid through <strong>Paddle</strong>, the order reference starts with <code>txn_</code> and can be found on your Paddle <strong>invoice</strong>.
|
|
4077
4427
|
*/
|
|
4078
|
-
|
|
4428
|
+
SUB_RESTORE_DESKTOP_DESCRIPTION_PADDLE: string;
|
|
4079
4429
|
/**
|
|
4080
4430
|
* subscription: Your subscription is no longer active. It has probably expired or been cancelled at your initiative. If you think it is a mistake, send us the invoice you received with your purchase at [mailAddress].
|
|
4081
4431
|
*/
|
|
4082
|
-
|
|
4432
|
+
SUB_RESTORE_DESKTOP_ERROR_EXPIRED: string;
|
|
4083
4433
|
/**
|
|
4084
4434
|
* subscription: Your subscription is not valid. Please check the invoice you received with your purchase carefully to ensure you are trying to restore Windy Premium. Or send it to us at [mailAddress].
|
|
4085
4435
|
*/
|
|
4086
|
-
|
|
4436
|
+
SUB_RESTORE_DESKTOP_ERROR_INVALID: string;
|
|
4087
4437
|
/**
|
|
4088
4438
|
* subscription: Please enter a valid order reference
|
|
4089
4439
|
*/
|
|
4090
|
-
|
|
4440
|
+
SUB_RESTORE_DESKTOP_REFERENCE_INVALID: string;
|
|
4091
4441
|
/**
|
|
4092
4442
|
* subscription: Order reference
|
|
4093
4443
|
*/
|
|
4094
|
-
|
|
4444
|
+
SUB_RESTORE_DESKTOP_REFERENCE_LABEL: string;
|
|
4445
|
+
/**
|
|
4446
|
+
* subscription: Failed to restore purchases, please try again or follow the steps in the article [article].
|
|
4447
|
+
*/
|
|
4448
|
+
SUB_RESTORE_ERROR_LINK: string;
|
|
4095
4449
|
/**
|
|
4096
4450
|
* subscription: We didn't find any purchases to restore.
|
|
4097
4451
|
*/
|
|
@@ -5088,11 +5442,263 @@ export interface WebcamsLangFile {
|
|
|
5088
5442
|
CAM_YOUR_IMAGE: string;
|
|
5089
5443
|
}
|
|
5090
5444
|
|
|
5445
|
+
export interface WidgetspromoLangFile {
|
|
5446
|
+
/**
|
|
5447
|
+
* widgetspromo: Add Windy widget
|
|
5448
|
+
*/
|
|
5449
|
+
WIDGETS_AN_HOME_BTN_ADD: string;
|
|
5450
|
+
/**
|
|
5451
|
+
* widgetspromo: In the widget settings, you can customize the location, toggle the visibility of specific information like weather data, and adjust the theme by modifying the font size and background transparency to suit your preferences.
|
|
5452
|
+
*/
|
|
5453
|
+
WIDGETS_AN_HOME_SETTINGS_DESCRIPTION: string;
|
|
5454
|
+
/**
|
|
5455
|
+
* widgetspromo: Press and hold an empty area of your home screen until the customization options appear.
|
|
5456
|
+
*/
|
|
5457
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
|
|
5458
|
+
/**
|
|
5459
|
+
* widgetspromo: Enter widget selection mode
|
|
5460
|
+
*/
|
|
5461
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_1_TITLE: string;
|
|
5462
|
+
/**
|
|
5463
|
+
* widgetspromo: From the customization options, tap the "Widgets" button to open the widget gallery.
|
|
5464
|
+
*/
|
|
5465
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
|
|
5466
|
+
/**
|
|
5467
|
+
* widgetspromo: Tap on "Widgets"
|
|
5468
|
+
*/
|
|
5469
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_2_TITLE: string;
|
|
5470
|
+
/**
|
|
5471
|
+
* widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
|
|
5472
|
+
*/
|
|
5473
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
|
|
5474
|
+
/**
|
|
5475
|
+
* widgetspromo: Select the widget
|
|
5476
|
+
*/
|
|
5477
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_3_TITLE: string;
|
|
5478
|
+
/**
|
|
5479
|
+
* widgetspromo: Scroll through the list or use the search bar to find the Windy for the widget you want to add. Tap on the widget to select it.
|
|
5480
|
+
*/
|
|
5481
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
|
|
5482
|
+
/**
|
|
5483
|
+
* widgetspromo: Select the widget
|
|
5484
|
+
*/
|
|
5485
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_4_TITLE: string;
|
|
5486
|
+
/**
|
|
5487
|
+
* widgetspromo: After dragging the widget, release it to place it on your home screen. You can move it by pressing and dragging if needed.
|
|
5488
|
+
*/
|
|
5489
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
|
|
5490
|
+
/**
|
|
5491
|
+
* widgetspromo: Place the widget
|
|
5492
|
+
*/
|
|
5493
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_5_TITLE: string;
|
|
5494
|
+
/**
|
|
5495
|
+
* widgetspromo: Some widgets offer customization options. Tap the widget after placing it to configure additional settings if available.
|
|
5496
|
+
*/
|
|
5497
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
|
|
5498
|
+
/**
|
|
5499
|
+
* widgetspromo: Customize the widget (optional)
|
|
5500
|
+
*/
|
|
5501
|
+
WIDGETS_AN_HOME_TUTORIAL_STEP_6_TITLE: string;
|
|
5502
|
+
/**
|
|
5503
|
+
* widgetspromo: Widget families
|
|
5504
|
+
*/
|
|
5505
|
+
WIDGETS_FAMILIES_TITLE: string;
|
|
5506
|
+
/**
|
|
5507
|
+
* widgetspromo: Multi day forecast, weather radar, satellite view. Everything you need too stay up with weather.
|
|
5508
|
+
*/
|
|
5509
|
+
WIDGETS_IOS_HOME_FORECAST_DESCRIPTION: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* widgetspromo: Forecast widgets
|
|
5512
|
+
*/
|
|
5513
|
+
WIDGETS_IOS_HOME_FORECAST_TITLE: string;
|
|
5514
|
+
/**
|
|
5515
|
+
* widgetspromo: Local storm, or major hurricane, radar nad satellite gives you a bigger picture of situation around new in real-time.
|
|
5516
|
+
*/
|
|
5517
|
+
WIDGETS_IOS_HOME_RADAR_DESCRIPTION: string;
|
|
5518
|
+
/**
|
|
5519
|
+
* widgetspromo: Radar and Satellite widgets
|
|
5520
|
+
*/
|
|
5521
|
+
WIDGETS_IOS_HOME_RADAR_TITLE: string;
|
|
5522
|
+
/**
|
|
5523
|
+
* widgetspromo: Choose your location, model, or level of detail you need for your use case. All of that in light, dark, or auto appereance
|
|
5524
|
+
*/
|
|
5525
|
+
WIDGETS_IOS_HOME_SETTINGS_DESCRIPTION: string;
|
|
5526
|
+
/**
|
|
5527
|
+
* widgetspromo: Add a weather forecast widget to your home screen and stay prepared for any weather, anytime!
|
|
5528
|
+
*/
|
|
5529
|
+
WIDGETS_IOS_HOME_SUBTITLE: string;
|
|
5530
|
+
/**
|
|
5531
|
+
* widgetspromo: Home screen widgets
|
|
5532
|
+
*/
|
|
5533
|
+
WIDGETS_IOS_HOME_TITLE: string;
|
|
5534
|
+
/**
|
|
5535
|
+
* widgetspromo: and navigate to the home screen where you want to add the widget.
|
|
5536
|
+
*/
|
|
5537
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_1_DESCRIPTION: string;
|
|
5538
|
+
/**
|
|
5539
|
+
* widgetspromo: Unlock your iPhone
|
|
5540
|
+
*/
|
|
5541
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_1_TITLE: string;
|
|
5542
|
+
/**
|
|
5543
|
+
* widgetspromo: Long press on an empty area of your screen or on any app until the icons start shaking. Look for the plus (+) icon in the top-left or top-right corner of the screen.
|
|
5544
|
+
*/
|
|
5545
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_2_DESCRIPTION: string;
|
|
5546
|
+
/**
|
|
5547
|
+
* widgetspromo: Enter jiggle mode
|
|
5548
|
+
*/
|
|
5549
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_2_TITLE: string;
|
|
5550
|
+
/**
|
|
5551
|
+
* widgetspromo: This action opens the widget gallery where you can browse or search for the widget you want to add.
|
|
5552
|
+
*/
|
|
5553
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_3_DESCRIPTION: string;
|
|
5554
|
+
/**
|
|
5555
|
+
* widgetspromo: Tap the plus (+) icon
|
|
5556
|
+
*/
|
|
5557
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_3_TITLE: string;
|
|
5558
|
+
/**
|
|
5559
|
+
* widgetspromo: Find the widget you wish to use by scrolling or using the search function at the top of the gallery. Tap on the widget to choose
|
|
5560
|
+
*/
|
|
5561
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_4_DESCRIPTION: string;
|
|
5562
|
+
/**
|
|
5563
|
+
* widgetspromo: Select the widget
|
|
5564
|
+
*/
|
|
5565
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_4_TITLE: string;
|
|
5566
|
+
/**
|
|
5567
|
+
* widgetspromo: Swipe to see different size options for the selected widget. Once you decide on the size, tap "Add Widget".
|
|
5568
|
+
*/
|
|
5569
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_5_DESCRIPTION: string;
|
|
5570
|
+
/**
|
|
5571
|
+
* widgetspromo: Choose the widget size
|
|
5572
|
+
*/
|
|
5573
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_5_TITLE: string;
|
|
5574
|
+
/**
|
|
5575
|
+
* widgetspromo: After adding it, you can move the widget by dragging it to your desired location on the home screen.
|
|
5576
|
+
*/
|
|
5577
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_6_DESCRIPTION: string;
|
|
5578
|
+
/**
|
|
5579
|
+
* widgetspromo: Place the widget
|
|
5580
|
+
*/
|
|
5581
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_6_TITLE: string;
|
|
5582
|
+
/**
|
|
5583
|
+
* widgetspromo: Tap "Done" in the top-right corner or press the home button if your model has one to save your changes.
|
|
5584
|
+
*/
|
|
5585
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_7_DESCRIPTION: string;
|
|
5586
|
+
/**
|
|
5587
|
+
* widgetspromo: Exit jiggle mode
|
|
5588
|
+
*/
|
|
5589
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_7_TITLE: string;
|
|
5590
|
+
/**
|
|
5591
|
+
* widgetspromo: Some widgets offer additional settings, which can be accessed by tapping on the widget once it's on your home screen.
|
|
5592
|
+
*/
|
|
5593
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_8_DESCRIPTION: string;
|
|
5594
|
+
/**
|
|
5595
|
+
* widgetspromo: Customize the widget
|
|
5596
|
+
*/
|
|
5597
|
+
WIDGETS_IOS_HOME_TUTORIAL_STEP_8_TITLE: string;
|
|
5598
|
+
/**
|
|
5599
|
+
* widgetspromo: Forecast widget provides a 4-day forecast with daily high/low temperatures and weather icons for quick insights. Hour forecast widget offers a compact view focusing on temperature and wind conditions across different times.
|
|
5600
|
+
*/
|
|
5601
|
+
WIDGETS_IOS_LOCK_FORECAST_DESCRIPTION: string;
|
|
5602
|
+
/**
|
|
5603
|
+
* widgetspromo: Forecast widgets
|
|
5604
|
+
*/
|
|
5605
|
+
WIDGETS_IOS_LOCK_FORECAST_TITLE: string;
|
|
5606
|
+
/**
|
|
5607
|
+
* widgetspromo: Lock Screen widgets are also editable. Tap on the widget when in "customize" mode to bring up the widget settings.
|
|
5608
|
+
*/
|
|
5609
|
+
WIDGETS_IOS_LOCK_SETTINGS_STEP_1_DESCRIPTION: string;
|
|
5610
|
+
/**
|
|
5611
|
+
* widgetspromo: You can select the current/custom location, forecast model, number of days you want the widget for (up to 5 days), and the background.
|
|
5612
|
+
*/
|
|
5613
|
+
WIDGETS_IOS_LOCK_SETTINGS_STEP_2_DESCRIPTION: string;
|
|
5614
|
+
/**
|
|
5615
|
+
* widgetspromo: You can set the background for each widget, allowing you to improve readability and match the widget with a wallpaper.
|
|
5616
|
+
*/
|
|
5617
|
+
WIDGETS_IOS_LOCK_SETTINGS_STEP_3_DESCRIPTION: string;
|
|
5618
|
+
/**
|
|
5619
|
+
* widgetspromo: Add a Windy widget to your Lock Screen now and always step out ready, no matter the weather!
|
|
5620
|
+
*/
|
|
5621
|
+
WIDGETS_IOS_LOCK_SUBTITLE: string;
|
|
5622
|
+
/**
|
|
5623
|
+
* widgetspromo: Lock screen widgets
|
|
5624
|
+
*/
|
|
5625
|
+
WIDGETS_IOS_LOCK_TITLE: string;
|
|
5626
|
+
/**
|
|
5627
|
+
* widgetspromo: Long press on the lock screen until the customization options appear.
|
|
5628
|
+
*/
|
|
5629
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_DESCRIPTION: string;
|
|
5630
|
+
/**
|
|
5631
|
+
* widgetspromo: Enter Lock Screen customization mode
|
|
5632
|
+
*/
|
|
5633
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_1_TITLE: string;
|
|
5634
|
+
/**
|
|
5635
|
+
* widgetspromo: Select the "Customize" option at the bottom of your lock screen to edit it.
|
|
5636
|
+
*/
|
|
5637
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_DESCRIPTION: string;
|
|
5638
|
+
/**
|
|
5639
|
+
* widgetspromo: Tap "Customize"
|
|
5640
|
+
*/
|
|
5641
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_2_TITLE: string;
|
|
5642
|
+
/**
|
|
5643
|
+
* widgetspromo: In the lock screen editor, tap on the widget area, which is located below the clock.
|
|
5644
|
+
*/
|
|
5645
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_DESCRIPTION: string;
|
|
5646
|
+
/**
|
|
5647
|
+
* widgetspromo: Tap on the widget area
|
|
5648
|
+
*/
|
|
5649
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_3_TITLE: string;
|
|
5650
|
+
/**
|
|
5651
|
+
* widgetspromo: Scroll through on Windy widgets or use the search bar to find the Windy for the widget you want to add. Tap the widget you want to select it.
|
|
5652
|
+
*/
|
|
5653
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_DESCRIPTION: string;
|
|
5654
|
+
/**
|
|
5655
|
+
* widgetspromo: Select the widget
|
|
5656
|
+
*/
|
|
5657
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_4_TITLE: string;
|
|
5658
|
+
/**
|
|
5659
|
+
* widgetspromo: After adding the widget, tap "Done" in the top-right corner to save your custom lock screen.
|
|
5660
|
+
*/
|
|
5661
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_DESCRIPTION: string;
|
|
5662
|
+
/**
|
|
5663
|
+
* widgetspromo: Save your changes
|
|
5664
|
+
*/
|
|
5665
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_5_TITLE: string;
|
|
5666
|
+
/**
|
|
5667
|
+
* widgetspromo: Once completed, lock your iPhone and check the lock screen to see the newly added widget.
|
|
5668
|
+
*/
|
|
5669
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_DESCRIPTION: string;
|
|
5670
|
+
/**
|
|
5671
|
+
* widgetspromo: Lock your iPhone
|
|
5672
|
+
*/
|
|
5673
|
+
WIDGETS_IOS_LOCK_TUTORIAL_STEP_6_TITLE: string;
|
|
5674
|
+
/**
|
|
5675
|
+
* widgetspromo: Home screen
|
|
5676
|
+
*/
|
|
5677
|
+
WIDGETS_IOS_SWITCH_HOME_BTN: string;
|
|
5678
|
+
/**
|
|
5679
|
+
* widgetspromo: Lock screen
|
|
5680
|
+
*/
|
|
5681
|
+
WIDGETS_IOS_SWITCH_LOCKSCREEN_BTN: string;
|
|
5682
|
+
/**
|
|
5683
|
+
* widgetspromo: Windy widgets
|
|
5684
|
+
*/
|
|
5685
|
+
WIDGETS_PLUGIN_TITLE: string;
|
|
5686
|
+
/**
|
|
5687
|
+
* widgetspromo: Widget settings
|
|
5688
|
+
*/
|
|
5689
|
+
WIDGETS_SETTINGS_TITLE: string;
|
|
5690
|
+
/**
|
|
5691
|
+
* widgetspromo: Step by step guide
|
|
5692
|
+
*/
|
|
5693
|
+
WIDGETS_STEPBYSTEP_TITLE: string;
|
|
5694
|
+
}
|
|
5695
|
+
|
|
5091
5696
|
// prettier-ignore
|
|
5092
|
-
export interface PluginTranslations extends AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, MenuLangFile, NotificationsLangFile, ProductsLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile {}
|
|
5697
|
+
export interface PluginTranslations extends AccumulationsLangFile, AlertsLangFile, AppreviewLangFile, ArticlesLangFile, ConsentLangFile, DistanceLangFile, FavsLangFile, HurricanesLangFile, InfoLangFile, LibLangFile, MenuLangFile, NotificationsLangFile, OnboardingLangFile, ProductsLangFile, RegisterLangFile, SettingsLangFile, SoundingLangFile, StationLangFile, SubscriptionLangFile, WatchfaceLangFile, WebcamsLangFile, WidgetspromoLangFile {}
|
|
5093
5698
|
export interface Translations extends MainLangFile, PluginTranslations {}
|
|
5094
5699
|
|
|
5095
5700
|
export interface SupportedLangFiles {
|
|
5701
|
+
accumulations: AccumulationsLangFile;
|
|
5096
5702
|
alerts: AlertsLangFile;
|
|
5097
5703
|
appreview: AppreviewLangFile;
|
|
5098
5704
|
articles: ArticlesLangFile;
|
|
@@ -5105,6 +5711,7 @@ export interface SupportedLangFiles {
|
|
|
5105
5711
|
lib: LibLangFile;
|
|
5106
5712
|
menu: MenuLangFile;
|
|
5107
5713
|
notifications: NotificationsLangFile;
|
|
5714
|
+
onboarding: OnboardingLangFile;
|
|
5108
5715
|
products: ProductsLangFile;
|
|
5109
5716
|
register: RegisterLangFile;
|
|
5110
5717
|
settings: SettingsLangFile;
|
|
@@ -5113,4 +5720,5 @@ export interface SupportedLangFiles {
|
|
|
5113
5720
|
subscription: SubscriptionLangFile;
|
|
5114
5721
|
watchface: WatchfaceLangFile;
|
|
5115
5722
|
webcams: WebcamsLangFile;
|
|
5723
|
+
widgetspromo: WidgetspromoLangFile;
|
|
5116
5724
|
}
|