@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.
Files changed (44) hide show
  1. package/dist/cjs/formatted-message.js +27 -0
  2. package/dist/{index.js → cjs/index.js} +1 -1
  3. package/dist/{locales.js → cjs/locales.js} +1 -1
  4. package/dist/cjs/messages.js +46 -0
  5. package/dist/cjs/translations/ca.js +741 -0
  6. package/dist/cjs/translations/cn.js +742 -0
  7. package/dist/cjs/translations/en.js +789 -0
  8. package/dist/cjs/translations/es.js +741 -0
  9. package/dist/cjs/translations/fi.js +740 -0
  10. package/dist/cjs/translations/ja.js +740 -0
  11. package/dist/cjs/translations/pt.js +742 -0
  12. package/dist/cjs/translations/ru.js +742 -0
  13. package/dist/esm/formatted-message.js +20 -0
  14. package/dist/esm/index.js +7 -0
  15. package/dist/esm/locales.js +42 -0
  16. package/dist/esm/messages.js +43 -0
  17. package/dist/esm/translations/ca.js +736 -0
  18. package/dist/esm/translations/cn.js +737 -0
  19. package/dist/esm/translations/en.js +784 -0
  20. package/dist/esm/translations/es.js +736 -0
  21. package/dist/esm/translations/fi.js +735 -0
  22. package/dist/esm/translations/ja.js +735 -0
  23. package/dist/esm/translations/pt.js +737 -0
  24. package/dist/esm/translations/ru.js +737 -0
  25. package/dist/formatted-message.d.ts +2 -2
  26. package/dist/translations/ca.d.ts +280 -0
  27. package/dist/translations/cn.d.ts +286 -0
  28. package/dist/translations/en.d.ts +196 -0
  29. package/dist/translations/es.d.ts +280 -0
  30. package/dist/translations/fi.d.ts +307 -0
  31. package/dist/translations/ja.d.ts +280 -0
  32. package/dist/translations/pt.d.ts +309 -0
  33. package/dist/translations/ru.d.ts +281 -0
  34. package/package.json +23 -14
  35. package/dist/formatted-message.js +0 -22
  36. package/dist/messages.js +0 -46
  37. package/dist/translations/ca.js +0 -461
  38. package/dist/translations/cn.js +0 -456
  39. package/dist/translations/en.js +0 -593
  40. package/dist/translations/es.js +0 -461
  41. package/dist/translations/fi.js +0 -433
  42. package/dist/translations/ja.js +0 -460
  43. package/dist/translations/pt.js +0 -433
  44. package/dist/translations/ru.js +0 -461
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  stroke: string;
11
11
  density: string;
12
12
  height: string;
13
+ coverage: string;
13
14
  sum: string;
14
15
  pointCount: string;
15
16
  };
@@ -21,6 +22,7 @@ declare const _default: {
21
22
  selectValue: string;
22
23
  enterValue: string;
23
24
  empty: string;
25
+ selectLayer: string;
24
26
  };
25
27
  misc: {
26
28
  by: string;
@@ -46,10 +48,14 @@ declare const _default: {
46
48
  label: string;
47
49
  labelWithId: string;
48
50
  fontSize: string;
51
+ fontWeight: string;
49
52
  fontColor: string;
50
53
  textAnchor: string;
51
54
  alignment: string;
52
55
  addMoreLabel: string;
56
+ backgroundColor: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
53
59
  };
54
60
  };
55
61
  sidebar: {
@@ -58,10 +64,16 @@ declare const _default: {
58
64
  filter: string;
59
65
  interaction: string;
60
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
61
72
  };
62
73
  };
