1
mirror of https://github.com/home-assistant/core synced 2024-09-12 15:16:21 +02:00
ha-core/homeassistant/components/songpal/translations/de.json
2020-05-29 00:04:16 +00:00

22 lines
592 B
JSON

{
"config": {
"abort": {
"already_configured": "Ger\u00e4t bereits konfiguriert",
"not_songpal_device": "Kein Songpal-Ger\u00e4t"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen"
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
"description": "M\u00f6chten Sie {name} ({host}) einrichten?"
},
"user": {
"data": {
"endpoint": "Endpunkt"
}
}
}
}
}