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

42 lines
1.2 KiB
JSON
Raw Normal View History

2020-05-29 00:04:16 +00:00
{
"config": {
"abort": {
2020-10-06 00:08:09 +00:00
"already_configured": "El servei ja est\u00e0 configurat"
2020-05-29 00:04:16 +00:00
},
"error": {
2020-10-06 00:08:09 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
2020-05-29 00:04:16 +00:00
"unknown": "Error inesperat"
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-05-29 00:04:16 +00:00
"step": {
"user": {
2020-10-09 00:04:33 +00:00
"data": {
2020-11-11 11:10:09 +00:00
"flow_type": "Tipus de connexi\u00f3"
2020-10-09 00:04:33 +00:00
},
"description": "Producte:",
"title": "Tipus de Plugwise"
},
"user_gateway": {
2020-05-29 00:04:16 +00:00
"data": {
2020-10-06 00:08:09 +00:00
"host": "Adre\u00e7a IP",
2020-09-20 00:05:00 +00:00
"password": "ID de Smile",
2020-11-09 00:03:23 +00:00
"port": "Port",
"username": "Nom d'usuari de Smile"
2020-05-29 00:04:16 +00:00
},
2020-11-09 00:03:23 +00:00
"description": "Introdueix",
2020-10-09 00:04:33 +00:00
"title": "Connexi\u00f3 amb Smile"
2020-05-29 00:04:16 +00:00
}
}
2020-09-08 00:04:13 +00:00
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Interval d'escaneig (segons)"
},
"description": "Ajusta les opcions de Plugwise"
}
}
2020-05-29 00:04:16 +00:00
}
}