-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathtranslations.ts
597 lines (596 loc) · 22.7 KB
/
translations.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
export default {
de: {
translation: {
ApplicationInfo: {
title: 'Über',
clientVersionTitle: 'Client Version',
backendVersionTitle: 'Backend Version'
},
AddLayerModal: {
addSelectedLayers: 'Auswahl hinzufügen',
addAllLayers: 'Alle hinzufügen',
inputPlaceholder: 'WMS GetCapabilities URL angeben…',
externalWmsFolder: 'Externe Themen',
title: 'WMS hinzufügen',
columnTitle: 'Name',
errorMessage: 'Fehler',
errorDescription: 'Das Capabilities Dokument konnte nicht geladen werden, bitte prüfen Sie die URL',
invalidUrlErrorMsg: 'Ungültige URL. Bitte geben Sie eine gültige URL wie z.B. ' +
'https://ows.terrestris.de/osm/service ein.',
version: 'Version',
requestWmsGetCapabilitiesInstruction: 'Bitte geben Sie eine gültige WMS GetCapabilities Adresse ein ' +
'und bestätigen Sie die Eingabe mit \'Enter ↲\' oder über den Button rechts vom Eingabefeld.'
},
BasicMapComponent: {
processedLayersFolder: 'Prozessierte Layer'
},
CookieBanner: {
info:
'Wir verwenden technisch notwendige Erstanbieter-Cookies, um Ihnen die bestmögliche Nutzung unserer ' +
'Website zu ermöglichen. Wenn Sie diese Website weiterhin nutzen, gehen wir davon aus, ' +
'dass Sie damit zufrieden sind.',
button: 'Akzeptieren'
},
Permalink: {
title: 'Teilen',
whatsAppTooltip: 'Link via WhatsApp teilen',
mailTooltip: 'Link via Mail teilen',
copyTooltip: 'Link in die Zwischenablage kopieren',
copiedToClipboard: 'Link wurde in Zwischenablage kopiert',
copyToClipboardFailed: 'Link konnte nicht kopiert werden'
},
Measure: {
title: 'Messen',
line: 'Entfernung',
area: 'Fläche',
clicktodrawline: 'Zum Zeichnen einer Linie klicken',
clicktodrawarea: 'Zum Zeichnen einer Fläche klicken'
},
Draw: {
point: 'Punkt',
line: 'Linie',
polygon: 'Polygon',
circle: 'Kreis',
rectangle: 'Rechteck',
text: 'Anmerkung',
modify: 'Bearbeitung',
upload: 'Hochladen',
delete: 'Löschen',
export: 'Exportieren'
},
DeleteAllButton:{
deleteAll: 'Alles Löschen',
confirmMessage: 'Bitte bestätigen Sie, dass Sie alle Zeichnungen löschen möchten.'
},
StylingDrawer: {
openColorPalette: 'Farbpalette öffnen',
closeColorPalette: 'Farbpalette schließen',
title: 'Farbschema bearbeiten'
},
FeatureInfo: {
usageHint:
'Klicken Sie in die Karte, um Detailinformationen zu erhalten.'
},
FileUpload: {
upload: 'Dateien hochladen'
},
ImageUpload: {
upload: 'Bilder hochladen'
},
LayerTree: {
transparency: 'Transparenz',
noLegendAvailable: 'Keine Legende verfügbar'
},
LayerTreeContextMenu: {
layerZoomToExtent: 'Auf Layerausdehnung zoomen',
extentError: 'Konnte nicht auf die Layerausdehnung zoomen',
removeLayer: 'Layer entfernen',
showLegend: 'Legende anzeigen',
hideLegend: 'Legende ausblenden',
downloadLayer: 'Layer exportieren ({{formatName}})',
editLayer: 'Layer bearbeiten',
layerDetails: 'Eigenschaften',
styleLayer: 'Layer Stil'
},
LayerDetailsModal: {
title: 'Eigenschaften des Layers {{layerName}}',
internalConfigurationButtonTooltip: 'Interne Konfiguration anzeigen',
internalConfigurationButtonTooltipPressed: 'Interne Konfiguration verbergen'
},
LayerDetails: {
noDataPlaceholder: '-',
layerNameLabel: 'Name',
layerTitleLabel: 'Titel',
serviceAbstractLabel: 'Service Beschreibung',
abstractLabel: 'Beschreibung',
accessConstraintsLabel: 'Nutzungseinschränkungen',
capabilitiesUrlLabel: 'GetCapabilities URL',
contactLabel: 'Kontakt',
minScaleLabel: 'Min. Maßstab',
maxScaleLabel: 'Max. Maßstab',
bboxLabel: 'Bounding Box',
errorMessage: 'Fehler beim Laden der Layer Capabilities'
},
LayerConfiguration: {
errorMessage: 'Fehler beim Laden der internen Konfiguration'
},
ToolMenu: {
expand: 'Menu ausklappen',
collapse: 'Menu einklappen',
measure: 'Messen',
draw: 'Zeichnen',
featureInfo: 'Karteninhalte abfragen',
addWms: 'WMS hinzufügen',
uploadData: 'Daten hochladen',
print: 'Export',
layertree: 'Karten',
languageSelect: 'Sprachauswahl'
},
PrintForm: {
title: 'Kartentitel',
initialTitle: 'Druckausgabe',
titlePlaceholder: 'Bitte geben Sie einen Titel ein',
comment: 'Bemerkung',
commentPlaceholder: 'Bitte geben Sie einen Kommentar ein',
layout: 'Vorlage',
dpi: 'Auflösung',
format: 'Format',
scale: 'Maßstab',
downloadBtnText: 'Ausdruck erzeugen',
printJobErrorMsg: 'Der Kartenausdruck konnte nicht erzeugt werden',
initErrorMsg:
'Der Kartendruck Generator konnte nicht initialisiert werden.',
outputFormatPlaceholder: 'Bitte wählen Sie ein Ausgabeformat aus',
resolutionPlaceholder: 'Bitte wählen Sie eine Ausgabequalität aus',
managerErrorMessage: 'Fehler bei der Initialisierung der Export-Engine'
},
Footer: {
refSystem: 'Bezugssystem',
scale: 'Maßstab',
mousePosition: 'Mausposition',
imprint: 'Impressum',
contact: 'Kontakt',
privacypolicy: 'Datenschutz'
},
Index: {
applicationLoadErrorMessage: 'Fehler beim Laden der Applikation',
applicationLoadErrorDescription:
'Die Applikation mit der ID {{applicationId}} konnte nicht geladen werden. ' +
'Die Standardkonfiguration wird stattdessen geladen.',
errorMessage: 'Fehler beim Laden der Applikation',
errorDescription: 'Aufgrund eines unerwarteten Fehlers konnte die Applikation nicht geladen werden.',
errorDescriptionAppIdNotSet: 'Keine Applikations-ID angegeben. Bitte geben Sie die ID als Abfrageparameter an, z.B. ?applicationId=1909',
errorDescriptionAppConfigNotFound: 'Die Applikation mit der ID {{applicationId}} konnte nicht geladen werden.',
errorDescriptionAppConfigStaticNotFound: 'Die Konfiguration der Applikation konnte nicht geladen werden.',
permissionDeniedUnauthorized: 'Dies ist keine öffentliche Applikation. Anmeldung erforderlich.',
rerouteToLoginPage: 'Zur Anmeldeseite.'
},
UserMenu: {
settingsMenuTitle: 'Profil bearbeiten',
infoMenuTitle: 'Über',
helpMenuTitle: 'Dokumentation',
logoutMenuTitle: 'Ausloggen',
loginMenuTitle: 'Anmelden'
},
WmsTimeSlider: {
title: 'Zeitlicher Bezug',
default: 'Keine Daten gefunden'
},
UploadDataModal: {
title: 'Daten hochladen',
uploadedDataFolder: 'Hochgeladene Daten',
description: 'Klicken Sie oder ziehen Sie die Datei zum Hochladen in diesen Bereich',
hint: 'Unterstützte Dateiformate sind Shapefile (gebündelt als *.zip) und GeoTIFF',
success: 'Datei {{fileName}} wurde erfolgreich geladen und der Layer {{layerName}} erstellt',
error: {
general: 'Fehler beim Hochladen der Datei {{fileName}}',
maxSize: 'Der Upload überschreitet das Limit von {{maxSize}} MB',
supportedFormats: 'Der Dateityp ist nicht unterstützt ({{supportedFormats}})',
zipContent: 'Mehrere Geodatensätze innerhalb eines Archivs sind nicht unterstützt'
}
},
MultiSearch: {
searchInViewBox: 'Im aktuellen Kartenausschnitt suchen',
searchData: 'Layerdaten durchsuchen',
searchGeocoder: 'Ortssuche',
searchPlaceholder: 'Orts- und Layersuche…',
searchPlaceholderGeocoderOnly: 'Suche nach Orten, Straßen, POIs…',
searchPlaceholderDataOnly: 'Suche nach Inhalten in Layern…',
settingsTooltip: 'Einstellungen',
placeholder: 'e, POI usw.'
},
EditFeatureDrawer: {
featureEditor: 'Objekteditor',
noLayerFoundError: 'Kein passender Layer gefunden - das Editieren ist nicht möglich.',
isFeatureLockedErrorMsg: 'Das ausgewählte Objekt wird bereits in einer anderen Sitzung bearbeitet.',
closeDrawerWarnTitle: 'Wollen Sie wirklich fortfahren?',
closeDrawerWarnContent: 'Dadurch werden alle nicht gespeicherten Änderungen an dem Objekt verworfen.'
},
EditFeatureSwitch: {
usageHint: 'Objekt zum Editieren auf der Karte auswählen oder…',
limitedUsageHint: 'Zum Editieren bitte eine Objekt auf der Karte auswählen',
createFeature: 'Neues Objekt erstellen'
},
EditFeatureFullForm: {
saveErrorMsg: 'Das Objekt konnte nicht gespeichert werden',
deleteErrorMsg: 'Das Objekt konnte nicht gelöscht werden'
},
EditFeatureGeometryToolbar: {
draw: 'Neue Geometrie zeichnen',
edit: 'Geometrie editieren',
delete: 'Geometrie löschen',
undo: 'Rückgängig',
redo: 'Wiederherstellen'
},
Attribution: {
title: 'Attribute',
add: 'Attribut hinzufügen',
select: 'Wählen Sie zunächst eine Geometrie aus.',
submit: 'Speichern'
},
AttributionRow: {
missingKey: 'Fehlender Name',
missingValue: 'Fehlender Wert',
keyPlaceholder: 'Name',
valuePlaceholder: 'Wert',
keyInUse: 'Dieser Name existiert bereits!'
},
AttributionPopConfirm:{
title: 'Attribut löschen?',
okText: 'Löschen',
cancelText: 'Abbrechen'
},
ResetButton: {
title: 'Zurücksetzen'
},
notificationDeleteText:{
title: 'Drücke "Speichern" um die Änderung zu bestätigen.',
info: 'Wenn "Übernehmen" nicht geklickt wird, werden alle an dieser Zeichnung vorgenommenen Änderungen verworfen.'
},
notificationApplyText:{
title: 'Änderungen wurden erfolgreich gespeichert!'
},
SaveButton: {
title: 'Speichern',
errorNoGeometry: 'Objekt kann ohne Geometrie nicht gespeichert werden.'
},
DeleteButton: {
title: 'Objekt löschen',
confirm: 'Das Objekt wird vollständig gelöscht. Fortfahren?'
},
EditFeatureButton: {
title: 'Objekt bearbeiten'
},
FeaturePropertyGrid: {
key: 'Name',
value: 'Wert'
},
PaginationToolbar: {
copyAsGeoJson: 'Als GeoJSON kopieren (inkl. Geometrie)',
copyAsObject: 'Als Objekt kopieren (nur angezeigte Werte)',
editDisabled: 'Layer ist nicht editierbar',
editFeature: 'Feature editieren'
},
JsonModal: {
buttonTitle: 'Öffne {{propertyName}}'
},
ReferenceTable: {
modalTitle: 'Details zu {{referenceValue}}',
defaultModalTitle: 'Details',
defaultRowPlaceholder: 'Klicken Sie auf den Button, um die Details anzuzeigen'
},
EditReferenceTable: {
modalTitle: 'Details zu {{referenceValue}}',
confirmDeleteTitle: 'Das referenzierte Objekt wird vollständig gelöscht. Fortfahren?'
},
ImportDataModal: {
title: 'Daten importieren',
description: 'Klicken Sie oder ziehen Sie die Datei zum Importieren in diesen Bereich',
hint: 'Unterstütztes Dateiformat für den Import ist GeoJSON (*.geojson oder *.json)',
success: 'Die Features wurden erfolgreich importiert',
error: {
supportedFormats: 'Der Dateityp ist nicht unterstützt ({{supportedFormats}})',
parsing: 'Die Datei konnte nicht gelesen werden'
}
},
useNominatimSearchEngine: {
title: 'Ortssuche'
}
}
},
en: {
translation: {
ApplicationInfo: {
title: 'About',
clientVersionTitle: 'Client version',
backendVersionTitle: 'Backend version'
},
AddLayerModal: {
addSelectedLayers: 'Add selected',
addAllLayers: 'Add all',
inputPlaceholder: 'Enter a WMS GetCapabilities URL…',
externalWmsFolder: 'External layers',
title: 'Add WMS',
columnTitle: 'Name',
errorMessage: 'Error',
errorDescription: 'Could not load the provided Capabilities document, please check the validity of the URL',
invalidUrlErrorMsg: 'Invalid URL specified. Please provide an URL like https://ows.terrestris.de/osm/service',
version: 'Version',
requestWmsGetCapabilitiesInstruction: 'Please provide a valid GetCapabilities URL and submit ' +
'your input by pressing the \'Enter ↲\' key or by clicking on the button right of the field.'
},
BasicMapComponent: {
processedLayersFolder: 'Processed layers'
},
CookieBanner: {
info:
'We use technically necessary first-party cookies to ensure that we give you the best experience ' +
'on our website. If you continue to use this site we will assume that you are happy with it.',
button: 'Accept'
},
Permalink: {
title: 'Share',
whatsAppTooltip: 'Share link via WhatsApp',
mailTooltip: 'Share link via Mail',
copyTooltip: 'Copy link to Clipboard',
copiedToClipboard: 'Copied to clipboard',
copyToClipboardFailed: 'Could not copy link to clipboard'
},
Measure: {
title: 'Measure',
line: 'Distance',
area: 'Area',
clicktodrawline: 'Click to draw line',
clicktodrawarea: 'Click to draw area'
},
Draw: {
point: 'Point',
line: 'Line',
polygon: 'Polygon',
circle: 'Circle',
rectangle: 'Rectangle',
text: 'Annotation',
modify: 'Edit',
upload: 'Upload',
delete: 'Delete',
export: 'Export'
},
DeleteAllButton:{
deleteAll: 'Delete all',
confirmMessage: 'Please confirm, that you wish to delete all drawings.'
},
StylingDrawer: {
openColorPalette: 'Open color palette',
closeColorPalette: 'Close color palette',
title: 'Modify color scheme'
},
FeatureInfo: {
usageHint:
'Click on the map to get details about the clicked coordinate.'
},
FileUpload: {
upload: 'Upload files'
},
ImageUpload: {
upload: 'Upload images'
},
LayerTree: {
transparency: 'Transparency',
noLegendAvailable: 'No legend available'
},
LayerTreeContextMenu: {
layerZoomToExtent: 'Zoom to layer extent',
extentError: 'Could not zoom to layer extent',
removeLayer: 'Remove layer',
showLegend: 'Show legend',
hideLegend: 'Hide legend',
downloadLayer: 'Export layer as {{formatName}}',
editLayer: 'Edit layer',
layerDetails: 'Properties',
styleLayer: 'Layer style'
},
LayerDetailsModal: {
title: 'Properties of layer {{layerName}}',
internalConfigurationButtonTooltip: 'Show internal configuration',
internalConfigurationButtonTooltipPressed: 'Hide internal configuration'
},
LayerDetails: {
noDataPlaceholder: '-',
layerNameLabel: 'Name',
layerTitleLabel: 'Title',
serviceAbstractLabel: 'Service abstract',
abstractLabel: 'Abstract',
accessConstraintsLabel: 'Access constraints',
capabilitiesUrlLabel: 'GetCapabilities URL',
contactLabel: 'Contact',
minScaleLabel: 'Min. scale',
maxScaleLabel: 'Max. scale',
bboxLabel: 'Bounding box',
errorMessage: 'Error while loading the layer capabilities'
},
LayerConfiguration: {
errorMessage: 'Error while loading the internal configuration'
},
ToolMenu: {
expand: 'Expand',
collapse: 'Collapse',
measure: 'Measure',
draw: 'Draw',
featureInfo: 'Query map features',
addWms: 'Add WMS',
uploadData: 'Upload data',
print: 'Export',
layertree: 'Maps',
languageSelect: 'Language selector'
},
PrintForm: {
title: 'Title',
initialTitle: 'Title',
titlePlaceholder: 'Please input a title…',
comment: 'Comment',
commentPlaceholder: 'Please enter a comment…',
layout: 'Layout',
dpi: 'Resolution',
format: 'Format',
scale: 'Scale',
downloadBtnText: 'Create print',
printJobErrorMsg: 'Could not generate PDF output',
initErrorMsg: 'PDF Generator could not be initialized',
outputFormatPlaceholder: 'Please select an output format',
resolutionPlaceholder: 'Please select an output quality',
managerErrorMessage: 'Error while initializing the export engine'
},
Footer: {
refSystem: 'Reference system',
scale: 'Scale',
mousePosition: 'Mouse position',
imprint: 'Imprint',
contact: 'Contact',
privacypolicy: 'Privacy'
},
Index: {
applicationLoadErrorMessage: 'Error while loading the application',
applicationLoadErrorDescription:
'The application with ID {{applicationId}} could not be loaded correctly. ' +
'You\'re seeing the default application configuration.',
errorMessage: 'Error while loading the application',
errorDescription: 'An unexpected error occurred while loading the application.',
errorDescriptionAppIdNotSet: 'No application ID given. Please provide the ID as query parameter, e.g. ?applicationId=1909',
errorDescriptionAppConfigNotFound: 'The application with ID {{applicationId}} could not be loaded correctly.',
errorDescriptionAppConfigStaticNotFound: 'The configuration of the application could not be loaded correctly.',
permissionDeniedUnauthorized: 'This application is not public. Authentication required.',
rerouteToLoginPage: 'To login page.'
},
UserMenu: {
settingsMenuTitle: 'Edit profile',
infoMenuTitle: 'About',
helpMenuTitle: 'Documentation',
logoutMenuTitle: 'Logout',
loginMenuTitle: 'Login'
},
WmsTimeSlider: {
title: 'Time reference',
default: 'No data found'
},
UploadDataModal: {
title: 'Upload data',
uploadedDataFolder: 'Uploaded data',
description: 'Click or drag file to this area to upload',
hint: 'Supported file formats are Shapefile (bundled as *.zip) and GeoTIFF',
success: 'Successfully uploaded file {{fileName}} and created layer {{layerName}}',
error: {
general: 'Error while uploading file {{fileName}}',
maxSize: 'The file exceeds the upload limit of {{maxSize}} MB',
supportedFormats: 'The given file type does not match the supported ones ({{supportedFormats}})',
zipContent: 'Multiple geodatasets within one archive are not supported'
}
},
MultiSearch: {
searchInViewBox: 'Search in current extent',
searchData: 'Search layer data',
searchGeocoder: 'Search location',
searchPlaceholder: 'Location and layer search…',
searchPlaceholderGeocoderOnly: 'Search for locations, streets, POIs…',
searchPlaceholderDataOnly: 'Search in the layer contents…',
settingsTooltip: 'Settings'
},
EditFeatureDrawer: {
featureEditor: 'Feature editor',
noLayerFoundError: 'No layer found - the editing is not possible.',
isFeatureLockedErrorMsg: 'The selected feature is already being edited in another session.',
closeDrawerWarnTitle: 'Do you really want to quit?',
closeDrawerWarnContent: 'This will discard any unsaved changes to the feature.'
},
EditFeatureSwitch: {
usageHint: 'Select an existing feature for editing on the map or…',
limitedUsageHint: 'To edit please select an object on the map',
createFeature: 'Create new feature'
},
EditFeatureFullForm: {
saveErrorMsg: 'Error while saving the feature',
deleteErrorMsg: 'Error while deleting the feature'
},
EditFeatureGeometryToolbar: {
draw: 'Draw new geometry',
edit: 'Edit geometry',
delete: 'Delete geometry',
undo: 'Undo',
redo: 'Redo'
},
Attribution: {
title: 'Properties',
add: 'Add Property',
select: 'Please select a geometry first.',
submit: 'Apply'
},
AttributionRow: {
missingKey: 'Missing Key',
missingValue: 'Missing Value',
keyPlaceholder: 'Key',
valuePlaceholder: 'Value',
keyInUse: 'Key already exists!'
},
AttributionPopConfirm:{
title: 'Delete property?',
okText: 'Delete',
cancelText: 'Cancel'
},
ResetButton: {
title: 'Reset'
},
notificationDeleteText:{
title: 'Press "Apply" to confirm changes.',
info: 'Not pressing "Apply" will reverse all changes made to this drawing.'
},
notificationApplyText:{
title: 'Changes were applied successfully!'
},
SaveButton: {
title: 'Save',
errorNoGeometry: 'Cannot save feature without geometry.'
},
DeleteButton: {
title: 'Delete feature',
confirm: 'The feature will be deleted completely. Proceed?'
},
EditFeatureButton: {
title: 'Edit feature'
},
FeaturePropertyGrid: {
key: 'Name',
value: 'Value'
},
PaginationToolbar: {
copyAsGeoJson: 'Copy as GeoJSON (incl. geometry)',
copyAsObject: 'Copy as object (displayed values only)',
editDisabled: 'This layer is not editable',
editFeature: 'Edit feature'
},
JsonModal: {
buttonTitle: 'Show {{propertyName}}'
},
ReferenceTable: {
modalTitle: 'Details for {{referenceValue}}',
defaultModalTitle: 'Details',
defaultRowPlaceholder: 'Click the button to show the details'
},
EditReferenceTable: {
modalTitle: 'Details for {{referenceValue}}',
confirmDeleteTitle: 'The referenced feature will be deleted completely. Proceed?'
},
ImportDataModal: {
title: 'Import data',
description: 'Click or drag file to this area to import',
hint: 'Supported file format is GeoJSON (*.geojson or *.json)',
success: 'Successfully imported the features',
error: {
supportedFormats: 'The given file type does not match the supported ones ({{supportedFormats}})',
parsing: 'Error while reading the file'
}
},
useNominatimSearchEngine: {
title: 'Location'
}
}
}
};