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

20 lines
532 B
JSON

{
"config": {
"abort": {
"already_configured": "Konto wurde bereits konfiguriert"
},
"error": {
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"no_devices": "Keine Ger\u00e4te im Konto gefunden"
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
},
"title": "Informationen eingeben"
}
}
}
}