feat: get nearby POIs
All checks were successful
TrafficCue CI / check (push) Successful in 57s
TrafficCue CI / build (push) Successful in 1m29s
TrafficCue CI / build-android (push) Successful in 17m31s

This commit is contained in:
2025-09-13 13:18:53 +02:00
parent a48ed785f5
commit 3d7dacba9b
5 changed files with 172 additions and 3 deletions

View File

@ -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"
}
}