2021-06-08 19:08:19 +02:00
{
2021-09-09 00:19:39 +02:00
"undefined" : {
2021-09-14 18:20:25 +02:00
"description" : {
"question" : "Is there still something relevant you couldn't give in the previous questions? Add it here.<br/><span style='font-size: small'>Don't repeat already stated facts</span>"
2021-06-08 19:08:19 +02:00
} ,
2021-09-09 00:19:39 +02:00
"email" : {
"question" : "What is the email address of {name}?"
2021-06-08 19:08:19 +02:00
} ,
2021-09-14 18:20:25 +02:00
"level" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Located underground"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"then" : "Located on the ground floor"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-14 18:20:25 +02:00
"then" : "Located on the ground floor"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-14 18:20:25 +02:00
"then" : "Located on the first floor"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "On what level is this feature located?" ,
"render" : "Located on the {level}th floor"
2021-09-03 17:04:24 +02:00
} ,
2021-09-09 00:19:39 +02:00
"opening_hours" : {
"question" : "What are the opening hours of {name}?" ,
"render" : "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
2021-06-08 19:08:19 +02:00
} ,
2021-09-09 00:19:39 +02:00
"payment-options" : {
"mappings" : {
"0" : {
"then" : "Cash is accepted here"
} ,
"1" : {
"then" : "Payment cards are accepted here"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Which methods of payment are accepted here?"
2021-07-18 18:02:17 +02:00
} ,
2021-09-14 18:20:25 +02:00
"phone" : {
"question" : "What is the phone number of {name}?"
} ,
"website" : {
"question" : "What is the website of {name}?"
} ,
"wheelchair-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "This place is specially adapated for wheelchair users"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"then" : "This place is easily reachable with a wheelchair"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-14 18:20:25 +02:00
"then" : "It is possible to reach this place in a wheelchair, but it is not easy"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-14 18:20:25 +02:00
"then" : "This place is not reachable with a wheelchair"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this place accessible with a wheelchair?"
2021-06-08 19:08:19 +02:00
}
}
}