diff --git a/langs/shared-questions/fr.json b/langs/shared-questions/fr.json
index ce1d5646f6..eb85d240ab 100644
--- a/langs/shared-questions/fr.json
+++ b/langs/shared-questions/fr.json
@@ -15,6 +15,21 @@
"opening_hours": {
"question": "Quelles sont les horaires d'ouverture de {name} ?",
"render": "
Horaires d'ouverture
{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 ?"
}
}
-}
\ No newline at end of file
+}