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

25 lines
816 B
JSON
Raw Normal View History

2021-11-25 00:13:33 +00:00
{
"config": {
"abort": {
2021-12-04 00:13:16 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"invalid_host": "Ung\u00fcltiger Hostname oder IP-Adresse"
2021-11-25 00:13:33 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
2021-12-04 00:13:16 +00:00
"flow_title": "{device}",
2021-11-25 00:13:33 +00:00
"step": {
2021-12-04 00:13:16 +00:00
"confirm_discovery": {
"description": "M\u00f6chtest du {device} zu Home Assistant hinzuf\u00fcgen?"
},
2021-11-25 00:13:33 +00:00
"user": {
"data": {
"host": "Host"
},
2022-12-01 00:33:36 +00:00
"description": "Konfiguriere die IP-Adresse oder den lokalen Hostnamen deines Fronius Ger\u00e4ts.",
2021-11-25 00:13:33 +00:00
"title": "Fronius SolarNet"
}
}
}
}