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

22 lines
583 B
JSON
Raw Normal View History

2020-05-13 18:27:21 +00:00
{
"config": {
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2020-05-13 18:27:21 +00:00
"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
},
2021-06-09 00:10:10 +00:00
"flow_title": "{name} ({host})",
2020-05-13 18:27:21 +00:00
"step": {
"init": {
2021-07-10 00:09:24 +00:00
"description": "M\u00f6chtest du {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
}
}
}
}