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

21 lines
626 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2020-10-04 00:05:05 +00:00
"already_configured": "El compte ja ha estat configurat"
2020-05-13 18:27:21 +00:00
},
"error": {
2020-10-04 00:05:05 +00:00
"cannot_connect": "Ha fallat la connexi\u00f3",
2020-05-13 18:27:21 +00:00
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"unknown": "Error inesperat"
},
"step": {
"user": {
"data": {
2020-10-04 00:05:05 +00:00
"api_token": "Token d'API"
2020-05-13 18:27:21 +00:00
},
"description": "Necessitar\u00e0s la clau API de https://home.juice.net/Manage.",
"title": "Connexi\u00f3 amb JuiceNet"
}
}
}
}