Translated using Weblate (French)

Currently translated at 100.0% (11 of 11 strings)

Translation: MapComplete/shared-questions
Translate-URL: https://hosted.weblate.org/projects/mapcomplete/shared-questions/fr/
This commit is contained in:
LeJun 2021-08-10 08:05:17 +00:00 committed by Hosted Weblate
parent fc8f151ef5
commit 458df59b2d
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -15,6 +15,21 @@
"opening_hours": {
"question": "Quelles sont les horaires d'ouverture de {name} ?",
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"mappings": {
"2": {
"then": "Premier étage"
},
"1": {
"then": "Rez-de-chaussée"
},
"0": {
"then": "En sous-sol"
}
},
"render": "Étage {level}",
"question": "À quel étage se situe lélément ?"
}
}
}
}