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

25 lines
869 B
JSON
Raw Normal View History

{
"config": {
2019-09-10 00:32:37 +00:00
"abort": {
2020-11-24 00:04:19 +00:00
"already_configured": "Device is already configured",
2019-09-10 00:32:37 +00:00
"site_exists": "This site_id is already configured"
},
"error": {
2020-11-24 00:04:19 +00:00
"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"
2019-09-10 00:32:37 +00:00
},
"step": {
"user": {
"data": {
2020-05-13 18:27:21 +00:00
"api_key": "API Key",
"name": "The name of this installation",
2019-09-10 00:32:37 +00:00
"site_id": "The SolarEdge site-id"
},
"title": "Define the API parameters for this installation"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-09-10 00:32:37 +00:00
}