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

29 lines
873 B
JSON
Raw Normal View History

2020-12-16 00:03:31 +00:00
{
"config": {
2020-12-23 00:03:22 +00:00
"abort": {
2021-07-22 00:10:31 +00:00
"already_configured": "Konto wurde bereits konfiguriert",
"reauth_successful": "Die erneute Authentifizierung war erfolgreich"
2020-12-23 00:03:22 +00:00
},
"create_entry": {
2021-07-22 00:10:31 +00:00
"default": "Erfolgreich authentifiziert"
2020-12-23 00:03:22 +00:00
},
"error": {
2021-07-22 00:10:31 +00:00
"invalid_auth": "Ung\u00fcltige Authentifizierung"
2020-12-23 00:03:22 +00:00
},
2020-12-16 00:03:31 +00:00
"step": {
"reauth": {
"data": {
"password": "Passwort"
2020-12-23 00:03:22 +00:00
},
"description": "Authentifizierungs-Tokens sind ung\u00fcltig, melde dich an, um sie neu zu erstellen."
2020-12-16 00:03:31 +00:00
},
"user": {
"data": {
2020-12-23 00:03:22 +00:00
"password": "Passwort",
"url": "Webseite",
2021-07-22 00:10:31 +00:00
"username": "Benutzername"
2020-12-16 00:03:31 +00:00
}
}
}
}
}