forked from MapComplete/MapComplete
A11y: screen navigation improvements, see #1181
This commit is contained in:
parent
66369ef0b4
commit
af4d9bb2bf
25 changed files with 483 additions and 325 deletions
|
@ -336,6 +336,7 @@
|
|||
"searchShort": "Search…",
|
||||
"searching": "Searching…"
|
||||
},
|
||||
"searchAnswer": "Search an option…",
|
||||
"share": "Share",
|
||||
"sharescreen": {
|
||||
"copiedToClipboard": "Link copied to clipboard",
|
||||
|
@ -382,6 +383,20 @@
|
|||
"uploadingChanges": "Uploading changes…",
|
||||
"useSearch": "Use the search above to see presets",
|
||||
"useSearchForMore": "Use the search function to search within {total} more values…",
|
||||
"visualFeedback": {
|
||||
"closestFeaturesAre": "Closest features are:",
|
||||
"east": "Moving east",
|
||||
"in": "Zooming in",
|
||||
"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",
|
||||
"noCloseFeatures": "No features in view",
|
||||
"north": "Moving north",
|
||||
"out": "Zooming out",
|
||||
"south": "Moving south",
|
||||
"unlocked": "Moving enabled.",
|
||||
"west": "Moving west"
|
||||
},
|
||||
"waitingForGeopermission": "Waiting for your permission to use the geolocation…",
|
||||
"waitingForLocation": "Searching your current location…",
|
||||
"weekdays": {
|
||||
|
@ -449,6 +464,7 @@
|
|||
"dontDelete": "Cancel",
|
||||
"isDeleted": "Deleted",
|
||||
"nearby": {
|
||||
"close": "Collapse panel with nearby images",
|
||||
"link": "This picture shows the object",
|
||||
"noNearbyImages": "No nearby images were found",
|
||||
"seeNearby": "Browse and link nearby pictures",
|
||||
|
|
|
@ -3400,6 +3400,18 @@
|
|||
"question": "How wide is the gap between the cycleway and the road?",
|
||||
"render": "The buffer besides this cycleway is {cycleway:buffer} m"
|
||||
},
|
||||
"incline": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "There is (probably) no incline here"
|
||||
},
|
||||
"1": {
|
||||
"then": "This road has a slope"
|
||||
}
|
||||
},
|
||||
"question": "Does {title()} have an incline?",
|
||||
"render": "This road has an slope of {incline}"
|
||||
},
|
||||
"is lit?": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue