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

27 lines
865 B
JSON
Raw Normal View History

2022-02-18 00:24:29 +00:00
{
"config": {
"abort": {
2022-03-01 00:23:47 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2022-02-18 00:24:29 +00:00
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung"
},
"step": {
2022-03-01 00:23:47 +00:00
"reauth_confirm": {
"data": {
"password": "Passwort"
},
"description": "Die SleepIQ-Integration muss dein Konto {username} erneut authentifizieren.",
"title": "Integration erneut authentifizieren"
},
2022-02-18 00:24:29 +00:00
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}