feat: get nearby POIs
This commit is contained in:
@ -5,7 +5,8 @@
|
||||
"home": "Heim",
|
||||
"school": "Schule",
|
||||
"work": "Arbeit",
|
||||
"no-location": "Kein {name} Speicherort gespeichert."
|
||||
"no-location": "Kein {name} Speicherort gespeichert.",
|
||||
"saved-routes": "Gespeicherte Routen"
|
||||
},
|
||||
"location": {
|
||||
"unlock": "Standort entsperren",
|
||||
@ -136,6 +137,11 @@
|
||||
"description": "TrafficCue ist auf Android verfügbar. Holen Sie es sich für das beste Erlebnis!",
|
||||
"button": "Runterladen"
|
||||
}
|
||||
},
|
||||
"nearby-poi": {
|
||||
"header": "POIs in der Nähe",
|
||||
"no-poi": "Keine POIs in der Nähe gefunden.",
|
||||
"loading": "POIs in der Nähe werden geladen …"
|
||||
}
|
||||
},
|
||||
"location-selector": {
|
||||
@ -143,5 +149,10 @@
|
||||
"searching": "Suchen...",
|
||||
"no-results": "Keine Orte gefunden."
|
||||
},
|
||||
"unsave": "Löschen"
|
||||
"unsave": "Löschen",
|
||||
"unnamed": "Unbenannt",
|
||||
"poi": {
|
||||
"fuel": "Tankstelle",
|
||||
"parking": "Parken"
|
||||
}
|
||||
}
|
||||
|
||||
@ -137,6 +137,11 @@
|
||||
"description": "TrafficCue is available on Android. Get it for the best experience!",
|
||||
"button": "Get it"
|
||||
}
|
||||
},
|
||||
"nearby-poi": {
|
||||
"header": "Nearby Points of Interest",
|
||||
"no-poi": "No points of interest found nearby.",
|
||||
"loading": "Loading nearby points of interest..."
|
||||
}
|
||||
},
|
||||
"unsave": "Unsave",
|
||||
@ -144,5 +149,10 @@
|
||||
"current": "Current Location",
|
||||
"searching": "Searching...",
|
||||
"no-results": "No locations found."
|
||||
},
|
||||
"unnamed": "Unnamed",
|
||||
"poi": {
|
||||
"fuel": "Fuel Station",
|
||||
"parking": "Parking"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user