core/homeassistant/components/demo/translations/fr.json

27 lines
731 B
JSON
Raw Normal View History

2019-11-15 00:32:15 +00:00
{
2020-03-28 00:08:09 +00:00
"options": {
"step": {
2020-06-14 00:03:01 +00:00
"init": {
"data": {
"one": "Vide",
"other": "Vide"
}
},
2020-03-28 00:08:09 +00:00
"options_1": {
"data": {
"bool": "Bool\u00e9en facultatif",
2020-07-13 00:02:52 +00:00
"constant": "Constante",
2020-03-28 00:08:09 +00:00
"int": "Entr\u00e9e num\u00e9rique"
}
},
"options_2": {
"data": {
"multi": "S\u00e9lection multiple",
"select": "S\u00e9lectionnez une option",
"string": "Valeur de cha\u00eene"
}
}
}
2020-04-15 16:51:07 +00:00
},
"title": "D\u00e9mo"
2019-11-15 00:32:15 +00:00
}