mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-22 09:32:41 +00:00
feat: add map module
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
{
|
||||
"app": {
|
||||
"ui": {
|
||||
"CLOSE": "Close"
|
||||
},
|
||||
"errors": {
|
||||
"UNKNOWN": "Unknown problem"
|
||||
}
|
||||
},
|
||||
"data": {
|
||||
"REFRESH_ACTION": "Refresh",
|
||||
"REFRESHING": "Refreshing...",
|
||||
@@ -60,8 +68,31 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "News"
|
||||
"map": {
|
||||
"page": {
|
||||
"TITLE": "Map",
|
||||
"search": {
|
||||
"PLACEHOLDER": "Find buildings, points of interests, canteens and cafes ..."
|
||||
},
|
||||
"buttons": {
|
||||
"SHOW_LIST": "Show list",
|
||||
"MORE": "More"
|
||||
},
|
||||
"geolocation": {
|
||||
"TITLE": "Location",
|
||||
"SUBTITLE": "Location not available",
|
||||
"NOT_ENABLED": "Location service is not enabled on your device",
|
||||
"NOT_ALLOWED": "The app is not allowed to access your location"
|
||||
}
|
||||
},
|
||||
"modals": {
|
||||
"single": {
|
||||
"TITLE": "Place shown"
|
||||
},
|
||||
"list": {
|
||||
"TITLE": "Places shown"
|
||||
}
|
||||
}
|
||||
},
|
||||
"menu": {
|
||||
"context": {
|
||||
@@ -81,6 +112,9 @@
|
||||
"settings": "settings"
|
||||
}
|
||||
},
|
||||
"news": {
|
||||
"title": "News"
|
||||
},
|
||||
"search": {
|
||||
"nothing_found": "No results"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user