@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
|
@@ -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,15 @@ 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;
|
|
103
|
+
alignment: string;
|
|
97
104
|
uniqueIdField: string;
|
|
98
105
|
type: {
|
|
99
106
|
point: string;
|
|
@@ -111,16 +118,20 @@ declare const _default: {
|
|
|
111
118
|
trip: string;
|
|
112
119
|
s2: string;
|
|
113
120
|
'3d': string;
|
|
121
|
+
flow: string;
|
|
114
122
|
vectortile: string;
|
|
115
123
|
rastertile: string;
|
|
116
124
|
wms: string;
|
|
117
125
|
tile3d: string;
|
|
126
|
+
bitmap: string;
|
|
118
127
|
};
|
|
119
128
|
wms: {
|
|
120
129
|
hover: string;
|
|
121
130
|
};
|
|
122
131
|
layerUpdateError: string;
|
|
123
132
|
interaction: string;
|
|
133
|
+
heatmap: string;
|
|
134
|
+
aggregation: string;
|
|
124
135
|
};
|
|
125
136
|
layerVisConfigs: {
|
|
126
137
|
angle: string;
|
|
@@ -136,6 +147,14 @@ declare const _default: {
|
|
|
136
147
|
billboardDescription: string;
|
|
137
148
|
fadeTrail: string;
|
|
138
149
|
opacity: string;
|
|
150
|
+
imageUrl: string;
|
|
151
|
+
showBounds: string;
|
|
152
|
+
editBounds: string;
|
|
153
|
+
alignMode: string;
|
|
154
|
+
boundsWest: string;
|
|
155
|
+
boundsSouth: string;
|
|
156
|
+
boundsEast: string;
|
|
157
|
+
boundsNorth: string;
|
|
139
158
|
pointSize: string;
|
|
140
159
|
coverage: string;
|
|
141
160
|
outline: string;
|
|
@@ -146,6 +165,7 @@ declare const _default: {
|
|
|
146
165
|
targetColor: string;
|
|
147
166
|
colorAggregation: string;
|
|
148
167
|
heightAggregation: string;
|
|
168
|
+
weightAggregation: string;
|
|
149
169
|
resolutionRange: string;
|
|
150
170
|
sizeScale: string;
|
|
151
171
|
worldUnitSize: string;
|
|
@@ -163,16 +183,53 @@ declare const _default: {
|
|
|
163
183
|
enablePolygonHeight: string;
|
|
164
184
|
showWireframe: string;
|
|
165
185
|
weightIntensity: string;
|
|
186
|
+
intensity: string;
|
|
187
|
+
threshold: string;
|
|
166
188
|
zoomScale: string;
|
|
167
189
|
heightRange: string;
|
|
168
190
|
heightMultiplier: string;
|
|
169
191
|
fixedHeight: string;
|
|
170
192
|
fixedHeightDescription: string;
|
|
171
193
|
allowHover: string;
|
|
194
|
+
allowHoverDescription: string;
|
|
172
195
|
showNeighborOnHover: string;
|
|
173
196
|
showHighlightColor: string;
|
|
174
197
|
darkModeEnabled: string;
|
|
175
198
|
transparentBackground: string;
|
|
199
|
+
scenegraphColorEnabled: string;
|
|
200
|
+
scenegraphUseTrailColor: string;
|
|
201
|
+
adjustRoll: string;
|
|
202
|
+
adjustPitch: string;
|
|
203
|
+
adjustYaw: string;
|
|
204
|
+
adjustSize: string;
|
|
205
|
+
adjustSizeDescription: string;
|
|
206
|
+
invertRoll: string;
|
|
207
|
+
invertPitch: string;
|
|
208
|
+
invertYaw: string;
|
|
209
|
+
fixedRoll: string;
|
|
210
|
+
fixedPitch: string;
|
|
211
|
+
fixedYaw: string;
|
|
212
|
+
fixedRollDescription: string;
|
|
213
|
+
fixedPitchDescription: string;
|
|
214
|
+
fixedYawDescription: string;
|
|
215
|
+
flow: {
|
|
216
|
+
fade: string;
|
|
217
|
+
fadeEnabled: string;
|
|
218
|
+
fadeAmount: string;
|
|
219
|
+
display: string;
|
|
220
|
+
renderingMode: string;
|
|
221
|
+
renderingModes: {
|
|
222
|
+
straight: string;
|
|
223
|
+
curved: string;
|
|
224
|
+
'animated-straight': string;
|
|
225
|
+
};
|
|
226
|
+
adaptiveScalesEnabled: string;
|
|
227
|
+
clusteringEnabled: string;
|
|
228
|
+
lineThicknessScale: string;
|
|
229
|
+
lineCurviness: string;
|
|
230
|
+
locationTotalsEnabled: string;
|
|
231
|
+
maxTopFlowsDisplayNum: string;
|
|
232
|
+
};
|
|
176
233
|
};
|
|
177
234
|
layerManager: {
|
|
178
235
|
addData: string;
|
|
@@ -196,6 +253,33 @@ declare const _default: {
|
|
|
196
253
|
time: string;
|
|
197
254
|
timezone: string;
|
|
198
255
|
};
|
|
256
|
+
annotationManager: {
|
|
257
|
+
title: string;
|
|
258
|
+
addAnnotation: string;
|
|
259
|
+
type: string;
|
|
260
|
+
lineWidth: string;
|
|
261
|
+
color: string;
|
|
262
|
+
};
|
|
263
|
+
effectDescription: {
|
|
264
|
+
lightAndShadow: string;
|
|
265
|
+
ink: string;
|
|
266
|
+
brightnessContrast: string;
|
|
267
|
+
hueSaturation: string;
|
|
268
|
+
vibrance: string;
|
|
269
|
+
sepia: string;
|
|
270
|
+
dotScreen: string;
|
|
271
|
+
colorHalftone: string;
|
|
272
|
+
noise: string;
|
|
273
|
+
triangleBlur: string;
|
|
274
|
+
zoomBlur: string;
|
|
275
|
+
tiltShift: string;
|
|
276
|
+
edgeWork: string;
|
|
277
|
+
vignette: string;
|
|
278
|
+
magnify: string;
|
|
279
|
+
hexagonalPixelate: string;
|
|
280
|
+
distanceFog: string;
|
|
281
|
+
surfaceFog: string;
|
|
282
|
+
};
|
|
199
283
|
layerConfiguration: {
|
|
200
284
|
defaultDescription: string;
|
|
201
285
|
howTo: string;
|
|
@@ -219,6 +303,7 @@ declare const _default: {
|
|
|
219
303
|
rasterTile: string;
|
|
220
304
|
wmsTile: string;
|
|
221
305
|
tile3d: string;
|
|
306
|
+
bitmap: string;
|
|
222
307
|
};
|
|
223
308
|
tooltip: {
|
|
224
309
|
hideLayer: string;
|
|
@@ -234,6 +319,7 @@ declare const _default: {
|
|
|
234
319
|
layerSettings: string;
|
|
235
320
|
closePanel: string;
|
|
236
321
|
switchToDualView: string;
|
|
322
|
+
selectSplitMode: string;
|
|
237
323
|
showLegend: string;
|
|
238
324
|
disable3DMap: string;
|
|
239
325
|
DrawOnMap: string;
|
|
@@ -263,6 +349,13 @@ declare const _default: {
|
|
|
263
349
|
syncTimelineEnd: string;
|
|
264
350
|
showEffectPanel: string;
|
|
265
351
|
hideEffectPanel: string;
|
|
352
|
+
showAnnotationPanel: string;
|
|
353
|
+
hideAnnotationPanel: string;
|
|
354
|
+
removeAnnotation: string;
|
|
355
|
+
duplicateAnnotation: string;
|
|
356
|
+
hideAnnotation: string;
|
|
357
|
+
showAnnotation: string;
|
|
358
|
+
annotationSettings: string;
|
|
266
359
|
removeEffect: string;
|
|
267
360
|
disableEffect: string;
|
|
268
361
|
effectSettings: string;
|
|
@@ -279,6 +372,7 @@ declare const _default: {
|
|
|
279
372
|
exportImage: string;
|
|
280
373
|
exportData: string;
|
|
281
374
|
exportMap: string;
|
|
375
|
+
exportVideo: string;
|
|
282
376
|
shareMapURL: string;
|
|
283
377
|
saveMap: string;
|
|
284
378
|
select: string;
|
|
@@ -293,6 +387,10 @@ declare const _default: {
|
|
|
293
387
|
copyGeometry: string;
|
|
294
388
|
noLayersToFilter: string;
|
|
295
389
|
};
|
|
390
|
+
exportVideoModal: {
|
|
391
|
+
animation: string;
|
|
392
|
+
settings: string;
|
|
393
|
+
};
|
|
296
394
|
modal: {
|
|
297
395
|
title: {
|
|
298
396
|
deleteDataset: string;
|
|
@@ -300,6 +398,7 @@ declare const _default: {
|
|
|
300
398
|
exportImage: string;
|
|
301
399
|
exportData: string;
|
|
302
400
|
exportMap: string;
|
|
401
|
+
exportVideo: string;
|
|
303
402
|
addCustomMapboxStyle: string;
|
|
304
403
|
saveMap: string;
|
|
305
404
|
shareURL: string;
|
|
@@ -326,6 +425,10 @@ declare const _default: {
|
|
|
326
425
|
mapLegendTitle: string;
|
|
327
426
|
mapLegendAdd: string;
|
|
328
427
|
};
|
|
428
|
+
exportVideo: {
|
|
429
|
+
animation: string;
|
|
430
|
+
settings: string;
|
|
431
|
+
};
|
|
329
432
|
exportData: {
|
|
330
433
|
datasetTitle: string;
|
|
331
434
|
datasetSubtitle: string;
|
|
@@ -454,6 +557,7 @@ declare const _default: {
|
|
|
454
557
|
header: {
|
|
455
558
|
visibleLayers: string;
|
|
456
559
|
layerLegend: string;
|
|
560
|
+
annotations: string;
|
|
457
561
|
};
|
|
458
562
|
interactions: {
|
|
459
563
|
tooltip: string;
|
|
@@ -507,6 +611,21 @@ declare const _default: {
|
|
|
507
611
|
worldUnitSize: string;
|
|
508
612
|
};
|
|
509
613
|
hex_id: string;
|
|
614
|
+
flow: {
|
|
615
|
+
source: {
|
|
616
|
+
lat: string;
|
|
617
|
+
lng: string;
|
|
618
|
+
name: string;
|
|
619
|
+
h3: string;
|
|
620
|
+
};
|
|
621
|
+
target: {
|
|
622
|
+
lat: string;
|
|
623
|
+
lng: string;
|
|
624
|
+
name: string;
|
|
625
|
+
h3: string;
|
|
626
|
+
};
|
|
627
|
+
count: string;
|
|
628
|
+
};
|
|
510
629
|
};
|
|
511
630
|
color: {
|
|
512
631
|
customPalette: string;
|
|
@@ -542,6 +661,7 @@ declare const _default: {
|
|
|
542
661
|
};
|
|
543
662
|
geocoder: {
|
|
544
663
|
title: string;
|
|
664
|
+
limitSearch: string;
|
|
545
665
|
};
|
|
546
666
|
fieldSelector: {
|
|
547
667
|
clearAll: string;
|
|
@@ -585,5 +705,20 @@ declare const _default: {
|
|
|
585
705
|
};
|
|
586
706
|
};
|
|
587
707
|
};
|
|
708
|
+
flow: {
|
|
709
|
+
tooltip: {
|
|
710
|
+
location: {
|
|
711
|
+
name: string;
|
|
712
|
+
incomingCount: string;
|
|
713
|
+
outgoingCount: string;
|
|
714
|
+
internalCount: string;
|
|
715
|
+
};
|
|
716
|
+
flow: {
|
|
717
|
+
sourceName: string;
|
|
718
|
+
targetName: string;
|
|
719
|
+
count: string;
|
|
720
|
+
};
|
|
721
|
+
};
|
|
722
|
+
};
|
|
588
723
|
};
|
|
589
724
|
export default _default;
|