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

View File

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