@kepler.gl/localization 3.1.0-alpha.1 → 3.1.0-alpha.3
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/formatted-message.d.ts +12 -0
- package/dist/formatted-message.js +22 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +34 -0
- package/dist/locales.d.ts +34 -0
- package/dist/locales.js +49 -0
- package/dist/messages.d.ts +9 -0
- package/dist/messages.js +46 -0
- package/dist/translations/ca.d.ts +454 -0
- package/dist/translations/ca.js +458 -0
- package/dist/translations/cn.d.ts +449 -0
- package/dist/translations/cn.js +453 -0
- package/dist/translations/en.d.ts +568 -0
- package/dist/translations/en.js +572 -0
- package/dist/translations/es.d.ts +454 -0
- package/dist/translations/es.js +458 -0
- package/dist/translations/fi.d.ts +426 -0
- package/dist/translations/fi.js +430 -0
- package/dist/translations/ja.d.ts +453 -0
- package/dist/translations/ja.js +457 -0
- package/dist/translations/pt.d.ts +426 -0
- package/dist/translations/pt.js +430 -0
- package/dist/translations/ru.d.ts +454 -0
- package/dist/translations/ru.js +458 -0
- package/package.json +2 -2
@@ -0,0 +1,454 @@
|
|
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
|
+
enableHeightZoomFactor: string;
|
129
|
+
heightScale: string;
|
130
|
+
coverageRange: string;
|
131
|
+
highPrecisionRendering: string;
|
132
|
+
highPrecisionRenderingDescription: string;
|
133
|
+
height: string;
|
134
|
+
heightDescription: string;
|
135
|
+
fill: string;
|
136
|
+
enablePolygonHeight: string;
|
137
|
+
showWireframe: string;
|
138
|
+
weightIntensity: string;
|
139
|
+
zoomScale: string;
|
140
|
+
heightRange: string;
|
141
|
+
heightMultiplier: string;
|
142
|
+
};
|
143
|
+
layerManager: {
|
144
|
+
addData: string;
|
145
|
+
addLayer: string;
|
146
|
+
layerBlending: string;
|
147
|
+
};
|
148
|
+
mapManager: {
|
149
|
+
mapStyle: string;
|
150
|
+
addMapStyle: string;
|
151
|
+
'3dBuildingColor': string;
|
152
|
+
};
|
153
|
+
layerConfiguration: {
|
154
|
+
defaultDescription: string;
|
155
|
+
howTo: string;
|
156
|
+
};
|
157
|
+
filterManager: {
|
158
|
+
addFilter: string;
|
159
|
+
};
|
160
|
+
datasetTitle: {
|
161
|
+
showDataTable: string;
|
162
|
+
removeDataset: string;
|
163
|
+
};
|
164
|
+
datasetInfo: {
|
165
|
+
rowCount: string;
|
166
|
+
};
|
167
|
+
tooltip: {
|
168
|
+
hideLayer: string;
|
169
|
+
showLayer: string;
|
170
|
+
hideFeature: string;
|
171
|
+
showFeature: string;
|
172
|
+
hide: string;
|
173
|
+
show: string;
|
174
|
+
removeLayer: string;
|
175
|
+
duplicateLayer: string;
|
176
|
+
layerSettings: string;
|
177
|
+
closePanel: string;
|
178
|
+
switchToDualView: string;
|
179
|
+
showLegend: string;
|
180
|
+
disable3DMap: string;
|
181
|
+
DrawOnMap: string;
|
182
|
+
selectLocale: string;
|
183
|
+
hideLayerPanel: string;
|
184
|
+
showLayerPanel: string;
|
185
|
+
moveToTop: string;
|
186
|
+
selectBaseMapStyle: string;
|
187
|
+
delete: string;
|
188
|
+
timePlayback: string;
|
189
|
+
cloudStorage: string;
|
190
|
+
'3DMap': string;
|
191
|
+
animationByWindow: string;
|
192
|
+
animationByIncremental: string;
|
193
|
+
speed: string;
|
194
|
+
play: string;
|
195
|
+
pause: string;
|
196
|
+
reset: string;
|
197
|
+
};
|
198
|
+
toolbar: {
|
199
|
+
en: string;
|
200
|
+
fi: string;
|
201
|
+
pt: string;
|
202
|
+
es: string;
|
203
|
+
ca: string;
|
204
|
+
ja: string;
|
205
|
+
cn: string;
|
206
|
+
ru: string;
|
207
|
+
exportImage: string;
|
208
|
+
exportData: string;
|
209
|
+
exportMap: string;
|
210
|
+
shareMapURL: string;
|
211
|
+
saveMap: string;
|
212
|
+
select: string;
|
213
|
+
polygon: string;
|
214
|
+
rectangle: string;
|
215
|
+
hide: string;
|
216
|
+
show: string;
|
217
|
+
};
|
218
|
+
editor: {
|
219
|
+
filterLayer: string;
|
220
|
+
copyGeometry: string;
|
221
|
+
};
|
222
|
+
modal: {
|
223
|
+
title: {
|
224
|
+
deleteDataset: string;
|
225
|
+
addDataToMap: string;
|
226
|
+
exportImage: string;
|
227
|
+
exportData: string;
|
228
|
+
exportMap: string;
|
229
|
+
addCustomMapboxStyle: string;
|
230
|
+
saveMap: string;
|
231
|
+
shareURL: string;
|
232
|
+
};
|
233
|
+
button: {
|
234
|
+
delete: string;
|
235
|
+
download: string;
|
236
|
+
export: string;
|
237
|
+
addStyle: string;
|
238
|
+
save: string;
|
239
|
+
defaultCancel: string;
|
240
|
+
defaultConfirm: string;
|
241
|
+
};
|
242
|
+
exportImage: {
|
243
|
+
ratioTitle: string;
|
244
|
+
ratioDescription: string;
|
245
|
+
ratioOriginalScreen: string;
|
246
|
+
ratioCustom: string;
|
247
|
+
ratio4_3: string;
|
248
|
+
ratio16_9: string;
|
249
|
+
resolutionTitle: string;
|
250
|
+
resolutionDescription: string;
|
251
|
+
mapLegendTitle: string;
|
252
|
+
mapLegendAdd: string;
|
253
|
+
};
|
254
|
+
exportData: {
|
255
|
+
datasetTitle: string;
|
256
|
+
datasetSubtitle: string;
|
257
|
+
allDatasets: string;
|
258
|
+
dataTypeTitle: string;
|
259
|
+
dataTypeSubtitle: string;
|
260
|
+
filterDataTitle: string;
|
261
|
+
filterDataSubtitle: string;
|
262
|
+
filteredData: string;
|
263
|
+
unfilteredData: string;
|
264
|
+
fileCount: string;
|
265
|
+
rowCount: string;
|
266
|
+
};
|
267
|
+
deleteData: {
|
268
|
+
warning: string;
|
269
|
+
};
|
270
|
+
addStyle: {
|
271
|
+
publishTitle: string;
|
272
|
+
publishSubtitle1: string;
|
273
|
+
publishSubtitle2: string;
|
274
|
+
publishSubtitle3: string;
|
275
|
+
publishSubtitle4: string;
|
276
|
+
publishSubtitle5: string;
|
277
|
+
publishSubtitle6: string;
|
278
|
+
publishSubtitle7: string;
|
279
|
+
exampleToken: string;
|
280
|
+
pasteTitle: string;
|
281
|
+
pasteSubtitle0: string;
|
282
|
+
pasteSubtitle1: string;
|
283
|
+
pasteSubtitle2: string;
|
284
|
+
pasteSubtitle3: string;
|
285
|
+
pasteSubtitle4: string;
|
286
|
+
namingTitle: string;
|
287
|
+
};
|
288
|
+
shareMap: {
|
289
|
+
shareUriTitle: string;
|
290
|
+
shareUriSubtitle: string;
|
291
|
+
cloudTitle: string;
|
292
|
+
cloudSubtitle: string;
|
293
|
+
shareDisclaimer: string;
|
294
|
+
gotoPage: string;
|
295
|
+
};
|
296
|
+
statusPanel: {
|
297
|
+
mapUploading: string;
|
298
|
+
error: string;
|
299
|
+
};
|
300
|
+
saveMap: {
|
301
|
+
title: string;
|
302
|
+
subtitle: string;
|
303
|
+
};
|
304
|
+
exportMap: {
|
305
|
+
formatTitle: string;
|
306
|
+
formatSubtitle: string;
|
307
|
+
html: {
|
308
|
+
selection: string;
|
309
|
+
tokenTitle: string;
|
310
|
+
tokenSubtitle: string;
|
311
|
+
tokenPlaceholder: string;
|
312
|
+
tokenMisuseWarning: string;
|
313
|
+
tokenDisclaimer: string;
|
314
|
+
tokenUpdate: string;
|
315
|
+
modeTitle: string;
|
316
|
+
modeSubtitle1: string;
|
317
|
+
modeSubtitle2: string;
|
318
|
+
modeDescription: string;
|
319
|
+
read: string;
|
320
|
+
edit: string;
|
321
|
+
};
|
322
|
+
json: {
|
323
|
+
configTitle: string;
|
324
|
+
configDisclaimer: string;
|
325
|
+
selection: string;
|
326
|
+
disclaimer: string;
|
327
|
+
};
|
328
|
+
};
|
329
|
+
loadingDialog: {
|
330
|
+
loading: string;
|
331
|
+
};
|
332
|
+
loadData: {
|
333
|
+
upload: string;
|
334
|
+
storage: string;
|
335
|
+
};
|
336
|
+
tripInfo: {
|
337
|
+
title: string;
|
338
|
+
description1: string;
|
339
|
+
code: string;
|
340
|
+
description2: string;
|
341
|
+
example: string;
|
342
|
+
};
|
343
|
+
iconInfo: {
|
344
|
+
title: string;
|
345
|
+
description1: string;
|
346
|
+
code: string;
|
347
|
+
description2: string;
|
348
|
+
example: string;
|
349
|
+
icons: string;
|
350
|
+
};
|
351
|
+
storageMapViewer: {
|
352
|
+
lastModified: string;
|
353
|
+
back: string;
|
354
|
+
};
|
355
|
+
overwriteMap: {
|
356
|
+
title: string;
|
357
|
+
alreadyExists: string;
|
358
|
+
};
|
359
|
+
loadStorageMap: {
|
360
|
+
back: string;
|
361
|
+
goToPage: string;
|
362
|
+
storageMaps: string;
|
363
|
+
noSavedMaps: string;
|
364
|
+
};
|
365
|
+
};
|
366
|
+
header: {
|
367
|
+
visibleLayers: string;
|
368
|
+
layerLegend: string;
|
369
|
+
};
|
370
|
+
interactions: {
|
371
|
+
tooltip: string;
|
372
|
+
brush: string;
|
373
|
+
coordinate: string;
|
374
|
+
geocoder: string;
|
375
|
+
};
|
376
|
+
layerBlending: {
|
377
|
+
title: string;
|
378
|
+
additive: string;
|
379
|
+
normal: string;
|
380
|
+
subtractive: string;
|
381
|
+
};
|
382
|
+
columns: {
|
383
|
+
title: string;
|
384
|
+
lat: string;
|
385
|
+
lng: string;
|
386
|
+
altitude: string;
|
387
|
+
icon: string;
|
388
|
+
geojson: string;
|
389
|
+
token: string;
|
390
|
+
arc: {
|
391
|
+
lat0: string;
|
392
|
+
lng0: string;
|
393
|
+
lat1: string;
|
394
|
+
lng1: string;
|
395
|
+
};
|
396
|
+
line: {
|
397
|
+
alt0: string;
|
398
|
+
alt1: string;
|
399
|
+
};
|
400
|
+
grid: {
|
401
|
+
worldUnitSize: string;
|
402
|
+
};
|
403
|
+
hexagon: {
|
404
|
+
worldUnitSize: string;
|
405
|
+
};
|
406
|
+
hex_id: string;
|
407
|
+
};
|
408
|
+
color: {
|
409
|
+
customPalette: string;
|
410
|
+
steps: string;
|
411
|
+
type: string;
|
412
|
+
reversed: string;
|
413
|
+
};
|
414
|
+
scale: {
|
415
|
+
colorScale: string;
|
416
|
+
sizeScale: string;
|
417
|
+
strokeScale: string;
|
418
|
+
scale: string;
|
419
|
+
};
|
420
|
+
fileUploader: {
|
421
|
+
message: string;
|
422
|
+
chromeMessage: string;
|
423
|
+
disclaimer: string;
|
424
|
+
configUploadMessage: string;
|
425
|
+
browseFiles: string;
|
426
|
+
uploading: string;
|
427
|
+
fileNotSupported: string;
|
428
|
+
or: string;
|
429
|
+
};
|
430
|
+
geocoder: {
|
431
|
+
title: string;
|
432
|
+
};
|
433
|
+
fieldSelector: {
|
434
|
+
clearAll: string;
|
435
|
+
formatting: string;
|
436
|
+
};
|
437
|
+
compare: {
|
438
|
+
modeLabel: string;
|
439
|
+
typeLabel: string;
|
440
|
+
types: {
|
441
|
+
absolute: string;
|
442
|
+
relative: string;
|
443
|
+
};
|
444
|
+
};
|
445
|
+
mapPopover: {
|
446
|
+
primary: string;
|
447
|
+
};
|
448
|
+
density: string;
|
449
|
+
'Bug Report': string;
|
450
|
+
'User Guide': string;
|
451
|
+
Save: string;
|
452
|
+
Share: string;
|
453
|
+
};
|
454
|
+
export default _default;
|