63
74
  layer: {
64
75
  required: string;
76
+ columnModesSeparator: string;
65
77
  radius: string;
66
78
  color: string;
67
79
  fillColor: string;
@@ -81,6 +93,12 @@ declare const _default: {
81
93
  aggregateBy: string;
82
94
  '3DModel': string;
83
95
  '3DModelOptions': string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
84
102
  type: {
85
103
  point: string;
86
104
  arc: string;
@@ -96,11 +114,24 @@ declare const _default: {
96
114
  hexagonid: string;
97
115
  trip: string;
98
116
  s2: string;
117
+ geohash: string;
99
118
  '3d': string;
119
+ flow: string;
120
+ vectortile: string;
121
+ rastertile: string;
122
+ wms: string;
123
+ tile3d: string;
124
+ };
125
+ wms: {
126
+ hover: string;
100
127
  };
101
128
  layerUpdateError: string;
129
+ interaction: string;
130
+ heatmap: string;
131
+ aggregation: string;
102
132
  };
103
133
  layerVisConfigs: {
134
+ angle: string;
104
135
  strokeWidth: string;
105
136
  strokeWidthRange: string;
106
137
  radius: string;
@@ -113,6 +144,7 @@ declare const _default: {
113
144
  billboardDescription: string;
114
145
  fadeTrail: string;
115
146
  opacity: string;
147
+ pointSize: string;
116
148
  coverage: string;
117
149
  outline: string;
118
150
  colorRange: string;
@@ -122,6 +154,7 @@ declare const _default: {
122
154
  targetColor: string;
123
155
  colorAggregation: string;
124
156
  heightAggregation: string;
157
+ weightAggregation: string;
125
158
  resolutionRange: string;
126
159
  sizeScale: string;
127
160
  worldUnitSize: string;
@@ -139,16 +172,43 @@ declare const _default: {
139
172
  enablePolygonHeight: string;
140
173
  showWireframe: string;
141
174
  weightIntensity: string;
175
+ intensity: string;
176
+ threshold: string;
142
177
  zoomScale: string;
143
178
  heightRange: string;
144
179
  heightMultiplier: string;
145
180
  fixedHeight: string;
146
181
  fixedHeightDescription: string;
182
+ allowHover: string;
183
+ allowHoverDescription: string;
184
+ flow: {
185
+ fade: string;
186
+ fadeEnabled: string;
187
+ fadeAmount: string;
188
+ display: string;
189
+ renderingMode: string;
190
+ renderingModes: {
191
+ straight: string;
192
+ curved: string;
193
+ 'animated-straight': string;
194
+ };
195
+ adaptiveScalesEnabled: string;
196
+ clusteringEnabled: string;
197
+ lineThicknessScale: string;
198
+ lineCurviness: string;
199
+ locationTotalsEnabled: string;
200
+ maxTopFlowsDisplayNum: string;
201
+ };
202
+ showNeighborOnHover: string;
203
+ showHighlightColor: string;
204
+ darkModeEnabled: string;
205
+ transparentBackground: string;
147
206
  };
148
207
  layerManager: {
149
208
  addData: string;
150
209
  addLayer: string;
151
210
  layerBlending: string;
211
+ overlayBlending: string;
152
212
  };
153
213
  mapManager: {
154
214
  mapStyle: string;
@@ -156,19 +216,81 @@ declare const _default: {
156
216
  '3dBuildingColor': string;
157
217
  backgroundColor: string;
158
218
  };
219
+ effectManager: {
220
+ effects: string;
221
+ addEffect: string;
222
+ pickDateTime: string;
223
+ currentTime: string;
224
+ pickCurrrentTime: string;
225
+ date: string;
226
+ time: string;
227
+ timezone: string;
228
+ };
229
+ annotationManager: {
230
+ title: string;
231
+ addAnnotation: string;
232
+ type: string;
233
+ lineWidth: string;
234
+ color: string;
235
+ };
236
+ effectDescription: {
237
+ lightAndShadow: string;
238
+ ink: string;
239
+ brightnessContrast: string;
240
+ hueSaturation: string;
241
+ vibrance: string;
242
+ sepia: string;
243
+ dotScreen: string;
244
+ colorHalftone: string;
245
+ noise: string;
246
+ triangleBlur: string;
247
+ zoomBlur: string;
248
+ tiltShift: string;
249
+ edgeWork: string;
250
+ vignette: string;
251
+ magnify: string;
252
+ hexagonalPixelate: string;
253
+ distanceFog: string;
254
+ surfaceFog: string;
255
+ };
159
256
  layerConfiguration: {
160
257
  defaultDescription: string;
161
258
  howTo: string;
259
+ showColorChart: string;
260
+ hideColorChart: string;
162
261
  };
163
262
  filterManager: {
164
263
  addFilter: string;
264
+ timeFilterSync: string;
265
+ timeLayerSync: string;
266
+ timeLayerUnsync: string;
267
+ column: string;
165
268
  };
166
269
  datasetTitle: {
167
270
  showDataTable: string;
168
271
  removeDataset: string;
272
+ refreshDataset: string;
273
+ refreshFailed: string;
274
+ refreshSettings: string;
275
+ refreshOff: string;
276
+ refresh10s: string;
277
+ refresh15s: string;
278
+ refresh1m: string;
279
+ refresh5m: string;
280
+ refresh15m: string;
281
+ refreshCustom: string;
169
282
  };
170
283
  datasetInfo: {
171
284
  rowCount: string;
285
+ vectorTile: string;
286
+ rasterTile: string;
287
+ wmsTile: string;
288
+ tile3d: string;
289
+ remoteFile: string;
290
+ refreshInterval: string;
291
+ refreshCustomSeconds: string;
292
+ refreshing: string;
293
+ refreshingPercent: string;
172
294
  };
173
295
  tooltip: {
174
296
  hideLayer: string;
@@ -178,24 +300,59 @@ declare const _default: {
178
300
  hide: string;
179
301
  show: string;
180
302
  removeLayer: string;
303
+ duplicateLayer: string;
304
+ zoomToLayer: string;
181
305
  resetAfterError: string;
182
306
  layerSettings: string;
183
307
  closePanel: string;
184
308
  switchToDualView: string;
309
+ selectSplitMode: string;
310
+ singleView: string;
311
+ dualView: string;
312
+ swipeView: string;
185
313
  showLegend: string;
186
314
  disable3DMap: string;
187
315
  DrawOnMap: string;
316
+ copyAllSketches: string;
317
+ convertToLayer: string;
188
318
  selectLocale: string;
319
+ switchToLightTheme: string;
320
+ switchToDarkTheme: string;
189
321
  showAiAssistantPanel: string;
190
322
  hideAiAssistantPanel: string;
191
323
  hideLayerPanel: string;
192
324
  showLayerPanel: string;
193
325
  moveToTop: string;
194
326
  selectBaseMapStyle: string;
327
+ removeBaseMapStyle: string;
195
328
  delete: string;
196
329
  timePlayback: string;
330
+ timeFilterSync: string;
197
331
  cloudStorage: string;
198
332
  '3DMap': string;
333
+ animationByWindow: string;
334
+ animationByIncremental: string;
335
+ speed: string;
336
+ play: string;
337
+ pause: string;
338
+ reset: string;
339
+ export: string;
340
+ timeLayerSync: string;
341
+ timeLayerUnsync: string;
342
+ syncTimelineStart: string;
343
+ syncTimelineEnd: string;
344
+ showEffectPanel: string;
345
+ hideEffectPanel: string;
346
+ showAnnotationPanel: string;
347
+ hideAnnotationPanel: string;
348
+ removeAnnotation: string;
349
+ duplicateAnnotation: string;
350
+ hideAnnotation: string;
351
+ showAnnotation: string;
352
+ annotationSettings: string;
353
+ removeEffect: string;
354
+ disableEffect: string;
355
+ effectSettings: string;
199
356
  };
200
357
  toolbar: {
201
358
  en: string;
@@ -209,14 +366,35 @@ declare const _default: {
209
366
  exportImage: string;
210
367
  exportData: string;
211
368
  exportMap: string;
369
+ exportVideo: string;
212
370
  shareMapURL: string;
213
371
  saveMap: string;
214
372
  select: string;
373
+ point: string;
374
+ line: string;
215
375
  polygon: string;
216
376
  rectangle: string;
377
+ circle: string;
378
+ copyAll: string;
379
+ convertToLayer: string;
217
380
  hide: string;
218
381
  show: string;
219
382
  };
383
+ editor: {
384
+ filterLayer: string;
385
+ filterLayerDisabled: string;
386
+ copyGeometry: string;
387
+ editProperties: string;
388
+ propertyName: string;
389
+ propertyValue: string;
390
+ removeProperty: string;
391
+ polygonFilter: string;
392
+ noLayersToFilter: string;
393
+ };
394
+ exportVideoModal: {
395
+ animation: string;
396
+ settings: string;
397
+ };
220
398
  modal: {
221
399
  title: {
222
400
  deleteDataset: string;
@@ -224,6 +402,7 @@ declare const _default: {
224
402
  exportImage: string;
225
403
  exportData: string;
226
404
  exportMap: string;
405
+ exportVideo: string;
227
406
  addCustomMapboxStyle: string;
228
407
  saveMap: string;
229
408
  shareURL: string;
@@ -250,6 +429,10 @@ declare const _default: {
250
429
  mapLegendTitle: string;
251
430
  mapLegendAdd: string;
252
431
  };
432
+ exportVideo: {
433
+ animation: string;
434
+ settings: string;
435
+ };
253
436
  exportData: {
254
437
  datasetTitle: string;
255
438
  datasetSubtitle: string;
@@ -262,6 +445,7 @@ declare const _default: {
262
445
  unfilteredData: string;
263
446
  fileCount: string;
264
447
  rowCount: string;
448
+ tiledDatasetWarning: string;
265
449
  };
266
450
  deleteData: {
267
451
  warning: string;
@@ -277,11 +461,15 @@ declare const _default: {
277
461
  publishSubtitle7: string;
278
462
  exampleToken: string;
279
463
  pasteTitle: string;
464
+ pasteSubtitle0: string;
280
465
  pasteSubtitle1: string;
281
466
  pasteSubtitle2: string;
467
+ pasteSubtitle3: string;
468
+ pasteSubtitle4: string;
282
469
  namingTitle: string;
283
470
  };
284
471
  shareMap: {
472
+ title: string;
285
473
  shareUriTitle: string;
286
474
  shareUriSubtitle: string;
287
475
  cloudTitle: string;
@@ -297,6 +485,9 @@ declare const _default: {
297
485
  title: string;
298
486
  subtitle: string;
299
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
300
491
  exportMap: {
301
492
  formatTitle: string;
302
493
  formatSubtitle: string;
@@ -306,6 +497,7 @@ declare const _default: {
306
497
  tokenSubtitle: string;
307
498
  tokenPlaceholder: string;
308
499
  tokenMisuseWarning: string;
500
+ tokenSecurityWarning: string;
309
501
  tokenDisclaimer: string;
310
502
  tokenUpdate: string;
311
503
  modeTitle: string;
@@ -327,14 +519,24 @@ declare const _default: {
327
519
  };
328
520
  loadData: {
329
521
  upload: string;
522
+ tileset: string;
330
523
  storage: string;
331
524
  };
332
525
  tripInfo: {
333
526
  title: string;
527
+ titleTable: string;
334
528
  description1: string;
529
+ descriptionTable1: string;
335
530
  code: string;
336
531
  description2: string;
337
532
  example: string;
533
+ exampleTable: string;
534
+ };
535
+ polygonInfo: {
536
+ title: string;
537
+ titleTable: string;
538
+ descriptionTable: string;
539
+ exampleTable: string;
338
540
  };
339
541
  iconInfo: {
340
542
  title: string;
@@ -357,16 +559,19 @@ declare const _default: {
357
559
  goToPage: string;
358
560
  storageMaps: string;
359
561
  noSavedMaps: string;
562
+ foursquareStorageMessage: string;
360
563
  };
361
564
  };
362
565
  header: {
363
566
  visibleLayers: string;
364
567
  layerLegend: string;
568
+ annotations: string;
365
569
  };
366
570
  interactions: {
367
571
  tooltip: string;
368
572
  brush: string;
369
573
  coordinate: string;
574
+ geocoder: string;
370
575
  };
371
576
  layerBlending: {
372
577
  title: string;
@@ -374,13 +579,29 @@ declare const _default: {
374
579
  normal: string;
375
580
  subtractive: string;
376
581
  };
582
+ overlayBlending: {
583
+ title: string;
584
+ description: string;
585
+ screen: string;
586
+ normal: string;
587
+ darken: string;
588
+ };
377
589
  columns: {
378
590
  title: string;
379
591
  lat: string;
380
592
  lng: string;
381
593
  altitude: string;
594
+ alt: string;
595
+ id: string;
596
+ timestamp: string;
382
597
  icon: string;
383
598
  geojson: string;
599
+ geoarrow: string;
600
+ geoarrow0: string;
601
+ geoarrow1: string;
602
+ token: string;
603
+ sortBy: string;
604
+ neighbors: string;
384
605
  arc: {
385
606
  lat0: string;
386
607
  lng0: string;
@@ -397,17 +618,38 @@ declare const _default: {
397
618
  hexagon: {
398
619
  worldUnitSize: string;
399
620
  };
621
+ flow: {
622
+ source: {
623
+ lat: string;
624
+ lng: string;
625
+ name: string;
626
+ h3: string;
627
+ };
628
+ target: {
629
+ lat: string;
630
+ lng: string;
631
+ name: string;
632
+ h3: string;
633
+ };
634
+ count: string;
635
+ };
636
+ hex_id: string;
400
637
  };
401
638
  color: {
402
639
  customPalette: string;
403
640
  steps: string;
404
641
  type: string;
642
+ colorBlindSafe: string;
405
643
  reversed: string;
644
+ disableStepReason: string;
645
+ preset: string;
646
+ picker: string;
406
647
  };
407
648
  scale: {
408
649
  colorScale: string;
409
650
  sizeScale: string;
410
651
  strokeScale: string;
652
+ strokeColorScale: string;
411
653
  scale: string;
412
654
  };
413
655
  fileUploader: {
@@ -417,13 +659,80 @@ declare const _default: {
417
659
  configUploadMessage: string;
418
660
  browseFiles: string;
419
661
  uploading: string;
662
+ downloading: string;
420
663
  fileNotSupported: string;
421
664
  or: string;
665
+ dropMessage: string;
666
+ urlPlaceholder: string;
667
+ fetch: string;
668
+ format: string;
669
+ formatAuto: string;
670
+ cors: string;
671
+ };
672
+ tilesetSetup: {
673
+ header: string;
674
+ rasterTileHeader: string;
675
+ addTilesetText: string;
676
+ };
677
+ geocoder: {
678
+ title: string;
679
+ };
680
+ fieldSelector: {
681
+ clearAll: string;
682
+ formatting: string;
683
+ };
684
+ compare: {
685
+ modeLabel: string;
686
+ typeLabel: string;
687
+ types: {
688
+ absolute: string;
689
+ relative: string;
690
+ };
691
+ };
692
+ mapPopover: {
693
+ primary: string;
422
694
  };
423
695
  density: string;
424
696
  'Bug Report': string;
425
697
  'User Guide': string;
426
698
  Save: string;
427
699
  Share: string;
700
+ flow: {
701
+ tooltip: {
702
+ location: {
703
+ name: string;
704
+ incomingCount: string;
705
+ outgoingCount: string;
706
+ internalCount: string;
707
+ };
708
+ flow: {
709
+ sourceName: string;
710
+ targetName: string;
711
+ count: string;
712
+ };
713
+ };
714
+ };
715
+ mapLegend: {
716
+ layers: {
717
+ line: {
718
+ singleColor: {
719
+ sourceColor: string;
720
+ targetColor: string;
721
+ };
722
+ };
723
+ arc: {
724
+ singleColor: {
725
+ sourceColor: string;
726
+ targetColor: string;
727
+ };
728
+ };
729
+ default: {
730
+ singleColor: {
731
+ color: string;
732
+ strokeColor: string;
733
+ };
734
+ };
735
+ };
736
+ };
428
737
  };
429
738
  export default _default;