feat: add map module

This commit is contained in:
Jovan Krunić
2021-07-13 07:57:09 +00:00
parent d696215d08
commit c1c9a92ec9
44 changed files with 2138 additions and 93 deletions

View File

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