Translation sync
This commit is contained in:
parent
4f37bf64a2
commit
ab159b1880
40 changed files with 1579 additions and 802 deletions
|
@ -65,7 +65,7 @@
|
|||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This place is specially adapated for wheelchair users"
|
||||
"then": "This place is specially adapted for wheelchair users"
|
||||
},
|
||||
"1": {
|
||||
"then": "This place is easily reachable with a wheelchair"
|
||||
|
|
|
@ -3,18 +3,97 @@
|
|||
"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>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cani ammessi"
|
||||
},
|
||||
"1": {
|
||||
"then": "I cani <b>non</b> sono ammessi"
|
||||
},
|
||||
"2": {
|
||||
"then": "Cani ammessi ma solo se tenuti al guinzaglio"
|
||||
},
|
||||
"3": {
|
||||
"then": "I cani sono ammessi e possono andare in giro liberamente"
|
||||
}
|
||||
},
|
||||
"question": "I cani sono ammessi in quest’attività?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Qual è l'indirizzo email di {name}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Si trova sotto il livello stradale"
|
||||
},
|
||||
"1": {
|
||||
"then": "Si trova al pianoterra"
|
||||
},
|
||||
"2": {
|
||||
"then": "Si trova al pianoterra"
|
||||
},
|
||||
"3": {
|
||||
"then": "Si trova al primo piano"
|
||||
}
|
||||
},
|
||||
"question": "A quale piano si trova questo elemento?",
|
||||
"render": "Si trova al piano numero {level}"
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Quali sono gli orari di apertura di {name}?",
|
||||
"render": "<h3>Orari di apertura</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "I contanti sono accettati"
|
||||
},
|
||||
"1": {
|
||||
"then": "I pagamenti con la carta sono accettati"
|
||||
}
|
||||
},
|
||||
"question": "Quali metodi di pagamento sono accettati qui?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Qual è il numero di telefono di {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Qual è il sito web di {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo luogo è stato adattato per favorire le persone in sedia a rotelle"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo luogo è facilmente raggiungibile con una sedia a rotelle"
|
||||
},
|
||||
"2": {
|
||||
"then": "È possibile raggiungere questo luogo con una sedia a rotella ma non è semplice"
|
||||
},
|
||||
"3": {
|
||||
"then": "Questo luogo non è accessibile con una sedia a rotelle"
|
||||
}
|
||||
},
|
||||
"question": "Questo luogo è accessibile con una sedia a rotelle?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Nessuna pagina Wikipedia è ancora stata collegata"
|
||||
}
|
||||
},
|
||||
"question": "Qual è l’elemento Wikidata corrispondente?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Non collegato a Wikipedia"
|
||||
}
|
||||
},
|
||||
"question": "Qual è il corrispondente elemento su Wikipedia?"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -3,18 +3,95 @@
|
|||
"description": {
|
||||
"question": "Er det noe mer som er relevant du ikke kunne opplyse om i tidligere svar? Legg det til her.<br/><span style='font-size: small'>Ikke gjenta fakta som allerede er nevnt</span>"
|
||||
},
|
||||
"dog-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Hunder tillates"
|
||||
},
|
||||
"1": {
|
||||
"then": "Hunder tillates <b>ikke</b>"
|
||||
},
|
||||
"2": {
|
||||
"then": "Hunder tillates, men de må være i bånd"
|
||||
},
|
||||
"3": {
|
||||
"then": "Hunder tillates og kan gå fritt"
|
||||
}
|
||||
},
|
||||
"question": "Tillates hunder i denne forretningen?"
|
||||
},
|
||||
"email": {
|
||||
"question": "Hva er e-postadressen til {name}?"
|
||||
},
|
||||
"level": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Under bakken"
|
||||
},
|
||||
"1": {
|
||||
"then": "På gateplan"
|
||||
},
|
||||
"2": {
|
||||
"then": "På gateplan"
|
||||
},
|
||||
"3": {
|
||||
"then": "I andre etasje"
|
||||
}
|
||||
}
|
||||
},
|
||||
"opening_hours": {
|
||||
"question": "Hva er åpningstidene for {name})",
|
||||
"render": "<h3>Åpningstider</h3>{opening_hours_table(opening_hours)}"
|
||||
},
|
||||
"payment-options": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Kontanter godtas her"
|
||||
},
|
||||
"1": {
|
||||
"then": "Betalingskort godtas her"
|
||||
}
|
||||
},
|
||||
"question": "Hvilke betalingsmetoder godtas her?"
|
||||
},
|
||||
"phone": {
|
||||
"question": "Hva er telefonnummeret til {name}?"
|
||||
},
|
||||
"website": {
|
||||
"question": "Hva er nettsiden til {name}?"
|
||||
},
|
||||
"wheelchair-access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Dette stedet er spesielt tilpasset rullestolsbrukere"
|
||||
},
|
||||
"1": {
|
||||
"then": "Dette stedet kan enkelt besøkes med rullestol"
|
||||
},
|
||||
"2": {
|
||||
"then": "Det er mulig å besøke dette stedet i rullestol, men det er ikke lett"
|
||||
},
|
||||
"3": {
|
||||
"then": "Dette stedet er ikke tilgjengelig for besøk med rullestol"
|
||||
}
|
||||
},
|
||||
"question": "Er dette stedet tilgjengelig for rullestoler?"
|
||||
},
|
||||
"wikipedia": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ingen Wikipedia-side lenket enda"
|
||||
}
|
||||
},
|
||||
"question": "Hva er respektivt Wikipedia-element?"
|
||||
},
|
||||
"wikipedialink": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Ikke lenket med Wikipedia"
|
||||
}
|
||||
},
|
||||
"question": "Hva er respektivt element på Wikipedia?"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue