Add internet access questions, add to a few themes

This commit is contained in:
Robin van der Linde 2022-08-10 17:29:08 +02:00
parent 9306fe279e
commit 95886744a2
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
7 changed files with 200 additions and 1 deletions

View file

@ -34,6 +34,47 @@
},
"question": "Does this place have an audio induction loop for people with reduced hearing?"
},
"internet": {
"mappings": {
"0": {
"then": "This place offers wireless internet access"
},
"1": {
"then": "This place <b>does not</b> offer internet access"
},
"2": {
"then": "This place offers internet access"
},
"3": {
"then": "This place offers internet access via a terminal or computer"
},
"4": {
"then": "This place offers wired internet access"
}
},
"question": "Does this place offer internet access?"
},
"internet-fee": {
"mappings": {
"0": {
"then": "There is a fee for the internet access at this place"
},
"1": {
"then": "Internet access is free at this place"
},
"2": {
"then": "Internet access is free at this place, for customers only"
}
},
"question": "Is there a fee for internet access?"
},
"internet-ssid": {
"freeform": {
"placeholder": "Enter the network name"
},
"question": "What is the network name for the wireless internet access?",
"render": "The network name is <b>{{internet_access:ssid}}</b>"
},
"level": {
"mappings": {
"0": {

View file

@ -23,6 +23,47 @@
"email": {
"question": "Wat is het e-mailadres van {title()}?"
},
"internet": {
"mappings": {
"0": {
"then": "Deze plaats biedt draadloze internettoegang aan"
},
"1": {
"then": "Deze plaats biedt <b>geen</b> internettoegang aan"
},
"2": {
"then": "Deze plaats biedt internettoegang aan"
},
"3": {
"then": "Deze plaats biedt internettoegang via een terminal of computer aan"
},
"4": {
"then": "Deze plaats biedt bedrade internettoegang aan"
}
},
"question": "Biedt deze plaats internettoegang aan?"
},
"internet-fee": {
"mappings": {
"0": {
"then": "Er zijn kosten voor internettoegang op deze plaats"
},
"1": {
"then": "Internettoegang is gratis op deze plaats"
},
"2": {
"then": "Internettoegang is gratis op deze plaats, alleen voor klanten"
}
},
"question": "Zijn er kosten voor internettoegang?"
},
"internet-ssid": {
"freeform": {
"placeholder": "Voer de netwerknaam in"
},
"question": "Wat is de netwerknaam voor de draadloze internettoegang?",
"render": "De netwerknaam is <b>{{internet_access:ssid}}</b>"
},
"level": {
"mappings": {
"0": {