Reset translations

This commit is contained in:
Pieter Vander Vennet 2021-09-03 17:04:24 +02:00
parent 4ace40c2f3
commit 725b4f35e1
10 changed files with 347 additions and 89 deletions

View file

@ -9,6 +9,23 @@
"website": {
"question": "What is the website of {name}?"
},
"wheelchair-access": {
"question": "Is this place accessible with a wheelchair?",
"mappings": {
"0": {
"then": "This place is specially adapated for wheelchair users"
},
"1": {
"then": "This place is easily reachable with a wheelchair"
},
"2": {
"then": "It is possible to reach this place in a wheelchair, but it is not easy"
},
"3": {
"then": "This place is not reachable with a wheelchair"
}
}
},
"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>"
},

View file

@ -9,6 +9,23 @@
"website": {
"question": "Wat is de website van {name}?"
},
"wheelchair-access": {
"question": "Is deze plaats rolstoeltoegankelijk?",
"mappings": {
"0": {
"then": "Deze plaats is speciaal aangepast voor gebruikers van een rolstoel"
},
"1": {
"then": "Deze plaats is vlot bereikbaar met een rolstoel"
},
"2": {
"then": "Deze plaats is bereikbaar met een rolstoel, maar het is niet makkelijk"
},
"3": {
"then": "Niet rolstoeltoegankelijk"
}
}
},
"description": {
"question": "Zijn er extra zaken die je niet in de bovenstaande vragen kwijt kon? Zet deze in de description<span style='font-size: small'>Herhaal geen antwoorden die je reeds gaf</span>"
},