feat: calendar connections
Some checks failed
TrafficCue CI / check (push) Failing after 1m39s
TrafficCue CI / build (push) Successful in 10m3s
TrafficCue CI / build-android (push) Successful in 25m18s

This commit is contained in:
2025-10-11 16:00:12 +02:00
parent a0ea5a83a5
commit 60e074a70f
7 changed files with 284 additions and 1 deletions

View File

@ -78,7 +78,8 @@
"settings": {
"header": "Settings",
"general": "General",
"map": "Map"
"map": "Map",
"connections": "Connections"
},
"info": {
"dropped": "Dropped Pin",
@ -148,6 +149,14 @@
"header": "Nearby Points of Interest",
"no-poi": "No points of interest found nearby.",
"loading": "Loading nearby points of interest..."
},
"calendar": {
"header": "Calendar",
"add": "Add Calendar",
"connect": "Connect Calendar",
"probing-server": "Probing server...",
"discovering-calendars": "Discovering calendars...",
"choose": "Choose calendars to add:"
}
},
"unsave": "Unsave",
@ -164,5 +173,17 @@
"routing": {
"off-route": "You went off route",
"back-on-route": "You are back on route"
},
"open": "Open",
"submit": "Submit",
"done": "Done",
"delete": "Delete",
"calendar": {
"location": "Location",
"no-location": "No location",
"start": "Start",
"end": "End",
"no-start": "No start",
"no-end": "No end"
}
}