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

64 lines
2.6 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
},
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-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"
},
2021-07-11 00:09:40 +00:00
"description": "Einrichten der FRITZ!Box Tools zur Steuerung deiner FRITZ!Box.\nBen\u00f6tigt: Benutzername, Passwort.",
2021-06-06 00:19:43 +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-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.",
2021-06-06 00:19:43 +00:00
"title": "Setup FRITZ!Box Tools"
}
}
},
"options": {
"step": {
"init": {
"data": {
"consider_home": "Sekunden, um ein Ger\u00e4t als 'zu Hause' zu betrachten"
2021-05-21 00:12:09 +00:00
}
2021-05-03 00:05:16 +00:00
}
}
}
}