Add 'paid playground' as access option

This commit is contained in:
pietervdvn 2022-03-11 02:25:39 +01:00
parent 27b6872666
commit 0497b10e04
7 changed files with 43 additions and 16 deletions

View file

@ -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 dellattività 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",

View file

@ -2334,13 +2334,13 @@
"0": {
"then": "Zugänglich für die Allgemeinheit"
},
"1": {
"2": {
"then": "Nur für Kunden des Betreibers zugänglich"
},
"2": {
"3": {
"then": "Nur für Schüler der Schule zugänglich"
},
"3": {
"4": {
"then": "Nicht zugänglich"
}
},

View file

@ -3921,12 +3921,15 @@
"then": "Accessible to the general public"
},
"1": {
"then": "Only accessible for clients of the operating business"
"then": "This is a <b>paid</p> playground"
},
"2": {
"then": "Only accessible to students of the school"
"then": "Only accessible for clients of the operating business"
},
"3": {
"then": "Only accessible to students of the school"
},
"4": {
"then": "Not accessible"
}
},

View file

@ -1599,13 +1599,13 @@
"0": {
"then": "Accessible au public"
},
"1": {
"2": {
"then": "Réservée aux clients"
},
"2": {
"3": {
"then": "Réservée aux élèves de lécole"
},
"3": {
"4": {
"then": "Non accessible"
}
},

View file

@ -1287,13 +1287,13 @@
"0": {
"then": "Accessibile pubblicamente"
},
"1": {
"2": {
"then": "Accessibile solamente ai clienti dellattività che lo gestisce"
},
"2": {
"3": {
"then": "Accessibile solamente agli studenti della scuola"
},
"3": {
"4": {
"then": "Non accessibile"
}
},

View file

@ -3744,12 +3744,15 @@
"then": "Vrij toegankelijk voor het publiek"
},
"1": {
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
"then": "Er moet <b>betaald</b> worden om deze speeltuin te mogen gebruiken"
},
"2": {
"then": "Enkel toegankelijk voor scholieren van de bijhorende school"
"then": "Enkel toegankelijk voor klanten van de bijhorende zaak"
},
"3": {
"then": "Enkel toegankelijk voor scholieren van de bijhorende school"
},
"4": {
"then": "Niet vrij toegankelijk"
}
},

View file

@ -1078,7 +1078,7 @@
},
"playground-access": {
"mappings": {
"3": {
"4": {
"then": "Недоступно"
}
}