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

30 lines
862 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
2019-10-08 00:32:12 +00:00
"error": {
"already_configured": "Passerelle d\u00e9j\u00e0 configur\u00e9e",
2020-10-30 00:02:45 +00:00
"cannot_connect": "\u00c9chec de connexion",
2020-11-11 11:10:09 +00:00
"id_exists": "L'identifiant de la passerelle existe d\u00e9j\u00e0"
2019-10-08 00:32:12 +00:00
},
2019-10-07 00:32:19 +00:00
"step": {
"init": {
"data": {
"device": "Chemin ou URL",
"id": "ID",
2020-04-08 00:08:19 +00:00
"name": "Nom"
2019-10-08 00:32:12 +00:00
},
"title": "Passerelle OpenTherm"
2019-10-07 00:32:19 +00:00
}
2020-04-15 16:51:07 +00:00
}
2019-10-19 00:32:15 +00:00
},
"options": {
"step": {
"init": {
"data": {
2019-10-23 20:36:38 +00:00
"floor_temperature": "Temp\u00e9rature du sol",
2019-10-19 00:32:15 +00:00
"precision": "Pr\u00e9cision"
},
"description": "Options pour la passerelle OpenTherm"
}
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}