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

39 lines
1.4 KiB
JSON
Raw Normal View History

2020-04-26 00:02:45 +00:00
{
"config": {
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Ger\u00e4t ist bereits konfiguriert",
"already_in_progress": "Der Konfigurationsablauf wird bereits ausgef\u00fchrt",
"no_devices_found": "Keine Ger\u00e4te im Netzwerk gefunden",
2021-06-06 00:19:43 +00:00
"not_supported": "Verbunden mit AVM FRITZ!Box, kann jedoch keine Smart Home-Ger\u00e4te steuern.",
2021-02-16 00:03:57 +00:00
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-04-26 00:02:45 +00:00
},
2021-02-03 10:46:49 +00:00
"error": {
2021-07-22 00:10:31 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2021-02-03 10:46:49 +00:00
},
2021-06-06 00:19:43 +00:00
"flow_title": "AVM FRITZ!Box: {name}",
2020-04-26 00:02:45 +00:00
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-02-03 10:46:49 +00:00
"description": "M\u00f6chtest du {name} einrichten?"
2020-04-26 00:02:45 +00:00
},
2021-02-16 00:03:57 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-03-01 00:09:01 +00:00
"description": "Aktualisiere deine Anmeldeinformationen f\u00fcr {name}."
2021-02-16 00:03:57 +00:00
},
2020-04-26 00:02:45 +00:00
"user": {
"data": {
2020-06-07 00:03:28 +00:00
"host": "Host",
2020-04-26 00:02:45 +00:00
"password": "Passwort",
"username": "Benutzername"
},
2021-06-06 00:19:43 +00:00
"description": "Gib deine AVM FRITZ!Box-Informationen ein."
2020-04-26 00:02:45 +00:00
}
}
}
}