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

24 lines
706 B
JSON
Raw Normal View History

2020-05-02 00:04:57 +00:00
{
"config": {
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
2021-08-27 00:14:42 +00:00
"cannot_connect": "\u00c9chec de connexion",
2020-05-02 00:04:57 +00:00
"unknown": "Erreur inattendue"
},
2021-08-02 03:40:04 +00:00
"flow_title": "{name} ({host})",
2020-05-02 00:04:57 +00:00
"step": {
"link": {
"description": "Voulez-vous configurer {name} ({host})?",
"title": "Connectez-vous au concentrateur PowerView"
},
"user": {
"data": {
"host": "Adresse IP"
},
"title": "Connectez-vous au concentrateur PowerView"
}
}
2020-11-11 12:25:22 +00:00
}
2020-05-02 00:04:57 +00:00
}