From 458df59b2d1249d901e579795a00c01de2d79836 Mon Sep 17 00:00:00 2001 From: LeJun Date: Tue, 10 Aug 2021 08:05:17 +0000 Subject: [PATCH] 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/ --- langs/shared-questions/fr.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 +}