@@ -26,6 +26,9 @@ const locales: LanguageOption[] = [
26
26
[ wmtsTopplusOpenLight ] : 'TopPlusOpen (Light)' ,
27
27
[ wmtsTopplusOpenLightGrey ] : 'TopPlusOpen (Light, Grau)' ,
28
28
} ,
29
+ addressSearch : {
30
+ unnamed : 'Unbenannt' ,
31
+ } ,
29
32
attributions : {
30
33
[ openStreetMap ] : `$t(textLocator.layers.${ openStreetMap } ): © <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors` ,
31
34
[ openSeaMap ] : `$t(textLocator.layers.${ openSeaMap } ): © <a href='https://www.openseamap.org/ target='_blank''>OpenSeaMap</a>` ,
@@ -38,7 +41,8 @@ const locales: LanguageOption[] = [
38
41
'<br><a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md">Impressum</a>' ,
39
42
} ,
40
43
error : {
41
- searchCoastalGazetteer : 'Die Suche ist fehlgeschlagen. TODO' ,
44
+ searchCoastalGazetteer :
45
+ 'Die Suche ist mit einem unbekannten Fehler fehlgeschlagen. Bitte versuchen Sie es später erneut.' ,
42
46
} ,
43
47
} ,
44
48
plugins : {
@@ -61,17 +65,29 @@ const locales: LanguageOption[] = [
61
65
[ wmtsTopplusOpenLight ] : 'TopPlusOpen (Light)' ,
62
66
[ wmtsTopplusOpenLightGrey ] : 'TopPlusOpen (Light, Grey)' ,
63
67
} ,
68
+ addressSearch : {
69
+ unnamed : 'Unnamed' ,
70
+ } ,
71
+ attributions : {
72
+ [ openStreetMap ] : `$t(textLocator.layers.${ openStreetMap } ): © <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors` ,
73
+ [ openSeaMap ] : `$t(textLocator.layers.${ openSeaMap } ): © <a href='https://www.openseamap.org/ target='_blank''>OpenSeaMap</a>` ,
74
+ [ mdiSeaNames ] : `$t(textLocator.layers.${ mdiSeaNames } ): © <a href='https://projekt.mdi-de.org/kuesten-gazetteer/ target='_blank''>MDI DE</a>` ,
75
+ [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
76
+ [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
77
+ [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
78
+ [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
79
+ static :
80
+ '<br><a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md">Legal notice (Impressum)</a>' ,
81
+ } ,
82
+ error : {
83
+ searchCoastalGazetteer :
84
+ 'The search failed with an unknown error. Please try again later.' ,
85
+ } ,
64
86
} ,
65
- attributions : {
66
- [ openStreetMap ] : `$t(textLocator.layers.${ openStreetMap } ): © <a href='https://www.openstreetmap.org/copyright' target='_blank'>OpenStreetMap</a> contributors` ,
67
- [ openSeaMap ] : `$t(textLocator.layers.${ openSeaMap } ): © <a href='https://www.openseamap.org/ target='_blank''>OpenSeaMap</a>` ,
68
- [ mdiSeaNames ] : `$t(textLocator.layers.${ mdiSeaNames } ): © <a href='https://projekt.mdi-de.org/kuesten-gazetteer/ target='_blank''>MDI DE</a>` ,
69
- [ wmtsTopplusOpenWeb ] : `$t(textLocator.layers.${ wmtsTopplusOpenWeb } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
70
- [ wmtsTopplusOpenWebGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenWebGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
71
- [ wmtsTopplusOpenLight ] : `$t(textLocator.layers.${ wmtsTopplusOpenLight } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
72
- [ wmtsTopplusOpenLightGrey ] : `$t(textLocator.layers.${ wmtsTopplusOpenLightGrey } ): © Bundesamt für Kartographie und Geodäsie <YEAR>` ,
73
- static :
74
- '<br><a href="https://github.com/Dataport/polar/blob/main/LEGALNOTICE.md">Legal notice (Impressum)</a>' ,
87
+ plugins : {
88
+ addressSearch : {
89
+ defaultGroup : 'Location search' ,
90
+ } ,
75
91
} ,
76
92
} ,
77
93
} ,
0 commit comments