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

24 lines
729 B
JSON
Raw Normal View History

2020-12-20 00:04:36 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
2021-04-14 00:03:17 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"cannot_connect": "Kann keine Verbindung zu entdeckten Volumio herstellen"
2021-02-03 10:46:49 +00:00
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"unknown": "Unerwarteter Fehler"
},
"step": {
2021-04-14 00:03:17 +00:00
"discovery_confirm": {
"description": "M\u00f6chtest du Volumio (`{name}`) zum Home Assistant hinzuf\u00fcgen?",
"title": "Entdeckte Volumio"
},
2021-02-03 10:46:49 +00:00
"user": {
"data": {
"host": "Host",
"port": "Port"
}
}
2020-12-20 00:04:36 +00:00
}
}
}