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

45 lines
1.8 KiB
JSON
Raw Normal View History

2018-10-17 12:12:41 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
2021-02-03 10:46:49 +00:00
"already_configured": "Dieses SimpliSafe-Konto wird bereits verwendet.",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-02-26 00:31:47 +00:00
},
2018-10-17 12:12:41 +00:00
"error": {
2020-12-20 00:04:36 +00:00
"identifier_exists": "Konto bereits registriert",
2021-02-03 10:46:49 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2021-04-14 00:03:17 +00:00
"still_awaiting_mfa": "Immernoch warten auf MFA-E-Mail-Klick",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
2018-10-17 12:12:41 +00:00
},
"step": {
2021-04-14 00:03:17 +00:00
"mfa": {
2021-08-02 03:40:04 +00:00
"description": "Pr\u00fcfe deine E-Mail auf einen Link von SimpliSafe. Kehre nach der Verifizierung des Links hierher zur\u00fcck, um die Installation der Integration abzuschlie\u00dfen.",
2021-04-14 00:03:17 +00:00
"title": "SimpliSafe Multi-Faktor-Authentifizierung"
},
2020-09-27 00:06:49 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
2021-02-03 10:46:49 +00:00
},
"description": "Dein Zugriffstoken ist abgelaufen oder wurde widerrufen. Gib dein Passwort ein, um dein Konto erneut zu verkn\u00fcpfen.",
"title": "Integration erneut authentifizieren"
2020-09-27 00:06:49 +00:00
},
2018-10-17 12:12:41 +00:00
"user": {
"data": {
2020-05-01 00:02:55 +00:00
"code": "Code (wird in der Benutzeroberfl\u00e4che von Home Assistant verwendet)",
2018-10-17 12:12:41 +00:00
"password": "Passwort",
2021-07-22 00:10:31 +00:00
"username": "E-Mail"
2018-10-17 12:12:41 +00:00
},
2020-02-10 00:31:37 +00:00
"title": "Gib deine Informationen ein"
2018-10-17 12:12:41 +00:00
}
2020-04-15 16:51:07 +00:00
}
2020-03-24 13:18:47 +00:00
},
"options": {
"step": {
"init": {
"data": {
"code": "Code (wird in der Benutzeroberfl\u00e4che von Home Assistant verwendet)"
},
2021-07-10 00:09:24 +00:00
"title": "Konfiguriere SimpliSafe"
2020-03-24 13:18:47 +00:00
}
}
2020-04-16 20:00:10 +00:00
}
2018-10-17 12:12:41 +00:00
}