@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
|
@@ -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,15 +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;
|
|
124
|
+
tile3d: string;
|
|
125
|
+
bitmap: string;
|
|
117
126
|
};
|
|
118
127
|
wms: {
|
|
119
128
|
hover: string;
|
|
120
129
|
};
|
|
121
130
|
layerUpdateError: string;
|
|
122
131
|
interaction: string;
|
|
132
|
+
heatmap: string;
|
|
133
|
+
aggregation: string;
|
|
123
134
|
};
|
|
124
135
|
layerVisConfigs: {
|
|
125
136
|
angle: string;
|
|
@@ -135,6 +146,14 @@ declare const _default: {
|
|
|
135
146
|
billboardDescription: string;
|
|
136
147
|
fadeTrail: string;
|
|
137
148
|
opacity: string;
|
|
149
|
+
imageUrl: string;
|
|
150
|
+
showBounds: string;
|
|
151
|
+
editBounds: string;
|
|
152
|
+
boundsWest: string;
|
|
153
|
+
boundsSouth: string;
|
|
154
|
+
boundsEast: string;
|
|
155
|
+
boundsNorth: string;
|
|
156
|
+
pointSize: string;
|
|
138
157
|
coverage: string;
|
|
139
158
|
outline: string;
|
|
140
159
|
colorRange: string;
|
|
@@ -144,6 +163,7 @@ declare const _default: {
|
|
|
144
163
|
targetColor: string;
|
|
145
164
|
colorAggregation: string;
|
|
146
165
|
heightAggregation: string;
|
|
166
|
+
weightAggregation: string;
|
|
147
167
|
resolutionRange: string;
|
|
148
168
|
sizeScale: string;
|
|
149
169
|
worldUnitSize: string;
|
|
@@ -161,16 +181,53 @@ declare const _default: {
|
|
|
161
181
|
enablePolygonHeight: string;
|
|
162
182
|
showWireframe: string;
|
|
163
183
|
weightIntensity: string;
|
|
184
|
+
intensity: string;
|
|
185
|
+
threshold: string;
|
|
164
186
|
zoomScale: string;
|
|
165
187
|
heightRange: string;
|
|
166
188
|
heightMultiplier: string;
|
|
167
189
|
fixedHeight: string;
|
|
168
190
|
fixedHeightDescription: string;
|
|
169
191
|
allowHover: string;
|
|
192
|
+
allowHoverDescription: string;
|
|
170
193
|
showNeighborOnHover: string;
|
|
171
194
|
showHighlightColor: string;
|
|
172
195
|
darkModeEnabled: string;
|
|
173
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
|
+
};
|
|
174
231
|
};
|
|
175
232
|
layerManager: {
|
|
176
233
|
addData: string;
|
|
@@ -194,6 +251,33 @@ declare const _default: {
|
|
|
194
251
|
time: string;
|
|
195
252
|
timezone: string;
|
|
196
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
|
+
};
|
|
197
281
|
layerConfiguration: {
|
|
198
282
|
defaultDescription: string;
|
|
199
283
|
howTo: string;
|
|
@@ -216,6 +300,8 @@ declare const _default: {
|
|
|
216
300
|
vectorTile: string;
|
|
217
301
|
rasterTile: string;
|
|
218
302
|
wmsTile: string;
|
|
303
|
+
tile3d: string;
|
|
304
|
+
bitmap: string;
|
|
219
305
|
};
|
|
220
306
|
tooltip: {
|
|
221
307
|
hideLayer: string;
|
|
@@ -260,6 +346,13 @@ declare const _default: {
|
|
|
260
346
|
syncTimelineEnd: string;
|
|
261
347
|
showEffectPanel: string;
|
|
262
348
|
hideEffectPanel: string;
|
|
349
|
+
showAnnotationPanel: string;
|
|
350
|
+
hideAnnotationPanel: string;
|
|
351
|
+
removeAnnotation: string;
|
|
352
|
+
duplicateAnnotation: string;
|
|
353
|
+
hideAnnotation: string;
|
|
354
|
+
showAnnotation: string;
|
|
355
|
+
annotationSettings: string;
|
|
263
356
|
removeEffect: string;
|
|
264
357
|
disableEffect: string;
|
|
265
358
|
effectSettings: string;
|
|
@@ -276,6 +369,7 @@ declare const _default: {
|
|
|
276
369
|
exportImage: string;
|
|
277
370
|
exportData: string;
|
|
278
371
|
exportMap: string;
|
|
372
|
+
exportVideo: string;
|
|
279
373
|
shareMapURL: string;
|
|
280
374
|
saveMap: string;
|
|
281
375
|
select: string;
|
|
@@ -290,6 +384,10 @@ declare const _default: {
|
|
|
290
384
|
copyGeometry: string;
|
|
291
385
|
noLayersToFilter: string;
|
|
292
386
|
};
|
|
387
|
+
exportVideoModal: {
|
|
388
|
+
animation: string;
|
|
389
|
+
settings: string;
|
|
390
|
+
};
|
|
293
391
|
modal: {
|
|
294
392
|
title: {
|
|
295
393
|
deleteDataset: string;
|
|
@@ -297,6 +395,7 @@ declare const _default: {
|
|
|
297
395
|
exportImage: string;
|
|
298
396
|
exportData: string;
|
|
299
397
|
exportMap: string;
|
|
398
|
+
exportVideo: string;
|
|
300
399
|
addCustomMapboxStyle: string;
|
|
301
400
|
saveMap: string;
|
|
302
401
|
shareURL: string;
|
|
@@ -323,6 +422,10 @@ declare const _default: {
|
|
|
323
422
|
mapLegendTitle: string;
|
|
324
423
|
mapLegendAdd: string;
|
|
325
424
|
};
|
|
425
|
+
exportVideo: {
|
|
426
|
+
animation: string;
|
|
427
|
+
settings: string;
|
|
428
|
+
};
|
|
326
429
|
exportData: {
|
|
327
430
|
datasetTitle: string;
|
|
328
431
|
datasetSubtitle: string;
|
|
@@ -451,6 +554,7 @@ declare const _default: {
|
|
|
451
554
|
header: {
|
|
452
555
|
visibleLayers: string;
|
|
453
556
|
layerLegend: string;
|
|
557
|
+
annotations: string;
|
|
454
558
|
};
|
|
455
559
|
interactions: {
|
|
456
560
|
tooltip: string;
|
|
@@ -504,6 +608,21 @@ declare const _default: {
|
|
|
504
608
|
worldUnitSize: string;
|
|
505
609
|
};
|
|
506
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
|
+
};
|
|
507
626
|
};
|
|
508
627
|
color: {
|
|
509
628
|
customPalette: string;
|
|
@@ -539,6 +658,7 @@ declare const _default: {
|
|
|
539
658
|
};
|
|
540
659
|
geocoder: {
|
|
541
660
|
title: string;
|
|
661
|
+
limitSearch: string;
|
|
542
662
|
};
|
|
543
663
|
fieldSelector: {
|
|
544
664
|
clearAll: string;
|
|
@@ -582,5 +702,20 @@ declare const _default: {
|
|
|
582
702
|
};
|
|
583
703
|
};
|
|
584
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
|
+
};
|
|
585
720
|
};
|
|
586
721
|
export default _default;
|