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

24 lines
743 B
JSON
Raw Normal View History

2019-11-08 00:32:12 +00:00
{
"config": {
2019-11-16 00:32:13 +00:00
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
2020-11-11 11:10:09 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3"
2019-11-16 00:32:13 +00:00
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3"
2019-11-16 00:32:13 +00:00
},
2020-04-16 20:00:10 +00:00
"flow_title": "WLED: {name}",
2019-11-08 00:32:12 +00:00
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"host": "Amfitri\u00f3"
2019-11-08 00:32:12 +00:00
},
2020-05-29 00:04:16 +00:00
"description": "Configura el teu WLED per integrar-lo amb Home Assistant."
2019-11-08 00:32:12 +00:00
},
"zeroconf_confirm": {
2020-04-16 20:00:10 +00:00
"description": "Vols afegir el WLED `{name}` a Home Assistant?",
"title": "Dispositiu WLED descobert"
2019-11-08 00:32:12 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-11-08 00:32:12 +00:00
}