Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-22 15:29:10 +02:00
parent 10920f1ceb
commit b05caa8fbd
28 changed files with 1703 additions and 159 deletions

View file

@ -1276,8 +1276,8 @@
"title": "ein Café"
},
"3": {
"title": "einen Club oder eine Diskothek",
"description": "Ein <b>Club</b> oder eine Diskothek mit Fokus auf Tanzen, Musik von einem DJ mit begleitender Lichtshow und einer Bar, an der man (alkoholische) Getränke bekommt"
"description": "Ein <b>Club</b> oder eine Diskothek mit Fokus auf Tanzen, Musik von einem DJ mit begleitender Lichtshow und einer Bar, an der man (alkoholische) Getränke bekommt",
"title": "einen Club oder eine Diskothek"
}
},
"tagRenderings": {
@ -3730,6 +3730,17 @@
},
"question": "Werden hier vegetarische Gerichte angeboten?"
},
"delivery": {
"mappings": {
"0": {
"then": "Dieses Unternehmen liefert nach Hause (eventuell über eine dritte Partei)"
},
"1": {
"then": "Dieses Unternehmen liefert nicht nach Hause"
}
},
"question": "Liefert {title()} ihr Essen nach Hause?"
},
"friture-oil": {
"mappings": {
"0": {
@ -3799,17 +3810,6 @@
}
},
"question": "Werden hier halal Gerichte angeboten?"
},
"delivery": {
"mappings": {
"1": {
"then": "Dieses Unternehmen liefert nicht nach Hause"
},
"0": {
"then": "Dieses Unternehmen liefert nach Hause (eventuell über eine dritte Partei)"
}
},
"question": "Liefert {title()} ihr Essen nach Hause?"
}
},
"title": {
@ -4415,6 +4415,13 @@
}
},
"playground": {
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "Dies ist ein Schulhof - ein (Außen-)Bereich, auf dem die Schüler einer Schule in den Pausen spielen können und der nicht öffentlich zugänglich ist"
}
}
},
"description": "Spielplätze",
"name": "Spielplätze",
"presets": {
@ -4540,13 +4547,6 @@
}
},
"render": "Spielplatz"
},
"deletion": {
"nonDeleteMappings": {
"0": {
"then": "Dies ist ein Schulhof - ein (Außen-)Bereich, auf dem die Schüler einer Schule in den Pausen spielen können und der nicht öffentlich zugänglich ist"
}
}
}
},
"public_bookcase": {
@ -5990,4 +5990,4 @@
}
}
}
}
}

View file

