chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2024-11-07 11:19:15 +01:00
parent a2dd79c4ec
commit 7b792af261
101 changed files with 2196 additions and 22043 deletions

View file

@ -2866,17 +2866,6 @@
},
"question": "Má tento přechod uprostřed ostrůvek?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "Toto je zebra přechod"
},
"1": {
"then": "Tohle není zebra přechod"
}
},
"question": "Jedná se o zebra přechod?"
},
"crossing-minimap": {
"mappings": {
"0": {

View file

@ -3410,17 +3410,6 @@
},
"question": "Gibt es an diesem Übergang eine Verkehrsinsel?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "Dies ist ein Zebrastreifen"
},
"1": {
"then": "Dies ist kein Zebrastreifen"
}
},
"question": "Ist das ein Zebrastreifen?"
},
"crossing-minimap": {
"mappings": {
"0": {

View file

@ -1492,6 +1492,17 @@
}
},
"tagRenderings": {
"automated": {
"mappings": {
"0": {
"then": "This is a manual bike washing station"
},
"1": {
"then": "This is an automated bike wash"
}
},
"question": "Is this bicycle cleaning service automated?"
},
"bike_cleaning-charge": {
"mappings": {
"0": {
@ -1515,6 +1526,17 @@
},
"question": "How much does it cost to use the cleaning service?",
"render": "Using the cleaning service costs {service:bicycle:cleaning:charge}"
},
"self_service": {
"mappings": {
"0": {
"then": "This cleaning service is self-service"
},
"1": {
"then": "This cleaning service is operated by an employee"
}
},
"question": "Is this cleaning service self-service?"
}
},
"title": {
@ -3208,6 +3230,10 @@
"1": {
"description": "A publicly visible clock mounted on a wall",
"title": "a wall-mounted clock"
},
"2": {
"description": "A publicly visible clock mounted directly on a wall",
"title": "a wall-mounted clock, mounted directly on a wall"
}
},
"tagRenderings": {
@ -3288,6 +3314,19 @@
},
"question": "Does this clock also display the humidity?"
},
"indoor": {
"override": {
"mappings": {
"0": {
"then": "This clock is indoors"
},
"1": {
"then": "This clock is outdoors"
}
},
"question": "Is this clock indoors?"
}
},
"support": {
"mappings": {
"0": {
@ -3413,17 +3452,6 @@
},
"question": "Does this crossing have an island in the middle?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "This is a zebra crossing"
},
"1": {
"then": "This is not a zebra crossing"
}
},
"question": "Is this is a zebra crossing?"
},
"crossing-minimap": {
"mappings": {
"0": {
@ -3507,6 +3535,57 @@
}
},
"question": "Does this traffic light have vibration signals to aid crossing? (usually located at the bottom of the crossing button)"
},
"markings": {
"mappings": {
"0": {
"then": "This crossing has no markings"
},
"1": {
"then": "This crossing has zebra markings"
},
"10": {
"then": "This crossing has zebra markings in alternating colours"
},
"11": {
"then": "This crossing has double zebra markings"
},
"12": {
"then": "This crossing has pictograms on the road"
},
"13": {
"then": "This crossing has lines on either side of the crossing, along with bars connecting them, with an interruption in every bar"
},
"14": {
"then": "This crossing has double lines on either side of the crossing"
},
"2": {
"then": "This crossing has markings of an unknown type"
},
"3": {
"then": "This crossings has lines on either side of the crossing"
},
"4": {
"then": "This crossing has lines on either side of the crossing, along with bars connecting them"
},
"5": {
"then": "This crossing has dashed lines on either sides of the crossing"
},
"6": {
"then": "This crossing has dotted lines on either sides of the crossing"
},
"7": {
"then": "This crossing is marked by using a different coloured surface"
},
"8": {
"then": "This crossing has lines on either side of the crossing, along with angled bars connecting them"
},
"9": {
"then": "This crossing has zebra markings with an interruption in every bar"
}
},
"question": "What kind of markings does this crossing have?",
"render": "This crossing has {crossing:markings} markings"
}
},
"title": {
@ -3922,6 +4001,57 @@
"render": "Way"
}
},
"cyclist_waiting_aid": {
"description": "Various pieces of infrastructure that aid cyclists while they wait at a traffic light.",
"name": "Cyclist Waiting Aids",
"presets": {
"0": {
"description": "A footrest, handrail or other aid, to improve comfort while waiting at traffic lights",
"title": "a cyclist waiting aid"
}
},
"tagRenderings": {
"direction": {
"mappings": {
"0": {
"then": "This waiting aid can be used when going forward on this way"
},
"1": {
"then": "This waiting aid can be used when going backward on this way"
}
},
"render": "This waiting aid can be used when going in {direction} direction"
},
"side": {
"mappings": {
"0": {
"then": "This waiting aid is located on the left side"
},
"1": {
"then": "This waiting aid is located on the right side"
},
"2": {
"then": "There are waiting aids on both sides of the road"
}
},
"question": "On what side of the road is this located?"
},
"type": {
"mappings": {
"0": {
"then": "There is a board or peg to rest your foot on here"
},
"1": {
"then": "There is a rail or a handle to hold on to here"
}
},
"question": "What kind of components does this waiting aid have?"
}
},
"title": {
"render": "Cyclist Waiting Aid"
}
},
"defibrillator": {
"description": "A layer showing defibrillators which can be used in case of emergency. This contains public defibrillators, but also defibrillators which might need staff to fetch the actual device",
"name": "Defibrillators",
@ -7905,6 +8035,15 @@
"presets": {
"0": {
"title": "a postbox"
},
"1": {
"title": "a postbox on a wall"
}
},
"tagRenderings": {
"operator": {
"question": "Who operates this postbox?",
"render": "This postbox is operated by <b>{operator}</b>"
}
},
"title": {
@ -8400,6 +8539,17 @@
},
"question": "Does this shop have a gluten free offering?"
},
"indoor": {
"mappings": {
"0": {
"then": "This object is located indoors"
},
"1": {
"then": "This object is located outdoors"
}
},
"question": "Is this object located indoors?"
},
"induction-loop": {
"mappings": {
"0": {
@ -10490,6 +10640,133 @@
"render": "Surveillance Camera"
}
},
"tactile_map": {
"description": "Layer showing tactile maps, which can be used by visually impaired people to navigate the city.",
"name": "Tactile Maps",
"presets": {
"0": {
"description": "A tactile map that can be read using touch. Unlike a tactile model, this is relatively flat and does not feature three-dimensional buildings and such.",
"title": "a tactile map"
}
},
"tagRenderings": {
"braille": {
"mappings": {
"0": {
"then": "This tactile map has braille text."
},
"1": {
"then": "This tactile map does not have braille text."
}
},
"question": "Is there braille text on this tactile map?"
},
"braille_languages": {
"render": {
"special": {
"question": "In which languages is the braille text on this tactile map?",
"render_list_item": "This map has braille text in {language}",
"render_single_language": "This map has braille text in {language}"
}
}
},
"description": {
"freeform": {
"placeholder": "e.g. Tactile map of the city center"
},
"question": "What does this tactile map show?",
"render": "Description: {blind:description:en}."
},
"embossed_letters": {
"mappings": {
"0": {
"then": "This tactile map has embossed letters."
},
"1": {
"then": "This tactile map does not have embossed letters."
}
},
"question": "Are there embossed letters on this tactile map?"
},
"embossed_letters_languages": {
"render": {
"special": {
"question": "In which languages are the embossed letters on this tactile map?",
"render_list_item": "This map has embossed letters in {language}",
"render_single_language": "This map has embossed letters in {language}"
}
}
}
},
"title": "Tactile Map"
},
"tactile_model": {
"description": "Layer showing tactile models, three-dimensional models of the surrounding area.",
"name": "Tactile Models",
"presets": {
"0": {
"description": "A tactile model is a three-dimensional model of an area, allowing people to explore/see an area by touch.",
"title": "a tactile model"
}
},
"tagRenderings": {
"braille": {
"mappings": {
"0": {
"then": "There is a braille description."
},
"1": {
"then": "There is no braille description."
}
},
"question": "Is there a braille description?"
},
"braille_languages": {
"render": {
"special": {
"question": "In which languages is there a braille description?",
"render_list_item": "This model has a braille description in {language()}",
"render_single_language": "This model has a braille description in {language}"
}
}
},
"description": {
"freeform": {
"placeholder": "e.g. Tactile model of the city center"
},
"question": "What does this tactile model show?",
"render": "Description: {blind:description:en}."
},
"embossed_letters": {
"mappings": {
"0": {
"then": "There are embossed letters describing the model."
},
"1": {
"then": "There are no embossed letters describing the model."
}
},
"question": "Are there embossed letters describing the model?"
},
"embossed_letters_languages": {
"render": {
"special": {
"question": "In which languages are there embossed letters?",
"render_list_item": "This model has embossed letters in {language()}",
"render_single_language": "This model has embossed letters in {language}"
}
}
},
"scale": {
"freeform": {
"placeholder": "e.g. 1:1000"
},
"question": "What scale is the model?",
"render": "The scale of this model is {scale}."
}
},
"title": "Tactile Model"
},
"tertiary_education": {
"name": "Colleges and universities",
"presets": {

View file

@ -3301,6 +3301,9 @@
},
"3": {
"then": "Este reloj está en el suelo"
},
"4": {
"then": "Este reloj está en el suelo"
}
},
"question": "¿De qué manera está montado el reloj?"
@ -3410,17 +3413,6 @@
},
"question": "¿Este cruce tiene una isla en el medio?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "Este es un paso de peatones"
},
"1": {
"then": "Este no es un paso de peatones"
}
},
"question": "¿Es este un paso de peatones?"
},
"crossing-minimap": {
"mappings": {
"0": {
@ -12502,4 +12494,4 @@
"render": "aerogenerador"
}
}
}
}

