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

56 lines
2.4 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",
2022-11-30 00:26:16 +00:00
"ignore_ip6_link_local": "IPv6 Link-Local-Adresse wird nicht unterst\u00fctzt.",
2021-05-10 00:04:47 +00:00
"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",
2022-03-05 00:19:17 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"upnp_not_configured": "Fehlende UPnP-Einstellungen auf dem Ger\u00e4t."
2021-05-03 00:05:16 +00:00
},
2021-06-06 00:19:43 +00:00
"flow_title": "FRITZ!Box Tools: {name}",
2021-05-03 00:05:16 +00:00
"step": {
"confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-06-06 00:19:43 +00:00
"description": "Entdeckte FRITZ!Box: {name} \n\nRichte deine FRITZ!Box Tools ein, um {name} zu kontrollieren",
"title": "FRITZ!Box Tools einrichten"
2021-05-03 00:05:16 +00:00
},
"reauth_confirm": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
2021-06-06 00:19:43 +00:00
"description": "Aktualisiere die Anmeldeinformationen von FRITZ!Box Tools f\u00fcr: {host}. \n\nFRITZ!Box Tools kann sich nicht an deiner FRITZ!Box anmelden.",
"title": "Aktualisieren der FRITZ!Box Tools - Anmeldeinformationen"
2021-05-03 00:05:16 +00:00
},
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-06-06 00:19:43 +00:00
},
2021-07-11 00:09:40 +00:00
"description": "FRITZ!Box Tools einrichten, um deine FRITZ!Box zu steuern.\nMindestens erforderlich: Benutzername, Passwort.",
2022-12-13 00:27:47 +00:00
"title": "FRITZ!Box Tools einrichten"
2021-06-06 00:19:43 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
2022-02-24 00:17:55 +00:00
"consider_home": "Sekunden, um ein Ger\u00e4t als 'zu Hause' zu betrachten",
"old_discovery": "Alte Erkennungsmethode aktivieren"
2021-05-21 00:12:09 +00:00
}
2021-05-03 00:05:16 +00:00
}
}
}
}