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

23 lines
819 B
JSON
Raw Normal View History

2019-09-10 00:32:37 +00:00
{
"config": {
"abort": {
2021-05-12 00:04:03 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat"
2019-09-10 00:32:37 +00:00
},
"error": {
2020-11-25 00:03:05 +00:00
"already_configured": "El dispositiu ja est\u00e0 configurat",
"could_not_connect": "No s'ha pogut connectar amb l'API de Solaredge",
"invalid_api_key": "Clau API inv\u00e0lida",
"site_not_active": "El lloc web no est\u00e0 actiu"
2019-09-10 00:32:37 +00:00
},
"step": {
"user": {
"data": {
2020-05-15 00:02:56 +00:00
"api_key": "Clau API",
2020-05-02 00:04:57 +00:00
"name": "Nom d'aquesta instal\u00b7laci\u00f3",
2019-09-10 00:32:37 +00:00
"site_id": "SolarEdge site_id"
},
"title": "Configuraci\u00f3 dels par\u00e0metres de l'API per aquesta instal\u00b7laci\u00f3"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-10 00:32:37 +00:00
}