forked from MapComplete/MapComplete
Small fixes
This commit is contained in:
parent
0a330643fb
commit
c8179a3a62
6 changed files with 501 additions and 43 deletions
|
@ -3568,6 +3568,11 @@
|
|||
"0": {
|
||||
"explanation": "{title()} has closed down permanently"
|
||||
}
|
||||
},
|
||||
"nonDeleteMappings": {
|
||||
"0": {
|
||||
"then": "This is actually a pub"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A layer showing restaurants and fast-food amenities (with a special rendering for friteries)",
|
||||
|
@ -5111,39 +5116,6 @@
|
|||
"render": "Recycling facility"
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"description": "Layer showing shelter structures",
|
||||
"name": "Shelter",
|
||||
"tagRenderings": {
|
||||
"shelter-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a shelter at a public transport stop."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a shelter protecting from rain at a picnic site."
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a gazebo."
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads."
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a shed with 3 walls, primarily intended for camping."
|
||||
},
|
||||
"5": {
|
||||
"then": "This is a pavilion"
|
||||
}
|
||||
},
|
||||
"question": "What kind of shelter is this?",
|
||||
"render": "Shelter type: {shelter_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Shelter"
|
||||
}
|
||||
},
|
||||
"school": {
|
||||
"name": "Primary and secondary schools",
|
||||
"presets": {
|
||||
|
@ -5265,6 +5237,39 @@
|
|||
"render": "School <i>{name}</i>"
|
||||
}
|
||||
},
|
||||
"shelter": {
|
||||
"description": "Layer showing shelter structures",
|
||||
"name": "Shelter",
|
||||
"tagRenderings": {
|
||||
"shelter-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This is a shelter at a public transport stop."
|
||||
},
|
||||
"1": {
|
||||
"then": "This is a shelter protecting from rain at a picnic site."
|
||||
},
|
||||
"2": {
|
||||
"then": "This is a gazebo."
|
||||
},
|
||||
"3": {
|
||||
"then": "This is a small shelter, primarily intended for short breaks. Usually found in the mountains or alongside roads."
|
||||
},
|
||||
"4": {
|
||||
"then": "This is a shed with 3 walls, primarily intended for camping."
|
||||
},
|
||||
"5": {
|
||||
"then": "This is a pavilion"
|
||||
}
|
||||
},
|
||||
"question": "What kind of shelter is this?",
|
||||
"render": "Shelter type: {shelter_type}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Shelter"
|
||||
}
|
||||
},
|
||||
"shops": {
|
||||
"deletion": {
|
||||
"extraDeleteReasons": {
|
||||
|
@ -5312,11 +5317,13 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"override": {
|
||||
"question": "What kind of shop is this?"
|
||||
}
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "What is the name of this shop?"
|
||||
},
|
||||
"shops-type-from-id": {
|
||||
"question": "What kind of shop is this?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
@ -6005,6 +6012,35 @@
|
|||
}
|
||||
},
|
||||
"name": "Bus lines",
|
||||
"tagRenderings": {
|
||||
"colour": {
|
||||
"question": "What is the colour for this bus line?",
|
||||
"render": "This bus line has the color {colour}"
|
||||
},
|
||||
"from": {
|
||||
"question": "What is the starting point for this bus line?",
|
||||
"render": "This bus line begins at {from}"
|
||||
},
|
||||
"name": {
|
||||
"question": "What is the name for this bus line? (i.e. Bus XX: From => Via => To)"
|
||||
},
|
||||
"network": {
|
||||
"question": "What network does this bus line belong to?",
|
||||
"render": "This bus line is part of the {network} network"
|
||||
},
|
||||
"operator": {
|
||||
"question": "What company operates this bus line?",
|
||||
"render": "This bus line is operated by {operator}"
|
||||
},
|
||||
"to": {
|
||||
"question": "What is the ending point for this bus line?",
|
||||
"render": "This bus line ends at {to}"
|
||||
},
|
||||
"via": {
|
||||
"question": "What is the via point for this bus line?",
|
||||
"render": "This bus line goes via {via}"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
|
|
@ -1756,6 +1756,218 @@
|
|||
"render": "Microbiblioteca"
|
||||
}
|
||||
},
|
||||
"recycling": {
|
||||
"description": "Un livello con i contenitori e centri per la raccolta rifiuti riciclabili",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Aperto ora"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Tutti i tipi di rifiuti"
|
||||
},
|
||||
"1": {
|
||||
"question": "Riciclo di batterie"
|
||||
},
|
||||
"2": {
|
||||
"question": "Riciclo di confezioni per bevande"
|
||||
},
|
||||
"3": {
|
||||
"question": "Riciclo di lattine"
|
||||
},
|
||||
"4": {
|
||||
"question": "Riciclo di abiti"
|
||||
},
|
||||
"5": {
|
||||
"question": "Riciclo di olio da cucina"
|
||||
},
|
||||
"6": {
|
||||
"question": "Riciclo di olio da motore"
|
||||
},
|
||||
"7": {
|
||||
"question": "Riciclo di umido"
|
||||
},
|
||||
"8": {
|
||||
"question": "Riciclo di bottiglie di vetro"
|
||||
},
|
||||
"9": {
|
||||
"question": "Riciclo di vetro"
|
||||
},
|
||||
"10": {
|
||||
"question": "Riciclo di giornali"
|
||||
},
|
||||
"11": {
|
||||
"question": "Riciclo di carta"
|
||||
},
|
||||
"12": {
|
||||
"question": "Riciclo di bottiglie di plastica"
|
||||
},
|
||||
"13": {
|
||||
"question": "Riciclo di confezioni di plastica"
|
||||
},
|
||||
"14": {
|
||||
"question": "Riciclo di plastica"
|
||||
},
|
||||
"15": {
|
||||
"question": "Riciclo di rottami metallici"
|
||||
},
|
||||
"16": {
|
||||
"question": "Riciclo di piccoli elettrodomestici"
|
||||
},
|
||||
"17": {
|
||||
"question": "Riciclo di secco"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Riciclo",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un contenitore per il riciclo"
|
||||
},
|
||||
"1": {
|
||||
"title": "un centro di riciclo"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"container-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "E' un contenitore sotterraneo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo contenitore è al chiuso"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questo contenitore è all'aperto"
|
||||
}
|
||||
},
|
||||
"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}"
|
||||
},
|
||||
"recycling-accepts": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Batterie"
|
||||
},
|
||||
"1": {
|
||||
"then": "Cartoni per bevande"
|
||||
},
|
||||
"2": {
|
||||
"then": "Lattine"
|
||||
},
|
||||
"3": {
|
||||
"then": "Abiti"
|
||||
},
|
||||
"4": {
|
||||
"then": "Olio da cucina"
|
||||
},
|
||||
"5": {
|
||||
"then": "Olio di motore"
|
||||
},
|
||||
"6": {
|
||||
"then": "Verde"
|
||||
},
|
||||
"7": {
|
||||
"then": "Umido"
|
||||
},
|
||||
"8": {
|
||||
"then": "Bottiglie di vetro"
|
||||
},
|
||||
"9": {
|
||||
"then": "Vetro"
|
||||
},
|
||||
"10": {
|
||||
"then": "Giornali"
|
||||
},
|
||||
"11": {
|
||||
"then": "Carta"
|
||||
},
|
||||
"12": {
|
||||
"then": "Bottiglie di platica"
|
||||
},
|
||||
"13": {
|
||||
"then": "Confezioni di plastica"
|
||||
},
|
||||
"14": {
|
||||
"then": "Plastica"
|
||||
},
|
||||
"15": {
|
||||
"then": "Rottami metallici"
|
||||
},
|
||||
"16": {
|
||||
"then": "Scarpe"
|
||||
},
|
||||
"17": {
|
||||
"then": "Piccoli elettrodomestici"
|
||||
},
|
||||
"18": {
|
||||
"then": "Piccoli elettrodomestici"
|
||||
},
|
||||
"19": {
|
||||
"then": "Aghi e oggetti appuntiti"
|
||||
},
|
||||
"20": {
|
||||
"then": "Secco"
|
||||
}
|
||||
},
|
||||
"question": "Cosa si può riciclare qui?"
|
||||
},
|
||||
"recycling-centre-name": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo centro raccolta e riciclo rifiuti non ha un nome specifico"
|
||||
}
|
||||
},
|
||||
"question": "Come si chiama questo centro raccolta e riciclo rifiuti?",
|
||||
"render": "Questo centro raccolta e riciclo rifiuti si chiama <b>{name}</b>"
|
||||
},
|
||||
"recycling-type": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo è un contenitore per il riciclo di rifiuti"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo è un centro per la raccola e riciclo di rifiuti"
|
||||
},
|
||||
"2": {
|
||||
"then": "Contenitore per lo smaltimento del secco"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di raccolta è questo?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Centro di riciclo rifiuti"
|
||||
},
|
||||
"1": {
|
||||
"then": "Centro di riciclo rifiuti"
|
||||
},
|
||||
"2": {
|
||||
"then": "Contenitore per il riciclo"
|
||||
}
|
||||
},
|
||||
"render": "Impianti di riciclo"
|
||||
}
|
||||
},
|
||||
"slow_roads": {
|
||||
"tagRenderings": {
|
||||
"slow_roads-surface": {
|
||||
|
@ -2259,6 +2471,158 @@
|
|||
"render": "Punto panoramico"
|
||||
}
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "Questo è un cestino dei rifiuti pubblico, un bidone della spazzatura, dove puoi buttare via la tua spazzatura",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Tutti i tipi"
|
||||
},
|
||||
"1": {
|
||||
"question": "Cestino per sigarette"
|
||||
},
|
||||
"2": {
|
||||
"question": "Cestino per medicinali"
|
||||
},
|
||||
"3": {
|
||||
"question": "Cestino per escrementi dei cani"
|
||||
},
|
||||
"4": {
|
||||
"question": "Cestino per la spazzatura"
|
||||
},
|
||||
"5": {
|
||||
"question": "Cestino dei rifiuti per oggetti taglienti"
|
||||
},
|
||||
"6": {
|
||||
"question": "Cestino per la plastica"
|
||||
}
|
||||
}
|
||||
},
|
||||
"1": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Cestino per rifiuti con dispenser per sacchetti per escrementi dei cani"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"mapRendering": {
|
||||
"0": {
|
||||
"iconSize": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Cestino dei rifiuti"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Cestino dei rifiuti",
|
||||
"presets": {
|
||||
"0": {
|
||||
"title": "un cestino dei rifiuti"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"dispensing_dog_bags": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo cestino ha un distributore di sacchetti per escrementi dei cani"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo cestino <b>non</b> ha un distributore di sacchetti per escrementi dei cani"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questo cestino <b>non</b> ha un distributore di sacchetti per escrementi dei cani"
|
||||
}
|
||||
},
|
||||
"question": "Questo cestino ha un distributore di sacchetti per escrementi dei cani?"
|
||||
},
|
||||
"waste-basket-waste-types": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Un cestino rifiuti per uso generico"
|
||||
},
|
||||
"1": {
|
||||
"then": "Un cestino rifiuti per uso generico"
|
||||
},
|
||||
"2": {
|
||||
"then": "Un cestino rifiuti per escrementi di cani"
|
||||
},
|
||||
"3": {
|
||||
"then": "Un cestino rifiuti per sigarette"
|
||||
},
|
||||
"4": {
|
||||
"then": "Un cestino rifiuti per medicinali"
|
||||
},
|
||||
"5": {
|
||||
"then": "Un cestino rifiuti per aghi e altri oggetti appuntiti"
|
||||
},
|
||||
"6": {
|
||||
"then": "Un cestino rifiuti per la plastica"
|
||||
}
|
||||
},
|
||||
"question": "Che tipo di cestino dei rifiuti è questo?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Cestino dei rifiuti"
|
||||
}
|
||||
},
|
||||
"waste_disposal": {
|
||||
"description": "Cestino per lo smaltimento dei rifiuti, contenitore di dimensioni medio grandi per lo smaltimento dei rifiuti (domestici)",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
"0": {
|
||||
"question": "Solo accesso pubblico"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"name": "Contenitori per la raccolta differenziata",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Cestino di dimensioni medio-grandi per lo smaltimento dei rifiuti (domestici)",
|
||||
"title": "un raccoglitore per lo smaltimento rifiuti"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"access": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo cestino può essere usato da chiunque"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo cestino è privato"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questo cestino è solo per residenti"
|
||||
}
|
||||
},
|
||||
"question": "Chi può utilizzare questo cestino per lo smaltimento dei rifiuti?",
|
||||
"render": "Accesso: {access}"
|
||||
},
|
||||
"disposal-location": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Questo è un contenitore sotterraneo"
|
||||
},
|
||||
"1": {
|
||||
"then": "Questo contenitore è al chiuso"
|
||||
},
|
||||
"2": {
|
||||
"then": "Questo contenitore è all'aperto"
|
||||
}
|
||||
},
|
||||
"question": "Dove si trova questo contenitore?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Smaltimento rifiuti"
|
||||
}
|
||||
},
|
||||
"windturbine": {
|
||||
"name": "pala eolica",
|
||||
"presets": {
|
||||
|
|
|
@ -5183,11 +5183,13 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"2": {
|
||||
"override": {
|
||||
"question": "Wat voor soort winkel is dit?"
|
||||
}
|
||||
},
|
||||
"shops-name": {
|
||||
"question": "Wat is de naam van deze winkel?"
|
||||
},
|
||||
"shops-type-from-id": {
|
||||
"question": "Wat voor soort winkel is dit?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
|
|
|
@ -954,8 +954,8 @@
|
|||
"title": "Open Toilet Map"
|
||||
},
|
||||
"transit": {
|
||||
"description": "Transit",
|
||||
"title": "Transit"
|
||||
"description": "Plan your trip with the help of the public transport system.",
|
||||
"title": "Bus routes"
|
||||
},
|
||||
"trees": {
|
||||
"description": "Map all the trees!",
|
||||
|
|
|
@ -577,6 +577,10 @@
|
|||
"shortDescription": "Mappa tutti gli alberi",
|
||||
"title": "Alberi"
|
||||
},
|
||||
"waste": {
|
||||
"description": "Mappa dei cestini per i rifiuti e i centri di raccolta e riciclo rifiuti.",
|
||||
"title": "Rifiuti"
|
||||
},
|
||||
"waste_basket": {
|
||||
"description": "In questa cartina troverai i cestini dei rifiuti nei tuoi paraggi. Se manca un cestino, puoi inserirlo tu stesso",
|
||||
"shortDescription": "Una cartina dei cestini dei rifiuti",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue