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

29 lines
947 B
JSON
Raw Normal View History

2019-07-31 23:16:40 +00:00
{
"config": {
2020-02-26 00:31:47 +00:00
"abort": {
2021-10-02 12:59:05 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-02-26 00:31:47 +00:00
},
2019-07-31 23:16:40 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2021-10-02 12:59:05 +00:00
"no_devices": "Keine Ger\u00e4te im Konto gefunden",
"unknown": "Unerwarteter Fehler"
2019-07-31 23:16:40 +00:00
},
"step": {
2021-10-02 12:59:05 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"description": "Bitte gib das Passwort f\u00fcr {username} erneut ein.",
"title": "Integration erneut authentifizieren"
},
2019-07-31 23:16:40 +00:00
"user": {
"data": {
"password": "Passwort",
2020-06-07 00:03:28 +00:00
"username": "Benutzername"
2019-07-31 23:16:40 +00:00
},
"title": "Informationen eingeben"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-07-31 23:16:40 +00:00
}