@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;
@@ -47,10 +48,14 @@ declare const _default: {
47
48
  label: string;
48
49
  labelWithId: string;
49
50
  fontSize: string;
51
+ fontWeight: string;
50
52
  fontColor: string;
51
53
  textAnchor: string;
52
54
  alignment: string;
53
55
  addMoreLabel: string;
56
+ backgroundColor: string;
57
+ outlineWidth: string;
58
+ outlineColor: string;
54
59
  };
55
60
  };
56
61
  sidebar: {
@@ -59,6 +64,11 @@ declare const _default: {
59
64
  filter: string;
60
65
  interaction: string;
61
66
  basemap: string;
67
+ annotation: string;
68
+ };
69
+ panelViewToggle: {
70
+ list: string;
71
+ byDataset: string;
62
72
  };
63
73
  };
64
74
  layer: {
@@ -82,6 +92,13 @@ declare const _default: {
82
92
  aggregateBy: string;
83
93
  '3DModel': string;
84
94
  '3DModelOptions': string;
95
+ columnModesSeparator: string;
96
+ service: string;
97
+ layer: string;
98
+ appearance: string;
99
+ uniqueIdField: string;
100
+ hideNulls: string;
101
+ hideNullsDescription: string;
85
102
  type: {
86
103
  point: string;
87
104
  arc: string;
@@ -97,8 +114,21 @@ declare const _default: {
97
114
  hexagonid: string;
98
115
  trip: string;
99
116
  s2: string;
117
+ geohash: string;
100
118
  '3d': string;
119
+ flow: string;
120
+ vectortile: string;
121
+ rastertile: string;
122
+ wms: string;
123
+ tile3d: string;
124
+ };
125
+ wms: {
126
+ hover: string;
101
127
  };
128
+ layerUpdateError: string;
129
+ interaction: string;
130
+ heatmap: string;
131
+ aggregation: string;
102
132
  };
103
133
  layerVisConfigs: {
104
134
  angle: string;
@@ -123,6 +153,7 @@ declare const _default: {
123
153
  targetColor: string;
124
154
  colorAggregation: string;
125
155
  heightAggregation: string;
156
+ weightAggregation: string;
126
157
  resolutionRange: string;
127
158
  sizeScale: string;
128
159
  worldUnitSize: string;
@@ -140,16 +171,44 @@ declare const _default: {
140
171
  enablePolygonHeight: string;
141
172
  showWireframe: string;
142
173
  weightIntensity: string;
174
+ intensity: string;
175
+ threshold: string;
143
176
  zoomScale: string;
144
177
  heightRange: string;
145
178
  heightMultiplier: string;
146
179
  fixedHeight: string;
147
180
  fixedHeightDescription: string;
181
+ allowHover: string;
182
+ allowHoverDescription: string;
183
+ flow: {
184
+ fade: string;
185
+ fadeEnabled: string;
186
+ fadeAmount: string;
187
+ display: string;
188
+ renderingMode: string;
189
+ renderingModes: {
190
+ straight: string;
191
+ curved: string;
192
+ 'animated-straight': string;
193
+ };
194
+ adaptiveScalesEnabled: string;
195
+ clusteringEnabled: string;
196
+ lineThicknessScale: string;
197
+ lineCurviness: string;
198
+ locationTotalsEnabled: string;
199
+ maxTopFlowsDisplayNum: string;
200
+ };
201
+ showNeighborOnHover: string;
202
+ showHighlightColor: string;
203
+ darkModeEnabled: string;
204
+ transparentBackground: string;
205
+ pointSize: string;
148
206
  };
149
207
  layerManager: {
150
208
  addData: string;
151
209
  addLayer: string;
152
210
  layerBlending: string;
211
+ overlayBlending: string;
153
212
  };
154
213
  mapManager: {
155
214
  mapStyle: string;
@@ -157,19 +216,81 @@ declare const _default: {
157
216
  '3dBuildingColor': string;
158
217
  backgroundColor: string;
159
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
+ };
160
256
  layerConfiguration: {
161
257
  defaultDescription: string;
162
258
  howTo: string;
259
+ showColorChart: string;
260
+ hideColorChart: string;
163
261
  };
164
262
  filterManager: {
165
263
  addFilter: string;
264
+ timeFilterSync: string;
265
+ timeLayerSync: string;
266
+ timeLayerUnsync: string;
267
+ column: string;
166
268
  };
167
269
  datasetTitle: {
168
270
  showDataTable: string;
169
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;
170
282
  };
171
283
  datasetInfo: {
172
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;
173
294
  };
174
295
  tooltip: {
175
296
  hideLayer: string;
@@ -183,10 +304,18 @@ declare const _default: {
183
304
  layerSettings: string;
184
305
  closePanel: string;
185
306
  switchToDualView: string;
307
+ selectSplitMode: string;
308
+ singleView: string;
309
+ dualView: string;
310
+ swipeView: string;
186
311
  showLegend: string;
187
312
  disable3DMap: string;
188
313
  DrawOnMap: string;
314
+ copyAllSketches: string;
315
+ convertToLayer: string;
189
316
  selectLocale: string;
317
+ switchToLightTheme: string;
318
+ switchToDarkTheme: string;
190
319
  showAiAssistantPanel: string;
191
320
  hideAiAssistantPanel: string;
192
321
  hideLayerPanel: string;
@@ -203,6 +332,26 @@ declare const _default: {
203
332
  play: string;
204
333
  pause: string;
205
334
  reset: string;
335
+ export: string;
336
+ resetAfterError: string;
337
+ removeBaseMapStyle: string;
338
+ timeFilterSync: string;
339
+ syncTimelineStart: string;
340
+ syncTimelineEnd: string;
341
+ showEffectPanel: string;
342
+ hideEffectPanel: string;
343
+ showAnnotationPanel: string;
344
+ hideAnnotationPanel: string;
345
+ removeAnnotation: string;
346
+ duplicateAnnotation: string;
347
+ hideAnnotation: string;
348
+ showAnnotation: string;
349
+ annotationSettings: string;
350
+ removeEffect: string;
351
+ disableEffect: string;
352
+ effectSettings: string;
353
+ timeLayerSync: string;
354
+ timeLayerUnsync: string;
206
355
  };
207
356
  toolbar: {
208
357
  en: string;
@@ -216,14 +365,35 @@ declare const _default: {
216
365
  exportImage: string;
217
366
  exportData: string;
218
367
  exportMap: string;
368
+ exportVideo: string;
219
369
  shareMapURL: string;
220
370
  saveMap: string;
221
371
  select: string;
372
+ point: string;
373
+ line: string;
222
374
  polygon: string;
223
375
  rectangle: string;
376
+ circle: string;
377
+ copyAll: string;
378
+ convertToLayer: string;
224
379
  hide: string;
225
380
  show: string;
226
381
  };
382
+ editor: {
383
+ filterLayer: string;
384
+ filterLayerDisabled: string;
385
+ copyGeometry: string;
386
+ editProperties: string;
387
+ propertyName: string;
388
+ propertyValue: string;
389
+ removeProperty: string;
390
+ polygonFilter: string;
391
+ noLayersToFilter: string;
392
+ };
393
+ exportVideoModal: {
394
+ animation: string;
395
+ settings: string;
396
+ };
227
397
  modal: {
228
398
  title: {
229
399
  deleteDataset: string;
@@ -234,6 +404,7 @@ declare const _default: {
234
404
  addCustomMapboxStyle: string;
235
405
  saveMap: string;
236
406
  shareURL: string;
407
+ exportVideo: string;
237
408
  };
238
409
  button: {
239
410
  delete: string;
@@ -257,6 +428,10 @@ declare const _default: {
257
428
  mapLegendTitle: string;
258
429
  mapLegendAdd: string;
259
430
  };
431
+ exportVideo: {
432
+ animation: string;
433
+ settings: string;
434
+ };
260
435
  exportData: {
261
436
  datasetTitle: string;
262
437
  datasetSubtitle: string;
@@ -269,6 +444,7 @@ declare const _default: {
269
444
  unfilteredData: string;
270
445
  fileCount: string;
271
446
  rowCount: string;
447
+ tiledDatasetWarning: string;
272
448
  };
273
449
  deleteData: {
274
450
  warning: string;
@@ -292,6 +468,7 @@ declare const _default: {
292
468
  namingTitle: string;
293
469
  };
294
470
  shareMap: {
471
+ title: string;
295
472
  shareUriTitle: string;
296
473
  shareUriSubtitle: string;
297
474
  cloudTitle: string;
@@ -307,6 +484,9 @@ declare const _default: {
307
484
  title: string;
308
485
  subtitle: string;
309
486
  };
487
+ providerSelect: {
488
+ disclaimer: string;
489
+ };
310
490
  exportMap: {
311
491
  formatTitle: string;
312
492
  formatSubtitle: string;
@@ -316,6 +496,7 @@ declare const _default: {
316
496
  tokenSubtitle: string;
317
497
  tokenPlaceholder: string;
318
498
  tokenMisuseWarning: string;
499
+ tokenSecurityWarning: string;
319
500
  tokenDisclaimer: string;
320
501
  tokenUpdate: string;
321
502
  modeTitle: string;
@@ -337,6 +518,7 @@ declare const _default: {
337
518
  };
338
519
  loadData: {
339
520
  upload: string;
521
+ tileset: string;
340
522
  storage: string;
341
523
  };
342
524
  tripInfo: {
@@ -345,6 +527,8 @@ declare const _default: {
345
527
  code: string;
346
528
  description2: string;
347
529
  example: string;
530
+ titleTable: string;
531
+ descriptionTable1: string;
348
532
  };
349
533
  iconInfo: {
350
534
  title: string;
@@ -354,6 +538,12 @@ declare const _default: {
354
538
  example: string;
355
539
  icons: string;
356
540
  };
541
+ polygonInfo: {
542
+ title: string;
543
+ titleTable: string;
544
+ descriptionTable: string;
545
+ exampleTable: string;
546
+ };
357
547
  storageMapViewer: {
358
548
  lastModified: string;
359
549
  back: string;
@@ -367,11 +557,13 @@ declare const _default: {
367
557
  goToPage: string;
368
558
  storageMaps: string;
369
559
  noSavedMaps: string;
560
+ foursquareStorageMessage: string;
370
561
  };
371
562
  };
372
563
  header: {
373
564
  visibleLayers: string;
374
565
  layerLegend: string;
566
+ annotations: string;
375
567
  };
376
568
  interactions: {
377
569
  tooltip: string;
@@ -385,20 +577,39 @@ declare const _default: {
385
577
  normal: string;
386
578
  subtractive: string;
387
579
  };
580
+ overlayBlending: {
581
+ title: string;
582
+ description: string;
583
+ screen: string;
584
+ normal: string;
585
+ darken: string;
586
+ };
388
587
  columns: {
389
588
  title: string;
390
589
  lat: string;
391
590
  lng: string;
392
591
  altitude: string;
592
+ alt: string;
593
+ id: string;
594
+ timestamp: string;
393
595
  icon: string;
394
596
  geojson: string;
597
+ geoarrow: string;
598
+ geoarrow0: string;
599
+ geoarrow1: string;
395
600
  token: string;
601
+ sortBy: string;
602
+ neighbors: string;
396
603
  arc: {
397
604
  lat0: string;
398
605
  lng0: string;
399
606
  lat1: string;
400
607
  lng1: string;
401
608
  };
609
+ line: {
610
+ alt0: string;
611
+ alt1: string;
612
+ };
402
613
  grid: {
403
614
  worldUnitSize: string;
404
615
  };
@@ -406,17 +617,37 @@ declare const _default: {
406
617
  worldUnitSize: string;
407
618
  };
408
619
  hex_id: string;
620
+ flow: {
621
+ source: {
622
+ lat: string;
623
+ lng: string;
624
+ name: string;
625
+ h3: string;
626
+ };
627
+ target: {
628
+ lat: string;
629
+ lng: string;
630
+ name: string;
631
+ h3: string;
632
+ };
633
+ count: string;
634
+ };
409
635
  };
410
636
  color: {
411
637
  customPalette: string;
412
638
  steps: string;
413
639
  type: string;
414
640
  reversed: string;
641
+ colorBlindSafe: string;
642
+ disableStepReason: string;
643
+ preset: string;
644
+ picker: string;
415
645
  };
416
646
  scale: {
417
647
  colorScale: string;
418
648
  sizeScale: string;
419
649
  strokeScale: string;
650
+ strokeColorScale: string;
420
651
  scale: string;
421
652
  };
422
653
  fileUploader: {
@@ -426,8 +657,15 @@ declare const _default: {
426
657
  configUploadMessage: string;
427
658
  browseFiles: string;
428
659
  uploading: string;
660
+ downloading: string;
429
661
  fileNotSupported: string;
430
662
  or: string;
663
+ dropMessage: string;
664
+ urlPlaceholder: string;
665
+ fetch: string;
666
+ format: string;
667
+ formatAuto: string;
668
+ cors: string;
431
669
  };
432
670
  geocoder: {
433
671
  title: string;
@@ -452,5 +690,47 @@ declare const _default: {
452
690
  'User Guide': string;
453
691
  Save: string;
454
692
  Share: string;
693
+ flow: {
694
+ tooltip: {
695
+ location: {
696
+ name: string;
697
+ incomingCount: string;
698
+ outgoingCount: string;
699
+ internalCount: string;
700
+ };
701
+ flow: {
702
+ sourceName: string;
703
+ targetName: string;
704
+ count: string;
705
+ };
706
+ };
707
+ };
708
+ tilesetSetup: {
709
+ header: string;
710
+ rasterTileHeader: string;
711
+ addTilesetText: string;
712
+ };
713
+ mapLegend: {
714
+ layers: {
715
+ line: {
716
+ singleColor: {
717
+ sourceColor: string;
718
+ targetColor: string;
719
+ };
720
+ };
721
+ arc: {
722
+ singleColor: {
723
+ sourceColor: string;
724
+ targetColor: string;
725
+ };
726
+ };
727
+ default: {
728
+ singleColor: {
729
+ color: string;
730
+ strokeColor: string;
731
+ };
732
+ };
733
+ };
734
+ };
455
735
  };
456
736
  export default _default;