forked from MapComplete/MapComplete
Fixed shadowed mapping
This commit is contained in:
parent
b406d17b10
commit
2cbebfe8d4
4 changed files with 38 additions and 32 deletions
|
@ -3370,18 +3370,6 @@
|
|||
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fee=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Gratis te gebruiken",
|
||||
"en": "Free to use"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
@ -3410,6 +3398,18 @@
|
|||
"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": {
|
||||
"and": [
|
||||
|
|
|
@ -224,18 +224,6 @@
|
|||
"nl": "Moet men betalen om dit oplaadpunt te gebruiken?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fee=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"nl": "Gratis te gebruiken",
|
||||
"en": "Free to use"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
|
@ -264,6 +252,18 @@
|
|||
"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": {
|
||||
"and": [
|
||||
|
|
|
@ -494,6 +494,9 @@
|
|||
},
|
||||
"5": {
|
||||
"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?",
|
||||
|
@ -1794,14 +1797,14 @@
|
|||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Free to use"
|
||||
},
|
||||
"1": {
|
||||
"then": "Free to use (without authenticating)"
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Free to use, but one has to authenticate"
|
||||
},
|
||||
"2": {
|
||||
"then": "Free to use"
|
||||
},
|
||||
"3": {
|
||||
"then": "Paid use, but free for customers of the hotel/pub/hospital/... who operates the charging station"
|
||||
},
|
||||
|
|
|
@ -494,6 +494,9 @@
|
|||
},
|
||||
"5": {
|
||||
"then": "Tandems kunnen hier gehuurd worden"
|
||||
},
|
||||
"6": {
|
||||
"then": "Wielerfietsen (sportfietsen) kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
"question": "Wat voor soort fietsen en fietstoebehren worden hier verhuurd?",
|
||||
|
@ -1803,14 +1806,14 @@
|
|||
"fee": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken (zonder aan te melden)"
|
||||
},
|
||||
"2": {
|
||||
"1": {
|
||||
"then": "Gratis te gebruiken, maar aanmelden met een applicatie is verplicht"
|
||||
},
|
||||
"2": {
|
||||
"then": "Gratis te gebruiken"
|
||||
},
|
||||
"3": {
|
||||
"then": "Betalend te gebruiken, maar gratis voor klanten van het bijhorende hotel/café/ziekenhuis/..."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue