@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
|
@@ -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;
|
|
@@ -47,10 +48,14 @@ declare const _default: {
|
|
|
47
48
|
label: string;
|
|
48
49
|
labelWithId: string;
|
|
49
50
|
fontSize: string;
|
|
51
|
+
fontWeight: string;
|
|
50
52
|
fontColor: string;
|
|
51
53
|
textAnchor: string;
|
|
52
54
|
alignment: string;
|
|
53
55
|
addMoreLabel: string;
|
|
56
|
+
backgroundColor: string;
|
|
57
|
+
outlineWidth: string;
|
|
58
|
+
outlineColor: string;
|
|
54
59
|
};
|
|
55
60
|
};
|
|
56
61
|
sidebar: {
|
|
@@ -59,6 +64,11 @@ declare const _default: {
|
|
|
59
64
|
filter: string;
|
|
60
65
|
interaction: string;
|
|
61
66
|
basemap: string;
|
|
67
|
+
annotation: string;
|
|
68
|
+
};
|
|
69
|
+
panelViewToggle: {
|
|
70
|
+
list: string;
|
|
71
|
+
byDataset: string;
|
|
62
72
|
};
|
|
63
73
|
};
|
|
64
74
|
layer: {
|
|
@@ -82,6 +92,11 @@ declare const _default: {
|
|
|
82
92
|
aggregateBy: string;
|
|
83
93
|
'3DModel': string;
|
|
84
94
|
'3DModelOptions': string;
|
|
95
|
+
columnModesSeparator: string;
|
|
96
|
+
service: string;
|
|
97
|
+
layer: string;
|
|
98
|
+
appearance: string;
|
|
99
|
+
uniqueIdField: string;
|
|
85
100
|
type: {
|
|
86
101
|
point: string;
|
|
87
102
|
arc: string;
|
|
@@ -98,7 +113,19 @@ declare const _default: {
|
|
|
98
113
|
trip: string;
|
|
99
114
|
s2: string;
|
|
100
115
|
'3d': string;
|
|
116
|
+
flow: string;
|
|
117
|
+
vectortile: string;
|
|
118
|
+
rastertile: string;
|
|
119
|
+
wms: string;
|
|
120
|
+
tile3d: string;
|
|
121
|
+
};
|
|
122
|
+
wms: {
|
|
123
|
+
hover: string;
|
|
101
124
|
};
|
|
125
|
+
layerUpdateError: string;
|
|
126
|
+
interaction: string;
|
|
127
|
+
heatmap: string;
|
|
128
|
+
aggregation: string;
|
|
102
129
|
};
|
|
103
130
|
layerVisConfigs: {
|
|
104
131
|
angle: string;
|
|
@@ -123,6 +150,7 @@ declare const _default: {
|
|
|
123
150
|
targetColor: string;
|
|
124
151
|
colorAggregation: string;
|
|
125
152
|
heightAggregation: string;
|
|
153
|
+
weightAggregation: string;
|
|
126
154
|
resolutionRange: string;
|
|
127
155
|
sizeScale: string;
|
|
128
156
|
worldUnitSize: string;
|
|
@@ -140,16 +168,44 @@ declare const _default: {
|
|
|
140
168
|
enablePolygonHeight: string;
|
|
141
169
|
showWireframe: string;
|
|
142
170
|
weightIntensity: string;
|
|
171
|
+
intensity: string;
|
|
172
|
+
threshold: string;
|
|
143
173
|
zoomScale: string;
|
|
144
174
|
heightRange: string;
|
|
145
175
|
heightMultiplier: string;
|
|
146
176
|
fixedHeight: string;
|
|
147
177
|
fixedHeightDescription: string;
|
|
178
|
+
allowHover: string;
|
|
179
|
+
allowHoverDescription: string;
|
|
180
|
+
flow: {
|
|
181
|
+
fade: string;
|
|
182
|
+
fadeEnabled: string;
|
|
183
|
+
fadeAmount: string;
|
|
184
|
+
display: string;
|
|
185
|
+
renderingMode: string;
|
|
186
|
+
renderingModes: {
|
|
187
|
+
straight: string;
|
|
188
|
+
curved: string;
|
|
189
|
+
'animated-straight': string;
|
|
190
|
+
};
|
|
191
|
+
adaptiveScalesEnabled: string;
|
|
192
|
+
clusteringEnabled: string;
|
|
193
|
+
lineThicknessScale: string;
|
|
194
|
+
lineCurviness: string;
|
|
195
|
+
locationTotalsEnabled: string;
|
|
196
|
+
maxTopFlowsDisplayNum: string;
|
|
197
|
+
};
|
|
198
|
+
showNeighborOnHover: string;
|
|
199
|
+
showHighlightColor: string;
|
|
200
|
+
darkModeEnabled: string;
|
|
201
|
+
transparentBackground: string;
|
|
202
|
+
pointSize: string;
|
|
148
203
|
};
|
|
149
204
|
layerManager: {
|
|
150
205
|
addData: string;
|
|
151
206
|
addLayer: string;
|
|
152
207
|
layerBlending: string;
|
|
208
|
+
overlayBlending: string;
|
|
153
209
|
};
|
|
154
210
|
mapManager: {
|
|
155
211
|
mapStyle: string;
|
|
@@ -157,12 +213,55 @@ declare const _default: {
|
|
|
157
213
|
'3dBuildingColor': string;
|
|
158
214
|
backgroundColor: string;
|
|
159
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
|
+
};
|
|
160
253
|
layerConfiguration: {
|
|
161
254
|
defaultDescription: string;
|
|
162
255
|
howTo: string;
|
|
256
|
+
showColorChart: string;
|
|
257
|
+
hideColorChart: string;
|
|
163
258
|
};
|
|
164
259
|
filterManager: {
|
|
165
260
|
addFilter: string;
|
|
261
|
+
timeFilterSync: string;
|
|
262
|
+
timeLayerSync: string;
|
|
263
|
+
timeLayerUnsync: string;
|
|
264
|
+
column: string;
|
|
166
265
|
};
|
|
167
266
|
datasetTitle: {
|
|
168
267
|
showDataTable: string;
|
|
@@ -170,6 +269,10 @@ declare const _default: {
|
|
|
170
269
|
};
|
|
171
270
|
datasetInfo: {
|
|
172
271
|
rowCount: string;
|
|
272
|
+
vectorTile: string;
|
|
273
|
+
rasterTile: string;
|
|
274
|
+
wmsTile: string;
|
|
275
|
+
tile3d: string;
|
|
173
276
|
};
|
|
174
277
|
tooltip: {
|
|
175
278
|
hideLayer: string;
|
|
@@ -203,6 +306,26 @@ declare const _default: {
|
|
|
203
306
|
play: string;
|
|
204
307
|
pause: string;
|
|
205
308
|
reset: string;
|
|
309
|
+
export: string;
|
|
310
|
+
resetAfterError: string;
|
|
311
|
+
removeBaseMapStyle: string;
|
|
312
|
+
timeFilterSync: string;
|
|
313
|
+
syncTimelineStart: string;
|
|
314
|
+
syncTimelineEnd: string;
|
|
315
|
+
showEffectPanel: string;
|
|
316
|
+
hideEffectPanel: string;
|
|
317
|
+
showAnnotationPanel: string;
|
|
318
|
+
hideAnnotationPanel: string;
|
|
319
|
+
removeAnnotation: string;
|
|
320
|
+
duplicateAnnotation: string;
|
|
321
|
+
hideAnnotation: string;
|
|
322
|
+
showAnnotation: string;
|
|
323
|
+
annotationSettings: string;
|
|
324
|
+
removeEffect: string;
|
|
325
|
+
disableEffect: string;
|
|
326
|
+
effectSettings: string;
|
|
327
|
+
timeLayerSync: string;
|
|
328
|
+
timeLayerUnsync: string;
|
|
206
329
|
};
|
|
207
330
|
toolbar: {
|
|
208
331
|
en: string;
|
|
@@ -216,6 +339,7 @@ declare const _default: {
|
|
|
216
339
|
exportImage: string;
|
|
217
340
|
exportData: string;
|
|
218
341
|
exportMap: string;
|
|
342
|
+
exportVideo: string;
|
|
219
343
|
shareMapURL: string;
|
|
220
344
|
saveMap: string;
|
|
221
345
|
select: string;
|
|
@@ -224,6 +348,16 @@ declare const _default: {
|
|
|
224
348
|
hide: string;
|
|
225
349
|
show: string;
|
|
226
350
|
};
|
|
351
|
+
editor: {
|
|
352
|
+
filterLayer: string;
|
|
353
|
+
filterLayerDisabled: string;
|
|
354
|
+
copyGeometry: string;
|
|
355
|
+
noLayersToFilter: string;
|
|
356
|
+
};
|
|
357
|
+
exportVideoModal: {
|
|
358
|
+
animation: string;
|
|
359
|
+
settings: string;
|
|
360
|
+
};
|
|
227
361
|
modal: {
|
|
228
362
|
title: {
|
|
229
363
|
deleteDataset: string;
|
|
@@ -234,6 +368,7 @@ declare const _default: {
|
|
|
234
368
|
addCustomMapboxStyle: string;
|
|
235
369
|
saveMap: string;
|
|
236
370
|
shareURL: string;
|
|
371
|
+
exportVideo: string;
|
|
237
372
|
};
|
|
238
373
|
button: {
|
|
239
374
|
delete: string;
|
|
@@ -257,6 +392,10 @@ declare const _default: {
|
|
|
257
392
|
mapLegendTitle: string;
|
|
258
393
|
mapLegendAdd: string;
|
|
259
394
|
};
|
|
395
|
+
exportVideo: {
|
|
396
|
+
animation: string;
|
|
397
|
+
settings: string;
|
|
398
|
+
};
|
|
260
399
|
exportData: {
|
|
261
400
|
datasetTitle: string;
|
|
262
401
|
datasetSubtitle: string;
|
|
@@ -269,6 +408,7 @@ declare const _default: {
|
|
|
269
408
|
unfilteredData: string;
|
|
270
409
|
fileCount: string;
|
|
271
410
|
rowCount: string;
|
|
411
|
+
tiledDatasetWarning: string;
|
|
272
412
|
};
|
|
273
413
|
deleteData: {
|
|
274
414
|
warning: string;
|
|
@@ -292,6 +432,7 @@ declare const _default: {
|
|
|
292
432
|
namingTitle: string;
|
|
293
433
|
};
|
|
294
434
|
shareMap: {
|
|
435
|
+
title: string;
|
|
295
436
|
shareUriTitle: string;
|
|
296
437
|
shareUriSubtitle: string;
|
|
297
438
|
cloudTitle: string;
|
|
@@ -316,6 +457,7 @@ declare const _default: {
|
|
|
316
457
|
tokenSubtitle: string;
|
|
317
458
|
tokenPlaceholder: string;
|
|
318
459
|
tokenMisuseWarning: string;
|
|
460
|
+
tokenSecurityWarning: string;
|
|
319
461
|
tokenDisclaimer: string;
|
|
320
462
|
tokenUpdate: string;
|
|
321
463
|
modeTitle: string;
|
|
@@ -337,6 +479,7 @@ declare const _default: {
|
|
|
337
479
|
};
|
|
338
480
|
loadData: {
|
|
339
481
|
upload: string;
|
|
482
|
+
tileset: string;
|
|
340
483
|
storage: string;
|
|
341
484
|
};
|
|
342
485
|
tripInfo: {
|
|
@@ -345,6 +488,8 @@ declare const _default: {
|
|
|
345
488
|
code: string;
|
|
346
489
|
description2: string;
|
|
347
490
|
example: string;
|
|
491
|
+
titleTable: string;
|
|
492
|
+
descriptionTable1: string;
|
|
348
493
|
};
|
|
349
494
|
iconInfo: {
|
|
350
495
|
title: string;
|
|
@@ -354,6 +499,12 @@ declare const _default: {
|
|
|
354
499
|
example: string;
|
|
355
500
|
icons: string;
|
|
356
501
|
};
|
|
502
|
+
polygonInfo: {
|
|
503
|
+
title: string;
|
|
504
|
+
titleTable: string;
|
|
505
|
+
descriptionTable: string;
|
|
506
|
+
exampleTable: string;
|
|
507
|
+
};
|
|
357
508
|
storageMapViewer: {
|
|
358
509
|
lastModified: string;
|
|
359
510
|
back: string;
|
|
@@ -367,11 +518,13 @@ declare const _default: {
|
|
|
367
518
|
goToPage: string;
|
|
368
519
|
storageMaps: string;
|
|
369
520
|
noSavedMaps: string;
|
|
521
|
+
foursquareStorageMessage: string;
|
|
370
522
|
};
|
|
371
523
|
};
|
|
372
524
|
header: {
|
|
373
525
|
visibleLayers: string;
|
|
374
526
|
layerLegend: string;
|
|
527
|
+
annotations: string;
|
|
375
528
|
};
|
|
376
529
|
interactions: {
|
|
377
530
|
tooltip: string;
|
|
@@ -385,20 +538,39 @@ declare const _default: {
|
|
|
385
538
|
normal: string;
|
|
386
539
|
subtractive: string;
|
|
387
540
|
};
|
|
541
|
+
overlayBlending: {
|
|
542
|
+
title: string;
|
|
543
|
+
description: string;
|
|
544
|
+
screen: string;
|
|
545
|
+
normal: string;
|
|
546
|
+
darken: string;
|
|
547
|
+
};
|
|
388
548
|
columns: {
|
|
389
549
|
title: string;
|
|
390
550
|
lat: string;
|
|
391
551
|
lng: string;
|
|
392
552
|
altitude: string;
|
|
553
|
+
alt: string;
|
|
554
|
+
id: string;
|
|
555
|
+
timestamp: string;
|
|
393
556
|
icon: string;
|
|
394
557
|
geojson: string;
|
|
558
|
+
geoarrow: string;
|
|
559
|
+
geoarrow0: string;
|
|
560
|
+
geoarrow1: string;
|
|
395
561
|
token: string;
|
|
562
|
+
sortBy: string;
|
|
563
|
+
neighbors: string;
|
|
396
564
|
arc: {
|
|
397
565
|
lat0: string;
|
|
398
566
|
lng0: string;
|
|
399
567
|
lat1: string;
|
|
400
568
|
lng1: string;
|
|
401
569
|
};
|
|
570
|
+
line: {
|
|
571
|
+
alt0: string;
|
|
572
|
+
alt1: string;
|
|
573
|
+
};
|
|
402
574
|
grid: {
|
|
403
575
|
worldUnitSize: string;
|
|
404
576
|
};
|
|
@@ -406,17 +578,37 @@ declare const _default: {
|
|
|
406
578
|
worldUnitSize: string;
|
|
407
579
|
};
|
|
408
580
|
hex_id: string;
|
|
581
|
+
flow: {
|
|
582
|
+
source: {
|
|
583
|
+
lat: string;
|
|
584
|
+
lng: string;
|
|
585
|
+
name: string;
|
|
586
|
+
h3: string;
|
|
587
|
+
};
|
|
588
|
+
target: {
|
|
589
|
+
lat: string;
|
|
590
|
+
lng: string;
|
|
591
|
+
name: string;
|
|
592
|
+
h3: string;
|
|
593
|
+
};
|
|
594
|
+
count: string;
|
|
595
|
+
};
|
|
409
596
|
};
|
|
410
597
|
color: {
|
|
411
598
|
customPalette: string;
|
|
412
599
|
steps: string;
|
|
413
600
|
type: string;
|
|
414
601
|
reversed: string;
|
|
602
|
+
colorBlindSafe: string;
|
|
603
|
+
disableStepReason: string;
|
|
604
|
+
preset: string;
|
|
605
|
+
picker: string;
|
|
415
606
|
};
|
|
416
607
|
scale: {
|
|
417
608
|
colorScale: string;
|
|
418
609
|
sizeScale: string;
|
|
419
610
|
strokeScale: string;
|
|
611
|
+
strokeColorScale: string;
|
|
420
612
|
scale: string;
|
|
421
613
|
};
|
|
422
614
|
fileUploader: {
|
|
@@ -452,5 +644,47 @@ declare const _default: {
|
|
|
452
644
|
'User Guide': string;
|
|
453
645
|
Save: string;
|
|
454
646
|
Share: string;
|
|
647
|
+
flow: {
|
|
648
|
+
tooltip: {
|
|
649
|
+
location: {
|
|
650
|
+
name: string;
|
|
651
|
+
incomingCount: string;
|
|
652
|
+
outgoingCount: string;
|
|
653
|
+
internalCount: string;
|
|
654
|
+
};
|
|
655
|
+
flow: {
|
|
656
|
+
sourceName: string;
|
|
657
|
+
targetName: string;
|
|
658
|
+
count: string;
|
|
659
|
+
};
|
|
660
|
+
};
|
|
661
|
+
};
|
|
662
|
+
tilesetSetup: {
|
|
663
|
+
header: string;
|
|
664
|
+
rasterTileHeader: string;
|
|
665
|
+
addTilesetText: string;
|
|
666
|
+
};
|
|
667
|
+
mapLegend: {
|
|
668
|
+
layers: {
|
|
669
|
+
line: {
|
|
670
|
+
singleColor: {
|
|
671
|
+
sourceColor: string;
|
|
672
|
+
targetColor: string;
|
|
673
|
+
};
|
|
674
|
+
};
|
|
675
|
+
arc: {
|
|
676
|
+
singleColor: {
|
|
677
|
+
sourceColor: string;
|
|
678
|
+
targetColor: string;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
681
|
+
default: {
|
|
682
|
+
singleColor: {
|
|
683
|
+
color: string;
|
|
684
|
+
strokeColor: string;
|
|
685
|
+
};
|
|
686
|
+
};
|
|
687
|
+
};
|
|
688
|
+
};
|
|
455
689
|
};
|
|
456
690
|
export default _default;
|