Added icons to mappings

This commit is contained in:
Robin van der Linde 2022-06-29 22:37:06 +02:00
parent 3436894249
commit 8eab5bfdd2
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
9 changed files with 83 additions and 29 deletions

View file

@ -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>",

View file

@ -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>",

View file

@ -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": {

View file

@ -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>"

View file

@ -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>",