forked from MapComplete/MapComplete
Add QR-code to all popups, add direction indicator to popup and visual feedback, make reviews accessible to screenreaders (both to read them and to make them)
This commit is contained in:
parent
5567869bb4
commit
bfd818cb38
33 changed files with 415 additions and 98 deletions
|
@ -399,12 +399,34 @@
|
|||
"useSearchForMore": "Use the search function to search within {total} more values…",
|
||||
"visualFeedback": {
|
||||
"closestFeaturesAre": "{n} features within viewport.",
|
||||
"directionsAbsolute": {
|
||||
"E": "east",
|
||||
"N": "north",
|
||||
"NE": "northeast",
|
||||
"NW": "northwest",
|
||||
"S": "south",
|
||||
"SE": "southeast",
|
||||
"SW": "southwest",
|
||||
"W": "west"
|
||||
},
|
||||
"directionsRelative": {
|
||||
"behind": "on your back",
|
||||
"left": "left",
|
||||
"right": "right",
|
||||
"sharp_left": "sharply left",
|
||||
"sharp_right": "sharply right",
|
||||
"slight_left": "slightly left",
|
||||
"slight_right": "slightly right",
|
||||
"straight": "straight ahead"
|
||||
},
|
||||
"east": "Moving east",
|
||||
"fromGps": "{distance} {direction} of your location",
|
||||
"fromMapCenter": "{distance} {direction} of the map center",
|
||||
"in": "Zooming in to level {z}",
|
||||
"islocked": "View locked to your GPS-location, moving disabled. Press the geolocation button to unlock.",
|
||||
"locked": "View is now locked to your GPS-location, moving disabled.",
|
||||
"navigation": "Use arrow keys to move the map, press space to select the closest feature. Press a number to select locations further away.",
|
||||
"noCloseFeatures": "No features in view",
|
||||
"noCloseFeatures": "No features in view.",
|
||||
"north": "Moving north",
|
||||
"oneFeatureInView": "One feature within viewport.",
|
||||
"out": "Zooming out to level {z}",
|
||||
|
@ -636,12 +658,15 @@
|
|||
"reviews": {
|
||||
"affiliated_reviewer_warning": "(Affiliated review)",
|
||||
"attribution": "Reviews are powered by <a href='https://mangrove.reviews/' target='_blank'>Mangrove Reviews</a> and are available under <a href='https://mangrove.reviews/terms#8-licensing-of-content' target='_blank'>CC-BY 4.0</a>.",
|
||||
"averageRating": "Average rating of {n} stars",
|
||||
"i_am_affiliated": "I am affiliated with this object",
|
||||
"i_am_affiliated_explanation": "Check if you are an owner, creator, employee, …",
|
||||
"name_required": "A name is required in order to display and create reviews",
|
||||
"no_reviews_yet": "There are no reviews yet. Be the first to write one and help open data and the business!",
|
||||
"question": "How would you rate {title()}?",
|
||||
"question_opinion": "How was your experience?",
|
||||
"rate": "Rate {n} stars",
|
||||
"rated": "Rated {n} stars",
|
||||
"reviewing_as": "Reviewing as {nickname}",
|
||||
"reviewing_as_anonymous": "Reviewing as anonymous",
|
||||
"save": "Save",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue