feat: Add location sharing

This commit is contained in:
Sorunome 2021-08-01 09:53:43 +02:00 committed by Christian Pauly
commit 5d0967ecda
11 changed files with 425 additions and 1 deletions

View file

@ -833,6 +833,13 @@
"type": "text",
"placeholders": {}
},
"errorObtainingLocation": "Error obtaining location: {error}",
"@errorObtainingLocation": {
"type": "text",
"placeholders": {
"error": {}
}
},
"directChats": "Direct Chats",
"@directChats": {
"type": "text",
@ -1416,6 +1423,11 @@
"number": {}
}
},
"obtainingLocation": "Obtaining location…",
"@obtainingLocation": {
"type": "text",
"placeholders": {}
},
"ok": "ok",
"@ok": {
"type": "text",
@ -1461,6 +1473,11 @@
"type": "text",
"placeholders": {}
},
"openInMaps": "Open in maps",
"@openInMaps": {
"type": "text",
"placeholders": {}
},
"optionalGroupName": "(Optional) Group name",
"@optionalGroupName": {
"type": "text",
@ -1674,6 +1691,11 @@
"type": "text",
"placeholders": {}
},
"shareLocation": "Share location",
"@shareLocation": {
"type": "text",
"placeholders": {}
},
"sharedTheLocation": "{username} shared the location",
"@sharedTheLocation": {
"type": "text",
@ -2089,6 +2111,16 @@
"brand": {}
}
},
"locationDisabledNotice": "Location services are disabled. Please enable them to be able to share your location.",
"@locationDisabledNotice": {
"type": "text",
"placeholders": {}
},
"locationPermissionDeniedNotice": "Location permission denied. Please grant them to be able to share your location.",
"@locationPermissionDeniedNotice": {
"type": "text",
"placeholders": {}
},
"singlesignon": "Single Sign on",
"@singlesignon": {
"type": "text",