Add Map and Filter
This commit is contained in:
+27
-3
@@ -1,7 +1,31 @@
|
||||
{
|
||||
"text": "Hallo",
|
||||
"locales": {
|
||||
"en": "Englisch",
|
||||
"de": "Deutsch"
|
||||
"map": {
|
||||
"attribution": "Kartendaten © {a} Mitwirkende"
|
||||
},
|
||||
"tabs": {
|
||||
"home": "Start",
|
||||
"map": "Karte",
|
||||
"filter": "Filter",
|
||||
"about": "Über"
|
||||
},
|
||||
"pages": {
|
||||
"map": {},
|
||||
"filter": {
|
||||
"title": "Filter"
|
||||
},
|
||||
"about": {
|
||||
"title": "Über uns"
|
||||
}
|
||||
},
|
||||
"toggle_dark_mode": "Darkmode umschalten",
|
||||
|
||||
"i18n": {
|
||||
"language": "Sprache",
|
||||
"select": "Wähle eine Sprache aus",
|
||||
"locales": {
|
||||
"en": "Englisch",
|
||||
"de": "Deutsch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user