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

34 lines
957 B
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"
},
2020-07-05 00:02:52 +00:00
"flow_title": "Smile: {name}",
2020-05-29 00:04:16 +00:00
"step": {
"user": {
"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-10-06 00:08:09 +00:00
"port": "Port"
2020-05-29 00:04:16 +00:00
},
2020-09-20 00:05:00 +00:00
"description": "Introdueix:",
2020-08-27 00:04:55 +00:00
"title": "Connecta't amb el 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
}
}