@kepler.gl/localization 3.3.0-alpha.6 → 3.3.0-alpha.8
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 +1 -1
- package/dist/cjs/translations/ca.js +28 -3
- package/dist/cjs/translations/cn.js +28 -3
- package/dist/cjs/translations/en.js +31 -3
- package/dist/cjs/translations/es.js +28 -3
- package/dist/cjs/translations/fi.js +28 -3
- package/dist/cjs/translations/ja.js +28 -3
- package/dist/cjs/translations/pt.js +28 -3
- package/dist/cjs/translations/ru.js +28 -3
- package/dist/esm/formatted-message.js +1 -1
- package/dist/esm/translations/ca.js +28 -3
- package/dist/esm/translations/cn.js +28 -3
- package/dist/esm/translations/en.js +31 -3
- package/dist/esm/translations/es.js +28 -3
- package/dist/esm/translations/fi.js +28 -3
- package/dist/esm/translations/ja.js +28 -3
- package/dist/esm/translations/pt.js +28 -3
- package/dist/esm/translations/ru.js +28 -3
- package/dist/formatted-message.d.ts +1 -1
- package/dist/translations/ca.d.ts +25 -0
- package/dist/translations/cn.d.ts +25 -0
- package/dist/translations/en.d.ts +28 -0
- package/dist/translations/es.d.ts +25 -0
- package/dist/translations/fi.d.ts +25 -0
- package/dist/translations/ja.d.ts +25 -0
- package/dist/translations/pt.d.ts +25 -0
- package/dist/translations/ru.d.ts +25 -0
- package/package.json +2 -2
|
@@ -43,6 +43,9 @@ declare const _default: {
|
|
|
43
43
|
'3dBuilding': string;
|
|
44
44
|
background: string;
|
|
45
45
|
atmosphere: string;
|
|
46
|
+
hugeHalo: string;
|
|
47
|
+
hugeHaloRadius: string;
|
|
48
|
+
hugeHaloOpacity: string;
|
|
46
49
|
basemap: string;
|
|
47
50
|
adminBorders: string;
|
|
48
51
|
terminator: string;
|
|
@@ -313,6 +316,7 @@ declare const _default: {
|
|
|
313
316
|
wmsTile: string;
|
|
314
317
|
tile3d: string;
|
|
315
318
|
bitmap: string;
|
|
319
|
+
remoteFile: string;
|
|
316
320
|
};
|
|
317
321
|
tooltip: {
|
|
318
322
|
hideLayer: string;
|
|
@@ -339,7 +343,11 @@ declare const _default: {
|
|
|
339
343
|
viewMode: string;
|
|
340
344
|
top: string;
|
|
341
345
|
DrawOnMap: string;
|
|
346
|
+
copyAllSketches: string;
|
|
347
|
+
convertToLayer: string;
|
|
342
348
|
selectLocale: string;
|
|
349
|
+
switchToLightTheme: string;
|
|
350
|
+
switchToDarkTheme: string;
|
|
343
351
|
showAiAssistantPanel: string;
|
|
344
352
|
hideAiAssistantPanel: string;
|
|
345
353
|
hideLayerPanel: string;
|
|
@@ -392,8 +400,13 @@ declare const _default: {
|
|
|
392
400
|
shareMapURL: string;
|
|
393
401
|
saveMap: string;
|
|
394
402
|
select: string;
|
|
403
|
+
point: string;
|
|
404
|
+
line: string;
|
|
395
405
|
polygon: string;
|
|
396
406
|
rectangle: string;
|
|
407
|
+
circle: string;
|
|
408
|
+
copyAll: string;
|
|
409
|
+
convertToLayer: string;
|
|
397
410
|
hide: string;
|
|
398
411
|
show: string;
|
|
399
412
|
};
|
|
@@ -401,6 +414,11 @@ declare const _default: {
|
|
|
401
414
|
filterLayer: string;
|
|
402
415
|
filterLayerDisabled: string;
|
|
403
416
|
copyGeometry: string;
|
|
417
|
+
editProperties: string;
|
|
418
|
+
propertyName: string;
|
|
419
|
+
propertyValue: string;
|
|
420
|
+
removeProperty: string;
|
|
421
|
+
polygonFilter: string;
|
|
404
422
|
noLayersToFilter: string;
|
|
405
423
|
};
|
|
406
424
|
exportVideoModal: {
|
|
@@ -497,6 +515,9 @@ declare const _default: {
|
|
|
497
515
|
title: string;
|
|
498
516
|
subtitle: string;
|
|
499
517
|
};
|
|
518
|
+
providerSelect: {
|
|
519
|
+
disclaimer: string;
|
|
520
|
+
};
|
|
500
521
|
exportMap: {
|
|
501
522
|
formatTitle: string;
|
|
502
523
|
formatSubtitle: string;
|
|
@@ -667,8 +688,15 @@ declare const _default: {
|
|
|
667
688
|
configUploadMessage: string;
|
|
668
689
|
browseFiles: string;
|
|
669
690
|
uploading: string;
|
|
691
|
+
downloading: string;
|
|
670
692
|
fileNotSupported: string;
|
|
671
693
|
or: string;
|
|
694
|
+
dropMessage: string;
|
|
695
|
+
urlPlaceholder: string;
|
|
696
|
+
fetch: string;
|
|
697
|
+
format: string;
|
|
698
|
+
formatAuto: string;
|
|
699
|
+
cors: string;
|
|
672
700
|
};
|
|
673
701
|
tilesetSetup: {
|
|
674
702
|
header: string;
|
|
@@ -273,6 +273,7 @@ declare const _default: {
|
|
|
273
273
|
rasterTile: string;
|
|
274
274
|
wmsTile: string;
|
|
275
275
|
tile3d: string;
|
|
276
|
+
remoteFile: string;
|
|
276
277
|
};
|
|
277
278
|
tooltip: {
|
|
278
279
|
hideLayer: string;
|
|
@@ -295,7 +296,11 @@ declare const _default: {
|
|
|
295
296
|
showLegend: string;
|
|
296
297
|
disable3DMap: string;
|
|
297
298
|
DrawOnMap: string;
|
|
299
|
+
copyAllSketches: string;
|
|
300
|
+
convertToLayer: string;
|
|
298
301
|
selectLocale: string;
|
|
302
|
+
switchToLightTheme: string;
|
|
303
|
+
switchToDarkTheme: string;
|
|
299
304
|
showAiAssistantPanel: string;
|
|
300
305
|
hideAiAssistantPanel: string;
|
|
301
306
|
hideLayerPanel: string;
|
|
@@ -348,8 +353,13 @@ declare const _default: {
|
|
|
348
353
|
shareMapURL: string;
|
|
349
354
|
saveMap: string;
|
|
350
355
|
select: string;
|
|
356
|
+
point: string;
|
|
357
|
+
line: string;
|
|
351
358
|
polygon: string;
|
|
352
359
|
rectangle: string;
|
|
360
|
+
circle: string;
|
|
361
|
+
copyAll: string;
|
|
362
|
+
convertToLayer: string;
|
|
353
363
|
hide: string;
|
|
354
364
|
show: string;
|
|
355
365
|
};
|
|
@@ -357,6 +367,11 @@ declare const _default: {
|
|
|
357
367
|
filterLayer: string;
|
|
358
368
|
filterLayerDisabled: string;
|
|
359
369
|
copyGeometry: string;
|
|
370
|
+
editProperties: string;
|
|
371
|
+
propertyName: string;
|
|
372
|
+
propertyValue: string;
|
|
373
|
+
removeProperty: string;
|
|
374
|
+
polygonFilter: string;
|
|
360
375
|
noLayersToFilter: string;
|
|
361
376
|
};
|
|
362
377
|
exportVideoModal: {
|
|
@@ -453,6 +468,9 @@ declare const _default: {
|
|
|
453
468
|
title: string;
|
|
454
469
|
subtitle: string;
|
|
455
470
|
};
|
|
471
|
+
providerSelect: {
|
|
472
|
+
disclaimer: string;
|
|
473
|
+
};
|
|
456
474
|
exportMap: {
|
|
457
475
|
formatTitle: string;
|
|
458
476
|
formatSubtitle: string;
|
|
@@ -623,8 +641,15 @@ declare const _default: {
|
|
|
623
641
|
configUploadMessage: string;
|
|
624
642
|
browseFiles: string;
|
|
625
643
|
uploading: string;
|
|
644
|
+
downloading: string;
|
|
626
645
|
fileNotSupported: string;
|
|
627
646
|
or: string;
|
|
647
|
+
dropMessage: string;
|
|
648
|
+
urlPlaceholder: string;
|
|
649
|
+
fetch: string;
|
|
650
|
+
format: string;
|
|
651
|
+
formatAuto: string;
|
|
652
|
+
cors: string;
|
|
628
653
|
};
|
|
629
654
|
tilesetSetup: {
|
|
630
655
|
header: string;
|
|
@@ -272,6 +272,7 @@ declare const _default: {
|
|
|
272
272
|
rasterTile: string;
|
|
273
273
|
wmsTile: string;
|
|
274
274
|
tile3d: string;
|
|
275
|
+
remoteFile: string;
|
|
275
276
|
};
|
|
276
277
|
tooltip: {
|
|
277
278
|
hideLayer: string;
|
|
@@ -294,7 +295,11 @@ declare const _default: {
|
|
|
294
295
|
showLegend: string;
|
|
295
296
|
disable3DMap: string;
|
|
296
297
|
DrawOnMap: string;
|
|
298
|
+
copyAllSketches: string;
|
|
299
|
+
convertToLayer: string;
|
|
297
300
|
selectLocale: string;
|
|
301
|
+
switchToLightTheme: string;
|
|
302
|
+
switchToDarkTheme: string;
|
|
298
303
|
showAiAssistantPanel: string;
|
|
299
304
|
hideAiAssistantPanel: string;
|
|
300
305
|
hideLayerPanel: string;
|
|
@@ -347,8 +352,13 @@ declare const _default: {
|
|
|
347
352
|
shareMapURL: string;
|
|
348
353
|
saveMap: string;
|
|
349
354
|
select: string;
|
|
355
|
+
point: string;
|
|
356
|
+
line: string;
|
|
350
357
|
polygon: string;
|
|
351
358
|
rectangle: string;
|
|
359
|
+
circle: string;
|
|
360
|
+
copyAll: string;
|
|
361
|
+
convertToLayer: string;
|
|
352
362
|
hide: string;
|
|
353
363
|
show: string;
|
|
354
364
|
};
|
|
@@ -356,6 +366,11 @@ declare const _default: {
|
|
|
356
366
|
filterLayer: string;
|
|
357
367
|
filterLayerDisabled: string;
|
|
358
368
|
copyGeometry: string;
|
|
369
|
+
editProperties: string;
|
|
370
|
+
propertyName: string;
|
|
371
|
+
propertyValue: string;
|
|
372
|
+
removeProperty: string;
|
|
373
|
+
polygonFilter: string;
|
|
359
374
|
noLayersToFilter: string;
|
|
360
375
|
};
|
|
361
376
|
exportVideoModal: {
|
|
@@ -452,6 +467,9 @@ declare const _default: {
|
|
|
452
467
|
title: string;
|
|
453
468
|
subtitle: string;
|
|
454
469
|
};
|
|
470
|
+
providerSelect: {
|
|
471
|
+
disclaimer: string;
|
|
472
|
+
};
|
|
455
473
|
exportMap: {
|
|
456
474
|
formatTitle: string;
|
|
457
475
|
formatSubtitle: string;
|
|
@@ -622,8 +640,15 @@ declare const _default: {
|
|
|
622
640
|
configUploadMessage: string;
|
|
623
641
|
browseFiles: string;
|
|
624
642
|
uploading: string;
|
|
643
|
+
downloading: string;
|
|
625
644
|
fileNotSupported: string;
|
|
626
645
|
or: string;
|
|
646
|
+
dropMessage: string;
|
|
647
|
+
urlPlaceholder: string;
|
|
648
|
+
fetch: string;
|
|
649
|
+
format: string;
|
|
650
|
+
formatAuto: string;
|
|
651
|
+
cors: string;
|
|
627
652
|
};
|
|
628
653
|
density: string;
|
|
629
654
|
'Bug Report': string;
|
|
@@ -273,6 +273,7 @@ declare const _default: {
|
|
|
273
273
|
rasterTile: string;
|
|
274
274
|
wmsTile: string;
|
|
275
275
|
tile3d: string;
|
|
276
|
+
remoteFile: string;
|
|
276
277
|
};
|
|
277
278
|
tooltip: {
|
|
278
279
|
hideLayer: string;
|
|
@@ -293,7 +294,11 @@ declare const _default: {
|
|
|
293
294
|
showLegend: string;
|
|
294
295
|
disable3DMap: string;
|
|
295
296
|
DrawOnMap: string;
|
|
297
|
+
copyAllSketches: string;
|
|
298
|
+
convertToLayer: string;
|
|
296
299
|
selectLocale: string;
|
|
300
|
+
switchToLightTheme: string;
|
|
301
|
+
switchToDarkTheme: string;
|
|
297
302
|
showAiAssistantPanel: string;
|
|
298
303
|
hideAiAssistantPanel: string;
|
|
299
304
|
hideLayerPanel: string;
|
|
@@ -347,8 +352,13 @@ declare const _default: {
|
|
|
347
352
|
shareMapURL: string;
|
|
348
353
|
saveMap: string;
|
|
349
354
|
select: string;
|
|
355
|
+
point: string;
|
|
356
|
+
line: string;
|
|
350
357
|
polygon: string;
|
|
351
358
|
rectangle: string;
|
|
359
|
+
circle: string;
|
|
360
|
+
copyAll: string;
|
|
361
|
+
convertToLayer: string;
|
|
352
362
|
hide: string;
|
|
353
363
|
show: string;
|
|
354
364
|
};
|
|
@@ -356,6 +366,11 @@ declare const _default: {
|
|
|
356
366
|
filterLayer: string;
|
|
357
367
|
filterLayerDisabled: string;
|
|
358
368
|
copyGeometry: string;
|
|
369
|
+
editProperties: string;
|
|
370
|
+
propertyName: string;
|
|
371
|
+
propertyValue: string;
|
|
372
|
+
removeProperty: string;
|
|
373
|
+
polygonFilter: string;
|
|
359
374
|
noLayersToFilter: string;
|
|
360
375
|
};
|
|
361
376
|
exportVideoModal: {
|
|
@@ -452,6 +467,9 @@ declare const _default: {
|
|
|
452
467
|
title: string;
|
|
453
468
|
subtitle: string;
|
|
454
469
|
};
|
|
470
|
+
providerSelect: {
|
|
471
|
+
disclaimer: string;
|
|
472
|
+
};
|
|
455
473
|
exportMap: {
|
|
456
474
|
formatTitle: string;
|
|
457
475
|
formatSubtitle: string;
|
|
@@ -622,8 +640,15 @@ declare const _default: {
|
|
|
622
640
|
configUploadMessage: string;
|
|
623
641
|
browseFiles: string;
|
|
624
642
|
uploading: string;
|
|
643
|
+
downloading: string;
|
|
625
644
|
fileNotSupported: string;
|
|
626
645
|
or: string;
|
|
646
|
+
dropMessage: string;
|
|
647
|
+
urlPlaceholder: string;
|
|
648
|
+
fetch: string;
|
|
649
|
+
format: string;
|
|
650
|
+
formatAuto: string;
|
|
651
|
+
cors: string;
|
|
627
652
|
};
|
|
628
653
|
geocoder: {
|
|
629
654
|
title: string;
|
|
@@ -273,6 +273,7 @@ declare const _default: {
|
|
|
273
273
|
rasterTile: string;
|
|
274
274
|
wmsTile: string;
|
|
275
275
|
tile3d: string;
|
|
276
|
+
remoteFile: string;
|
|
276
277
|
};
|
|
277
278
|
tooltip: {
|
|
278
279
|
hideLayer: string;
|
|
@@ -295,7 +296,11 @@ declare const _default: {
|
|
|
295
296
|
showLegend: string;
|
|
296
297
|
disable3DMap: string;
|
|
297
298
|
DrawOnMap: string;
|
|
299
|
+
copyAllSketches: string;
|
|
300
|
+
convertToLayer: string;
|
|
298
301
|
selectLocale: string;
|
|
302
|
+
switchToLightTheme: string;
|
|
303
|
+
switchToDarkTheme: string;
|
|
299
304
|
showAiAssistantPanel: string;
|
|
300
305
|
hideAiAssistantPanel: string;
|
|
301
306
|
hideLayerPanel: string;
|
|
@@ -348,8 +353,13 @@ declare const _default: {
|
|
|
348
353
|
shareMapURL: string;
|
|
349
354
|
saveMap: string;
|
|
350
355
|
select: string;
|
|
356
|
+
point: string;
|
|
357
|
+
line: string;
|
|
351
358
|
polygon: string;
|
|
352
359
|
rectangle: string;
|
|
360
|
+
circle: string;
|
|
361
|
+
copyAll: string;
|
|
362
|
+
convertToLayer: string;
|
|
353
363
|
hide: string;
|
|
354
364
|
show: string;
|
|
355
365
|
};
|
|
@@ -357,6 +367,11 @@ declare const _default: {
|
|
|
357
367
|
filterLayer: string;
|
|
358
368
|
filterLayerDisabled: string;
|
|
359
369
|
copyGeometry: string;
|
|
370
|
+
editProperties: string;
|
|
371
|
+
propertyName: string;
|
|
372
|
+
propertyValue: string;
|
|
373
|
+
removeProperty: string;
|
|
374
|
+
polygonFilter: string;
|
|
360
375
|
noLayersToFilter: string;
|
|
361
376
|
};
|
|
362
377
|
exportVideoModal: {
|
|
@@ -453,6 +468,9 @@ declare const _default: {
|
|
|
453
468
|
title: string;
|
|
454
469
|
subtitle: string;
|
|
455
470
|
};
|
|
471
|
+
providerSelect: {
|
|
472
|
+
disclaimer: string;
|
|
473
|
+
};
|
|
456
474
|
exportMap: {
|
|
457
475
|
formatTitle: string;
|
|
458
476
|
formatSubtitle: string;
|
|
@@ -624,8 +642,15 @@ declare const _default: {
|
|
|
624
642
|
configUploadMessage: string;
|
|
625
643
|
browseFiles: string;
|
|
626
644
|
uploading: string;
|
|
645
|
+
downloading: string;
|
|
627
646
|
fileNotSupported: string;
|
|
628
647
|
or: string;
|
|
648
|
+
dropMessage: string;
|
|
649
|
+
urlPlaceholder: string;
|
|
650
|
+
fetch: string;
|
|
651
|
+
format: string;
|
|
652
|
+
formatAuto: string;
|
|
653
|
+
cors: string;
|
|
629
654
|
};
|
|
630
655
|
tilesetSetup: {
|
|
631
656
|
header: string;
|
|
@@ -273,6 +273,7 @@ declare const _default: {
|
|
|
273
273
|
rasterTile: string;
|
|
274
274
|
wmsTile: string;
|
|
275
275
|
tile3d: string;
|
|
276
|
+
remoteFile: string;
|
|
276
277
|
};
|
|
277
278
|
tooltip: {
|
|
278
279
|
hideLayer: string;
|
|
@@ -293,7 +294,11 @@ declare const _default: {
|
|
|
293
294
|
showLegend: string;
|
|
294
295
|
disable3DMap: string;
|
|
295
296
|
DrawOnMap: string;
|
|
297
|
+
copyAllSketches: string;
|
|
298
|
+
convertToLayer: string;
|
|
296
299
|
selectLocale: string;
|
|
300
|
+
switchToLightTheme: string;
|
|
301
|
+
switchToDarkTheme: string;
|
|
297
302
|
showAiAssistantPanel: string;
|
|
298
303
|
hideAiAssistantPanel: string;
|
|
299
304
|
hideLayerPanel: string;
|
|
@@ -348,8 +353,13 @@ declare const _default: {
|
|
|
348
353
|
exportVideo: string;
|
|
349
354
|
saveMap: string;
|
|
350
355
|
select: string;
|
|
356
|
+
point: string;
|
|
357
|
+
line: string;
|
|
351
358
|
polygon: string;
|
|
352
359
|
rectangle: string;
|
|
360
|
+
circle: string;
|
|
361
|
+
copyAll: string;
|
|
362
|
+
convertToLayer: string;
|
|
353
363
|
hide: string;
|
|
354
364
|
show: string;
|
|
355
365
|
};
|
|
@@ -357,6 +367,11 @@ declare const _default: {
|
|
|
357
367
|
filterLayer: string;
|
|
358
368
|
filterLayerDisabled: string;
|
|
359
369
|
copyGeometry: string;
|
|
370
|
+
editProperties: string;
|
|
371
|
+
propertyName: string;
|
|
372
|
+
propertyValue: string;
|
|
373
|
+
removeProperty: string;
|
|
374
|
+
polygonFilter: string;
|
|
360
375
|
noLayersToFilter: string;
|
|
361
376
|
};
|
|
362
377
|
exportVideoModal: {
|
|
@@ -453,6 +468,9 @@ declare const _default: {
|
|
|
453
468
|
title: string;
|
|
454
469
|
subtitle: string;
|
|
455
470
|
};
|
|
471
|
+
providerSelect: {
|
|
472
|
+
disclaimer: string;
|
|
473
|
+
};
|
|
456
474
|
exportMap: {
|
|
457
475
|
formatTitle: string;
|
|
458
476
|
formatSubtitle: string;
|
|
@@ -624,8 +642,15 @@ declare const _default: {
|
|
|
624
642
|
configUploadMessage: string;
|
|
625
643
|
browseFiles: string;
|
|
626
644
|
uploading: string;
|
|
645
|
+
downloading: string;
|
|
627
646
|
fileNotSupported: string;
|
|
628
647
|
or: string;
|
|
648
|
+
dropMessage: string;
|
|
649
|
+
urlPlaceholder: string;
|
|
650
|
+
fetch: string;
|
|
651
|
+
format: string;
|
|
652
|
+
formatAuto: string;
|
|
653
|
+
cors: string;
|
|
629
654
|
};
|
|
630
655
|
tilesetSetup: {
|
|
631
656
|
header: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kepler.gl/localization",
|
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
|
4
|
-
"version": "3.3.0-alpha.
|
|
4
|
+
"version": "3.3.0-alpha.8",
|
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/cjs/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"react": "^19.0.0",
|
|
32
|
-
"react-intl": "^
|
|
32
|
+
"react-intl": "^7.0.0",
|
|
33
33
|
"redux": "^5.0.0"
|
|
34
34
|
},
|
|
35
35
|
"nyc": {
|