forked from MapComplete/MapComplete
Merge branch 'develop'
This commit is contained in:
commit
be0154bfe5
86 changed files with 1669 additions and 512 deletions
|
@ -8543,6 +8543,18 @@
|
|||
},
|
||||
"question": "Does this stair have a handrail?"
|
||||
},
|
||||
"incline": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The upward direction is {direction_absolute()}"
|
||||
},
|
||||
"1": {
|
||||
"then": "The downward direction is {direction_absolute()}"
|
||||
}
|
||||
},
|
||||
"question": "What is the incline of these stairs?",
|
||||
"render": "These stairs have an incline of {incline}"
|
||||
},
|
||||
"multilevels": {
|
||||
"override": {
|
||||
"question": "Between which levels are these stairs?",
|
||||
|
@ -9722,6 +9734,20 @@
|
|||
"usersettings": {
|
||||
"description": "A special layer which is not meant to be shown on a map, but which is used to set user settings",
|
||||
"tagRenderings": {
|
||||
"a11y-features": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Enable accessibility features when arrow keys are used to navigate the map"
|
||||
},
|
||||
"1": {
|
||||
"then": "Always enable accessibility features"
|
||||
},
|
||||
"2": {
|
||||
"then": "Never enable accessibility features"
|
||||
}
|
||||
},
|
||||
"question": "What accessibility features should be applied?"
|
||||
},
|
||||
"all-questions-at-once": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -370,14 +370,15 @@
|
|||
"useSearch": "Gebruik de zoekfunctie hierboven om meer opties te zien",
|
||||
"useSearchForMore": "Gebruik de zoekfunctie om {total} meer waarden te vinden…",
|
||||
"visualFeedback": {
|
||||
"closestFeaturesAre": "{n} object in beeld.",
|
||||
"closestFeaturesAre": "{n} objecten in beeld.",
|
||||
"east": "Naar het oosten",
|
||||
"in": "Aan het inzoomen naar zoomlevel {z}",
|
||||
"islocked": "Bewegen vergrendeld rond je huidige locatie. Duw op de geolocatie-knop om te ontgrendelen.",
|
||||
"locked": "Bewegen vergrendeld rond jouw huidige locatie.",
|
||||
"navigation": "Gebruik de pijltjestoetsen om te bewegen. Druk op spatie om het meest centrale punt te selecteren. Druk op een cijfertoets om andere items te selecteren.",
|
||||
"noCloseFeatures": "Niet in beeld",
|
||||
"noCloseFeatures": "Geen objecten in beeld",
|
||||
"north": "Naar het noorden",
|
||||
"oneFeatureInView": "Eén object in beeld.",
|
||||
"out": "Aan het uitzoomen naar zoomlevel {z}",
|
||||
"south": "Naar het zuiden",
|
||||
"unlocked": "Bewegen ontgrendeld",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue