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

28 lines
891 B
JSON

{
"config": {
"abort": {
"already_configured": "El compte ja est\u00e0 configurat",
"reauth_successful": "Re-autenticaci\u00f3 realitzada correctament"
},
"error": {
"cannot_connect": "Ha fallat la connexi\u00f3",
"incorrect_api_key": "Clau API inv\u00e0lida per al compte seleccionat",
"invalid_auth": "Autenticaci\u00f3 inv\u00e0lida",
"no_devices": "No s'ha descobert cap dispositiu",
"no_username": "No s'ha pogut obtenir el nom d'usuari"
},
"step": {
"reauth_confirm": {
"data": {
"api_key": "Clau API"
}
},
"user": {
"data": {
"api_key": "Clau API",
"name": "Nom"
}
}
}
}
}