@kepler.gl/localization 3.3.0-alpha.1 → 3.3.0-alpha.11
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 +746 -0
- package/dist/cjs/translations/cn.js +747 -0
- package/dist/cjs/translations/en.js +794 -0
- package/dist/cjs/translations/es.js +746 -0
- package/dist/cjs/translations/fi.js +745 -0
- package/dist/cjs/translations/ja.js +745 -0
- package/dist/cjs/translations/pt.js +747 -0
- package/dist/cjs/translations/ru.js +747 -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 +741 -0
- package/dist/esm/translations/cn.js +742 -0
- package/dist/esm/translations/en.js +789 -0
- package/dist/esm/translations/es.js +741 -0
- package/dist/esm/translations/fi.js +740 -0
- package/dist/esm/translations/ja.js +740 -0
- package/dist/esm/translations/pt.js +742 -0
- package/dist/esm/translations/ru.js +742 -0
- package/dist/formatted-message.d.ts +2 -2
- package/dist/translations/ca.d.ts +51 -0
- package/dist/translations/cn.d.ts +51 -0
- package/dist/translations/en.d.ts +69 -0
- package/dist/translations/es.d.ts +51 -0
- package/dist/translations/fi.d.ts +51 -0
- package/dist/translations/ja.d.ts +51 -0
- package/dist/translations/pt.d.ts +51 -0
- package/dist/translations/ru.d.ts +51 -0
- package/package.json +18 -11
- package/dist/formatted-message.js +0 -22
- package/dist/messages.js +0 -46
- package/dist/translations/ca.js +0 -695
- package/dist/translations/cn.js +0 -696
- package/dist/translations/en.js +0 -725
- package/dist/translations/es.js +0 -695
- package/dist/translations/fi.js +0 -694
- package/dist/translations/ja.js +0 -694
- package/dist/translations/pt.js +0 -696
- package/dist/translations/ru.js +0 -696
|
@@ -4,9 +4,9 @@ type EnhancedFormattedMessageProps = {
|
|
|
4
4
|
defaultMessage?: string;
|
|
5
5
|
defaultValue?: string;
|
|
6
6
|
values?: {
|
|
7
|
-
[key: string]:
|
|
7
|
+
[key: string]: React.ReactNode;
|
|
8
8
|
};
|
|
9
|
-
children?: () => React.ReactElement;
|
|
9
|
+
children?: (chunks: React.ReactNode[]) => React.ReactElement;
|
|
10
10
|
};
|
|
11
11
|
declare const EnhancedFormattedMessage: React.FC<EnhancedFormattedMessageProps>;
|
|
12
12
|
export default EnhancedFormattedMessage;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -288,10 +311,18 @@ declare const _default: {
|
|
|
288
311
|
layerSettings: string;
|
|
289
312
|
closePanel: string;
|
|
290
313
|
switchToDualView: string;
|
|
314
|
+
selectSplitMode: string;
|
|
315
|
+
singleView: string;
|
|
316
|
+
dualView: string;
|
|
317
|
+
swipeView: string;
|
|
291
318
|
showLegend: string;
|
|
292
319
|
disable3DMap: string;
|
|
293
320
|
DrawOnMap: string;
|
|
321
|
+
copyAllSketches: string;
|
|
322
|
+
convertToLayer: string;
|
|
294
323
|
selectLocale: string;
|
|
324
|
+
switchToLightTheme: string;
|
|
325
|
+
switchToDarkTheme: string;
|
|
295
326
|
showAiAssistantPanel: string;
|
|
296
327
|
hideAiAssistantPanel: string;
|
|
297
328
|
hideLayerPanel: string;
|
|
@@ -344,8 +375,13 @@ declare const _default: {
|
|
|
344
375
|
shareMapURL: string;
|
|
345
376
|
saveMap: string;
|
|
346
377
|
select: string;
|
|
378
|
+
point: string;
|
|
379
|
+
line: string;
|
|
347
380
|
polygon: string;
|
|
348
381
|
rectangle: string;
|
|
382
|
+
circle: string;
|
|
383
|
+
copyAll: string;
|
|
384
|
+
convertToLayer: string;
|
|
349
385
|
hide: string;
|
|
350
386
|
show: string;
|
|
351
387
|
};
|
|
@@ -353,6 +389,11 @@ declare const _default: {
|
|
|
353
389
|
filterLayer: string;
|
|
354
390
|
filterLayerDisabled: string;
|
|
355
391
|
copyGeometry: string;
|
|
392
|
+
editProperties: string;
|
|
393
|
+
propertyName: string;
|
|
394
|
+
propertyValue: string;
|
|
395
|
+
removeProperty: string;
|
|
396
|
+
polygonFilter: string;
|
|
356
397
|
noLayersToFilter: string;
|
|
357
398
|
};
|
|
358
399
|
exportVideoModal: {
|
|
@@ -449,6 +490,9 @@ declare const _default: {
|
|
|
449
490
|
title: string;
|
|
450
491
|
subtitle: string;
|
|
451
492
|
};
|
|
493
|
+
providerSelect: {
|
|
494
|
+
disclaimer: string;
|
|
495
|
+
};
|
|
452
496
|
exportMap: {
|
|
453
497
|
formatTitle: string;
|
|
454
498
|
formatSubtitle: string;
|
|
@@ -619,8 +663,15 @@ declare const _default: {
|
|
|
619
663
|
configUploadMessage: string;
|
|
620
664
|
browseFiles: string;
|
|
621
665
|
uploading: string;
|
|
666
|
+
downloading: string;
|
|
622
667
|
fileNotSupported: string;
|
|
623
668
|
or: string;
|
|
669
|
+
dropMessage: string;
|
|
670
|
+
urlPlaceholder: string;
|
|
671
|
+
fetch: string;
|
|
672
|
+
format: string;
|
|
673
|
+
formatAuto: string;
|
|
674
|
+
cors: string;
|
|
624
675
|
};
|
|
625
676
|
tilesetSetup: {
|
|
626
677
|
header: string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -288,10 +311,18 @@ declare const _default: {
|
|
|
288
311
|
layerSettings: string;
|
|
289
312
|
closePanel: string;
|
|
290
313
|
switchToDualView: string;
|
|
314
|
+
selectSplitMode: string;
|
|
315
|
+
singleView: string;
|
|
316
|
+
dualView: string;
|
|
317
|
+
swipeView: string;
|
|
291
318
|
showLegend: string;
|
|
292
319
|
disable3DMap: string;
|
|
293
320
|
DrawOnMap: string;
|
|
321
|
+
copyAllSketches: string;
|
|
322
|
+
convertToLayer: string;
|
|
294
323
|
selectLocale: string;
|
|
324
|
+
switchToLightTheme: string;
|
|
325
|
+
switchToDarkTheme: string;
|
|
295
326
|
showAiAssistantPanel: string;
|
|
296
327
|
hideAiAssistantPanel: string;
|
|
297
328
|
hideLayerPanel: string;
|
|
@@ -344,8 +375,13 @@ declare const _default: {
|
|
|
344
375
|
shareMapURL: string;
|
|
345
376
|
saveMap: string;
|
|
346
377
|
select: string;
|
|
378
|
+
point: string;
|
|
379
|
+
line: string;
|
|
347
380
|
polygon: string;
|
|
348
381
|
rectangle: string;
|
|
382
|
+
circle: string;
|
|
383
|
+
copyAll: string;
|
|
384
|
+
convertToLayer: string;
|
|
349
385
|
hide: string;
|
|
350
386
|
show: string;
|
|
351
387
|
};
|
|
@@ -353,6 +389,11 @@ declare const _default: {
|
|
|
353
389
|
filterLayer: string;
|
|
354
390
|
filterLayerDisabled: string;
|
|
355
391
|
copyGeometry: string;
|
|
392
|
+
editProperties: string;
|
|
393
|
+
propertyName: string;
|
|
394
|
+
propertyValue: string;
|
|
395
|
+
removeProperty: string;
|
|
396
|
+
polygonFilter: string;
|
|
356
397
|
noLayersToFilter: string;
|
|
357
398
|
};
|
|
358
399
|
exportVideoModal: {
|
|
@@ -449,6 +490,9 @@ declare const _default: {
|
|
|
449
490
|
title: string;
|
|
450
491
|
subtitle: string;
|
|
451
492
|
};
|
|
493
|
+
providerSelect: {
|
|
494
|
+
disclaimer: string;
|
|
495
|
+
};
|
|
452
496
|
exportMap: {
|
|
453
497
|
formatTitle: string;
|
|
454
498
|
formatSubtitle: string;
|
|
@@ -620,8 +664,15 @@ declare const _default: {
|
|
|
620
664
|
configUploadMessage: string;
|
|
621
665
|
browseFiles: string;
|
|
622
666
|
uploading: string;
|
|
667
|
+
downloading: string;
|
|
623
668
|
fileNotSupported: string;
|
|
624
669
|
or: string;
|
|
670
|
+
dropMessage: string;
|
|
671
|
+
urlPlaceholder: string;
|
|
672
|
+
fetch: string;
|
|
673
|
+
format: string;
|
|
674
|
+
formatAuto: string;
|
|
675
|
+
cors: string;
|
|
625
676
|
};
|
|
626
677
|
tilesetSetup: {
|
|
627
678
|
header: string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -42,6 +43,16 @@ declare const _default: {
|
|
|
42
43
|
land: string;
|
|
43
44
|
'3dBuilding': string;
|
|
44
45
|
background: string;
|
|
46
|
+
atmosphere: string;
|
|
47
|
+
hugeHalo: string;
|
|
48
|
+
hugeHaloRadius: string;
|
|
49
|
+
hugeHaloOpacity: string;
|
|
50
|
+
basemap: string;
|
|
51
|
+
adminBorders: string;
|
|
52
|
+
terminator: string;
|
|
53
|
+
sunAzimuth: string;
|
|
54
|
+
surface: string;
|
|
55
|
+
stars: string;
|
|
45
56
|
};
|
|
46
57
|
panel: {
|
|
47
58
|
text: {
|
|
@@ -100,7 +111,10 @@ declare const _default: {
|
|
|
100
111
|
appearance: string;
|
|
101
112
|
bounds: string;
|
|
102
113
|
imageSource: string;
|
|
114
|
+
alignment: string;
|
|
103
115
|
uniqueIdField: string;
|
|
116
|
+
hideNulls: string;
|
|
117
|
+
hideNullsDescription: string;
|
|
104
118
|
type: {
|
|
105
119
|
point: string;
|
|
106
120
|
arc: string;
|
|
@@ -116,6 +130,7 @@ declare const _default: {
|
|
|
116
130
|
hexagonid: string;
|
|
117
131
|
trip: string;
|
|
118
132
|
s2: string;
|
|
133
|
+
geohash: string;
|
|
119
134
|
'3d': string;
|
|
120
135
|
flow: string;
|
|
121
136
|
vectortile: string;
|
|
@@ -149,6 +164,7 @@ declare const _default: {
|
|
|
149
164
|
imageUrl: string;
|
|
150
165
|
showBounds: string;
|
|
151
166
|
editBounds: string;
|
|
167
|
+
alignMode: string;
|
|
152
168
|
boundsWest: string;
|
|
153
169
|
boundsSouth: string;
|
|
154
170
|
boundsEast: string;
|
|
@@ -234,12 +250,14 @@ declare const _default: {
|
|
|
234
250
|
addLayer: string;
|
|
235
251
|
layerBlending: string;
|
|
236
252
|
overlayBlending: string;
|
|
253
|
+
globeUnsupported: string;
|
|
237
254
|
};
|
|
238
255
|
mapManager: {
|
|
239
256
|
mapStyle: string;
|
|
240
257
|
addMapStyle: string;
|
|
241
258
|
'3dBuildingColor': string;
|
|
242
259
|
backgroundColor: string;
|
|
260
|
+
globeLayers: string;
|
|
243
261
|
};
|
|
244
262
|
effectManager: {
|
|
245
263
|
effects: string;
|
|
@@ -257,6 +275,8 @@ declare const _default: {
|
|
|
257
275
|
type: string;
|
|
258
276
|
lineWidth: string;
|
|
259
277
|
color: string;
|
|
278
|
+
textSide: string;
|
|
279
|
+
textPlacement: string;
|
|
260
280
|
};
|
|
261
281
|
effectDescription: {
|
|
262
282
|
lightAndShadow: string;
|
|
@@ -290,10 +310,22 @@ declare const _default: {
|
|
|
290
310
|
timeLayerSync: string;
|
|
291
311
|
timeLayerUnsync: string;
|
|
292
312
|
column: string;
|
|
313
|
+
timeIntervalEndField: string;
|
|
314
|
+
timeIntervalEndFieldHint: string;
|
|
293
315
|
};
|
|
294
316
|
datasetTitle: {
|
|
295
317
|
showDataTable: string;
|
|
296
318
|
removeDataset: string;
|
|
319
|
+
refreshDataset: string;
|
|
320
|
+
refreshFailed: string;
|
|
321
|
+
refreshSettings: string;
|
|
322
|
+
refreshOff: string;
|
|
323
|
+
refresh10s: string;
|
|
324
|
+
refresh15s: string;
|
|
325
|
+
refresh1m: string;
|
|
326
|
+
refresh5m: string;
|
|
327
|
+
refresh15m: string;
|
|
328
|
+
refreshCustom: string;
|
|
297
329
|
};
|
|
298
330
|
datasetInfo: {
|
|
299
331
|
rowCount: string;
|
|
@@ -302,6 +334,11 @@ declare const _default: {
|
|
|
302
334
|
wmsTile: string;
|
|
303
335
|
tile3d: string;
|
|
304
336
|
bitmap: string;
|
|
337
|
+
remoteFile: string;
|
|
338
|
+
refreshInterval: string;
|
|
339
|
+
refreshCustomSeconds: string;
|
|
340
|
+
refreshing: string;
|
|
341
|
+
refreshingPercent: string;
|
|
305
342
|
};
|
|
306
343
|
tooltip: {
|
|
307
344
|
hideLayer: string;
|
|
@@ -317,10 +354,22 @@ declare const _default: {
|
|
|
317
354
|
layerSettings: string;
|
|
318
355
|
closePanel: string;
|
|
319
356
|
switchToDualView: string;
|
|
357
|
+
selectSplitMode: string;
|
|
358
|
+
singleView: string;
|
|
359
|
+
dualView: string;
|
|
360
|
+
swipeView: string;
|
|
320
361
|
showLegend: string;
|
|
321
362
|
disable3DMap: string;
|
|
363
|
+
globeMap: string;
|
|
364
|
+
disableGlobeMap: string;
|
|
365
|
+
viewMode: string;
|
|
366
|
+
top: string;
|
|
322
367
|
DrawOnMap: string;
|
|
368
|
+
copyAllSketches: string;
|
|
369
|
+
convertToLayer: string;
|
|
323
370
|
selectLocale: string;
|
|
371
|
+
switchToLightTheme: string;
|
|
372
|
+
switchToDarkTheme: string;
|
|
324
373
|
showAiAssistantPanel: string;
|
|
325
374
|
hideAiAssistantPanel: string;
|
|
326
375
|
hideLayerPanel: string;
|
|
@@ -373,8 +422,13 @@ declare const _default: {
|
|
|
373
422
|
shareMapURL: string;
|
|
374
423
|
saveMap: string;
|
|
375
424
|
select: string;
|
|
425
|
+
point: string;
|
|
426
|
+
line: string;
|
|
376
427
|
polygon: string;
|
|
377
428
|
rectangle: string;
|
|
429
|
+
circle: string;
|
|
430
|
+
copyAll: string;
|
|
431
|
+
convertToLayer: string;
|
|
378
432
|
hide: string;
|
|
379
433
|
show: string;
|
|
380
434
|
};
|
|
@@ -382,6 +436,11 @@ declare const _default: {
|
|
|
382
436
|
filterLayer: string;
|
|
383
437
|
filterLayerDisabled: string;
|
|
384
438
|
copyGeometry: string;
|
|
439
|
+
editProperties: string;
|
|
440
|
+
propertyName: string;
|
|
441
|
+
propertyValue: string;
|
|
442
|
+
removeProperty: string;
|
|
443
|
+
polygonFilter: string;
|
|
385
444
|
noLayersToFilter: string;
|
|
386
445
|
};
|
|
387
446
|
exportVideoModal: {
|
|
@@ -478,6 +537,9 @@ declare const _default: {
|
|
|
478
537
|
title: string;
|
|
479
538
|
subtitle: string;
|
|
480
539
|
};
|
|
540
|
+
providerSelect: {
|
|
541
|
+
disclaimer: string;
|
|
542
|
+
};
|
|
481
543
|
exportMap: {
|
|
482
544
|
formatTitle: string;
|
|
483
545
|
formatSubtitle: string;
|
|
@@ -648,8 +710,15 @@ declare const _default: {
|
|
|
648
710
|
configUploadMessage: string;
|
|
649
711
|
browseFiles: string;
|
|
650
712
|
uploading: string;
|
|
713
|
+
downloading: string;
|
|
651
714
|
fileNotSupported: string;
|
|
652
715
|
or: string;
|
|
716
|
+
dropMessage: string;
|
|
717
|
+
urlPlaceholder: string;
|
|
718
|
+
fetch: string;
|
|
719
|
+
format: string;
|
|
720
|
+
formatAuto: string;
|
|
721
|
+
cors: string;
|
|
653
722
|
};
|
|
654
723
|
tilesetSetup: {
|
|
655
724
|
header: string;
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
enterValue: string;
|
|
24
24
|
empty: string;
|
|
25
25
|
selectLayer: string;
|
|
26
|
+
endTimeField: string;
|
|
26
27
|
};
|
|
27
28
|
misc: {
|
|
28
29
|
by: string;
|
|
@@ -97,6 +98,8 @@ declare const _default: {
|
|
|
97
98
|
layer: string;
|
|
98
99
|
appearance: string;
|
|
99
100
|
uniqueIdField: string;
|
|
101
|
+
hideNulls: string;
|
|
102
|
+
hideNullsDescription: string;
|
|
100
103
|
type: {
|
|
101
104
|
point: string;
|
|
102
105
|
arc: string;
|
|
@@ -112,6 +115,7 @@ declare const _default: {
|
|
|
112
115
|
hexagonid: string;
|
|
113
116
|
trip: string;
|
|
114
117
|
s2: string;
|
|
118
|
+
geohash: string;
|
|
115
119
|
'3d': string;
|
|
116
120
|
flow: string;
|
|
117
121
|
vectortile: string;
|
|
@@ -229,6 +233,8 @@ declare const _default: {
|
|
|
229
233
|
type: string;
|
|
230
234
|
lineWidth: string;
|
|
231
235
|
color: string;
|
|
236
|
+
textSide: string;
|
|
237
|
+
textPlacement: string;
|
|
232
238
|
};
|
|
233
239
|
effectDescription: {
|
|
234
240
|
lightAndShadow: string;
|
|
@@ -262,10 +268,22 @@ declare const _default: {
|
|
|
262
268
|
timeLayerSync: string;
|
|
263
269
|
timeLayerUnsync: string;
|
|
264
270
|
column: string;
|
|
271
|
+
timeIntervalEndField: string;
|
|
272
|
+
timeIntervalEndFieldHint: string;
|
|
265
273
|
};
|
|
266
274
|
datasetTitle: {
|
|
267
275
|
showDataTable: string;
|
|
268
276
|
removeDataset: string;
|
|
277
|
+
refreshDataset: string;
|
|
278
|
+
refreshFailed: string;
|
|
279
|
+
refreshSettings: string;
|
|
280
|
+
refreshOff: string;
|
|
281
|
+
refresh10s: string;
|
|
282
|
+
refresh15s: string;
|
|
283
|
+
refresh1m: string;
|
|
284
|
+
refresh5m: string;
|
|
285
|
+
refresh15m: string;
|
|
286
|
+
refreshCustom: string;
|
|
269
287
|
};
|
|
270
288
|
datasetInfo: {
|
|
271
289
|
rowCount: string;
|
|
@@ -273,6 +291,11 @@ declare const _default: {
|
|
|
273
291
|
rasterTile: string;
|
|
274
292
|
wmsTile: string;
|
|
275
293
|
tile3d: string;
|
|
294
|
+
remoteFile: string;
|
|
295
|
+
refreshInterval: string;
|
|
296
|
+
refreshCustomSeconds: string;
|
|
297
|
+
refreshing: string;
|
|
298
|
+
refreshingPercent: string;
|
|
276
299
|
};
|
|
277
300
|
tooltip: {
|
|
278
301
|
hideLayer: string;
|
|
@@ -288,10 +311,18 @@ declare const _default: {
|
|
|
288
311
|
layerSettings: string;
|
|
289
312
|
closePanel: string;
|
|
290
313
|
switchToDualView: string;
|
|
314
|
+
selectSplitMode: string;
|
|
315
|
+
singleView: string;
|
|
316
|
+
dualView: string;
|
|
317
|
+
swipeView: string;
|
|
291
318
|
showLegend: string;
|
|
292
319
|
disable3DMap: string;
|
|
293
320
|
DrawOnMap: string;
|
|
321
|
+
copyAllSketches: string;
|
|
322
|
+
convertToLayer: string;
|
|
294
323
|
selectLocale: string;
|
|
324
|
+
switchToLightTheme: string;
|
|
325
|
+
switchToDarkTheme: string;
|
|
295
326
|
showAiAssistantPanel: string;
|
|
296
327
|
hideAiAssistantPanel: string;
|
|
297
328
|
hideLayerPanel: string;
|
|
@@ -344,8 +375,13 @@ declare const _default: {
|
|
|
344
375
|
shareMapURL: string;
|
|
345
376
|
saveMap: string;
|
|
346
377
|
select: string;
|
|
378
|
+
point: string;
|
|
379
|
+
line: string;
|
|
347
380
|
polygon: string;
|
|
348
381
|
rectangle: string;
|
|
382
|
+
circle: string;
|
|
383
|
+
copyAll: string;
|
|
384
|
+
convertToLayer: string;
|
|
349
385
|
hide: string;
|
|
350
386
|
show: string;
|
|
351
387
|
};
|
|
@@ -353,6 +389,11 @@ declare const _default: {
|
|
|
353
389
|
filterLayer: string;
|
|
354
390
|
filterLayerDisabled: string;
|
|
355
391
|
copyGeometry: string;
|
|
392
|
+
editProperties: string;
|
|
393
|
+
propertyName: string;
|
|
394
|
+
propertyValue: string;
|
|
395
|
+
removeProperty: string;
|
|
396
|
+
polygonFilter: string;
|
|
356
397
|
noLayersToFilter: string;
|
|
357
398
|
};
|
|
358
399
|
exportVideoModal: {
|
|
@@ -449,6 +490,9 @@ declare const _default: {
|
|
|
449
490
|
title: string;
|
|
450
491
|
subtitle: string;
|
|
451
492
|
};
|
|
493
|
+
providerSelect: {
|
|
494
|
+
disclaimer: string;
|
|
495
|
+
};
|
|
452
496
|
exportMap: {
|
|
453
497
|
formatTitle: string;
|
|
454
498
|
formatSubtitle: string;
|
|
@@ -619,8 +663,15 @@ declare const _default: {
|
|
|
619
663
|
configUploadMessage: string;
|
|
620
664
|
browseFiles: string;
|
|
621
665
|
uploading: string;
|
|
666
|
+
downloading: string;
|
|
622
667
|
fileNotSupported: string;
|
|
623
668
|
or: string;
|
|
669
|
+
dropMessage: string;
|
|
670
|
+
urlPlaceholder: string;
|
|
671
|
+
fetch: string;
|
|
672
|
+
format: string;
|
|
673
|
+
formatAuto: string;
|
|
674
|
+
cors: string;
|
|
624
675
|
};
|
|
625
676
|
tilesetSetup: {
|
|
626
677
|
header: string;
|