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

30 lines
925 B
JSON
Raw Normal View History

2021-10-16 00:12:06 +00:00
{
"config": {
"abort": {
"already_configured": "Service ist bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"flow_title": "{host}",
"step": {
"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"
}
}
}
}
}