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

22 lines
592 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t bereits konfiguriert",
"not_songpal_device": "Kein Songpal-Ger\u00e4t"
},
"error": {
2020-05-29 00:04:16 +00:00
"cannot_connect": "Verbindung fehlgeschlagen"
2020-05-13 18:27:21 +00:00
},
"flow_title": "Sony Songpal {name} ({host})",
"step": {
"init": {
2020-05-29 00:04:16 +00:00
"description": "M\u00f6chten Sie {name} ({host}) einrichten?"
2020-05-13 18:27:21 +00:00
},
"user": {
"data": {
"endpoint": "Endpunkt"
2020-05-29 00:04:16 +00:00
}
2020-05-13 18:27:21 +00:00
}
}
}
}