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

31 lines
949 B
JSON
Raw Normal View History

2020-07-14 00:03:03 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
2021-04-01 00:03:55 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
2022-12-01 00:33:36 +00:00
"no_server_found": "Kein LMS Server gefunden."
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",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2021-04-01 00:03:55 +00:00
"no_server_found": "Konnte den Server nicht automatisch entdecken.",
2021-02-03 10:46:49 +00:00
"unknown": "Unerwarteter Fehler"
2020-12-20 00:04:36 +00:00
},
2021-06-06 00:19:43 +00:00
"flow_title": "{host}",
2020-07-14 00:03:03 +00:00
"step": {
"edit": {
"data": {
2021-02-03 10:46:49 +00:00
"host": "Host",
2020-07-14 00:03:03 +00:00
"password": "Passwort",
2020-09-27 00:06:49 +00:00
"port": "Port",
2020-07-14 00:03:03 +00:00
"username": "Benutzername"
2021-04-01 00:03:55 +00:00
},
"title": "Verbindungsinformationen bearbeiten"
2020-09-27 00:06:49 +00:00
},
"user": {
"data": {
"host": "Host"
}
2020-07-14 00:03:03 +00:00
}
}
2020-11-11 12:25:22 +00:00
}
2020-07-14 00:03:03 +00:00
}