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

24 lines
746 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
2020-08-29 00:03:59 +00:00
"abort": {
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9"
},
"error": {
"auth_not_supported": "Les appareils Shelly n\u00e9cessitant une authentification ne sont actuellement pas pris en charge.",
"cannot_connect": "\u00c9chec de connexion",
"unknown": "Erreur inattendue"
},
2020-08-27 00:04:55 +00:00
"flow_title": "Shelly: {name}",
"step": {
2020-08-29 00:03:59 +00:00
"confirm_discovery": {
"description": "Voulez-vous configurer le {model} \u00e0 {host}?"
},
2020-08-27 00:04:55 +00:00
"user": {
"data": {
"host": "H\u00f4te"
}
}
}
},
"title": "Shelly"
}