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

23 lines
818 B
JSON
Raw Normal View History

2019-10-16 00:32:17 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
2019-10-16 00:32:17 +00:00
},
"error": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2020-12-23 00:03:22 +00:00
"could_not_connect": "Es konnte keine Verbindung zur Solaredge-API hergestellt werden",
"invalid_api_key": "Ung\u00fcltiger API-Schl\u00fcssel",
"site_not_active": "Die Seite ist nicht aktiv"
2019-10-16 00:32:17 +00:00
},
"step": {
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"api_key": "API-Schl\u00fcssel",
2019-10-16 00:32:17 +00:00
"name": "Der Name dieser Installation",
"site_id": "Die SolarEdge-Site-ID"
},
"title": "Definiere die API-Parameter f\u00fcr diese Installation"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-16 00:32:17 +00:00
}