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

20 lines
555 B
JSON
Raw Normal View History

{
"config": {
2019-09-10 00:32:37 +00:00
"abort": {
"site_exists": "This site_id is already configured"
},
"error": {
"site_exists": "This site_id is already configured"
},
"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
}