@kepler.gl/localization 3.3.0-alpha.0 → 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/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 +132 -0
- package/dist/translations/en.js +150 -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
|
@@ -48,6 +48,7 @@ declare const _default: {
|
|
|
48
48
|
label: string;
|
|
49
49
|
labelWithId: string;
|
|
50
50
|
fontSize: string;
|
|
51
|
+
fontWeight: string;
|
|
51
52
|
fontColor: string;
|
|
52
53
|
backgroundColor: string;
|
|
53
54
|
textAnchor: string;
|
|
@@ -63,6 +64,7 @@ declare const _default: {
|
|
|
63
64
|
filter: string;
|
|
64
65
|
interaction: string;
|
|
65
66
|
basemap: string;
|
|
67
|
+
annotation: string;
|
|
66
68
|
};
|
|
67
69
|
panelViewToggle: {
|
|
68
70
|
list: string;
|
|
@@ -90,10 +92,14 @@ declare const _default: {
|
|
|
90
92
|
colorByDescription: string;
|
|
91
93
|
aggregateBy: string;
|
|
92
94
|
'3DModel': string;
|
|
95
|
+
'3DModelURL': string;
|
|
96
|
+
'3DModelURLDescription': string;
|
|
93
97
|
'3DModelOptions': string;
|
|
94
98
|
service: string;
|
|
95
99
|
layer: string;
|
|
96
100
|
appearance: string;
|
|
101
|
+
bounds: string;
|
|
102
|
+
imageSource: string;
|
|
97
103
|
uniqueIdField: string;
|
|
98
104
|
type: {
|
|
99
105
|
point: string;
|
|
@@ -111,16 +117,20 @@ declare const _default: {
|
|
|
111
117
|
trip: string;
|
|
112
118
|
s2: string;
|
|
113
119
|
'3d': string;
|
|
120
|
+
flow: string;
|
|
114
121
|
vectortile: string;
|
|
115
122
|
rastertile: string;
|
|
116
123
|
wms: string;
|
|
117
124
|
tile3d: string;
|
|
125
|
+
bitmap: string;
|
|
118
126
|
};
|
|
119
127
|
wms: {
|
|
120
128
|
hover: string;
|
|
121
129
|
};
|
|
122
130
|
layerUpdateError: string;
|
|
123
131
|
interaction: string;
|
|
132
|
+
heatmap: string;
|
|
133
|
+
aggregation: string;
|
|
124
134
|
};
|
|
125
135
|
layerVisConfigs: {
|
|
126
136
|
angle: string;
|
|
@@ -136,6 +146,13 @@ declare const _default: {
|
|
|
136
146
|
billboardDescription: string;
|
|
137
147
|
fadeTrail: string;
|
|
138
148
|
opacity: string;
|
|
149
|
+
imageUrl: string;
|
|
150
|
+
showBounds: string;
|
|
151
|
+
editBounds: string;
|
|
152
|
+
boundsWest: string;
|
|
153
|
+
boundsSouth: string;
|
|
154
|
+
boundsEast: string;
|
|
155
|
+
boundsNorth: string;
|
|
139
156
|
pointSize: string;
|
|
140
157
|
coverage: string;
|
|
141
158
|
outline: string;
|
|
@@ -146,6 +163,7 @@ declare const _default: {
|
|
|
146
163
|
targetColor: string;
|
|
147
164
|
colorAggregation: string;
|
|
148
165
|
heightAggregation: string;
|
|
166
|
+
weightAggregation: string;
|
|
149
167
|
resolutionRange: string;
|
|
150
168
|
sizeScale: string;
|
|
151
169
|
worldUnitSize: string;
|
|
@@ -163,16 +181,53 @@ declare const _default: {
|
|
|
163
181
|
enablePolygonHeight: string;
|
|
164
182
|
showWireframe: string;
|
|
165
183
|
weightIntensity: string;
|
|
184
|
+
intensity: string;
|
|
185
|
+
threshold: string;
|
|
166
186
|
zoomScale: string;
|
|
167
187
|
heightRange: string;
|
|
168
188
|
heightMultiplier: string;
|
|
169
189
|
fixedHeight: string;
|
|
170
190
|
fixedHeightDescription: string;
|
|
171
191
|
allowHover: string;
|
|
192
|
+
allowHoverDescription: string;
|
|
172
193
|
showNeighborOnHover: string;
|
|
173
194
|
showHighlightColor: string;
|
|
174
195
|
darkModeEnabled: string;
|
|
175
196
|
transparentBackground: string;
|
|
197
|
+
scenegraphColorEnabled: string;
|
|
198
|
+
scenegraphUseTrailColor: string;
|
|
199
|
+
adjustRoll: string;
|
|
200
|
+
adjustPitch: string;
|
|
201
|
+
adjustYaw: string;
|
|
202
|
+
adjustSize: string;
|
|
203
|
+
adjustSizeDescription: string;
|
|
204
|
+
invertRoll: string;
|
|
205
|
+
invertPitch: string;
|
|
206
|
+
invertYaw: string;
|
|
207
|
+
fixedRoll: string;
|
|
208
|
+
fixedPitch: string;
|
|
209
|
+
fixedYaw: string;
|
|
210
|
+
fixedRollDescription: string;
|
|
211
|
+
fixedPitchDescription: string;
|
|
212
|
+
fixedYawDescription: string;
|
|
213
|
+
flow: {
|
|
214
|
+
fade: string;
|
|
215
|
+
fadeEnabled: string;
|
|
216
|
+
fadeAmount: string;
|
|
217
|
+
display: string;
|
|
218
|
+
renderingMode: string;
|
|
219
|
+
renderingModes: {
|
|
220
|
+
straight: string;
|
|
221
|
+
curved: string;
|
|
222
|
+
'animated-straight': string;
|
|
223
|
+
};
|
|
224
|
+
adaptiveScalesEnabled: string;
|
|
225
|
+
clusteringEnabled: string;
|
|
226
|
+
lineThicknessScale: string;
|
|
227
|
+
lineCurviness: string;
|
|
228
|
+
locationTotalsEnabled: string;
|
|
229
|
+
maxTopFlowsDisplayNum: string;
|
|
230
|
+
};
|
|
176
231
|
};
|
|
177
232
|
layerManager: {
|
|
178
233
|
addData: string;
|
|
@@ -196,6 +251,33 @@ declare const _default: {
|
|
|
196
251
|
time: string;
|
|
197
252
|
timezone: string;
|
|
198
253
|
};
|
|
254
|
+
annotationManager: {
|
|
255
|
+
title: string;
|
|
256
|
+
addAnnotation: string;
|
|
257
|
+
type: string;
|
|
258
|
+
lineWidth: string;
|
|
259
|
+
color: string;
|
|
260
|
+
};
|
|
261
|
+
effectDescription: {
|
|
262
|
+
lightAndShadow: string;
|
|
263
|
+
ink: string;
|
|
264
|
+
brightnessContrast: string;
|
|
265
|
+
hueSaturation: string;
|
|
266
|
+
vibrance: string;
|
|
267
|
+
sepia: string;
|
|
268
|
+
dotScreen: string;
|
|
269
|
+
colorHalftone: string;
|
|
270
|
+
noise: string;
|
|
271
|
+
triangleBlur: string;
|
|
272
|
+
zoomBlur: string;
|
|
273
|
+
tiltShift: string;
|
|
274
|
+
edgeWork: string;
|
|
275
|
+
vignette: string;
|
|
276
|
+
magnify: string;
|
|
277
|
+
hexagonalPixelate: string;
|
|
278
|
+
distanceFog: string;
|
|
279
|
+
surfaceFog: string;
|
|
280
|
+
};
|
|
199
281
|
layerConfiguration: {
|
|
200
282
|
defaultDescription: string;
|
|
201
283
|
howTo: string;
|
|
@@ -219,6 +301,7 @@ declare const _default: {
|
|
|
219
301
|
rasterTile: string;
|
|
220
302
|
wmsTile: string;
|
|
221
303
|
tile3d: string;
|
|
304
|
+
bitmap: string;
|
|
222
305
|
};
|
|
223
306
|
tooltip: {
|
|
224
307
|
hideLayer: string;
|
|
@@ -263,6 +346,13 @@ declare const _default: {
|
|
|
263
346
|
syncTimelineEnd: string;
|
|
264
347
|
showEffectPanel: string;
|
|
265
348
|
hideEffectPanel: string;
|
|
349
|
+
showAnnotationPanel: string;
|
|
350
|
+
hideAnnotationPanel: string;
|
|
351
|
+
removeAnnotation: string;
|
|
352
|
+
duplicateAnnotation: string;
|
|
353
|
+
hideAnnotation: string;
|
|
354
|
+
showAnnotation: string;
|
|
355
|
+
annotationSettings: string;
|
|
266
356
|
removeEffect: string;
|
|
267
357
|
disableEffect: string;
|
|
268
358
|
effectSettings: string;
|
|
@@ -279,6 +369,7 @@ declare const _default: {
|
|
|
279
369
|
exportImage: string;
|
|
280
370
|
exportData: string;
|
|
281
371
|
exportMap: string;
|
|
372
|
+
exportVideo: string;
|
|
282
373
|
shareMapURL: string;
|
|
283
374
|
saveMap: string;
|
|
284
375
|
select: string;
|
|
@@ -293,6 +384,10 @@ declare const _default: {
|
|
|
293
384
|
copyGeometry: string;
|
|
294
385
|
noLayersToFilter: string;
|
|
295
386
|
};
|
|
387
|
+
exportVideoModal: {
|
|
388
|
+
animation: string;
|
|
389
|
+
settings: string;
|
|
390
|
+
};
|
|
296
391
|
modal: {
|
|
297
392
|
title: {
|
|
298
393
|
deleteDataset: string;
|
|
@@ -300,6 +395,7 @@ declare const _default: {
|
|
|
300
395
|
exportImage: string;
|
|
301
396
|
exportData: string;
|
|
302
397
|
exportMap: string;
|
|
398
|
+
exportVideo: string;
|
|
303
399
|
addCustomMapboxStyle: string;
|
|
304
400
|
saveMap: string;
|
|
305
401
|
shareURL: string;
|
|
@@ -326,6 +422,10 @@ declare const _default: {
|
|
|
326
422
|
mapLegendTitle: string;
|
|
327
423
|
mapLegendAdd: string;
|
|
328
424
|
};
|
|
425
|
+
exportVideo: {
|
|
426
|
+
animation: string;
|
|
427
|
+
settings: string;
|
|
428
|
+
};
|
|
329
429
|
exportData: {
|
|
330
430
|
datasetTitle: string;
|
|
331
431
|
datasetSubtitle: string;
|
|
@@ -454,6 +554,7 @@ declare const _default: {
|
|
|
454
554
|
header: {
|
|
455
555
|
visibleLayers: string;
|
|
456
556
|
layerLegend: string;
|
|
557
|
+
annotations: string;
|
|
457
558
|
};
|
|
458
559
|
interactions: {
|
|
459
560
|
tooltip: string;
|
|
@@ -507,6 +608,21 @@ declare const _default: {
|
|
|
507
608
|
worldUnitSize: string;
|
|
508
609
|
};
|
|
509
610
|
hex_id: string;
|
|
611
|
+
flow: {
|
|
612
|
+
source: {
|
|
613
|
+
lat: string;
|
|
614
|
+
lng: string;
|
|
615
|
+
name: string;
|
|
616
|
+
h3: string;
|
|
617
|
+
};
|
|
618
|
+
target: {
|
|
619
|
+
lat: string;
|
|
620
|
+
lng: string;
|
|
621
|
+
name: string;
|
|
622
|
+
h3: string;
|
|
623
|
+
};
|
|
624
|
+
count: string;
|
|
625
|
+
};
|
|
510
626
|
};
|
|
511
627
|
color: {
|
|
512
628
|
customPalette: string;
|
|
@@ -542,6 +658,7 @@ declare const _default: {
|
|
|
542
658
|
};
|
|
543
659
|
geocoder: {
|
|
544
660
|
title: string;
|
|
661
|
+
limitSearch: string;
|
|
545
662
|
};
|
|
546
663
|
fieldSelector: {
|
|
547
664
|
clearAll: string;
|
|
@@ -585,5 +702,20 @@ declare const _default: {
|
|
|
585
702
|
};
|
|
586
703
|
};
|
|
587
704
|
};
|
|
705
|
+
flow: {
|
|
706
|
+
tooltip: {
|
|
707
|
+
location: {
|
|
708
|
+
name: string;
|
|
709
|
+
incomingCount: string;
|
|
710
|
+
outgoingCount: string;
|
|
711
|
+
internalCount: string;
|
|
712
|
+
};
|
|
713
|
+
flow: {
|
|
714
|
+
sourceName: string;
|
|
715
|
+
targetName: string;
|
|
716
|
+
count: string;
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
};
|
|
588
720
|
};
|
|
589
721
|
export default _default;
|