mapcomplete/langs/shared-questions/en.json

116 lines
3.4 KiB
JSON
Raw Normal View History

{
2021-11-07 14:37:21 +01:00
"undefined": {
"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>"
},
"dog-access": {
"mappings": {
"0": {
"then": "Dogs are allowed"
},
2021-11-07 14:37:21 +01:00
"1": {
"then": "Dogs are <b>not</b> allowed"
2021-09-22 16:31:50 +02:00
},
2021-11-07 14:37:21 +01:00
"2": {
"then": "Dogs are allowed, but they have to be leashed"
},
2021-11-07 14:37:21 +01:00
"3": {
"then": "Dogs are allowed and can run around freely"
}
},
"question": "Are dogs allowed in this business?"
},
"email": {
"question": "What is the email address of {name}?"
},
"level": {
"mappings": {
"0": {
"then": "Located underground"
2021-09-03 17:04:24 +02:00
},
2021-11-07 14:37:21 +01:00
"1": {
"then": "Located on the ground floor"
},
2021-11-07 14:37:21 +01:00
"2": {
"then": "Located on the ground floor"
},
2021-11-07 14:37:21 +01:00
"3": {
"then": "Located on the first floor"
}
},
"question": "On what level is this feature located?",
"render": "Located on the {level}th floor"
},
"opening_hours": {
"question": "What are the opening hours of {name}?",
"render": "<h3>Opening hours</h3>{opening_hours_table(opening_hours)}"
},
"payment-options": {
"mappings": {
"0": {
"then": "Cash is accepted here"
},
2021-11-07 14:37:21 +01:00
"1": {
"then": "Payment cards are accepted here"
}
},
"question": "Which methods of payment are accepted here?"
},
"phone": {
"question": "What is the phone number of {name}?"
},
2021-11-08 00:45:57 +01:00
"service:electricity": {
"mappings": {
"0": {
"then": "There are plenty of domestic sockets available to customers seated indoors, where they can charge their electronics"
},
"1": {
"then": "There are a few domestic sockets available to customers seated indoors, where they can charge their electronics"
},
"2": {
"then": "There are no sockets available indoors to customers, but charging might be possible if the staff is asked"
},
"3": {
"then": "There are a no domestic sockets available to customers seated indoors"
}
},
"question": "Does this amenity have electrical outlets, available to customers when they are inside?"
},
2021-11-07 14:37:21 +01:00
"website": {
"question": "What is the website of {name}?"
},
"wheelchair-access": {
"mappings": {
"0": {
"then": "This place is specially adapted for wheelchair users"
},
2021-11-07 14:37:21 +01:00
"1": {
"then": "This place is easily reachable with a wheelchair"
2021-10-09 23:24:20 +02:00
},
2021-11-07 14:37:21 +01:00
"2": {
"then": "It is possible to reach this place in a wheelchair, but it is not easy"
2021-10-10 23:52:53 +02:00
},
2021-11-07 14:37:21 +01:00
"3": {
"then": "This place is not reachable with a wheelchair"
}
},
"question": "Is this place accessible with a wheelchair?"
},
"wikipedia": {
"mappings": {
"0": {
"then": "No Wikipedia page has been linked yet"
}
},
"question": "What is the corresponding Wikidata entity?"
},
"wikipedialink": {
"mappings": {
"0": {
"then": "Not linked with Wikipedia"
}
2021-11-07 14:37:21 +01:00
},
"question": "What is the corresponding item on Wikipedia?"
}
2021-11-07 14:37:21 +01:00
}
2021-11-04 17:14:17 +01:00
}