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

25 lines
869 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"site_exists": "This site_id is already configured"
},
"error": {
"already_configured": "Device is already configured",
"could_not_connect": "Could not connect to the solaredge API",
"invalid_api_key": "Invalid API key",
"site_exists": "This site_id is already configured",
"site_not_active": "The site is not active"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"name": "The name of this installation",
"site_id": "The SolarEdge site-id"
},
"title": "Define the API parameters for this installation"
}
}
}
}