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

16 lines
547 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
2020-08-29 00:03:59 +00:00
"already_configured": "L'appareil est d\u00e9j\u00e0 configur\u00e9",
2020-08-27 00:04:55 +00:00
"not_supported_device": "Ce WiLight n'est actuellement pas pris en charge",
"not_wilight_device": "Cet appareil n'est pas WiLight"
},
"flow_title": "WiLight: {name}",
"step": {
"confirm": {
2020-08-29 00:03:59 +00:00
"description": "Voulez-vous configurer WiLight {name} ? \n\n Il prend en charge: {components}",
2020-08-27 00:04:55 +00:00
"title": "WiLight"
}
}
}
}