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

22 lines
583 B
JSON

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