@kepler.gl/localization 3.3.0-alpha.0 → 3.3.0-alpha.10
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/cjs/formatted-message.js +27 -0
- package/dist/{index.js → cjs/index.js} +1 -1
- package/dist/{locales.js → cjs/locales.js} +1 -1
- package/dist/cjs/messages.js +46 -0
- package/dist/cjs/translations/ca.js +741 -0
- package/dist/cjs/translations/cn.js +742 -0
- package/dist/cjs/translations/en.js +789 -0
- package/dist/cjs/translations/es.js +741 -0
- package/dist/cjs/translations/fi.js +740 -0
- package/dist/cjs/translations/ja.js +740 -0
- package/dist/cjs/translations/pt.js +742 -0
- package/dist/cjs/translations/ru.js +742 -0
- package/dist/esm/formatted-message.js +20 -0
- package/dist/esm/index.js +7 -0
- package/dist/esm/locales.js +42 -0
- package/dist/esm/messages.js +43 -0
- package/dist/esm/translations/ca.js +736 -0
- package/dist/esm/translations/cn.js +737 -0
- package/dist/esm/translations/en.js +784 -0
- package/dist/esm/translations/es.js +736 -0
- package/dist/esm/translations/fi.js +735 -0
- package/dist/esm/translations/ja.js +735 -0
- package/dist/esm/translations/pt.js +737 -0
- package/dist/esm/translations/ru.js +737 -0
- package/dist/formatted-message.d.ts +2 -2
- package/dist/translations/ca.d.ts +280 -0
- package/dist/translations/cn.d.ts +286 -0
- package/dist/translations/en.d.ts +196 -0
- package/dist/translations/es.d.ts +280 -0
- package/dist/translations/fi.d.ts +307 -0
- package/dist/translations/ja.d.ts +280 -0
- package/dist/translations/pt.d.ts +309 -0
- package/dist/translations/ru.d.ts +281 -0
- package/package.json +23 -14
- package/dist/formatted-message.js +0 -22
- package/dist/messages.js +0 -46
- package/dist/translations/ca.js +0 -461
- package/dist/translations/cn.js +0 -456
- package/dist/translations/en.js +0 -593
- package/dist/translations/es.js +0 -461
- package/dist/translations/fi.js +0 -433
- package/dist/translations/ja.js +0 -460
- package/dist/translations/pt.js +0 -433
- package/dist/translations/ru.js +0 -461
|
@@ -42,12 +42,23 @@ declare const _default: {
|
|
|
42
42
|
land: string;
|
|
43
43
|
'3dBuilding': string;
|
|
44
44
|
background: string;
|
|
45
|
+
atmosphere: string;
|
|
46
|
+
hugeHalo: string;
|
|
47
|
+
hugeHaloRadius: string;
|
|
48
|
+
hugeHaloOpacity: string;
|
|
49
|
+
basemap: string;
|
|
50
|
+
adminBorders: string;
|
|
51
|
+
terminator: string;
|
|
52
|
+
sunAzimuth: string;
|
|
53
|
+
surface: string;
|
|
54
|
+
stars: string;
|
|
45
55
|
};
|
|
46
56
|
panel: {
|
|
47
57
|
text: {
|
|
48
58
|
label: string;
|
|
49
59
|
labelWithId: string;
|
|
50
60
|
fontSize: string;
|
|
61
|
+
fontWeight: string;
|
|
51
62
|
fontColor: string;
|
|
52
63
|
backgroundColor: string;
|
|
53
64
|
textAnchor: string;
|
|
@@ -63,6 +74,7 @@ declare const _default: {
|
|
|
63
74
|
filter: string;
|
|
64
75
|
interaction: string;
|
|
65
76
|
basemap: string;
|
|
77
|
+
annotation: string;
|
|
66
78
|
};
|
|
67
79
|
panelViewToggle: {
|
|
68
80
|
list: string;
|
|
@@ -90,11 +102,18 @@ declare const _default: {
|
|
|
90
102
|
colorByDescription: string;
|
|
91
103
|
aggregateBy: string;
|
|
92
104
|
'3DModel': string;
|
|
105
|
+
'3DModelURL': string;
|
|
106
|
+
'3DModelURLDescription': string;
|
|
93
107
|
'3DModelOptions': string;
|
|
94
108
|
service: string;
|
|
95
109
|
layer: string;
|
|
96
110
|
appearance: string;
|
|
111
|
+
bounds: string;
|
|
112
|
+
imageSource: string;
|
|
113
|
+
alignment: string;
|
|
97
114
|
uniqueIdField: string;
|
|
115
|
+
hideNulls: string;
|
|
116
|
+
hideNullsDescription: string;
|
|
98
117
|
type: {
|
|
99
118
|
point: string;
|
|
100
119
|
arc: string;
|
|
@@ -110,17 +129,22 @@ declare const _default: {
|
|
|
110
129
|
hexagonid: string;
|
|
111
130
|
trip: string;
|
|
112
131
|
s2: string;
|
|
132
|
+
geohash: string;
|
|
113
133
|
'3d': string;
|
|
134
|
+
flow: string;
|
|
114
135
|
vectortile: string;
|
|
115
136
|
rastertile: string;
|
|
116
137
|
wms: string;
|
|
117
138
|
tile3d: string;
|
|
139
|
+
bitmap: string;
|
|
118
140
|
};
|
|
119
141
|
wms: {
|
|
120
142
|
hover: string;
|
|
121
143
|
};
|
|
122
144
|
layerUpdateError: string;
|
|
123
145
|
interaction: string;
|
|
146
|
+
heatmap: string;
|
|
147
|
+
aggregation: string;
|
|
124
148
|
};
|
|
125
149
|
layerVisConfigs: {
|
|
126
150
|
angle: string;
|
|
@@ -136,6 +160,14 @@ declare const _default: {
|
|
|
136
160
|
billboardDescription: string;
|
|
137
161
|
fadeTrail: string;
|
|
138
162
|
opacity: string;
|
|
163
|
+
imageUrl: string;
|
|
164
|
+
showBounds: string;
|
|
165
|
+
editBounds: string;
|
|
166
|
+
alignMode: string;
|
|
167
|
+
boundsWest: string;
|
|
168
|
+
boundsSouth: string;
|
|
169
|
+
boundsEast: string;
|
|
170
|
+
boundsNorth: string;
|
|
139
171
|
pointSize: string;
|
|
140
172
|
coverage: string;
|
|
141
173
|
outline: string;
|
|
@@ -146,6 +178,7 @@ declare const _default: {
|
|
|
146
178
|
targetColor: string;
|
|
147
179
|
colorAggregation: string;
|
|
148
180
|
heightAggregation: string;
|
|
181
|
+
weightAggregation: string;
|
|
149
182
|
resolutionRange: string;
|
|
150
183
|
sizeScale: string;
|
|
151
184
|
worldUnitSize: string;
|
|
@@ -163,28 +196,67 @@ declare const _default: {
|
|
|
163
196
|
enablePolygonHeight: string;
|
|
164
197
|
showWireframe: string;
|
|
165
198
|
weightIntensity: string;
|
|
199
|
+
intensity: string;
|
|
200
|
+
threshold: string;
|
|
166
201
|
zoomScale: string;
|
|
167
202
|
heightRange: string;
|
|
168
203
|
heightMultiplier: string;
|
|
169
204
|
fixedHeight: string;
|
|
170
205
|
fixedHeightDescription: string;
|
|
171
206
|
allowHover: string;
|
|
207
|
+
allowHoverDescription: string;
|
|
172
208
|
showNeighborOnHover: string;
|
|
173
209
|
showHighlightColor: string;
|
|
174
210
|
darkModeEnabled: string;
|
|
175
211
|
transparentBackground: string;
|
|
212
|
+
scenegraphColorEnabled: string;
|
|
213
|
+
scenegraphUseTrailColor: string;
|
|
214
|
+
adjustRoll: string;
|
|
215
|
+
adjustPitch: string;
|
|
216
|
+
adjustYaw: string;
|
|
217
|
+
adjustSize: string;
|
|
218
|
+
adjustSizeDescription: string;
|
|
219
|
+
invertRoll: string;
|
|
220
|
+
invertPitch: string;
|
|
221
|
+
invertYaw: string;
|
|
222
|
+
fixedRoll: string;
|
|
223
|
+
fixedPitch: string;
|
|
224
|
+
fixedYaw: string;
|
|
225
|
+
fixedRollDescription: string;
|
|
226
|
+
fixedPitchDescription: string;
|
|
227
|
+
fixedYawDescription: string;
|
|
228
|
+
flow: {
|
|
229
|
+
fade: string;
|
|
230
|
+
fadeEnabled: string;
|
|
231
|
+
fadeAmount: string;
|
|
232
|
+
display: string;
|
|
233
|
+
renderingMode: string;
|
|
234
|
+
renderingModes: {
|
|
235
|
+
straight: string;
|
|
236
|
+
curved: string;
|
|
237
|
+
'animated-straight': string;
|
|
238
|
+
};
|
|
239
|
+
adaptiveScalesEnabled: string;
|
|
240
|
+
clusteringEnabled: string;
|
|
241
|
+
lineThicknessScale: string;
|
|
242
|
+
lineCurviness: string;
|
|
243
|
+
locationTotalsEnabled: string;
|
|
244
|
+
maxTopFlowsDisplayNum: string;
|
|
245
|
+
};
|
|
176
246
|
};
|
|
177
247
|
layerManager: {
|
|
178
248
|
addData: string;
|
|
179
249
|
addLayer: string;
|
|
180
250
|
layerBlending: string;
|
|
181
251
|
overlayBlending: string;
|
|
252
|
+
globeUnsupported: string;
|
|
182
253
|
};
|
|
183
254
|
mapManager: {
|
|
184
255
|
mapStyle: string;
|
|
185
256
|
addMapStyle: string;
|
|
186
257
|
'3dBuildingColor': string;
|
|
187
258
|
backgroundColor: string;
|
|
259
|
+
globeLayers: string;
|
|
188
260
|
};
|
|
189
261
|
effectManager: {
|
|
190
262
|
effects: string;
|
|
@@ -196,6 +268,33 @@ declare const _default: {
|
|
|
196
268
|
time: string;
|
|
197
269
|
timezone: string;
|
|
198
270
|
};
|
|
271
|
+
annotationManager: {
|
|
272
|
+
title: string;
|
|
273
|
+
addAnnotation: string;
|
|
274
|
+
type: string;
|
|
275
|
+
lineWidth: string;
|
|
276
|
+
color: string;
|
|
277
|
+
};
|
|
278
|
+
effectDescription: {
|
|
279
|
+
lightAndShadow: string;
|
|
280
|
+
ink: string;
|
|
281
|
+
brightnessContrast: string;
|
|
282
|
+
hueSaturation: string;
|
|
283
|
+
vibrance: string;
|
|
284
|
+
sepia: string;
|
|
285
|
+
dotScreen: string;
|
|
286
|
+
colorHalftone: string;
|
|
287
|
+
noise: string;
|
|
288
|
+
triangleBlur: string;
|
|
289
|
+
zoomBlur: string;
|
|
290
|
+
tiltShift: string;
|
|
291
|
+
edgeWork: string;
|
|
292
|
+
vignette: string;
|
|
293
|
+
magnify: string;
|
|
294
|
+
hexagonalPixelate: string;
|
|
295
|
+
distanceFog: string;
|
|
296
|
+
surfaceFog: string;
|
|
297
|
+
};
|
|
199
298
|
layerConfiguration: {
|
|
200
299
|
defaultDescription: string;
|
|
201
300
|
howTo: string;
|
|
@@ -212,6 +311,16 @@ declare const _default: {
|
|
|
212
311
|
datasetTitle: {
|
|
213
312
|
showDataTable: string;
|
|
214
313
|
removeDataset: string;
|
|
314
|
+
refreshDataset: string;
|
|
315
|
+
refreshFailed: string;
|
|
316
|
+
refreshSettings: string;
|
|
317
|
+
refreshOff: string;
|
|
318
|
+
refresh10s: string;
|
|
319
|
+
refresh15s: string;
|
|
320
|
+
refresh1m: string;
|
|
321
|
+
refresh5m: string;
|
|
322
|
+
refresh15m: string;
|
|
323
|
+
refreshCustom: string;
|
|
215
324
|
};
|
|
216
325
|
datasetInfo: {
|
|
217
326
|
rowCount: string;
|
|
@@ -219,6 +328,12 @@ declare const _default: {
|
|
|
219
328
|
rasterTile: string;
|
|
220
329
|
wmsTile: string;
|
|
221
330
|
tile3d: string;
|
|
331
|
+
bitmap: string;
|
|
332
|
+
remoteFile: string;
|
|
333
|
+
refreshInterval: string;
|
|
334
|
+
refreshCustomSeconds: string;
|
|
335
|
+
refreshing: string;
|
|
336
|
+
refreshingPercent: string;
|
|
222
337
|
};
|
|
223
338
|
tooltip: {
|
|
224
339
|
hideLayer: string;
|
|
@@ -234,10 +349,22 @@ declare const _default: {
|
|
|
234
349
|
layerSettings: string;
|
|
235
350
|
closePanel: string;
|
|
236
351
|
switchToDualView: string;
|
|
352
|
+
selectSplitMode: string;
|
|
353
|
+
singleView: string;
|
|
354
|
+
dualView: string;
|
|
355
|
+
swipeView: string;
|
|
237
356
|
showLegend: string;
|
|
238
357
|
disable3DMap: string;
|
|
358
|
+
globeMap: string;
|
|
359
|
+
disableGlobeMap: string;
|
|
360
|
+
viewMode: string;
|
|
361
|
+
top: string;
|
|
239
362
|
DrawOnMap: string;
|
|
363
|
+
copyAllSketches: string;
|
|
364
|
+
convertToLayer: string;
|
|
240
365
|
selectLocale: string;
|
|
366
|
+
switchToLightTheme: string;
|
|
367
|
+
switchToDarkTheme: string;
|
|
241
368
|
showAiAssistantPanel: string;
|
|
242
369
|
hideAiAssistantPanel: string;
|
|
243
370
|
hideLayerPanel: string;
|
|
@@ -263,6 +390,13 @@ declare const _default: {
|
|
|
263
390
|
syncTimelineEnd: string;
|
|
264
391
|
showEffectPanel: string;
|
|
265
392
|
hideEffectPanel: string;
|
|
393
|
+
showAnnotationPanel: string;
|
|
394
|
+
hideAnnotationPanel: string;
|
|
395
|
+
removeAnnotation: string;
|
|
396
|
+
duplicateAnnotation: string;
|
|
397
|
+
hideAnnotation: string;
|
|
398
|
+
showAnnotation: string;
|
|
399
|
+
annotationSettings: string;
|
|
266
400
|
removeEffect: string;
|
|
267
401
|
disableEffect: string;
|
|
268
402
|
effectSettings: string;
|
|
@@ -279,11 +413,17 @@ declare const _default: {
|
|
|
279
413
|
exportImage: string;
|
|
280
414
|
exportData: string;
|
|
281
415
|
exportMap: string;
|
|
416
|
+
exportVideo: string;
|
|
282
417
|
shareMapURL: string;
|
|
283
418
|
saveMap: string;
|
|
284
419
|
select: string;
|
|
420
|
+
point: string;
|
|
421
|
+
line: string;
|
|
285
422
|
polygon: string;
|
|
286
423
|
rectangle: string;
|
|
424
|
+
circle: string;
|
|
425
|
+
copyAll: string;
|
|
426
|
+
convertToLayer: string;
|
|
287
427
|
hide: string;
|
|
288
428
|
show: string;
|
|
289
429
|
};
|
|
@@ -291,8 +431,17 @@ declare const _default: {
|
|
|
291
431
|
filterLayer: string;
|
|
292
432
|
filterLayerDisabled: string;
|
|
293
433
|
copyGeometry: string;
|
|
434
|
+
editProperties: string;
|
|
435
|
+
propertyName: string;
|
|
436
|
+
propertyValue: string;
|
|
437
|
+
removeProperty: string;
|
|
438
|
+
polygonFilter: string;
|
|
294
439
|
noLayersToFilter: string;
|
|
295
440
|
};
|
|
441
|
+
exportVideoModal: {
|
|
442
|
+
animation: string;
|
|
443
|
+
settings: string;
|
|
444
|
+
};
|
|
296
445
|
modal: {
|
|
297
446
|
title: {
|
|
298
447
|
deleteDataset: string;
|
|
@@ -300,6 +449,7 @@ declare const _default: {
|
|
|
300
449
|
exportImage: string;
|
|
301
450
|
exportData: string;
|
|
302
451
|
exportMap: string;
|
|
452
|
+
exportVideo: string;
|
|
303
453
|
addCustomMapboxStyle: string;
|
|
304
454
|
saveMap: string;
|
|
305
455
|
shareURL: string;
|
|
@@ -326,6 +476,10 @@ declare const _default: {
|
|
|
326
476
|
mapLegendTitle: string;
|
|
327
477
|
mapLegendAdd: string;
|
|
328
478
|
};
|
|
479
|
+
exportVideo: {
|
|
480
|
+
animation: string;
|
|
481
|
+
settings: string;
|
|
482
|
+
};
|
|
329
483
|
exportData: {
|
|
330
484
|
datasetTitle: string;
|
|
331
485
|
datasetSubtitle: string;
|
|
@@ -378,6 +532,9 @@ declare const _default: {
|
|
|
378
532
|
title: string;
|
|
379
533
|
subtitle: string;
|
|
380
534
|
};
|
|
535
|
+
providerSelect: {
|
|
536
|
+
disclaimer: string;
|
|
537
|
+
};
|
|
381
538
|
exportMap: {
|
|
382
539
|
formatTitle: string;
|
|
383
540
|
formatSubtitle: string;
|
|
@@ -454,6 +611,7 @@ declare const _default: {
|
|
|
454
611
|
header: {
|
|
455
612
|
visibleLayers: string;
|
|
456
613
|
layerLegend: string;
|
|
614
|
+
annotations: string;
|
|
457
615
|
};
|
|
458
616
|
interactions: {
|
|
459
617
|
tooltip: string;
|
|
@@ -507,6 +665,21 @@ declare const _default: {
|
|
|
507
665
|
worldUnitSize: string;
|
|
508
666
|
};
|
|
509
667
|
hex_id: string;
|
|
668
|
+
flow: {
|
|
669
|
+
source: {
|
|
670
|
+
lat: string;
|
|
671
|
+
lng: string;
|
|
672
|
+
name: string;
|
|
673
|
+
h3: string;
|
|
674
|
+
};
|
|
675
|
+
target: {
|
|
676
|
+
lat: string;
|
|
677
|
+
lng: string;
|
|
678
|
+
name: string;
|
|
679
|
+
h3: string;
|
|
680
|
+
};
|
|
681
|
+
count: string;
|
|
682
|
+
};
|
|
510
683
|
};
|
|
511
684
|
color: {
|
|
512
685
|
customPalette: string;
|
|
@@ -532,8 +705,15 @@ declare const _default: {
|
|
|
532
705
|
configUploadMessage: string;
|
|
533
706
|
browseFiles: string;
|
|
534
707
|
uploading: string;
|
|
708
|
+
downloading: string;
|
|
535
709
|
fileNotSupported: string;
|
|
536
710
|
or: string;
|
|
711
|
+
dropMessage: string;
|
|
712
|
+
urlPlaceholder: string;
|
|
713
|
+
fetch: string;
|
|
714
|
+
format: string;
|
|
715
|
+
formatAuto: string;
|
|
716
|
+
cors: string;
|
|
537
717
|
};
|
|
538
718
|
tilesetSetup: {
|
|
539
719
|
header: string;
|
|
@@ -542,6 +722,7 @@ declare const _default: {
|
|
|
542
722
|
};
|
|
543
723
|
geocoder: {
|
|
544
724
|
title: string;
|
|
725
|
+
limitSearch: string;
|
|
545
726
|
};
|
|
546
727
|
fieldSelector: {
|
|
547
728
|
clearAll: string;
|
|
@@ -585,5 +766,20 @@ declare const _default: {
|
|
|
585
766
|
};
|
|
586
767
|
};
|
|
587
768
|
};
|
|
769
|
+
flow: {
|
|
770
|
+
tooltip: {
|
|
771
|
+
location: {
|
|
772
|
+
name: string;
|
|
773
|
+
incomingCount: string;
|
|
774
|
+
outgoingCount: string;
|
|
775
|
+
internalCount: string;
|
|
776
|
+
};
|
|
777
|
+
flow: {
|
|
778
|
+
sourceName: string;
|
|
779
|
+
targetName: string;
|
|
780
|
+
count: string;
|
|
781
|
+
};
|
|
782
|
+
};
|
|
783
|
+
};
|
|
588
784
|
};
|
|
589
785
|
export default _default;
|