@ -4021,6 +4021,49 @@
"render": "Information board"
}
},
"kindergarten_childcare": {
"name": "Kindergartens and childcare",
"presets": {
"0": {
"title": "a kindergarten"
},
"1": {
"title": "a childcare"
}
},
"tagRenderings": {
"5": {
"override": {
"question": "When is this childcare opened?"
}
},
"capacity": {
"question": "How much kids (at most) can be enrolled here?",
"render": "This facility has room for {capacity} kids"
},
"childcare-type": {
"mappings": {
"0": {
"then": "This is a kindergarten (also known as <i>preschool</i>) where small kids receive early education."
},
"1": {
"then": "This is a childcare facility, such as a nursery or daycare where small kids are looked after. They do not offer an education and are ofter run as private businesses"
}
},
"question": "What type of facility is this?"
}
},
"title": {
"mappings": {
"0": {
"then": "Kindergarten {name}"
},
"1": {
"then": "Childcare {name}"
}
}
}
},
"map": {
"description": "A map, meant for tourists which is permanently installed in the public space",
"name": "Maps",
@ -4872,6 +4915,111 @@
"render": "Recycling facility"
}
},
"school": {
"name": "Primary and secondary schools",
"presets": {
"0": {
"title": "a primary or secondary school"
}
},
"tagRenderings": {
"capacity": {
"render": "This school can enroll at most {capacity} students"
},
"education-level-belgium": {
"mappings": {
"0": {
"then": "This is a school with a kindergarten section where young kids receive some education which prepares reading and writing."
},
"1": {
"then": "This is a school where one learns primary skills such as basic literacy and numerical skills. <div class='subtle'>Pupils typically enroll from 6 years old till 12 years old</div>"
},
"2": {
"then": "This is a secondary school which offers all grades"
},
"3": {
"then": "This is a secondary school which does <b>not</b> have all grades, but offers <b>first and second</b> grade"
},
"4": {
"then": "This is a secondary school which does <b>not</b> have all grades, but offers <b>third and fourth</b> grade"
},
"5": {
"then": "This is a secondary school which does <b>not</b> have all grades, but offers <b>fifth and sixth</b> grade"
},
"6": {
"then": "This schools offers post-secondary education (e.g. a seventh or eight specialisation year)"
}
},
"question": "What level of education is given on this school?"
},
"gender": {
"mappings": {
"0": {
"then": "Both boys and girls can enroll here and have classes together"
},
"1": {
"then": "Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)"
},
"2": {
"then": "This is a boys only-school"
},
"3": {
"then": "This is a girls-only school"
}
},
"question": "Which genders can enroll at this school?"
},
"language": {
"mappings": {
"0": {
"then": "The main language of this school is unknown"
}
},
"question": "What is the main language of this school?<div class='subtle'>What language is spoken with the students in non-language related courses and with the administration?</div>",
"render": "{school:language} is the main language of {title()}"
},
"school-name": {
"question": "What is the name of this school?",
"render": "This school is named {name}"
},
"target-audience": {
"mappings": {
"0": {
"then": "This is a school where students study skills at their age-adequate level. <div>There are little or no special facilities to cater for students with special needs or facilities are ad-hoc</div>"
},
"1": {
"then": "This is a school where students study skills at their age-adequate level."
},
"2": {
"then": "This is a school where adults are taught skills on the level as specified."
},
"3": {
"then": "This is a school with facilities for students on the autism specturm"
},
"4": {
"then": "This is a school with facilities for students with learning disabilities"
},
"5": {
"then": "This is a school with facilities for blind students or students with sight impairments"
},
"6": {
"then": "This is a school with facilities for deaf students or students with hearing impairments"
},
"7": {
"then": "This is a school with facilities for students with disabilities"
},
"8": {
"then": "This is a school with facilities for students with special needs"
}
},
"question": "What is the target audience for this school?",
"render": "This is a school for {school:for}"
}
},
"title": {
"render": "School <i>{name}</i>"
}
},
"shops": {
"deletion": {
"extraDeleteReasons": {
@ -5392,6 +5540,55 @@
"render": "Surveillance Camera"
}
},
"tertiary_education": {
"name": "Colleges and universities",
"presets": {
"0": {
"description": "An institute where tertiary education is given (at the level equivalent of a bachelors degree or higher). A single point per campus is enough - buildings and faculties should not be mapped with different university points.",
"title": "a university"
}
},
"tagRenderings": {
"institution-kind": {
"mappings": {
"0": {
"then": "This is an institution of post-secondary, non-tertiary education. One has to have completed secondary education to enroll here, but no bachelor (or higher) degrees are awarded here"
},
"1": {
"then": "This is a university, an institution of tertiary education where bachelor degrees or higher are awarded."
}
},
"question": "What kind of institution is this?"
},
"isced": {
"mappings": {
"0": {
"then": "Bachelor degrees are awarded here"
},
"1": {
"then": "Master degrees are awarded here"
},
"2": {
"then": "Doctorate degrees are awarded here"
}
},
"question": "What level of education is given here?"
}
},
"title": {
"mappings": {
"1": {
"then": "College"
},
"2": {
"then": "University"
},
"3": {
"then": "School providing tertiary education"
}
}
}
},
"toilet": {
"description": "A layer showing (public) toilets",
"filter": {

View file

@ -486,14 +486,14 @@
"4": {
"then": "Aquí se pueden alquilar bicis infantiles"
},
"5": {
"then": "Aquí se pueden alquilar tándems"
},
"6": {
"then": "Aquí se pueden alquilar bicicletas de carreras"
},
"7": {
"then": "Aquí se pueden alquilar cascos"
},
"5": {
"then": "Aquí se pueden alquilar tándems"
}
},
"question": "¿Qué tipo de bicicletas y accesorios se alquilan aquí?",
@ -513,11 +513,11 @@
"3": {
"then": "Esta es una estación automática, en la que una bici se asegura mecánicamente a una estructura"
},
"5": {
"then": "Este es un punto de entrega, ej. un aparcamiento reservado para colocar las bicicletas, claramente marcado como solo para el servicio de alquiler"
},
"4": {
"then": "Una máquina que dispensa y acepta llaves, eventualmente después de la autenticación y/o el pago está presente. Las bicicletas están aparcadas cerca"
},
"5": {
"then": "Este es un punto de entrega, ej. un aparcamiento reservado para colocar las bicicletas, claramente marcado como solo para el servicio de alquiler"
}
},
"question": "¿Qué tipo de alquiler de bicicletas es este?"
@ -3927,4 +3927,4 @@
}
}
}
}
}

View file

@ -4722,6 +4722,35 @@
"render": "Recyclingfaciliteit"
}
},
"school": {
"tagRenderings": {
"education-level-belgium": {
"mappings": {
"0": {
"then": "Dit is een school die ook een kleuterschool bevat"
},
"1": {
"then": "Dit is een lagere school"
},
"2": {
"then": "Dit is een middelbare school die alle schooljaren aanbiedt (dus van het eerste tot en met het zesde middelbaar)"
},
"3": {
"then": "Dit is een middenlbare school die <b>niet</b> alle schooljaren aanbiedt, maar wel <b>het eerste en tweede middelbaar</b>"
},
"4": {
"then": "Dit is een middenlbare school die <b>niet</b> alle schooljaren aanbiedt, maar wel <b>het derde en vierde middelbaar</b>"
},
"5": {
"then": "Dit is een middenlbare school die <b>niet</b> alle schooljaren aanbiedt, maar wel <b>het vijfde en zesde middelbaar</b>"
},
"6": {
"then": "Deze school biedt post-secundair onderwijs (bijvoorbeeld <b>specialisatiejaren</b>)"
}
}
}
}
},
"shops": {
"deletion": {
"extraDeleteReasons": {
@ -5283,6 +5312,15 @@
"render": "Bewakingscamera"
}
},
"tertiary_education": {
"title": {
"mappings": {
"1": {
"then": "Hogeschool"
}
}
}
},
"toilet": {
"description": "Een laag die publieke toiletten toont",
"filter": {