Fixed shadowed mapping

This commit is contained in:
Pieter Vander Vennet 2022-03-14 20:59:06 +01:00
parent b406d17b10
commit 2cbebfe8d4
4 changed files with 38 additions and 32 deletions

View file

@ -3370,18 +3370,6 @@
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?" "nl": "Moet men betalen om dit oplaadpunt te gebruiken?"
}, },
"mappings": [ "mappings": [
{
"if": {
"and": [
"fee=no"
]
},
"then": {
"nl": "Gratis te gebruiken",
"en": "Free to use"
},
"hideInAnswer": true
},
{ {
"if": { "if": {
"and": [ "and": [
@ -3410,6 +3398,18 @@
"en": "Free to use, but one has to authenticate" "en": "Free to use, but one has to authenticate"
} }
}, },
{
"if": {
"and": [
"fee=no"
]
},
"then": {
"nl": "Gratis te gebruiken",
"en": "Free to use"
},
"hideInAnswer": true
},
{ {
"if": { "if": {
"and": [ "and": [

View file

@ -224,18 +224,6 @@
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?" "nl": "Moet men betalen om dit oplaadpunt te gebruiken?"
}, },
"mappings": [ "mappings": [
{
"if": {
"and": [
"fee=no"
]
},
"then": {
"nl": "Gratis te gebruiken",
"en": "Free to use"
},
"hideInAnswer": true
},
{ {
"if": { "if": {
"and": [ "and": [
@ -264,6 +252,18 @@
"en": "Free to use, but one has to authenticate" "en": "Free to use, but one has to authenticate"
} }
}, },
{
"if": {
"and": [
"fee=no"
]
},
"then": {
"nl": "Gratis te gebruiken",
"en": "Free to use"
},
"hideInAnswer": true
},
{ {
"if": { "if": {
"and": [ "and": [

View file

@ -494,6 +494,9 @@
}, },
"5": { "5": {
"then": "Tandem bicycles can be rented here" "then": "Tandem bicycles can be rented here"
},
"6": {
"then": "Race bicycles can be rented here"
} }
}, },
"question": "What kind of bicycles and accessories are rented here?", "question": "What kind of bicycles and accessories are rented here?",
@ -1794,14 +1797,14 @@
"fee": { "fee": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Free to use"
},
"1": {
"then": "Free to use (without authenticating)" "then": "Free to use (without authenticating)"
}, },
"2": { "1": {
"then": "Free to use, but one has to authenticate" "then": "Free to use, but one has to authenticate"
}, },
"2": {
"then": "Free to use"
},
"3": { "3": {
"then": "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station" "then": "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station"
}, },

View file

@ -494,6 +494,9 @@
}, },
"5": { "5": {
"then": "Tandems kunnen hier gehuurd worden" "then": "Tandems kunnen hier gehuurd worden"
},
"6": {
"then": "Wielerfietsen (sportfietsen) kunnen hier gehuurd worden"
} }
}, },
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?", "question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?",
@ -1803,14 +1806,14 @@
"fee": { "fee": {
"mappings": { "mappings": {
"0": { "0": {
"then": "Gratis te gebruiken"
},
"1": {
"then": "Gratis te gebruiken (zonder aan te melden)" "then": "Gratis te gebruiken (zonder aan te melden)"
}, },
"2": { "1": {
"then": "Gratis te gebruiken, maar aanmelden met een applicatie is verplicht" "then": "Gratis te gebruiken, maar aanmelden met een applicatie is verplicht"
}, },
"2": {
"then": "Gratis te gebruiken"
},
"3": { "3": {
"then": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/..." "then": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/..."
}, },