forked from MapComplete/MapComplete
Add 'paid playground' as access option
This commit is contained in:
parent
27b6872666
commit
0497b10e04
7 changed files with 43 additions and 16 deletions
|
@ -291,6 +291,21 @@
|
|||
"it": "Accessibile pubblicamente",
|
||||
"de": "Zugänglich für die Allgemeinheit",
|
||||
"fr": "Accessible au public"
|
||||
},
|
||||
"addExtraTags": [
|
||||
"fee=no"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": [
|
||||
"fee=yes",
|
||||
"access=customers"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This is a <b>paid</p> playground",
|
||||
"nl": "Er moet <b>betaald</b> worden om deze speeltuin te mogen gebruiken"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -301,7 +316,10 @@
|
|||
"it": "Accessibile solamente ai clienti dell’attività che lo gestisce",
|
||||
"de": "Nur für Kunden des Betreibers zugänglich",
|
||||
"fr": "Réservée aux clients"
|
||||
}
|
||||
},
|
||||
"addExtraTags": [
|
||||
"fee=no"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "access=students",
|
||||
|
@ -312,7 +330,10 @@
|
|||
"de": "Nur für Schüler der Schule zugänglich",
|
||||
"fr": "Réservée aux élèves de l’école"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
"hideInAnswer": true,
|
||||
"addExtraTags": [
|
||||
"fee=no"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "access=private",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue