@kepler.gl/localization 3.3.0-alpha.0 → 3.3.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/formatted-message.d.ts +1 -1
- package/dist/formatted-message.js +9 -4
- package/dist/translations/ca.d.ts +235 -0
- package/dist/translations/ca.js +255 -20
- package/dist/translations/cn.d.ts +241 -0
- package/dist/translations/cn.js +263 -22
- package/dist/translations/en.d.ts +135 -0
- package/dist/translations/en.js +153 -18
- package/dist/translations/es.d.ts +235 -0
- package/dist/translations/es.js +253 -18
- package/dist/translations/fi.d.ts +262 -0
- package/dist/translations/fi.js +281 -19
- package/dist/translations/ja.d.ts +235 -0
- package/dist/translations/ja.js +257 -22
- package/dist/translations/pt.d.ts +264 -0
- package/dist/translations/pt.js +284 -20
- package/dist/translations/ru.d.ts +236 -0
- package/dist/translations/ru.js +273 -37
- package/package.json +8 -6
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
selectValue: string;
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
|
+
selectLayer: string;
|
|
25
26
|
};
|
|
26
27
|
misc: {
|
|
27
28
|
by: string;
|
|
@@ -40,16 +41,21 @@ declare const _default: {
|
|
|
40
41
|
water: string;
|
|
41
42
|
land: string;
|
|
42
43
|
'3dBuilding': string;
|
|
44
|
+
background: string;
|
|
43
45
|
};
|
|
44
46
|
panel: {
|
|
45
47
|
text: {
|
|
46
48
|
label: string;
|
|
47
49
|
labelWithId: string;
|
|
48
50
|
fontSize: string;
|
|
51
|
+
fontWeight: string;
|
|
49
52
|
fontColor: string;
|
|
53
|
+
backgroundColor: string;
|
|
50
54
|
textAnchor: string;
|
|
51
55
|
alignment: string;
|
|
52
56
|
addMoreLabel: 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,7 +113,19 @@ 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
|
};
|
|
125
|
+
layerUpdateError: string;
|
|
126
|
+
interaction: string;
|
|
127
|
+
heatmap: string;
|
|
128
|
+
aggregation: string;
|
|
101
129
|
};
|
|
102
130
|
layerVisConfigs: {
|
|
103
131
|
angle: string;
|
|
@@ -109,7 +137,11 @@ declare const _default: {
|
|
|
109
137
|
radiusRange: string;
|
|
110
138
|
clusterRadius: string;
|
|
111
139
|
radiusRangePixels: string;
|
|
140
|
+
billboard: string;
|
|
141
|
+
billboardDescription: string;
|
|
142
|
+
fadeTrail: string;
|
|
112
143
|
opacity: string;
|
|
144
|
+
pointSize: string;
|
|
113
145
|
coverage: string;
|
|
114
146
|
outline: string;
|
|
115
147
|
colorRange: string;
|
|
@@ -119,6 +151,7 @@ declare const _default: {
|
|
|
119
151
|
targetColor: string;
|
|
120
152
|
colorAggregation: string;
|
|
121
153
|
heightAggregation: string;
|
|
154
|
+
weightAggregation: string;
|
|
122
155
|
resolutionRange: string;
|
|
123
156
|
sizeScale: string;
|
|
124
157
|
worldUnitSize: string;
|
|
@@ -136,26 +169,99 @@ declare const _default: {
|
|
|
136
169
|
enablePolygonHeight: string;
|
|
137
170
|
showWireframe: string;
|
|
138
171
|
weightIntensity: string;
|
|
172
|
+
intensity: string;
|
|
173
|
+
threshold: string;
|
|
139
174
|
zoomScale: string;
|
|
140
175
|
heightRange: string;
|
|
141
176
|
heightMultiplier: string;
|
|
177
|
+
fixedHeight: string;
|
|
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;
|
|
142
203
|
};
|
|
143
204
|
layerManager: {
|
|
144
205
|
addData: string;
|
|
145
206
|
addLayer: string;
|
|
146
207
|
layerBlending: string;
|
|
208
|
+
overlayBlending: string;
|
|
147
209
|
};
|
|
148
210
|
mapManager: {
|
|
149
211
|
mapStyle: string;
|
|
150
212
|
addMapStyle: string;
|
|
151
213
|
'3dBuildingColor': string;
|
|
214
|
+
backgroundColor: string;
|
|
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;
|
|
152
252
|
};
|
|
153
253
|
layerConfiguration: {
|
|
154
254
|
defaultDescription: string;
|
|
155
255
|
howTo: string;
|
|
256
|
+
showColorChart: string;
|
|
257
|
+
hideColorChart: string;
|
|
156
258
|
};
|
|
157
259
|
filterManager: {
|
|
158
260
|
addFilter: string;
|
|
261
|
+
timeFilterSync: string;
|
|
262
|
+
timeLayerSync: string;
|
|
263
|
+
timeLayerUnsync: string;
|
|
264
|
+
column: string;
|
|
159
265
|
};
|
|
160
266
|
datasetTitle: {
|
|
161
267
|
showDataTable: string;
|
|
@@ -163,6 +269,10 @@ declare const _default: {
|
|
|
163
269
|
};
|
|
164
270
|
datasetInfo: {
|
|
165
271
|
rowCount: string;
|
|
272
|
+
vectorTile: string;
|
|
273
|
+
rasterTile: string;
|
|
274
|
+
wmsTile: string;
|
|
275
|
+
tile3d: string;
|
|
166
276
|
};
|
|
167
277
|
tooltip: {
|
|
168
278
|
hideLayer: string;
|
|
@@ -176,6 +286,7 @@ declare const _default: {
|
|
|
176
286
|
layerSettings: string;
|
|
177
287
|
closePanel: string;
|
|
178
288
|
switchToDualView: string;
|
|
289
|
+
selectSplitMode: string;
|
|
179
290
|
showLegend: string;
|
|
180
291
|
disable3DMap: string;
|
|
181
292
|
DrawOnMap: string;
|
|
@@ -196,6 +307,27 @@ declare const _default: {
|
|
|
196
307
|
play: string;
|
|
197
308
|
pause: string;
|
|
198
309
|
reset: string;
|
|
310
|
+
export: string;
|
|
311
|
+
resetAfterError: string;
|
|
312
|
+
zoomToLayer: string;
|
|
313
|
+
removeBaseMapStyle: string;
|
|
314
|
+
timeFilterSync: string;
|
|
315
|
+
syncTimelineStart: string;
|
|
316
|
+
syncTimelineEnd: string;
|
|
317
|
+
showEffectPanel: string;
|
|
318
|
+
hideEffectPanel: string;
|
|
319
|
+
showAnnotationPanel: string;
|
|
320
|
+
hideAnnotationPanel: string;
|
|
321
|
+
removeAnnotation: string;
|
|
322
|
+
duplicateAnnotation: string;
|
|
323
|
+
hideAnnotation: string;
|
|
324
|
+
showAnnotation: string;
|
|
325
|
+
annotationSettings: string;
|
|
326
|
+
removeEffect: string;
|
|
327
|
+
disableEffect: string;
|
|
328
|
+
effectSettings: string;
|
|
329
|
+
timeLayerSync: string;
|
|
330
|
+
timeLayerUnsync: string;
|
|
199
331
|
};
|
|
200
332
|
toolbar: {
|
|
201
333
|
en: string;
|
|
@@ -210,6 +342,7 @@ declare const _default: {
|
|
|
210
342
|
exportData: string;
|
|
211
343
|
exportMap: string;
|
|
212
344
|
shareMapURL: string;
|
|
345
|
+
exportVideo: string;
|
|
213
346
|
saveMap: string;
|
|
214
347
|
select: string;
|
|
215
348
|
polygon: string;
|
|
@@ -219,7 +352,13 @@ declare const _default: {
|
|
|
219
352
|
};
|
|
220
353
|
editor: {
|
|
221
354
|
filterLayer: string;
|
|
355
|
+
filterLayerDisabled: string;
|
|
222
356
|
copyGeometry: string;
|
|
357
|
+
noLayersToFilter: string;
|
|
358
|
+
};
|
|
359
|
+
exportVideoModal: {
|
|
360
|
+
animation: string;
|
|
361
|
+
settings: string;
|
|
223
362
|
};
|
|
224
363
|
modal: {
|
|
225
364
|
title: {
|
|
@@ -228,6 +367,7 @@ declare const _default: {
|
|
|
228
367
|
exportImage: string;
|
|
229
368
|
exportData: string;
|
|
230
369
|
exportMap: string;
|
|
370
|
+
exportVideo: string;
|
|
231
371
|
addCustomMapboxStyle: string;
|
|
232
372
|
saveMap: string;
|
|
233
373
|
shareURL: string;
|
|
@@ -254,6 +394,10 @@ declare const _default: {
|
|
|
254
394
|
mapLegendTitle: string;
|
|
255
395
|
mapLegendAdd: string;
|
|
256
396
|
};
|
|
397
|
+
exportVideo: {
|
|
398
|
+
animation: string;
|
|
399
|
+
settings: string;
|
|
400
|
+
};
|
|
257
401
|
exportData: {
|
|
258
402
|
datasetTitle: string;
|
|
259
403
|
datasetSubtitle: string;
|
|
@@ -266,6 +410,7 @@ declare const _default: {
|
|
|
266
410
|
unfilteredData: string;
|
|
267
411
|
fileCount: string;
|
|
268
412
|
rowCount: string;
|
|
413
|
+
tiledDatasetWarning: string;
|
|
269
414
|
};
|
|
270
415
|
deleteData: {
|
|
271
416
|
warning: string;
|
|
@@ -289,6 +434,7 @@ declare const _default: {
|
|
|
289
434
|
namingTitle: string;
|
|
290
435
|
};
|
|
291
436
|
shareMap: {
|
|
437
|
+
title: string;
|
|
292
438
|
shareUriTitle: string;
|
|
293
439
|
shareUriSubtitle: string;
|
|
294
440
|
cloudTitle: string;
|
|
@@ -313,6 +459,7 @@ declare const _default: {
|
|
|
313
459
|
tokenSubtitle: string;
|
|
314
460
|
tokenPlaceholder: string;
|
|
315
461
|
tokenMisuseWarning: string;
|
|
462
|
+
tokenSecurityWarning: string;
|
|
316
463
|
tokenDisclaimer: string;
|
|
317
464
|
tokenUpdate: string;
|
|
318
465
|
modeTitle: string;
|
|
@@ -334,14 +481,24 @@ declare const _default: {
|
|
|
334
481
|
};
|
|
335
482
|
loadData: {
|
|
336
483
|
upload: string;
|
|
484
|
+
tileset: string;
|
|
337
485
|
storage: string;
|
|
338
486
|
};
|
|
339
487
|
tripInfo: {
|
|
340
488
|
title: string;
|
|
489
|
+
titleTable: string;
|
|
341
490
|
description1: string;
|
|
342
491
|
code: string;
|
|
343
492
|
description2: string;
|
|
493
|
+
descriptionTable1: string;
|
|
344
494
|
example: string;
|
|
495
|
+
exampleTable: string;
|
|
496
|
+
};
|
|
497
|
+
polygonInfo: {
|
|
498
|
+
title: string;
|
|
499
|
+
titleTable: string;
|
|
500
|
+
descriptionTable: string;
|
|
501
|
+
exampleTable: string;
|
|
345
502
|
};
|
|
346
503
|
iconInfo: {
|
|
347
504
|
title: string;
|
|
@@ -364,11 +521,13 @@ declare const _default: {
|
|
|
364
521
|
goToPage: string;
|
|
365
522
|
storageMaps: string;
|
|
366
523
|
noSavedMaps: string;
|
|
524
|
+
foursquareStorageMessage: string;
|
|
367
525
|
};
|
|
368
526
|
};
|
|
369
527
|
header: {
|
|
370
528
|
visibleLayers: string;
|
|
371
529
|
layerLegend: string;
|
|
530
|
+
annotations: string;
|
|
372
531
|
};
|
|
373
532
|
interactions: {
|
|
374
533
|
tooltip: string;
|
|
@@ -382,14 +541,29 @@ declare const _default: {
|
|
|
382
541
|
normal: string;
|
|
383
542
|
subtractive: string;
|
|
384
543
|
};
|
|
544
|
+
overlayBlending: {
|
|
545
|
+
title: string;
|
|
546
|
+
description: string;
|
|
547
|
+
screen: string;
|
|
548
|
+
normal: string;
|
|
549
|
+
darken: string;
|
|
550
|
+
};
|
|
385
551
|
columns: {
|
|
386
552
|
title: string;
|
|
387
553
|
lat: string;
|
|
388
554
|
lng: string;
|
|
389
555
|
altitude: string;
|
|
556
|
+
alt: string;
|
|
557
|
+
id: string;
|
|
558
|
+
timestamp: string;
|
|
390
559
|
icon: string;
|
|
391
560
|
geojson: string;
|
|
561
|
+
geoarrow: string;
|
|
562
|
+
geoarrow0: string;
|
|
563
|
+
geoarrow1: string;
|
|
392
564
|
token: string;
|
|
565
|
+
sortBy: string;
|
|
566
|
+
neighbors: string;
|
|
393
567
|
arc: {
|
|
394
568
|
lat0: string;
|
|
395
569
|
lng0: string;
|
|
@@ -407,17 +581,37 @@ declare const _default: {
|
|
|
407
581
|
worldUnitSize: string;
|
|
408
582
|
};
|
|
409
583
|
hex_id: string;
|
|
584
|
+
flow: {
|
|
585
|
+
source: {
|
|
586
|
+
lat: string;
|
|
587
|
+
lng: string;
|
|
588
|
+
name: string;
|
|
589
|
+
h3: string;
|
|
590
|
+
};
|
|
591
|
+
target: {
|
|
592
|
+
lat: string;
|
|
593
|
+
lng: string;
|
|
594
|
+
name: string;
|
|
595
|
+
h3: string;
|
|
596
|
+
};
|
|
597
|
+
count: string;
|
|
598
|
+
};
|
|
410
599
|
};
|
|
411
600
|
color: {
|
|
412
601
|
customPalette: string;
|
|
413
602
|
steps: string;
|
|
414
603
|
type: string;
|
|
604
|
+
colorBlindSafe: string;
|
|
415
605
|
reversed: string;
|
|
606
|
+
disableStepReason: string;
|
|
607
|
+
preset: string;
|
|
608
|
+
picker: string;
|
|
416
609
|
};
|
|
417
610
|
scale: {
|
|
418
611
|
colorScale: string;
|
|
419
612
|
sizeScale: string;
|
|
420
613
|
strokeScale: string;
|
|
614
|
+
strokeColorScale: string;
|
|
421
615
|
scale: string;
|
|
422
616
|
};
|
|
423
617
|
fileUploader: {
|
|
@@ -430,6 +624,11 @@ declare const _default: {
|
|
|
430
624
|
fileNotSupported: string;
|
|
431
625
|
or: string;
|
|
432
626
|
};
|
|
627
|
+
tilesetSetup: {
|
|
628
|
+
header: string;
|
|
629
|
+
rasterTileHeader: string;
|
|
630
|
+
addTilesetText: string;
|
|
631
|
+
};
|
|
433
632
|
geocoder: {
|
|
434
633
|
title: string;
|
|
435
634
|
};
|
|
@@ -453,5 +652,42 @@ declare const _default: {
|
|
|
453
652
|
'User Guide': string;
|
|
454
653
|
Save: string;
|
|
455
654
|
Share: string;
|
|
655
|
+
flow: {
|
|
656
|
+
tooltip: {
|
|
657
|
+
location: {
|
|
658
|
+
name: string;
|
|
659
|
+
incomingCount: string;
|
|
660
|
+
outgoingCount: string;
|
|
661
|
+
internalCount: string;
|
|
662
|
+
};
|
|
663
|
+
flow: {
|
|
664
|
+
sourceName: string;
|
|
665
|
+
targetName: string;
|
|
666
|
+
count: string;
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
};
|
|
670
|
+
mapLegend: {
|
|
671
|
+
layers: {
|
|
672
|
+
line: {
|
|
673
|
+
singleColor: {
|
|
674
|
+
sourceColor: string;
|
|
675
|
+
targetColor: string;
|
|
676
|
+
};
|
|
677
|
+
};
|
|
678
|
+
arc: {
|
|
679
|
+
singleColor: {
|
|
680
|
+
sourceColor: string;
|
|
681
|
+
targetColor: string;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
684
|
+
default: {
|
|
685
|
+
singleColor: {
|
|
686
|
+
color: string;
|
|
687
|
+
strokeColor: string;
|
|
688
|
+
};
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
};
|
|
456
692
|
};
|
|
457
693
|
export default _default;
|