View file

@ -2364,17 +2364,6 @@
},
"question": "Est-ce que ce passage a un refuge au milieu ?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "C'est un passage piéton"
},
"1": {
"then": "Ce n'est pas un passage piéton"
}
},
"question": "Est-ce un passage piéton ?"
},
"crossing-right-turn-through-red": {
"mappings": {
"0": {

View file

@ -994,6 +994,17 @@
}
},
"tagRenderings": {
"automated": {
"mappings": {
"0": {
"then": "Dit is een handmatig fietsschoonmaakpunt"
},
"1": {
"then": "Dit is een automatisch fietsschoonmaakpunt"
}
},
"question": "Is dit fietsschoonmaakpunt geautomatiseerd?"
},
"bike_cleaning-charge": {
"mappings": {
"0": {
@ -1017,6 +1028,17 @@
},
"question": "Hoeveel kost het gebruik van het fietsschoonmaakpunt?",
"render": "Het gebruik van het fietsschoonmaakpunt kost {service:bicycle:cleaning:charge}"
},
"self_service": {
"mappings": {
"0": {
"then": "Dit fietsschoonmaakpunt is zelfbediening"
},
"1": {
"then": "Dit fietsschoonmaakpunt wordt bediend door aanwezig personeel"
}
},
"question": "Is dit fietsschoonmaakpunt zelfbediening?"
}
},
"title": {
@ -2662,6 +2684,10 @@
"1": {
"description": "Een publiekelijk zichtbare klok aan een muur",
"title": "een klok aan een muur"
},
"2": {
"description": "Een publiekelijk zichtbare klok rechtstreeks bevestigd aan een muur",
"title": "een klok aan een muur, rechtstreeks bevestigd aan een muur"
}
},
"tagRenderings": {
@ -2742,6 +2768,19 @@
},
"question": "Toont deze klok ook de luchtvochtigheid?"
},
"indoor": {
"override": {
"mappings": {
"0": {
"then": "Deze klok is binnen"
},
"1": {
"then": "Deze klok is buiten"
}
},
"question": "Is deze klok binnen?"
}
},
"support": {
"mappings": {
"0": {
@ -2856,17 +2895,6 @@
},
"question": "Heeft deze oversteekplaats een verkeerseiland in het midden?"
},
"crossing-is-zebra": {
"mappings": {
"0": {
"then": "Dit is een zebrapad"
},
"1": {
"then": "Dit is geen zebrapad"
}
},
"question": "Is dit een zebrapad?"
},
"crossing-minimap": {
"mappings": {
"0": {
@ -2949,6 +2977,57 @@
}
},
"question": "Heeft dit verkeerslicht een element dat trilt om te helpen bij het oversteken? (meestal onderaan de oversteekknop geplaatst)"
},
"markings": {
"mappings": {
"0": {
"then": "Deze oversteekplaats heeft geen markeringen"
},
"1": {
"then": "Deze oversteekplaats heeft een zebramarkering"
},
"10": {
"then": "Deze oversteekplaats heeft een zebramarkering in afwisselende kleuren"
},
"11": {
"then": "Deze oversteekplaats heeft een dubbele zebramarkering"
},
"12": {
"then": "Deze oversteekplaats heeft pictogrammen op de weg"
},
"13": {
"then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden, met een onderbreking van elke streep"
},
"14": {
"then": "Deze oversteekplaats heeft dubbele lijnen aan beide kanten van de oversteekplaats"
},
"2": {
"then": "Deze oversteekplaats heeft markeringen van een onbekend type"
},
"3": {
"then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats"
},
"4": {
"then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met strepen die ze verbinden"
},
"5": {
"then": "Deze oversteekplaats heeft onderbroken lijnen aan beide kanten van de oversteekplaats"
},
"6": {
"then": "Deze oversteekplaats heeft stippellijnen aan beide kanten van de oversteekplaats"
},
"7": {
"then": "Deze oversteekplaats is gemarkeerd door een anders gekleurd wegdek"
},
"8": {
"then": "Deze oversteekplaats heeft lijnen aan beide kanten van de oversteekplaats, met schuine strepen die ze verbinden"
},
"9": {
"then": "Deze oversteekplaats heeft zebramarkeringen met een onderbreking van elke streep"
}
},
"question": "Wat voor markering heeft deze oversteekplaats?",
"render": "Deze oversteekplaats heeft {crossing:markings} markeringen"
}
},
"title": {
@ -6305,6 +6384,9 @@
"presets": {
"0": {
"title": "een brievenbus"
},
"1": {
"title": "een brievenbus tegen een muur"
}
},
"title": {
@ -6692,6 +6774,17 @@
"editButtonAriaLabel": "Pas emailadres aan",
"question": "Wat is het e-mailadres van {title()}?"
},
"indoor": {
"mappings": {
"0": {
"then": "Dit object bevindt zich binnen"
},
"1": {
"then": "Dit object bevindt zich buiten"
}
},
"question": "Bevindt dit object zich binnen?"
},
"induction-loop": {
"mappings": {
"0": {

View file

@ -1398,13 +1398,6 @@
"render": "Zegar"
}
},
"crossings": {
"tagRenderings": {
"crossing-is-zebra": {
"question": "Czy to jest przejście dla pieszych typu \"zebra\"?"
}
}
},
"cycle_highways": {
"name": "ścieżki rowerowe",
"title": {