forked from MapComplete/MapComplete
Added icons to mappings
This commit is contained in:
parent
3436894249
commit
8eab5bfdd2
9 changed files with 83 additions and 29 deletions
|
@ -5046,6 +5046,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "Die Hauptsprache dieser Schule ist unbekannt"
|
||||
},
|
||||
"4": {
|
||||
"then": "Die Hauptsprache dieser Schule ist unbekannt"
|
||||
}
|
||||
},
|
||||
"question": "Was ist die Hauptsprache dieser Schule?<div class='subtle'>Welche Sprache wird mit den Schülern in den nicht sprachbezogenen Kursen und mit der Verwaltung gesprochen?</div>",
|
||||
|
|
|
@ -5106,9 +5106,24 @@
|
|||
"question": "Which genders can enroll at this school?"
|
||||
},
|
||||
"language": {
|
||||
"freeform": {
|
||||
"placeholder": "Language in lowercase English"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "The main language of this school is unknown"
|
||||
},
|
||||
"1": {
|
||||
"then": "French is the main language of {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Dutch is the main language of {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "German is the main language of {name}"
|
||||
},
|
||||
"4": {
|
||||
"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>",
|
||||
|
|
|
@ -1952,23 +1952,22 @@
|
|||
},
|
||||
"title": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "Carril bici"
|
||||
},
|
||||
"1": {
|
||||
"then": "Carril compartido"
|
||||
},
|
||||
"2": {
|
||||
"then": "Carril bici"
|
||||
},
|
||||
"3": {
|
||||
"then": "Vía ciclista al lado de la carretera"
|
||||
},
|
||||
"4": {
|
||||
"5": {
|
||||
"then": "Carril bici"
|
||||
},
|
||||
"7": {
|
||||
"then": "Vía ciclista al lado de la carretera"
|
||||
},
|
||||
"9": {
|
||||
"then": "Ciclocalle"
|
||||
}
|
||||
},
|
||||
"render": "Ciclovías"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defibrillator": {
|
||||
|
|
|
@ -2470,6 +2470,9 @@
|
|||
"mappings": {
|
||||
"0": {
|
||||
"then": "La langue principale de cette école est inconnue"
|
||||
},
|
||||
"4": {
|
||||
"then": "La langue principale de cette école est inconnue"
|
||||
}
|
||||
},
|
||||
"question": "Quelle est la langue principale de cette école ?<div class='subtle'>Quelle langue est parlée avec les élèves des cours non linguistiques et avec l'administration ?</div>"
|
||||
|
|
|
@ -5026,9 +5026,24 @@
|
|||
"question": "Mogen jongens en meisjes les volgen op deze school?"
|
||||
},
|
||||
"language": {
|
||||
"freeform": {
|
||||
"placeholder": "Taal in lowercase Engel"
|
||||
},
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "De voertaal van deze school is niet gekend"
|
||||
},
|
||||
"1": {
|
||||
"then": "Frans is de voertaal van {name}"
|
||||
},
|
||||
"2": {
|
||||
"then": "Nederlands is de voertaal van {name}"
|
||||
},
|
||||
"3": {
|
||||
"then": "Duits is de voertaal van {name}"
|
||||
},
|
||||
"4": {
|
||||
"then": "De voertaal van deze school is niet gekend"
|
||||
}
|
||||
},
|
||||
"question": "Wat is de voertaal van deze school?<div class='subtle'>Welke taal wordt met de studenten gesproken in niet-taal-gerelateerde vakken en met de administratie?</div>",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue