forked from MapComplete/MapComplete
Inject newly created notes into the map
This commit is contained in:
parent
7001216ab7
commit
80533597c1
6 changed files with 82 additions and 3 deletions
|
@ -3402,6 +3402,17 @@
|
|||
"question": "Who maintains this tower?",
|
||||
"render": "Maintained by <b>{operator}</b>"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This tower has an elevator which takes visitors to the top"
|
||||
},
|
||||
"1": {
|
||||
"then": "This tower does not have an elevator"
|
||||
}
|
||||
},
|
||||
"question": "Does this tower have an elevator?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3410,6 +3421,10 @@
|
|||
},
|
||||
"question": "What is the name of this tower?",
|
||||
"render": "This tower is called <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "How much individual steps does one have to climb to reach the top of this tower?",
|
||||
"render": "This tower has {step_count} steps to reach the top"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -3302,6 +3302,17 @@
|
|||
"question": "Wie onderhoudt deze toren?",
|
||||
"render": "Wordt onderhouden door <b>{operator}</b>"
|
||||
},
|
||||
"elevator": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Deze toren heeft een lift die bezoekers naar de top van de toren brengt"
|
||||
},
|
||||
"1": {
|
||||
"then": "Deze toren heeft geen lift"
|
||||
}
|
||||
},
|
||||
"question": "Heeft deze toren een lift?"
|
||||
},
|
||||
"name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -3310,6 +3321,10 @@
|
|||
},
|
||||
"question": "Heeft deze toren een naam?",
|
||||
"render": "Deze toren heet <b>{name}</b>"
|
||||
},
|
||||
"step_count": {
|
||||
"question": "Hoeveel treden moet men beklimmen op de top van de toren te bereiken?",
|
||||
"render": "Deze toren heeft {step_count} traptredes"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue