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

16 lines
519 B
JSON
Raw Normal View History

2020-08-27 00:04:55 +00:00
{
"config": {
"abort": {
"already_configured": "El dispositiu ja est\u00e0 configurat",
"not_supported_device": "Actualment aquest WiLight no \u00e9s compatible",
"not_wilight_device": "Aquest dispositiu no \u00e9s WiLight"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-08-27 00:04:55 +00:00
"step": {
"confirm": {
"description": "Voleu configurar el WiLight {name}? \n\n Admet: {components}",
"title": "WiLight"
}
}
}
}