feat: calendar connections
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user