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

24 lines
816 B
JSON
Raw Normal View History

2019-11-09 00:32:20 +00:00
{
"config": {
2020-06-07 00:03:28 +00:00
"abort": {
"already_configured": "Cet appareil WLED est d\u00e9j\u00e0 configur\u00e9.",
2020-11-11 11:10:09 +00:00
"cannot_connect": "\u00c9chec de connexion"
2020-06-07 00:03:28 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "\u00c9chec de connexion"
2020-06-07 00:03:28 +00:00
},
"flow_title": "WLED: {name}",
2019-11-12 00:32:11 +00:00
"step": {
"user": {
"data": {
2020-07-09 00:05:04 +00:00
"host": "Nom d'h\u00f4te ou adresse IP"
2020-06-07 00:03:28 +00:00
},
"description": "Configurez votre WLED pour l'int\u00e9grer \u00e0 Home Assistant."
2020-08-29 00:03:59 +00:00
},
"zeroconf_confirm": {
"description": "Voulez-vous ajouter le dispositif WLED nomm\u00e9 `{name}` \u00e0 Home Assistant?",
"title": "Dispositif WLED d\u00e9couvert"
2019-11-12 00:32:11 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-09 00:32:20 +00:00
}