@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;
|
|
@@ -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;
|
|
@@ -196,6 +306,27 @@ declare const _default: {
|
|
|
196
306
|
play: string;
|
|
197
307
|
pause: string;
|
|
198
308
|
reset: string;
|
|
309
|
+
export: string;
|
|
310
|
+
resetAfterError: string;
|
|
311
|
+
zoomToLayer: string;
|
|
312
|
+
removeBaseMapStyle: 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;
|
|
@@ -210,6 +341,7 @@ declare const _default: {
|
|
|
210
341
|
exportData: string;
|
|
211
342
|
exportMap: string;
|
|
212
343
|
shareMapURL: string;
|
|
344
|
+
exportVideo: string;
|
|
213
345
|
saveMap: string;
|
|
214
346
|
select: string;
|
|
215
347
|
polygon: string;
|
|
@@ -219,7 +351,13 @@ declare const _default: {
|
|
|
219
351
|
};
|
|
220
352
|
editor: {
|
|
221
353
|
filterLayer: string;
|
|
354
|
+
filterLayerDisabled: string;
|
|
222
355
|
copyGeometry: string;
|
|
356
|
+
noLayersToFilter: string;
|
|
357
|
+
};
|
|
358
|
+
exportVideoModal: {
|
|
359
|
+
animation: string;
|
|
360
|
+
settings: string;
|
|
223
361
|
};
|
|
224
362
|
modal: {
|
|
225
363
|
title: {
|
|
@@ -228,6 +366,7 @@ declare const _default: {
|
|
|
228
366
|
exportImage: string;
|
|
229
367
|
exportData: string;
|
|
230
368
|
exportMap: string;
|
|
369
|
+
exportVideo: string;
|
|
231
370
|
addCustomMapboxStyle: string;
|
|
232
371
|
saveMap: string;
|
|
233
372
|
shareURL: string;
|
|
@@ -254,6 +393,10 @@ declare const _default: {
|
|
|
254
393
|
mapLegendTitle: string;
|
|
255
394
|
mapLegendAdd: string;
|
|
256
395
|
};
|
|
396
|
+
exportVideo: {
|
|
397
|
+
animation: string;
|
|
398
|
+
settings: string;
|
|
399
|
+
};
|
|
257
400
|
exportData: {
|
|
258
401
|
datasetTitle: string;
|
|
259
402
|
datasetSubtitle: string;
|
|
@@ -266,6 +409,7 @@ declare const _default: {
|
|
|
266
409
|
unfilteredData: string;
|
|
267
410
|
fileCount: string;
|
|
268
411
|
rowCount: string;
|
|
412
|
+
tiledDatasetWarning: string;
|
|
269
413
|
};
|
|
270
414
|
deleteData: {
|
|
271
415
|
warning: string;
|
|
@@ -289,6 +433,7 @@ declare const _default: {
|
|
|
289
433
|
namingTitle: string;
|
|
290
434
|
};
|
|
291
435
|
shareMap: {
|
|
436
|
+
title: string;
|
|
292
437
|
shareUriTitle: string;
|
|
293
438
|
shareUriSubtitle: string;
|
|
294
439
|
cloudTitle: string;
|
|
@@ -313,6 +458,7 @@ declare const _default: {
|
|
|
313
458
|
tokenSubtitle: string;
|
|
314
459
|
tokenPlaceholder: string;
|
|
315
460
|
tokenMisuseWarning: string;
|
|
461
|
+
tokenSecurityWarning: string;
|
|
316
462
|
tokenDisclaimer: string;
|
|
317
463
|
tokenUpdate: string;
|
|
318
464
|
modeTitle: string;
|
|
@@ -334,14 +480,24 @@ declare const _default: {
|
|
|
334
480
|
};
|
|
335
481
|
loadData: {
|
|
336
482
|
upload: string;
|
|
483
|
+
tileset: string;
|
|
337
484
|
storage: string;
|
|
338
485
|
};
|
|
339
486
|
tripInfo: {
|
|
340
487
|
title: string;
|
|
488
|
+
titleTable: string;
|
|
341
489
|
description1: string;
|
|
342
490
|
code: string;
|
|
343
491
|
description2: string;
|
|
492
|
+
descriptionTable1: string;
|
|
344
493
|
example: string;
|
|
494
|
+
exampleTable: string;
|
|
495
|
+
};
|
|
496
|
+
polygonInfo: {
|
|
497
|
+
title: string;
|
|
498
|
+
titleTable: string;
|
|
499
|
+
descriptionTable: string;
|
|
500
|
+
exampleTable: string;
|
|
345
501
|
};
|
|
346
502
|
iconInfo: {
|
|
347
503
|
title: string;
|
|
@@ -364,11 +520,13 @@ declare const _default: {
|
|
|
364
520
|
goToPage: string;
|
|
365
521
|
storageMaps: string;
|
|
366
522
|
noSavedMaps: string;
|
|
523
|
+
foursquareStorageMessage: string;
|
|
367
524
|
};
|
|
368
525
|
};
|
|
369
526
|
header: {
|
|
370
527
|
visibleLayers: string;
|
|
371
528
|
layerLegend: string;
|
|
529
|
+
annotations: string;
|
|
372
530
|
};
|
|
373
531
|
interactions: {
|
|
374
532
|
tooltip: string;
|
|
@@ -382,14 +540,29 @@ declare const _default: {
|
|
|
382
540
|
normal: string;
|
|
383
541
|
subtractive: string;
|
|
384
542
|
};
|
|
543
|
+
overlayBlending: {
|
|
544
|
+
title: string;
|
|
545
|
+
description: string;
|
|
546
|
+
screen: string;
|
|
547
|
+
normal: string;
|
|
548
|
+
darken: string;
|
|
549
|
+
};
|
|
385
550
|
columns: {
|
|
386
551
|
title: string;
|
|
387
552
|
lat: string;
|
|
388
553
|
lng: string;
|
|
389
554
|
altitude: string;
|
|
555
|
+
alt: string;
|
|
556
|
+
id: string;
|
|
557
|
+
timestamp: string;
|
|
390
558
|
icon: string;
|
|
391
559
|
geojson: string;
|
|
560
|
+
geoarrow: string;
|
|
561
|
+
geoarrow0: string;
|
|
562
|
+
geoarrow1: string;
|
|
392
563
|
token: string;
|
|
564
|
+
sortBy: string;
|
|
565
|
+
neighbors: string;
|
|
393
566
|
arc: {
|
|
394
567
|
lat0: string;
|
|
395
568
|
lng0: string;
|
|
@@ -407,17 +580,37 @@ declare const _default: {
|
|
|
407
580
|
worldUnitSize: string;
|
|
408
581
|
};
|
|
409
582
|
hex_id: string;
|
|
583
|
+
flow: {
|
|
584
|
+
source: {
|
|
585
|
+
lat: string;
|
|
586
|
+
lng: string;
|
|
587
|
+
name: string;
|
|
588
|
+
h3: string;
|
|
589
|
+
};
|
|
590
|
+
target: {
|
|
591
|
+
lat: string;
|
|
592
|
+
lng: string;
|
|
593
|
+
name: string;
|
|
594
|
+
h3: string;
|
|
595
|
+
};
|
|
596
|
+
count: string;
|
|
597
|
+
};
|
|
410
598
|
};
|
|
411
599
|
color: {
|
|
412
600
|
customPalette: string;
|
|
413
601
|
steps: string;
|
|
414
602
|
type: string;
|
|
603
|
+
colorBlindSafe: string;
|
|
415
604
|
reversed: string;
|
|
605
|
+
disableStepReason: string;
|
|
606
|
+
preset: string;
|
|
607
|
+
picker: string;
|
|
416
608
|
};
|
|
417
609
|
scale: {
|
|
418
610
|
colorScale: string;
|
|
419
611
|
sizeScale: string;
|
|
420
612
|
strokeScale: string;
|
|
613
|
+
strokeColorScale: string;
|
|
421
614
|
scale: string;
|
|
422
615
|
};
|
|
423
616
|
fileUploader: {
|
|
@@ -430,6 +623,11 @@ declare const _default: {
|
|
|
430
623
|
fileNotSupported: string;
|
|
431
624
|
or: string;
|
|
432
625
|
};
|
|
626
|
+
tilesetSetup: {
|
|
627
|
+
header: string;
|
|
628
|
+
rasterTileHeader: string;
|
|
629
|
+
addTilesetText: string;
|
|
630
|
+
};
|
|
433
631
|
geocoder: {
|
|
434
632
|
title: string;
|
|
435
633
|
};
|
|
@@ -453,5 +651,42 @@ declare const _default: {
|
|
|
453
651
|
'User Guide': string;
|
|
454
652
|
Save: string;
|
|
455
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
|
+
};
|
|
456
691
|
};
|
|
457
692
|
export default _default;
|