@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
|
@@ -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,10 +281,13 @@ 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;
|
|
184
289
|
switchToDualView: string;
|
|
290
|
+
selectSplitMode: string;
|
|
185
291
|
showLegend: string;
|
|
186
292
|
disable3DMap: string;
|
|
187
293
|
DrawOnMap: 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;
|
|
197
304
|
cloudStorage: string;
|
|
198
305
|
'3DMap': string;
|
|
306
|
+
animationByWindow: string;
|
|
307
|
+
animationByIncremental: string;
|
|
308
|
+
speed: string;
|
|
309
|
+
play: string;
|
|
310
|
+
pause: string;
|
|
311
|
+
reset: string;
|
|
312
|
+
export: string;
|
|
313
|
+
timeFilterSync: string;
|
|
314
|
+
syncTimelineStart: string;
|
|
315
|
+
syncTimelineEnd: string;
|
|
316
|
+
showEffectPanel: string;
|
|
317
|
+
hideEffectPanel: string;
|
|
318
|
+
showAnnotationPanel: string;
|
|
319
|
+
hideAnnotationPanel: string;
|
|
320
|
+
removeAnnotation: string;
|
|
321
|
+
duplicateAnnotation: string;
|
|
322
|
+
hideAnnotation: string;
|
|
323
|
+
showAnnotation: string;
|
|
324
|
+
annotationSettings: string;
|
|
325
|
+
removeEffect: string;
|
|
326
|
+
disableEffect: string;
|
|
327
|
+
effectSettings: string;
|
|
328
|
+
timeLayerSync: string;
|
|
329
|
+
timeLayerUnsync: 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,13 +480,16 @@ 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;
|
|
335
490
|
code: string;
|
|
336
491
|
description2: string;
|
|
492
|
+
descriptionTable1: string;
|
|
337
493
|
example: string;
|
|
338
494
|
};
|
|
339
495
|
iconInfo: {
|
|
@@ -344,6 +500,12 @@ declare const _default: {
|
|
|
344
500
|
example: string;
|
|
345
501
|
icons: string;
|
|
346
502
|
};
|
|
503
|
+
polygonInfo: {
|
|
504
|
+
title: string;
|
|
505
|
+
titleTable: string;
|
|
506
|
+
descriptionTable: string;
|
|
507
|
+
exampleTable: string;
|
|
508
|
+
};
|
|
347
509
|
storageMapViewer: {
|
|
348
510
|
lastModified: string;
|
|
349
511
|
back: string;
|
|
@@ -357,16 +519,19 @@ declare const _default: {
|
|
|
357
519
|
goToPage: string;
|
|
358
520
|
storageMaps: string;
|
|
359
521
|
noSavedMaps: string;
|
|
522
|
+
foursquareStorageMessage: string;
|
|
360
523
|
};
|
|
361
524
|
};
|
|
362
525
|
header: {
|
|
363
526
|
visibleLayers: string;
|
|
364
527
|
layerLegend: string;
|
|
528
|
+
annotations: string;
|
|
365
529
|
};
|
|
366
530
|
interactions: {
|
|
367
531
|
tooltip: string;
|
|
368
532
|
brush: string;
|
|
369
533
|
coordinate: string;
|
|
534
|
+
geocoder: string;
|
|
370
535
|
};
|
|
371
536
|
layerBlending: {
|
|
372
537
|
title: string;
|
|
@@ -374,13 +539,29 @@ declare const _default: {
|
|
|
374
539
|
normal: string;
|
|
375
540
|
subtractive: string;
|
|
376
541
|
};
|
|
542
|
+
overlayBlending: {
|
|
543
|
+
title: string;
|
|
544
|
+
description: string;
|
|
545
|
+
screen: string;
|
|
546
|
+
normal: string;
|
|
547
|
+
darken: string;
|
|
548
|
+
};
|
|
377
549
|
columns: {
|
|
378
550
|
title: string;
|
|
379
551
|
lat: string;
|
|
380
552
|
lng: string;
|
|
381
553
|
altitude: string;
|
|
554
|
+
alt: string;
|
|
555
|
+
id: string;
|
|
556
|
+
timestamp: string;
|
|
382
557
|
icon: string;
|
|
383
558
|
geojson: string;
|
|
559
|
+
geoarrow: string;
|
|
560
|
+
geoarrow0: string;
|
|
561
|
+
geoarrow1: string;
|
|
562
|
+
token: string;
|
|
563
|
+
sortBy: string;
|
|
564
|
+
neighbors: string;
|
|
384
565
|
arc: {
|
|
385
566
|
lat0: string;
|
|
386
567
|
lng0: string;
|
|
@@ -397,17 +578,38 @@ declare const _default: {
|
|
|
397
578
|
hexagon: {
|
|
398
579
|
worldUnitSize: string;
|
|
399
580
|
};
|
|
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
|
+
};
|
|
596
|
+
hex_id: string;
|
|
400
597
|
};
|
|
401
598
|
color: {
|
|
402
599
|
customPalette: string;
|
|
403
600
|
steps: string;
|
|
404
601
|
type: string;
|
|
602
|
+
colorBlindSafe: string;
|
|
405
603
|
reversed: string;
|
|
604
|
+
disableStepReason: string;
|
|
605
|
+
preset: string;
|
|
606
|
+
picker: string;
|
|
406
607
|
};
|
|
407
608
|
scale: {
|
|
408
609
|
colorScale: string;
|
|
409
610
|
sizeScale: string;
|
|
410
611
|
strokeScale: string;
|
|
612
|
+
strokeColorScale: string;
|
|
411
613
|
scale: string;
|
|
412
614
|
};
|
|
413
615
|
fileUploader: {
|
|
@@ -425,5 +627,65 @@ declare const _default: {
|
|
|
425
627
|
'User Guide': string;
|
|
426
628
|
Save: string;
|
|
427
629
|
Share: string;
|
|
630
|
+
flow: {
|
|
631
|
+
tooltip: {
|
|
632
|
+
location: {
|
|
633
|
+
name: string;
|
|
634
|
+
incomingCount: string;
|
|
635
|
+
outgoingCount: string;
|
|
636
|
+
internalCount: string;
|
|
637
|
+
};
|
|
638
|
+
flow: {
|
|
639
|
+
sourceName: string;
|
|
640
|
+
targetName: string;
|
|
641
|
+
count: string;
|
|
642
|
+
};
|
|
643
|
+
};
|
|
644
|
+
};
|
|
645
|
+
tilesetSetup: {
|
|
646
|
+
header: string;
|
|
647
|
+
rasterTileHeader: string;
|
|
648
|
+
addTilesetText: string;
|
|
649
|
+
};
|
|
650
|
+
geocoder: {
|
|
651
|
+
title: string;
|
|
652
|
+
};
|
|
653
|
+
fieldSelector: {
|
|
654
|
+
clearAll: string;
|
|
655
|
+
formatting: string;
|
|
656
|
+
};
|
|
657
|
+
compare: {
|
|
658
|
+
modeLabel: string;
|
|
659
|
+
typeLabel: string;
|
|
660
|
+
types: {
|
|
661
|
+
absolute: string;
|
|
662
|
+
relative: string;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
mapPopover: {
|
|
666
|
+
primary: string;
|
|
667
|
+
};
|
|
668
|
+
mapLegend: {
|
|
669
|
+
layers: {
|
|
670
|
+
line: {
|
|
671
|
+
singleColor: {
|
|
672
|
+
sourceColor: string;
|
|
673
|
+
targetColor: string;
|
|
674
|
+
};
|
|
675
|
+
};
|
|
676
|
+
arc: {
|
|
677
|
+
singleColor: {
|
|
678
|
+
sourceColor: string;
|
|
679
|
+
targetColor: string;
|
|
680
|
+
};
|
|
681
|
+
};
|
|
682
|
+
default: {
|
|
683
|
+
singleColor: {
|
|
684
|
+
color: string;
|
|
685
|
+
strokeColor: string;
|
|
686
|
+
};
|
|
687
|
+
};
|
|
688
|
+
};
|
|
689
|
+
};
|
|
428
690
|
};
|
|
429
691
|
export default _default;
|