mapcomplete/langs/shared-questions/fr.json

38 lines
No EOL
1.3 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"undefined": {
"phone": {
"question": "Quel est le numéro de téléphone de {name} ?"
},
"email": {
"question": "Quelle est l'adresse courriel de {name} ?"
},
"website": {
"question": "Quel est le site web de {name} ?"
},
"description": {
"question": "Y a-t-il quelque chose de pertinent que vous n'avez pas pu donner à la dernière question ? Ajoutez-le ici.<br/><span style='font-size: small'>Ne répétez pas des réponses déjà données</span>"
},
"opening_hours": {
"question": "Quelles sont les horaires d'ouverture de {name} ?",
"render": "<h3>Horaires d'ouverture</h3>{opening_hours_table(opening_hours)}"
},
"level": {
"question": "À quel étage se situe lélément ?",
"render": "Étage {level}",
"mappings": {
"0": {
"then": "En sous-sol"
},
"1": {
"then": "Rez-de-chaussée"
},
"2": {
"then": "Rez-de-chaussée"
},
"3": {
"then": "Premier étage"
}
}
}
}
}