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

25 lines
882 B
JSON
Raw Normal View History

2020-11-05 00:10:11 +00:00
{
"config": {
2020-11-06 00:04:57 +00:00
"abort": {
2020-11-25 00:03:05 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
2020-11-06 00:04:57 +00:00
"site_exists": "See site_id on juba konfigureeritud"
},
"error": {
2020-11-25 00:03:05 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"could_not_connect": "Ei saanud \u00fchendust Solaredge API-ga",
"invalid_api_key": "Vale API v\u00f5ti",
"site_exists": "See site_id on juba konfigureeritud",
"site_not_active": "Sait pole aktiivne"
2020-11-06 00:04:57 +00:00
},
2020-11-05 00:10:11 +00:00
"step": {
"user": {
"data": {
2020-11-07 00:04:02 +00:00
"api_key": "API v\u00f5ti",
"name": "Selle sidumise nimi",
"site_id": "SolarEdge'i saidi ID"
},
"title": "M\u00e4\u00e4rake selle sidumise API parameetrid"
2020-11-05 00:10:11 +00:00
}
}
}
}