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

36 lines
1.2 KiB
JSON
Raw Normal View History

2021-10-16 00:12:06 +00:00
{
"config": {
"abort": {
2021-10-26 00:12:23 +00:00
"already_configured": "Der Dienst ist bereits konfiguriert",
2021-10-17 00:12:27 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich",
"unknown": "Unerwarteter Fehler"
2021-10-16 00:12:06 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"flow_title": "{host}",
"step": {
2021-10-17 00:12:27 +00:00
"hassio_confirm": {
"description": "M\u00f6chtest du eine Verbindung zum Add-on {addon} herstellen?"
},
2021-10-16 00:12:06 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"description": "Bitte gib das richtige Passwort f\u00fcr den Host ein: {host}"
},
"user": {
"data": {
"host": "Host",
"name": "Name",
"password": "Passwort",
"port": "Port"
}
}
}
}
}