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

32 lines
1.1 KiB
JSON
Raw Normal View History

2020-04-26 00:02:45 +00:00
{
"config": {
"abort": {
"already_configured": "Diese AVM FRITZ! Box ist bereits konfiguriert.",
"already_in_progress": "Die Konfiguration der AVM FRITZ! Box ist bereits in Bearbeitung.",
"not_found": "Keine unterst\u00fctzte AVM FRITZ! Box im Netzwerk gefunden."
},
"error": {
"auth_failed": "Benutzername und/oder Passwort sind falsch."
},
"flow_title": "AVM FRITZ! Box: {name}",
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"description": "M\u00f6chten Sie {name} einrichten?",
"title": "AVM FRITZ! Box"
},
"user": {
"data": {
"host": "Host oder IP-Adresse",
"password": "Passwort",
"username": "Benutzername"
},
"description": "Geben Sie Ihre AVM FRITZ! Box-Informationen ein.",
"title": "AVM FRITZ! Box"
}
}
}
}