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

21 lines
637 B
JSON
Raw Normal View History

2019-09-12 00:33:41 +00:00
{
"config": {
2019-09-13 00:33:08 +00:00
"abort": {
"port_exists": "Ce port est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"connection_failed": "La connexion velbus a \u00e9chou\u00e9",
"port_exists": "Ce port est d\u00e9j\u00e0 configur\u00e9"
},
2019-09-12 00:33:41 +00:00
"step": {
"user": {
"data": {
2019-09-13 00:33:08 +00:00
"name": "Le nom pour cette connexion velbus",
"port": "Cha\u00eene de connexion"
2019-09-12 00:33:41 +00:00
},
"title": "D\u00e9finir le type de connexion velbus"
}
},
"title": "Interface Velbus"
}
}