@kepler.gl/localization 3.0.0 → 3.1.0-alpha.0
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/package.json +7 -6
- package/dist/formatted-message.d.ts +0 -12
- package/dist/formatted-message.js +0 -27
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -38
- package/dist/locales.d.ts +0 -34
- package/dist/locales.js +0 -54
- package/dist/messages.d.ts +0 -9
- package/dist/messages.js +0 -64
- package/dist/translations/ca.d.ts +0 -449
- package/dist/translations/ca.js +0 -459
- package/dist/translations/cn.d.ts +0 -448
- package/dist/translations/cn.js +0 -458
- package/dist/translations/en.d.ts +0 -496
- package/dist/translations/en.js +0 -506
- package/dist/translations/es.d.ts +0 -449
- package/dist/translations/es.js +0 -459
- package/dist/translations/fi.d.ts +0 -421
- package/dist/translations/fi.js +0 -431
- package/dist/translations/ja.d.ts +0 -448
- package/dist/translations/ja.js +0 -458
- package/dist/translations/pt.d.ts +0 -421
- package/dist/translations/pt.js +0 -431
- package/dist/translations/ru.d.ts +0 -454
- package/dist/translations/ru.js +0 -464
@@ -1,448 +0,0 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
property: {
|
3
|
-
weight: string;
|
4
|
-
label: string;
|
5
|
-
fillColor: string;
|
6
|
-
color: string;
|
7
|
-
coverage: string;
|
8
|
-
strokeColor: string;
|
9
|
-
radius: string;
|
10
|
-
outline: string;
|
11
|
-
stroke: string;
|
12
|
-
density: string;
|
13
|
-
height: string;
|
14
|
-
sum: string;
|
15
|
-
pointCount: string;
|
16
|
-
};
|
17
|
-
placeholder: {
|
18
|
-
search: string;
|
19
|
-
selectField: string;
|
20
|
-
yAxis: string;
|
21
|
-
selectType: string;
|
22
|
-
selectValue: string;
|
23
|
-
enterValue: string;
|
24
|
-
empty: string;
|
25
|
-
};
|
26
|
-
misc: {
|
27
|
-
by: string;
|
28
|
-
valuesIn: string;
|
29
|
-
valueEquals: string;
|
30
|
-
dataSource: string;
|
31
|
-
brushRadius: string;
|
32
|
-
empty: string;
|
33
|
-
};
|
34
|
-
mapLayers: {
|
35
|
-
title: string;
|
36
|
-
label: string;
|
37
|
-
road: string;
|
38
|
-
border: string;
|
39
|
-
building: string;
|
40
|
-
water: string;
|
41
|
-
land: string;
|
42
|
-
'3dBuilding': string;
|
43
|
-
};
|
44
|
-
panel: {
|
45
|
-
text: {
|
46
|
-
label: string;
|
47
|
-
labelWithId: string;
|
48
|
-
fontSize: string;
|
49
|
-
fontColor: string;
|
50
|
-
textAnchor: string;
|
51
|
-
alignment: string;
|
52
|
-
addMoreLabel: string;
|
53
|
-
};
|
54
|
-
};
|
55
|
-
sidebar: {
|
56
|
-
panels: {
|
57
|
-
layer: string;
|
58
|
-
filter: string;
|
59
|
-
interaction: string;
|
60
|
-
basemap: string;
|
61
|
-
};
|
62
|
-
};
|
63
|
-
layer: {
|
64
|
-
required: string;
|
65
|
-
radius: string;
|
66
|
-
color: string;
|
67
|
-
fillColor: string;
|
68
|
-
outline: string;
|
69
|
-
weight: string;
|
70
|
-
propertyBasedOn: string;
|
71
|
-
coverage: string;
|
72
|
-
stroke: string;
|
73
|
-
strokeWidth: string;
|
74
|
-
strokeColor: string;
|
75
|
-
basic: string;
|
76
|
-
trailLength: string;
|
77
|
-
trailLengthDescription: string;
|
78
|
-
newLayer: string;
|
79
|
-
elevationByDescription: string;
|
80
|
-
colorByDescription: string;
|
81
|
-
aggregateBy: string;
|
82
|
-
'3DModel': string;
|
83
|
-
'3DModelOptions': string;
|
84
|
-
type: {
|
85
|
-
point: string;
|
86
|
-
arc: string;
|
87
|
-
line: string;
|
88
|
-
grid: string;
|
89
|
-
hexbin: string;
|
90
|
-
polygon: string;
|
91
|
-
geojson: string;
|
92
|
-
cluster: string;
|
93
|
-
icon: string;
|
94
|
-
heatmap: string;
|
95
|
-
hexagon: string;
|
96
|
-
hexagonid: string;
|
97
|
-
trip: string;
|
98
|
-
s2: string;
|
99
|
-
'3d': string;
|
100
|
-
};
|
101
|
-
};
|
102
|
-
layerVisConfigs: {
|
103
|
-
angle: string;
|
104
|
-
strokeWidth: string;
|
105
|
-
strokeWidthRange: string;
|
106
|
-
radius: string;
|
107
|
-
fixedRadius: string;
|
108
|
-
fixedRadiusDescription: string;
|
109
|
-
radiusRange: string;
|
110
|
-
clusterRadius: string;
|
111
|
-
radiusRangePixels: string;
|
112
|
-
opacity: string;
|
113
|
-
coverage: string;
|
114
|
-
outline: string;
|
115
|
-
colorRange: string;
|
116
|
-
stroke: string;
|
117
|
-
strokeColor: string;
|
118
|
-
strokeColorRange: string;
|
119
|
-
targetColor: string;
|
120
|
-
colorAggregation: string;
|
121
|
-
heightAggregation: string;
|
122
|
-
resolutionRange: string;
|
123
|
-
sizeScale: string;
|
124
|
-
worldUnitSize: string;
|
125
|
-
elevationScale: string;
|
126
|
-
enableElevationZoomFactor: string;
|
127
|
-
enableElevationZoomFactorDescription: string;
|
128
|
-
heightScale: string;
|
129
|
-
coverageRange: string;
|
130
|
-
highPrecisionRendering: string;
|
131
|
-
highPrecisionRenderingDescription: string;
|
132
|
-
height: string;
|
133
|
-
heightDescription: string;
|
134
|
-
fill: string;
|
135
|
-
enablePolygonHeight: string;
|
136
|
-
showWireframe: string;
|
137
|
-
weightIntensity: string;
|
138
|
-
zoomScale: string;
|
139
|
-
heightRange: string;
|
140
|
-
};
|
141
|
-
layerManager: {
|
142
|
-
addData: string;
|
143
|
-
addLayer: string;
|
144
|
-
layerBlending: string;
|
145
|
-
};
|
146
|
-
mapManager: {
|
147
|
-
mapStyle: string;
|
148
|
-
addMapStyle: string;
|
149
|
-
'3dBuildingColor': string;
|
150
|
-
};
|
151
|
-
layerConfiguration: {
|
152
|
-
defaultDescription: string;
|
153
|
-
howTo: string;
|
154
|
-
};
|
155
|
-
filterManager: {
|
156
|
-
addFilter: string;
|
157
|
-
};
|
158
|
-
datasetTitle: {
|
159
|
-
showDataTable: string;
|
160
|
-
removeDataset: string;
|
161
|
-
};
|
162
|
-
datasetInfo: {
|
163
|
-
rowCount: string;
|
164
|
-
};
|
165
|
-
tooltip: {
|
166
|
-
hideLayer: string;
|
167
|
-
showLayer: string;
|
168
|
-
hideFeature: string;
|
169
|
-
showFeature: string;
|
170
|
-
hide: string;
|
171
|
-
show: string;
|
172
|
-
removeLayer: string;
|
173
|
-
duplicateLayer: string;
|
174
|
-
layerSettings: string;
|
175
|
-
closePanel: string;
|
176
|
-
switchToDualView: string;
|
177
|
-
showLegend: string;
|
178
|
-
disable3DMap: string;
|
179
|
-
DrawOnMap: string;
|
180
|
-
selectLocale: string;
|
181
|
-
hideLayerPanel: string;
|
182
|
-
showLayerPanel: string;
|
183
|
-
moveToTop: string;
|
184
|
-
selectBaseMapStyle: string;
|
185
|
-
delete: string;
|
186
|
-
timePlayback: string;
|
187
|
-
cloudStorage: string;
|
188
|
-
'3DMap': string;
|
189
|
-
animationByWindow: string;
|
190
|
-
animationByIncremental: string;
|
191
|
-
speed: string;
|
192
|
-
play: string;
|
193
|
-
pause: string;
|
194
|
-
reset: string;
|
195
|
-
};
|
196
|
-
toolbar: {
|
197
|
-
en: string;
|
198
|
-
fi: string;
|
199
|
-
pt: string;
|
200
|
-
es: string;
|
201
|
-
ca: string;
|
202
|
-
ja: string;
|
203
|
-
cn: string;
|
204
|
-
ru: string;
|
205
|
-
exportImage: string;
|
206
|
-
exportData: string;
|
207
|
-
exportMap: string;
|
208
|
-
shareMapURL: string;
|
209
|
-
saveMap: string;
|
210
|
-
select: string;
|
211
|
-
polygon: string;
|
212
|
-
rectangle: string;
|
213
|
-
hide: string;
|
214
|
-
show: string;
|
215
|
-
};
|
216
|
-
editor: {
|
217
|
-
filterLayer: string;
|
218
|
-
copyGeometry: string;
|
219
|
-
};
|
220
|
-
modal: {
|
221
|
-
title: {
|
222
|
-
deleteDataset: string;
|
223
|
-
addDataToMap: string;
|
224
|
-
exportImage: string;
|
225
|
-
exportData: string;
|
226
|
-
exportMap: string;
|
227
|
-
addCustomMapboxStyle: string;
|
228
|
-
saveMap: string;
|
229
|
-
shareURL: string;
|
230
|
-
};
|
231
|
-
button: {
|
232
|
-
delete: string;
|
233
|
-
download: string;
|
234
|
-
export: string;
|
235
|
-
addStyle: string;
|
236
|
-
save: string;
|
237
|
-
defaultCancel: string;
|
238
|
-
defaultConfirm: string;
|
239
|
-
};
|
240
|
-
exportImage: {
|
241
|
-
ratioTitle: string;
|
242
|
-
ratioDescription: string;
|
243
|
-
ratioOriginalScreen: string;
|
244
|
-
ratioCustom: string;
|
245
|
-
ratio4_3: string;
|
246
|
-
ratio16_9: string;
|
247
|
-
resolutionTitle: string;
|
248
|
-
resolutionDescription: string;
|
249
|
-
mapLegendTitle: string;
|
250
|
-
mapLegendAdd: string;
|
251
|
-
};
|
252
|
-
exportData: {
|
253
|
-
datasetTitle: string;
|
254
|
-
datasetSubtitle: string;
|
255
|
-
allDatasets: string;
|
256
|
-
dataTypeTitle: string;
|
257
|
-
dataTypeSubtitle: string;
|
258
|
-
filterDataTitle: string;
|
259
|
-
filterDataSubtitle: string;
|
260
|
-
filteredData: string;
|
261
|
-
unfilteredData: string;
|
262
|
-
fileCount: string;
|
263
|
-
rowCount: string;
|
264
|
-
};
|
265
|
-
deleteData: {
|
266
|
-
warning: string;
|
267
|
-
};
|
268
|
-
addStyle: {
|
269
|
-
publishTitle: string;
|
270
|
-
publishSubtitle1: string;
|
271
|
-
publishSubtitle2: string;
|
272
|
-
publishSubtitle3: string;
|
273
|
-
publishSubtitle4: string;
|
274
|
-
publishSubtitle5: string;
|
275
|
-
publishSubtitle6: string;
|
276
|
-
publishSubtitle7: string;
|
277
|
-
exampleToken: string;
|
278
|
-
pasteTitle: string;
|
279
|
-
pasteSubtitle0: string;
|
280
|
-
pasteSubtitle1: string;
|
281
|
-
pasteSubtitle2: string;
|
282
|
-
pasteSubtitle3: string;
|
283
|
-
pasteSubtitle4: string;
|
284
|
-
namingTitle: string;
|
285
|
-
};
|
286
|
-
shareMap: {
|
287
|
-
shareUriTitle: string;
|
288
|
-
shareUriSubtitle: string;
|
289
|
-
cloudTitle: string;
|
290
|
-
cloudSubtitle: string;
|
291
|
-
shareDisclaimer: string;
|
292
|
-
gotoPage: string;
|
293
|
-
};
|
294
|
-
statusPanel: {
|
295
|
-
mapUploading: string;
|
296
|
-
error: string;
|
297
|
-
};
|
298
|
-
saveMap: {
|
299
|
-
title: string;
|
300
|
-
subtitle: string;
|
301
|
-
};
|
302
|
-
exportMap: {
|
303
|
-
formatTitle: string;
|
304
|
-
formatSubtitle: string;
|
305
|
-
html: {
|
306
|
-
selection: string;
|
307
|
-
tokenTitle: string;
|
308
|
-
tokenSubtitle: string;
|
309
|
-
tokenPlaceholder: string;
|
310
|
-
tokenMisuseWarning: string;
|
311
|
-
tokenDisclaimer: string;
|
312
|
-
tokenUpdate: string;
|
313
|
-
modeTitle: string;
|
314
|
-
modeSubtitle1: string;
|
315
|
-
modeSubtitle2: string;
|
316
|
-
modeDescription: string;
|
317
|
-
read: string;
|
318
|
-
edit: string;
|
319
|
-
};
|
320
|
-
json: {
|
321
|
-
configTitle: string;
|
322
|
-
configDisclaimer: string;
|
323
|
-
selection: string;
|
324
|
-
disclaimer: string;
|
325
|
-
};
|
326
|
-
};
|
327
|
-
loadingDialog: {
|
328
|
-
loading: string;
|
329
|
-
};
|
330
|
-
loadData: {
|
331
|
-
upload: string;
|
332
|
-
storage: string;
|
333
|
-
};
|
334
|
-
tripInfo: {
|
335
|
-
title: string;
|
336
|
-
description1: string;
|
337
|
-
code: string;
|
338
|
-
description2: string;
|
339
|
-
example: string;
|
340
|
-
};
|
341
|
-
iconInfo: {
|
342
|
-
title: string;
|
343
|
-
description1: string;
|
344
|
-
code: string;
|
345
|
-
description2: string;
|
346
|
-
example: string;
|
347
|
-
icons: string;
|
348
|
-
};
|
349
|
-
storageMapViewer: {
|
350
|
-
lastModified: string;
|
351
|
-
back: string;
|
352
|
-
};
|
353
|
-
overwriteMap: {
|
354
|
-
title: string;
|
355
|
-
alreadyExists: string;
|
356
|
-
};
|
357
|
-
loadStorageMap: {
|
358
|
-
back: string;
|
359
|
-
goToPage: string;
|
360
|
-
storageMaps: string;
|
361
|
-
noSavedMaps: string;
|
362
|
-
};
|
363
|
-
};
|
364
|
-
header: {
|
365
|
-
visibleLayers: string;
|
366
|
-
layerLegend: string;
|
367
|
-
};
|
368
|
-
interactions: {
|
369
|
-
tooltip: string;
|
370
|
-
brush: string;
|
371
|
-
coordinate: string;
|
372
|
-
geocoder: string;
|
373
|
-
};
|
374
|
-
layerBlending: {
|
375
|
-
title: string;
|
376
|
-
additive: string;
|
377
|
-
normal: string;
|
378
|
-
subtractive: string;
|
379
|
-
};
|
380
|
-
columns: {
|
381
|
-
title: string;
|
382
|
-
lat: string;
|
383
|
-
lng: string;
|
384
|
-
altitude: string;
|
385
|
-
icon: string;
|
386
|
-
geojson: string;
|
387
|
-
token: string;
|
388
|
-
arc: {
|
389
|
-
lat0: string;
|
390
|
-
lng0: string;
|
391
|
-
lat1: string;
|
392
|
-
lng1: string;
|
393
|
-
};
|
394
|
-
grid: {
|
395
|
-
worldUnitSize: string;
|
396
|
-
};
|
397
|
-
hexagon: {
|
398
|
-
worldUnitSize: string;
|
399
|
-
};
|
400
|
-
hex_id: string;
|
401
|
-
};
|
402
|
-
color: {
|
403
|
-
customPalette: string;
|
404
|
-
steps: string;
|
405
|
-
type: string;
|
406
|
-
reversed: string;
|
407
|
-
};
|
408
|
-
scale: {
|
409
|
-
colorScale: string;
|
410
|
-
sizeScale: string;
|
411
|
-
strokeScale: string;
|
412
|
-
scale: string;
|
413
|
-
};
|
414
|
-
fileUploader: {
|
415
|
-
message: string;
|
416
|
-
chromeMessage: string;
|
417
|
-
disclaimer: string;
|
418
|
-
configUploadMessage: string;
|
419
|
-
browseFiles: string;
|
420
|
-
uploading: string;
|
421
|
-
fileNotSupported: string;
|
422
|
-
or: string;
|
423
|
-
};
|
424
|
-
geocoder: {
|
425
|
-
title: string;
|
426
|
-
};
|
427
|
-
fieldSelector: {
|
428
|
-
clearAll: string;
|
429
|
-
formatting: string;
|
430
|
-
};
|
431
|
-
compare: {
|
432
|
-
modeLabel: string;
|
433
|
-
typeLabel: string;
|
434
|
-
types: {
|
435
|
-
absolute: string;
|
436
|
-
relative: string;
|
437
|
-
};
|
438
|
-
};
|
439
|
-
mapPopover: {
|
440
|
-
primary: string;
|
441
|
-
};
|
442
|
-
density: string;
|
443
|
-
'Bug Report': string;
|
444
|
-
'User Guide': string;
|
445
|
-
Save: string;
|
446
|
-
Share: string;
|
447
|
-
};
|
448
|
-
export default _default;
|