Opening_hours for recyling
This commit is contained in:
parent
95fb6cd970
commit
12bac29d12
6 changed files with 10 additions and 66 deletions
|
@ -961,32 +961,16 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"id": "opening_hours",
|
||||
"render": "{opening_hours_table()}",
|
||||
"question": {
|
||||
"en": "What are the opening hours of this recycling facility?",
|
||||
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
|
||||
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
|
||||
"es": "¿A qué horas abre esta facilidad de reciclado?",
|
||||
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "opening_hours",
|
||||
"type": "opening_hours"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "opening_hours=24/7",
|
||||
"then": {
|
||||
"en": "24/7",
|
||||
"nl": "24/7",
|
||||
"ca": "24/7",
|
||||
"de": "24/7",
|
||||
"es": "24/7",
|
||||
"it": "24/7"
|
||||
}
|
||||
"builtin": "opening_hours_24_7",
|
||||
"override": {
|
||||
"question": {
|
||||
"en": "What are the opening hours of this recycling facility?",
|
||||
"nl": "Wat zijn de openingstijden van deze recyclingfaciliteit?",
|
||||
"de": "Wie sind die Öffnungszeiten dieser Recyclinganlage?",
|
||||
"es": "¿A qué horas abre esta facilidad de reciclado?",
|
||||
"it": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
|
@ -1189,4 +1173,4 @@
|
|||
"enableRelocation": false,
|
||||
"enableImproveAccuracy": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5746,14 +5746,6 @@
|
|||
},
|
||||
"question": "Wo befindet sich dieser Container?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "Wie sind die Öffnungszeiten dieser Recyclinganlage?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Welches Unternehmen betreibt diese Recyclinganlage?",
|
||||
"render": "Diese Recyclinganlage wird betrieben von {operator}"
|
||||
|
|
|
@ -6109,14 +6109,6 @@
|
|||
},
|
||||
"question": "Where is this container located?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "What are the opening hours of this recycling facility?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "What company operates this recycling facility?",
|
||||
"render": "This recycling facility is operated by {operator}"
|
||||
|
|
|
@ -3219,14 +3219,6 @@
|
|||
},
|
||||
"question": "¿Dónde se sitúa este contenedor?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "¿A qué horas abre esta facilidad de reciclado?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "¿Que empresa opera esta facilidad de reciclado?",
|
||||
"render": "Esta infraestructura de reciclado la opera {operator}"
|
||||
|
|
|
@ -1811,14 +1811,6 @@
|
|||
},
|
||||
"question": "Dove si trova questo contenitore?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "Quali sono gli orari di apertura di questo impianto di raccolta e riciclo?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Quale azienda gestisce questo impianto di raccolta e riciclo?",
|
||||
"render": "Questa struttura di raccola e riciclo è gestita da {operator}"
|
||||
|
|
|
@ -5735,14 +5735,6 @@
|
|||
},
|
||||
"question": "Waar bevindt deze container zich?"
|
||||
},
|
||||
"opening_hours": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "24/7"
|
||||
}
|
||||
},
|
||||
"question": "Wat zijn de openingstijden van deze recyclingfaciliteit?"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Wat is de beheerder van deze recyclingfaciliteit?",
|
||||
"render": "Deze recyclingfaciliteit wordt beheerd door {operator}"
|
||||
|
|
Loading…
Reference in a new issue