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

53 lines
2.2 KiB
JSON
Raw Normal View History

2021-05-03 00:05:16 +00:00
{
"config": {
2021-05-10 00:04:47 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
},
2021-05-03 00:05:16 +00:00
"error": {
2021-05-10 00:04:47 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
2021-05-23 00:13:25 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
2021-05-10 00:04:47 +00:00
"connection_error": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2021-05-03 00:05:16 +00:00
},
"flow_title": "FRITZ! Box Tools: {name}",
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-05-12 00:04:03 +00:00
"description": "Entdeckte FRITZ! Box: {name} \n\nRichte deine FRITZ! Box Tools ein, um {name} zu kontrollieren",
2021-05-03 00:05:16 +00:00
"title": "FRITZ! Box Tools einrichten"
},
"reauth_confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-05-23 00:13:25 +00:00
"description": "Aktualisiere die Anmeldeinformationen von FRITZ! Box Tools f\u00fcr: {host}. \n\nFRITZ! Box Tools kann sich nicht bei deiner FRITZ! Box anmelden.",
2021-05-03 00:05:16 +00:00
"title": "Aktualisieren der FRITZ! Box Tools - Anmeldeinformationen"
},
2021-05-17 05:17:18 +00:00
"start_config": {
2021-05-03 00:05:16 +00:00
"data": {
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
},
"description": "Einrichten der FRITZ! Box Tools zur Steuerung Ihrer FRITZ! Box.\n Ben\u00f6tigt: Benutzername, Passwort.",
2021-05-17 05:17:18 +00:00
"title": "Setup FRITZ! Box Tools - obligatorisch"
2021-05-21 00:12:09 +00:00
},
"user": {
"data": {
2021-05-23 00:13:25 +00:00
"host": "Host",
"password": "Passwort",
"port": "Port",
"username": "Benutzername"
2021-05-21 00:12:09 +00:00
}
2021-05-03 00:05:16 +00:00
}
}
}
}