forked from MapComplete/MapComplete
Themes: add operator question, use it in a few layers
This commit is contained in:
parent
4e3c6f31c2
commit
78f677b663
30 changed files with 813 additions and 801 deletions
|
@ -836,11 +836,10 @@
|
|||
"render": "Il nome di questo sportello bancomat è {name}"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Operatore"
|
||||
},
|
||||
"question": "Quale azienda gestisce questo sportello bancomat?",
|
||||
"render": "Lo sportello bancomat è gestito da {operator}"
|
||||
"override": {
|
||||
"question": "Quale azienda gestisce questo sportello bancomat?",
|
||||
"render": "Lo sportello bancomat è gestito da {operator}"
|
||||
}
|
||||
},
|
||||
"speech_output": {
|
||||
"mappings": {
|
||||
|
@ -5980,11 +5979,13 @@
|
|||
"render": "Questa stazione fitness si chiama {name}"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Gestore della stazione fitness"
|
||||
},
|
||||
"question": "Chi mantiene questa stazione fitness?",
|
||||
"render": "La stazione fitness è mantenuta da {operator}."
|
||||
"override": {
|
||||
"freeform": {
|
||||
"placeholder": "Gestore della stazione fitness"
|
||||
},
|
||||
"question": "Chi mantiene questa stazione fitness?",
|
||||
"render": "La stazione fitness è mantenuta da {operator}."
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"mappings": {
|
||||
|
@ -8353,11 +8354,10 @@
|
|||
"question": "Puoi inviare pacchi da questo armadietto per pacchi?"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Operatore"
|
||||
},
|
||||
"question": "Chi è l'operatore dell'armadietto per pacchi?",
|
||||
"render": "Questo armadietto per pacchi è gestito da {operator}"
|
||||
"override": {
|
||||
"question": "Chi è l'operatore dell'armadietto per pacchi?",
|
||||
"render": "Questo armadietto per pacchi è gestito da {operator}"
|
||||
}
|
||||
},
|
||||
"pickup": {
|
||||
"mappings": {
|
||||
|
@ -8964,8 +8964,10 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"question": "Chi gestisce questa cassetta postale?",
|
||||
"render": "Questa cassetta postale è gestita da <b>{operator}</b>"
|
||||
"override": {
|
||||
"question": "Chi gestisce questa cassetta postale?",
|
||||
"render": "Questa cassetta postale è gestita da <b>{operator}</b>"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -9236,6 +9238,12 @@
|
|||
},
|
||||
"question": "Questa libreria pubblica si trova all'aperto?"
|
||||
},
|
||||
"operator": {
|
||||
"override": {
|
||||
"question": "Chi mantiene questa libreria pubblica?",
|
||||
"render": "Gestita da {operator}"
|
||||
}
|
||||
},
|
||||
"public_bookcase-brand": {
|
||||
"freeform": {
|
||||
"placeholder": "Nome della rete"
|
||||
|
@ -9261,10 +9269,6 @@
|
|||
"question": "Qual è il nome di questa libreria pubblica?",
|
||||
"render": "Il nome di questa libreria pubblica è {name}"
|
||||
},
|
||||
"public_bookcase-operator": {
|
||||
"question": "Chi mantiene questa libreria pubblica?",
|
||||
"render": "Gestita da {operator}"
|
||||
},
|
||||
"public_bookcase-ref": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -9620,6 +9624,11 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Operatore"
|
||||
}
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -10071,8 +10080,10 @@
|
|||
}
|
||||
},
|
||||
"operator": {
|
||||
"question": "Quale azienda gestisce questa struttura di riciclaggio?",
|
||||
"render": "Questa struttura di riciclaggio è gestita da {operator}"
|
||||
"override": {
|
||||
"question": "Quale azienda gestisce questa struttura di riciclaggio?",
|
||||
"render": "Questa struttura di riciclaggio è gestita da {operator}"
|
||||
}
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
|
@ -12407,16 +12418,15 @@
|
|||
},
|
||||
"tagRenderings": {
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Nome dell'operatore"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ferrovie Olandesi (NS)"
|
||||
}
|
||||
},
|
||||
"question": "Chi è l'operatore di questa biglietteria automatica?",
|
||||
"render": "Questa biglietteria automatica è gestita da {operator}"
|
||||
"override": {
|
||||
"mappings+": {
|
||||
"0": {
|
||||
"then": "Ferrovie Olandesi (NS)"
|
||||
}
|
||||
},
|
||||
"question": "Chi è l'operatore di questa biglietteria automatica?",
|
||||
"render": "Questa biglietteria automatica è gestita da {operator}"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -12441,6 +12451,12 @@
|
|||
},
|
||||
"render": "Questo validatore di biglietti fa parte di una barriera di tipo {barrier}"
|
||||
},
|
||||
"operator": {
|
||||
"override": {
|
||||
"question": "Chi è l'operatore di questo validatore di biglietti?",
|
||||
"render": "Questo validatore di biglietti è gestito da {operator}"
|
||||
}
|
||||
},
|
||||
"payment-options": {
|
||||
"override": {
|
||||
"mappings+": {
|
||||
|
@ -12452,18 +12468,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"validator-operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Nome dell'operatore"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ferrovie Olandesi (NS)"
|
||||
}
|
||||
},
|
||||
"question": "Chi è l'operatore di questo validatore di biglietti?",
|
||||
"render": "Questo validatore di biglietti è gestito da {operator}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -13104,8 +13108,10 @@
|
|||
"render": "Questa linea di autobus fa parte della rete {network}"
|
||||
},
|
||||
"operator": {
|
||||
"question": "Quale azienda gestisce questa linea di autobus?",
|
||||
"render": "Questa linea di autobus è gestita da {operator}"
|
||||
"override": {
|
||||
"question": "Quale azienda gestisce questa linea di autobus?",
|
||||
"render": "Questa linea di autobus è gestita da {operator}"
|
||||
}
|
||||
},
|
||||
"to": {
|
||||
"question": "Qual è il punto di arrivo di questa linea di autobus?",
|
||||
|
@ -14130,11 +14136,10 @@
|
|||
"question": "Questo distributore automatico è ancora operativo?"
|
||||
},
|
||||
"operator": {
|
||||
"freeform": {
|
||||
"placeholder": "Nome dell'operatore"
|
||||
},
|
||||
"question": "Chi gestisce questo distributore automatico?",
|
||||
"render": "Questo distributore automatico è gestito da {operator}"
|
||||
"override": {
|
||||
"question": "Chi gestisce questo distributore automatico?",
|
||||
"render": "Questo distributore automatico è gestito da {operator}"
|
||||
}
|
||||
},
|
||||
"phone": {
|
||||
"override": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue