forked from MapComplete/MapComplete
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:
parent
fc8f151ef5
commit
458df59b2d
1 changed files with 16 additions and 1 deletions
|
@ -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 ?"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue