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