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

16 lines
504 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositivo ya est\u00e1 configurado",
"not_supported_device": "Este WiLight no es compatible actualmente",
"not_wilight_device": "Este dispositivo no es un Wilight"
},
2022-05-16 00:24:28 +00:00
"flow_title": "{name}",
2020-08-27 00:04:55 +00:00
"step": {
"confirm": {
2022-05-16 00:24:28 +00:00
"description": "Se admiten los siguientes componentes: {componentes}",
2020-08-27 00:04:55 +00:00
"title": "WiLight"
}
}
}
}