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

15 lines
475 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": {
2022-05-19 00:26:11 +00:00
"description": "S'admeten els seg\u00fcents components: {components}"
2020-08-27 00:04:55 +00:00
}
}
}
}