2021-07-03 14:49:52 +02:00
{
"undefined" : {
2021-07-04 00:22:46 +02:00
"phone" : {
"question" : "Qual è il numero di telefono di {name}?"
2021-07-03 14:49:52 +02:00
} ,
2021-07-04 00:22:46 +02:00
"email" : {
"question" : "Qual è l'indirizzo email di {name}?"
2021-07-03 14:49:52 +02:00
} ,
"website" : {
"question" : "Qual è il sito web di {name}?"
} ,
2021-07-04 00:22:46 +02:00
"description" : {
"question" : "C'è ancora qualche informazione importante che non è stato possibile fornire nelle domande precedenti? Aggiungila qui.<br/><span style='font-size: small'>Non ripetere informazioni già fornite</span>"
2021-07-03 14:49:52 +02:00
} ,
2021-07-04 00:22:46 +02:00
"opening_hours" : {
"question" : "Quali sono gli orari di apertura di {name}?" ,
"render" : "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
2021-07-03 14:49:52 +02:00
}
}
2021-07-04 00:22:46 +02:00
}