@kepler.gl/localization 3.2.6 → 3.3.0-alpha.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.
- package/dist/formatted-message.d.ts +1 -1
- package/dist/locales.d.ts +1 -1
- package/dist/translations/ca.d.ts +234 -0
- package/dist/translations/ca.js +254 -20
- package/dist/translations/cn.d.ts +240 -0
- package/dist/translations/cn.js +262 -22
- package/dist/translations/en.d.ts +135 -0
- package/dist/translations/en.js +153 -18
- package/dist/translations/es.d.ts +234 -0
- package/dist/translations/es.js +252 -18
- package/dist/translations/fi.d.ts +261 -0
- package/dist/translations/fi.js +280 -19
- package/dist/translations/ja.d.ts +234 -0
- package/dist/translations/ja.js +256 -22
- package/dist/translations/pt.d.ts +263 -0
- package/dist/translations/pt.js +283 -20
- package/dist/translations/ru.d.ts +235 -0
- package/dist/translations/ru.js +272 -37
- package/package.json +6 -4
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
|
10
10
|
stroke: string;
|
|
11
11
|
density: string;
|
|
12
12
|
height: string;
|
|
13
|
+
coverage: string;
|
|
13
14
|
sum: string;
|
|
14
15
|
pointCount: string;
|
|
15
16
|
};
|
|
@@ -21,6 +22,7 @@ declare const _default: {
|
|
|
21
22
|
selectValue: string;
|
|
22
23
|
enterValue: string;
|
|
23
24
|
empty: string;
|
|
25
|
+
selectLayer: string;
|
|
24
26
|
};
|
|
25
27
|
misc: {
|
|
26
28
|
by: string;
|
|
@@ -46,10 +48,14 @@ declare const _default: {
|
|
|
46
48
|
label: string;
|
|
47
49
|
labelWithId: string;
|
|
48
50
|
fontSize: string;
|
|
51
|
+
fontWeight: string;
|
|
49
52
|
fontColor: string;
|
|
50
53
|
textAnchor: string;
|
|
51
54
|
alignment: string;
|
|
52
55
|
addMoreLabel: string;
|
|
56
|
+
backgroundColor: string;
|
|
57
|
+
outlineWidth: string;
|
|
58
|
+
outlineColor: string;
|
|
53
59
|
};
|
|
54
60
|
};
|
|
55
61
|
sidebar: {
|
|
@@ -58,10 +64,16 @@ declare const _default: {
|
|
|
58
64
|
filter: string;
|
|
59
65
|
interaction: string;
|
|
60
66
|
basemap: string;
|
|
67
|
+
annotation: string;
|
|
68
|
+
};
|
|
69
|
+
panelViewToggle: {
|
|
70
|
+
list: string;
|
|
71
|
+
byDataset: string;
|
|
61
72
|
};
|
|
62
73
|
};
|
|
63
74
|
layer: {
|
|
64
75
|
required: string;
|
|
76
|
+
columnModesSeparator: string;
|
|
65
77
|
radius: string;
|
|
66
78
|
color: string;
|
|
67
79
|
fillColor: string;
|
|
@@ -81,6 +93,10 @@ declare const _default: {
|
|
|
81
93
|
aggregateBy: string;
|
|
82
94
|
'3DModel': string;
|
|
83
95
|
'3DModelOptions': string;
|
|
96
|
+
service: string;
|
|
97
|
+
layer: string;
|
|
98
|
+
appearance: string;
|
|
99
|
+
uniqueIdField: string;
|
|
84
100
|
type: {
|
|
85
101
|
point: string;
|
|
86
102
|
arc: string;
|
|
@@ -97,10 +113,22 @@ declare const _default: {
|
|
|
97
113
|
trip: string;
|
|
98
114
|
s2: string;
|
|
99
115
|
'3d': string;
|
|
116
|
+
flow: string;
|
|
117
|
+
vectortile: string;
|
|
118
|
+
rastertile: string;
|
|
119
|
+
wms: string;
|
|
120
|
+
tile3d: string;
|
|
121
|
+
};
|
|
122
|
+
wms: {
|
|
123
|
+
hover: string;
|
|
100
124
|
};
|
|
101
125
|
layerUpdateError: string;
|
|
126
|
+
interaction: string;
|
|
127
|
+
heatmap: string;
|
|
128
|
+
aggregation: string;
|
|
102
129
|
};
|
|
103
130
|
layerVisConfigs: {
|
|
131
|
+
angle: string;
|
|
104
132
|
strokeWidth: string;
|
|
105
133
|
strokeWidthRange: string;
|
|
106
134
|
radius: string;
|
|
@@ -113,6 +141,7 @@ declare const _default: {
|
|
|
113
141
|
billboardDescription: string;
|
|
114
142
|
fadeTrail: string;
|
|
115
143
|
opacity: string;
|
|
144
|
+
pointSize: string;
|
|
116
145
|
coverage: string;
|
|
117
146
|
outline: string;
|
|
118
147
|
colorRange: string;
|
|
@@ -122,6 +151,7 @@ declare const _default: {
|
|
|
122
151
|
targetColor: string;
|
|
123
152
|
colorAggregation: string;
|
|
124
153
|
heightAggregation: string;
|
|
154
|
+
weightAggregation: string;
|
|
125
155
|
resolutionRange: string;
|
|
126
156
|
sizeScale: string;
|
|
127
157
|
worldUnitSize: string;
|
|
@@ -139,16 +169,43 @@ declare const _default: {
|
|
|
139
169
|
enablePolygonHeight: string;
|
|
140
170
|
showWireframe: string;
|
|
141
171
|
weightIntensity: string;
|
|
172
|
+
intensity: string;
|
|
173
|
+
threshold: string;
|
|
142
174
|
zoomScale: string;
|
|
143
175
|
heightRange: string;
|
|
144
176
|
heightMultiplier: string;
|
|
145
177
|
fixedHeight: string;
|
|
146
178
|
fixedHeightDescription: string;
|
|
179
|
+
allowHover: string;
|
|
180
|
+
allowHoverDescription: string;
|
|
181
|
+
flow: {
|
|
182
|
+
fade: string;
|
|
183
|
+
fadeEnabled: string;
|
|
184
|
+
fadeAmount: string;
|
|
185
|
+
display: string;
|
|
186
|
+
renderingMode: string;
|
|
187
|
+
renderingModes: {
|
|
188
|
+
straight: string;
|
|
189
|
+
curved: string;
|
|
190
|
+
'animated-straight': string;
|
|
191
|
+
};
|
|
192
|
+
adaptiveScalesEnabled: string;
|
|
193
|
+
clusteringEnabled: string;
|
|
194
|
+
lineThicknessScale: string;
|
|
195
|
+
lineCurviness: string;
|
|
196
|
+
locationTotalsEnabled: string;
|
|
197
|
+
maxTopFlowsDisplayNum: string;
|
|
198
|
+
};
|
|
199
|
+
showNeighborOnHover: string;
|
|
200
|
+
showHighlightColor: string;
|
|
201
|
+
darkModeEnabled: string;
|
|
202
|
+
transparentBackground: string;
|
|
147
203
|
};
|
|
148
204
|
layerManager: {
|
|
149
205
|
addData: string;
|
|
150
206
|
addLayer: string;
|
|
151
207
|
layerBlending: string;
|
|
208
|
+
overlayBlending: string;
|
|
152
209
|
};
|
|
153
210
|
mapManager: {
|
|
154
211
|
mapStyle: string;
|
|
@@ -156,12 +213,55 @@ declare const _default: {
|
|
|
156
213
|
'3dBuildingColor': string;
|
|
157
214
|
backgroundColor: string;
|
|
158
215
|
};
|
|
216
|
+
effectManager: {
|
|
217
|
+
effects: string;
|
|
218
|
+
addEffect: string;
|
|
219
|
+
pickDateTime: string;
|
|
220
|
+
currentTime: string;
|
|
221
|
+
pickCurrrentTime: string;
|
|
222
|
+
date: string;
|
|
223
|
+
time: string;
|
|
224
|
+
timezone: string;
|
|
225
|
+
};
|
|
226
|
+
annotationManager: {
|
|
227
|
+
title: string;
|
|
228
|
+
addAnnotation: string;
|
|
229
|
+
type: string;
|
|
230
|
+
lineWidth: string;
|
|
231
|
+
color: string;
|
|
232
|
+
};
|
|
233
|
+
effectDescription: {
|
|
234
|
+
lightAndShadow: string;
|
|
235
|
+
ink: string;
|
|
236
|
+
brightnessContrast: string;
|
|
237
|
+
hueSaturation: string;
|
|
238
|
+
vibrance: string;
|
|
239
|
+
sepia: string;
|
|
240
|
+
dotScreen: string;
|
|
241
|
+
colorHalftone: string;
|
|
242
|
+
noise: string;
|
|
243
|
+
triangleBlur: string;
|
|
244
|
+
zoomBlur: string;
|
|
245
|
+
tiltShift: string;
|
|
246
|
+
edgeWork: string;
|
|
247
|
+
vignette: string;
|
|
248
|
+
magnify: string;
|
|
249
|
+
hexagonalPixelate: string;
|
|
250
|
+
distanceFog: string;
|
|
251
|
+
surfaceFog: string;
|
|
252
|
+
};
|
|
159
253
|
layerConfiguration: {
|
|
160
254
|
defaultDescription: string;
|
|
161
255
|
howTo: string;
|
|
256
|
+
showColorChart: string;
|
|
257
|
+
hideColorChart: string;
|
|
162
258
|
};
|
|
163
259
|
filterManager: {
|
|
164
260
|
addFilter: string;
|
|
261
|
+
timeFilterSync: string;
|
|
262
|
+
timeLayerSync: string;
|
|
263
|
+
timeLayerUnsync: string;
|
|
264
|
+
column: string;
|
|
165
265
|
};
|
|
166
266
|
datasetTitle: {
|
|
167
267
|
showDataTable: string;
|
|
@@ -169,6 +269,10 @@ declare const _default: {
|
|
|
169
269
|
};
|
|
170
270
|
datasetInfo: {
|
|
171
271
|
rowCount: string;
|
|
272
|
+
vectorTile: string;
|
|
273
|
+
rasterTile: string;
|
|
274
|
+
wmsTile: string;
|
|
275
|
+
tile3d: string;
|
|
172
276
|
};
|
|
173
277
|
tooltip: {
|
|
174
278
|
hideLayer: string;
|
|
@@ -178,6 +282,8 @@ declare const _default: {
|
|
|
178
282
|
hide: string;
|
|
179
283
|
show: string;
|
|
180
284
|
removeLayer: string;
|
|
285
|
+
duplicateLayer: string;
|
|
286
|
+
zoomToLayer: string;
|
|
181
287
|
resetAfterError: string;
|
|
182
288
|
layerSettings: string;
|
|
183
289
|
closePanel: string;
|
|
@@ -192,10 +298,35 @@ declare const _default: {
|
|
|
192
298
|
showLayerPanel: string;
|
|
193
299
|
moveToTop: string;
|
|
194
300
|
selectBaseMapStyle: string;
|
|
301
|
+
removeBaseMapStyle: string;
|
|
195
302
|
delete: string;
|
|
196
303
|
timePlayback: string;
|
|
304
|
+
timeFilterSync: string;
|
|
197
305
|
cloudStorage: string;
|
|
198
306
|
'3DMap': string;
|
|
307
|
+
animationByWindow: string;
|
|
308
|
+
animationByIncremental: string;
|
|
309
|
+
speed: string;
|
|
310
|
+
play: string;
|
|
311
|
+
pause: string;
|
|
312
|
+
reset: string;
|
|
313
|
+
export: string;
|
|
314
|
+
timeLayerSync: string;
|
|
315
|
+
timeLayerUnsync: string;
|
|
316
|
+
syncTimelineStart: string;
|
|
317
|
+
syncTimelineEnd: string;
|
|
318
|
+
showEffectPanel: string;
|
|
319
|
+
hideEffectPanel: string;
|
|
320
|
+
showAnnotationPanel: string;
|
|
321
|
+
hideAnnotationPanel: string;
|
|
322
|
+
removeAnnotation: string;
|
|
323
|
+
duplicateAnnotation: string;
|
|
324
|
+
hideAnnotation: string;
|
|
325
|
+
showAnnotation: string;
|
|
326
|
+
annotationSettings: string;
|
|
327
|
+
removeEffect: string;
|
|
328
|
+
disableEffect: string;
|
|
329
|
+
effectSettings: string;
|
|
199
330
|
};
|
|
200
331
|
toolbar: {
|
|
201
332
|
en: string;
|
|
@@ -209,6 +340,7 @@ declare const _default: {
|
|
|
209
340
|
exportImage: string;
|
|
210
341
|
exportData: string;
|
|
211
342
|
exportMap: string;
|
|
343
|
+
exportVideo: string;
|
|
212
344
|
shareMapURL: string;
|
|
213
345
|
saveMap: string;
|
|
214
346
|
select: string;
|
|
@@ -217,6 +349,16 @@ declare const _default: {
|
|
|
217
349
|
hide: string;
|
|
218
350
|
show: string;
|
|
219
351
|
};
|
|
352
|
+
editor: {
|
|
353
|
+
filterLayer: string;
|
|
354
|
+
filterLayerDisabled: string;
|
|
355
|
+
copyGeometry: string;
|
|
356
|
+
noLayersToFilter: string;
|
|
357
|
+
};
|
|
358
|
+
exportVideoModal: {
|
|
359
|
+
animation: string;
|
|
360
|
+
settings: string;
|
|
361
|
+
};
|
|
220
362
|
modal: {
|
|
221
363
|
title: {
|
|
222
364
|
deleteDataset: string;
|
|
@@ -224,6 +366,7 @@ declare const _default: {
|
|
|
224
366
|
exportImage: string;
|
|
225
367
|
exportData: string;
|
|
226
368
|
exportMap: string;
|
|
369
|
+
exportVideo: string;
|
|
227
370
|
addCustomMapboxStyle: string;
|
|
228
371
|
saveMap: string;
|
|
229
372
|
shareURL: string;
|
|
@@ -250,6 +393,10 @@ declare const _default: {
|
|
|
250
393
|
mapLegendTitle: string;
|
|
251
394
|
mapLegendAdd: string;
|
|
252
395
|
};
|
|
396
|
+
exportVideo: {
|
|
397
|
+
animation: string;
|
|
398
|
+
settings: string;
|
|
399
|
+
};
|
|
253
400
|
exportData: {
|
|
254
401
|
datasetTitle: string;
|
|
255
402
|
datasetSubtitle: string;
|
|
@@ -262,6 +409,7 @@ declare const _default: {
|
|
|
262
409
|
unfilteredData: string;
|
|
263
410
|
fileCount: string;
|
|
264
411
|
rowCount: string;
|
|
412
|
+
tiledDatasetWarning: string;
|
|
265
413
|
};
|
|
266
414
|
deleteData: {
|
|
267
415
|
warning: string;
|
|
@@ -277,11 +425,15 @@ declare const _default: {
|
|
|
277
425
|
publishSubtitle7: string;
|
|
278
426
|
exampleToken: string;
|
|
279
427
|
pasteTitle: string;
|
|
428
|
+
pasteSubtitle0: string;
|
|
280
429
|
pasteSubtitle1: string;
|
|
281
430
|
pasteSubtitle2: string;
|
|
431
|
+
pasteSubtitle3: string;
|
|
432
|
+
pasteSubtitle4: string;
|
|
282
433
|
namingTitle: string;
|
|
283
434
|
};
|
|
284
435
|
shareMap: {
|
|
436
|
+
title: string;
|
|
285
437
|
shareUriTitle: string;
|
|
286
438
|
shareUriSubtitle: string;
|
|
287
439
|
cloudTitle: string;
|
|
@@ -306,6 +458,7 @@ declare const _default: {
|
|
|
306
458
|
tokenSubtitle: string;
|
|
307
459
|
tokenPlaceholder: string;
|
|
308
460
|
tokenMisuseWarning: string;
|
|
461
|
+
tokenSecurityWarning: string;
|
|
309
462
|
tokenDisclaimer: string;
|
|
310
463
|
tokenUpdate: string;
|
|
311
464
|
modeTitle: string;
|
|
@@ -327,14 +480,24 @@ declare const _default: {
|
|
|
327
480
|
};
|
|
328
481
|
loadData: {
|
|
329
482
|
upload: string;
|
|
483
|
+
tileset: string;
|
|
330
484
|
storage: string;
|
|
331
485
|
};
|
|
332
486
|
tripInfo: {
|
|
333
487
|
title: string;
|
|
488
|
+
titleTable: string;
|
|
334
489
|
description1: string;
|
|
490
|
+
descriptionTable1: string;
|
|
335
491
|
code: string;
|
|
336
492
|
description2: string;
|
|
337
493
|
example: string;
|
|
494
|
+
exampleTable: string;
|
|
495
|
+
};
|
|
496
|
+
polygonInfo: {
|
|
497
|
+
title: string;
|
|
498
|
+
titleTable: string;
|
|
499
|
+
descriptionTable: string;
|
|
500
|
+
exampleTable: string;
|
|
338
501
|
};
|
|
339
502
|
iconInfo: {
|
|
340
503
|
title: string;
|
|
@@ -357,16 +520,19 @@ declare const _default: {
|
|
|
357
520
|
goToPage: string;
|
|
358
521
|
storageMaps: string;
|
|
359
522
|
noSavedMaps: string;
|
|
523
|
+
foursquareStorageMessage: string;
|
|
360
524
|
};
|
|
361
525
|
};
|
|
362
526
|
header: {
|
|
363
527
|
visibleLayers: string;
|
|
364
528
|
layerLegend: string;
|
|
529
|
+
annotations: string;
|
|
365
530
|
};
|
|
366
531
|
interactions: {
|
|
367
532
|
tooltip: string;
|
|
368
533
|
brush: string;
|
|
369
534
|
coordinate: string;
|
|
535
|
+
geocoder: string;
|
|
370
536
|
};
|
|
371
537
|
layerBlending: {
|
|
372
538
|
title: string;
|
|
@@ -374,13 +540,29 @@ declare const _default: {
|
|
|
374
540
|
normal: string;
|
|
375
541
|
subtractive: string;
|
|
376
542
|
};
|
|
543
|
+
overlayBlending: {
|
|
544
|
+
title: string;
|
|
545
|
+
description: string;
|
|
546
|
+
screen: string;
|
|
547
|
+
normal: string;
|
|
548
|
+
darken: string;
|
|
549
|
+
};
|
|
377
550
|
columns: {
|
|
378
551
|
title: string;
|
|
379
552
|
lat: string;
|
|
380
553
|
lng: string;
|
|
381
554
|
altitude: string;
|
|
555
|
+
alt: string;
|
|
556
|
+
id: string;
|
|
557
|
+
timestamp: string;
|
|
382
558
|
icon: string;
|
|
383
559
|
geojson: string;
|
|
560
|
+
geoarrow: string;
|
|
561
|
+
geoarrow0: string;
|
|
562
|
+
geoarrow1: string;
|
|
563
|
+
token: string;
|
|
564
|
+
sortBy: string;
|
|
565
|
+
neighbors: string;
|
|
384
566
|
arc: {
|
|
385
567
|
lat0: string;
|
|
386
568
|
lng0: string;
|
|
@@ -397,17 +579,38 @@ declare const _default: {
|
|
|
397
579
|
hexagon: {
|
|
398
580
|
worldUnitSize: string;
|
|
399
581
|
};
|
|
582
|
+
flow: {
|
|
583
|
+
source: {
|
|
584
|
+
lat: string;
|
|
585
|
+
lng: string;
|
|
586
|
+
name: string;
|
|
587
|
+
h3: string;
|
|
588
|
+
};
|
|
589
|
+
target: {
|
|
590
|
+
lat: string;
|
|
591
|
+
lng: string;
|
|
592
|
+
name: string;
|
|
593
|
+
h3: string;
|
|
594
|
+
};
|
|
595
|
+
count: string;
|
|
596
|
+
};
|
|
597
|
+
hex_id: string;
|
|
400
598
|
};
|
|
401
599
|
color: {
|
|
402
600
|
customPalette: string;
|
|
403
601
|
steps: string;
|
|
404
602
|
type: string;
|
|
603
|
+
colorBlindSafe: string;
|
|
405
604
|
reversed: string;
|
|
605
|
+
disableStepReason: string;
|
|
606
|
+
preset: string;
|
|
607
|
+
picker: string;
|
|
406
608
|
};
|
|
407
609
|
scale: {
|
|
408
610
|
colorScale: string;
|
|
409
611
|
sizeScale: string;
|
|
410
612
|
strokeScale: string;
|
|
613
|
+
strokeColorScale: string;
|
|
411
614
|
scale: string;
|
|
412
615
|
};
|
|
413
616
|
fileUploader: {
|
|
@@ -420,10 +623,70 @@ declare const _default: {
|
|
|
420
623
|
fileNotSupported: string;
|
|
421
624
|
or: string;
|
|
422
625
|
};
|
|
626
|
+
tilesetSetup: {
|
|
627
|
+
header: string;
|
|
628
|
+
rasterTileHeader: string;
|
|
629
|
+
addTilesetText: string;
|
|
630
|
+
};
|
|
631
|
+
geocoder: {
|
|
632
|
+
title: string;
|
|
633
|
+
};
|
|
634
|
+
fieldSelector: {
|
|
635
|
+
clearAll: string;
|
|
636
|
+
formatting: string;
|
|
637
|
+
};
|
|
638
|
+
compare: {
|
|
639
|
+
modeLabel: string;
|
|
640
|
+
typeLabel: string;
|
|
641
|
+
types: {
|
|
642
|
+
absolute: string;
|
|
643
|
+
relative: string;
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
mapPopover: {
|
|
647
|
+
primary: string;
|
|
648
|
+
};
|
|
423
649
|
density: string;
|
|
424
650
|
'Bug Report': string;
|
|
425
651
|
'User Guide': string;
|
|
426
652
|
Save: string;
|
|
427
653
|
Share: string;
|
|
654
|
+
flow: {
|
|
655
|
+
tooltip: {
|
|
656
|
+
location: {
|
|
657
|
+
name: string;
|
|
658
|
+
incomingCount: string;
|
|
659
|
+
outgoingCount: string;
|
|
660
|
+
internalCount: string;
|
|
661
|
+
};
|
|
662
|
+
flow: {
|
|
663
|
+
sourceName: string;
|
|
664
|
+
targetName: string;
|
|
665
|
+
count: string;
|
|
666
|
+
};
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
mapLegend: {
|
|
670
|
+
layers: {
|
|
671
|
+
line: {
|
|
672
|
+
singleColor: {
|
|
673
|
+
sourceColor: string;
|
|
674
|
+
targetColor: string;
|
|
675
|
+
};
|
|
676
|
+
};
|
|
677
|
+
arc: {
|
|
678
|
+
singleColor: {
|
|
679
|
+
sourceColor: string;
|
|
680
|
+
targetColor: string;
|
|
681
|
+
};
|
|
682
|
+
};
|
|
683
|
+
default: {
|
|
684
|
+
singleColor: {
|
|
685
|
+
color: string;
|
|
686
|
+
strokeColor: string;
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
};
|
|
428
691
|
};
|
|
429
692
|
export default _default;
|