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

21 lines
626 B
JSON

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