@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
@@ -22,6 +22,7 @@ declare const _default: {
22
22
  selectValue: string;
23
23
  enterValue: string;
24
24
  empty: string;
25
+ selectLayer: string;
25
26
  };
26
27
  misc: {
27
28
  by: string;
@@ -40,16 +41,21 @@ declare const _default: {
40
41
  water: string;
41
42
  land: string;
42
43
  '3dBuilding': string;
44
+ background: string;
43
45
  };
44
46
  panel: {
45
47
  text: {
46
48
  label: string;
47
49
  labelWithId: string;
48
50
  fontSize: string;
51
+ fontWeight: string;
49
52
  fontColor: string;
53
+ backgroundColor: string;
50
54
  textAnchor: string;
51
55
  alignment: string;
52
56
  addMoreLabel: 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,8 +114,21 @@ 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
  };
128
+ layerUpdateError: string;
129
+ interaction: string;
130
+ heatmap: string;
131
+ aggregation: string;
101
132
  };
102
133
  layerVisConfigs: {
103
134
  angle: string;
@@ -109,7 +140,11 @@ declare const _default: {
109
140
  radiusRange: string;
110
141
  clusterRadius: string;
111
142
  radiusRangePixels: string;
143
+ billboard: string;
144
+ billboardDescription: string;
145
+ fadeTrail: string;
112
146
  opacity: string;
147
+ pointSize: string;
113
148
  coverage: string;
114
149
  outline: string;
115
150
  colorRange: string;
@@ -119,12 +154,14 @@ declare const _default: {
119
154
  targetColor: string;
120
155
  colorAggregation: string;
121
156
  heightAggregation: string;
157
+ weightAggregation: string;
122
158
  resolutionRange: string;
123
159
  sizeScale: string;
124
160
  worldUnitSize: string;
125
161
  elevationScale: string;
126
162
  enableElevationZoomFactor: string;
127
163
  enableElevationZoomFactorDescription: string;
164
+ enableHeightZoomFactor: string;
128
165
  heightScale: string;
129
166
  coverageRange: string;
130
167
  highPrecisionRendering: string;
@@ -135,32 +172,125 @@ declare const _default: {
135
172
  enablePolygonHeight: string;
136
173
  showWireframe: string;
137
174
  weightIntensity: string;
175
+ intensity: string;
176
+ threshold: string;
138
177
  zoomScale: string;
139
178
  heightRange: string;
179
+ heightMultiplier: string;
180
+ fixedHeight: string;
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;
140
206
  };
141
207
  layerManager: {
142
208
  addData: string;
143
209
  addLayer: string;
144
210
  layerBlending: string;
211
+ overlayBlending: string;
145
212
  };
146
213
  mapManager: {
147
214
  mapStyle: string;
148
215
  addMapStyle: string;
149
216
  '3dBuildingColor': string;
217
+ backgroundColor: string;
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;
150
255
  };
151
256
  layerConfiguration: {
152
257
  defaultDescription: string;
153
258
  howTo: string;
259
+ showColorChart: string;
260
+ hideColorChart: string;
154
261
  };
155
262
  filterManager: {
156
263
  addFilter: string;
264
+ timeFilterSync: string;
265
+ timeLayerSync: string;
266
+ timeLayerUnsync: string;
267
+ column: string;
157
268
  };
158
269
  datasetTitle: {
159
270
  showDataTable: string;
160
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;
161
282
  };
162
283
  datasetInfo: {
163
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;
164
294
  };
165
295
  tooltip: {
166
296
  hideLayer: string;
@@ -172,21 +302,32 @@ declare const _default: {
172
302
  removeLayer: string;
173
303
  zoomToLayer: string;
174
304
  duplicateLayer: string;
305
+ resetAfterError: string;
175
306
  layerSettings: string;
176
307
  closePanel: string;
177
308
  switchToDualView: string;
309
+ selectSplitMode: string;
310
+ singleView: string;
311
+ dualView: string;
312
+ swipeView: string;
178
313
  showLegend: string;
179
314
  disable3DMap: string;
180
315
  DrawOnMap: string;
316
+ copyAllSketches: string;
317
+ convertToLayer: string;
181
318
  selectLocale: string;
319
+ switchToLightTheme: string;
320
+ switchToDarkTheme: string;
182
321
  showAiAssistantPanel: string;
183
322
  hideAiAssistantPanel: string;
184
323
  hideLayerPanel: string;
185
324
  showLayerPanel: string;
186
325
  moveToTop: string;
187
326
  selectBaseMapStyle: string;
327
+ removeBaseMapStyle: string;
188
328
  delete: string;
189
329
  timePlayback: string;
330
+ timeFilterSync: string;
190
331
  cloudStorage: string;
191
332
  '3DMap': string;
192
333
  animationByWindow: string;
@@ -195,6 +336,23 @@ declare const _default: {
195
336
  play: string;
196
337
  pause: string;
197
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;
198
356
  };
199
357
  toolbar: {
200
358
  en: string;
@@ -208,17 +366,34 @@ declare const _default: {
208
366
  exportImage: string;
209
367
  exportData: string;
210
368
  exportMap: string;
369
+ exportVideo: string;
211
370
  shareMapURL: string;
212
371
  saveMap: string;
213
372
  select: string;
373
+ point: string;
374
+ line: string;
214
375
  polygon: string;
215
376
  rectangle: string;
377
+ circle: string;
378
+ copyAll: string;
379
+ convertToLayer: string;
216
380
  hide: string;
217
381
  show: string;
218
382
  };
219
383
  editor: {
220
384
  filterLayer: string;
385
+ filterLayerDisabled: string;
221
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;
222
397
  };
223
398
  modal: {
224
399
  title: {
@@ -227,6 +402,7 @@ declare const _default: {
227
402
  exportImage: string;
228
403
  exportData: string;
229
404
  exportMap: string;
405
+ exportVideo: string;
230
406
  addCustomMapboxStyle: string;
231
407
  saveMap: string;
232
408
  shareURL: string;
@@ -253,6 +429,10 @@ declare const _default: {
253
429
  mapLegendTitle: string;
254
430
  mapLegendAdd: string;
255
431
  };
432
+ exportVideo: {
433
+ animation: string;
434
+ settings: string;
435
+ };
256
436
  exportData: {
257
437
  datasetTitle: string;
258
438
  datasetSubtitle: string;
@@ -265,6 +445,7 @@ declare const _default: {
265
445
  unfilteredData: string;
266
446
  fileCount: string;
267
447
  rowCount: string;
448
+ tiledDatasetWarning: string;
268
449
  };
269
450
  deleteData: {
270
451
  warning: string;
@@ -288,6 +469,7 @@ declare const _default: {
288
469
  namingTitle: string;
289
470
  };
290
471
  shareMap: {
472
+ title: string;
291
473
  shareUriTitle: string;
292
474
  shareUriSubtitle: string;
293
475
  cloudTitle: string;
@@ -303,6 +485,9 @@ declare const _default: {
303
485
  title: string;
304
486
  subtitle: string;
305
487
  };
488
+ providerSelect: {
489
+ disclaimer: string;
490
+ };
306
491
  exportMap: {
307
492
  formatTitle: string;
308
493
  formatSubtitle: string;
@@ -312,6 +497,7 @@ declare const _default: {
312
497
  tokenSubtitle: string;
313
498
  tokenPlaceholder: string;
314
499
  tokenMisuseWarning: string;
500
+ tokenSecurityWarning: string;
315
501
  tokenDisclaimer: string;
316
502
  tokenUpdate: string;
317
503
  modeTitle: string;
@@ -333,14 +519,18 @@ declare const _default: {
333
519
  };
334
520
  loadData: {
335
521
  upload: string;
522
+ tileset: string;
336
523
  storage: string;
337
524
  };
338
525
  tripInfo: {
339
526
  title: string;
527
+ titleTable: string;
340
528
  description1: string;
529
+ descriptionTable1: string;
341
530
  code: string;
342
531
  description2: string;
343
532
  example: string;
533
+ exampleTable: string;
344
534
  };
345
535
  iconInfo: {
346
536
  title: string;
@@ -350,6 +540,12 @@ declare const _default: {
350
540
  example: string;
351
541
  icons: string;
352
542
  };
543
+ polygonInfo: {
544
+ title: string;
545
+ titleTable: string;
546
+ descriptionTable: string;
547
+ exampleTable: string;
548
+ };
353
549
  storageMapViewer: {
354
550
  lastModified: string;
355
551
  back: string;
@@ -363,11 +559,13 @@ declare const _default: {
363
559
  goToPage: string;
364
560
  storageMaps: string;
365
561
  noSavedMaps: string;
562
+ foursquareStorageMessage: string;
366
563
  };
367
564
  };
368
565
  header: {
369
566
  visibleLayers: string;
370
567
  layerLegend: string;
568
+ annotations: string;
371
569
  };
372
570
  interactions: {
373
571
  tooltip: string;
@@ -381,20 +579,39 @@ declare const _default: {
381
579
  normal: string;
382
580
  subtractive: string;
383
581
  };
582
+ overlayBlending: {
583
+ title: string;
584
+ description: string;
585
+ screen: string;
586
+ normal: string;
587
+ darken: string;
588
+ };
384
589
  columns: {
385
590
  title: string;
386
591
  lat: string;
387
592
  lng: string;
388
593
  altitude: string;
594
+ alt: string;
595
+ id: string;
596
+ timestamp: string;
389
597
  icon: string;
390
598
  geojson: string;
599
+ geoarrow: string;
600
+ geoarrow0: string;
601
+ geoarrow1: string;
391
602
  token: string;
603
+ sortBy: string;
604
+ neighbors: string;
392
605
  arc: {
393
606
  lat0: string;
394
607
  lng0: string;
395
608
  lat1: string;
396
609
  lng1: string;
397
610
  };
611
+ line: {
612
+ alt0: string;
613
+ alt1: string;
614
+ };
398
615
  grid: {
399
616
  worldUnitSize: string;
400
617
  };
@@ -402,17 +619,37 @@ declare const _default: {
402
619
  worldUnitSize: string;
403
620
  };
404
621
  hex_id: string;
622
+ flow: {
623
+ source: {
624
+ lat: string;
625
+ lng: string;
626
+ name: string;
627
+ h3: string;
628
+ };
629
+ target: {
630
+ lat: string;
631
+ lng: string;
632
+ name: string;
633
+ h3: string;
634
+ };
635
+ count: string;
636
+ };
405
637
  };
406
638
  color: {
407
639
  customPalette: string;
408
640
  steps: string;
409
641
  type: string;
642
+ colorBlindSafe: string;
410
643
  reversed: string;
644
+ disableStepReason: string;
645
+ preset: string;
646
+ picker: string;
411
647
  };
412
648
  scale: {
413
649
  colorScale: string;
414
650
  sizeScale: string;
415
651
  strokeScale: string;
652
+ strokeColorScale: string;
416
653
  scale: string;
417
654
  };
418
655
  fileUploader: {
@@ -422,8 +659,20 @@ declare const _default: {
422
659
  configUploadMessage: string;
423
660
  browseFiles: string;
424
661
  uploading: string;
662
+ downloading: string;
425
663
  fileNotSupported: string;
426
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;
427
676
  };
428
677
  geocoder: {
429
678
  title: string;
@@ -448,5 +697,42 @@ declare const _default: {
448
697
  'User Guide': string;
449
698
  Save: string;
450
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
+ };
451
737
  };
452
738
  export default _default;