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

30 lines
862 B
JSON

{
"config": {
"error": {
"already_configured": "Passerelle d\u00e9j\u00e0 configur\u00e9e",
"cannot_connect": "\u00c9chec de connexion",
"id_exists": "L'identifiant de la passerelle existe d\u00e9j\u00e0"
},
"step": {
"init": {
"data": {
"device": "Chemin ou URL",
"id": "ID",
"name": "Nom"
},
"title": "Passerelle OpenTherm"
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Temp\u00e9rature du sol",
"precision": "Pr\u00e9cision"
},
"description": "Options pour la passerelle OpenTherm"
}
}
}
}