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

26 lines
818 B
JSON
Raw Normal View History

2019-10-07 00:32:19 +00:00
{
"config": {
"abort": {
"already_configured": "Bereits konfiguriert",
"invalid_credentials": "Ung\u00fcltige Anmeldeinformationen"
},
"create_entry": {
"default": "Siehe [Neato-Dokumentation]({docs_url})."
},
"error": {
2019-10-09 00:32:17 +00:00
"invalid_credentials": "Ung\u00fcltige Anmeldeinformationen",
"unexpected_error": "Unerwarteter Fehler"
2019-10-07 00:32:19 +00:00
},
"step": {
"user": {
"data": {
"password": "Passwort",
"username": "Benutzername",
"vendor": "Hersteller"
},
"description": "Siehe [Neato-Dokumentation]({docs_url}).",
"title": "Neato-Kontoinformationen"
}
2020-04-15 16:51:07 +00:00
}
2020-04-16 20:00:10 +00:00
}
2019-10-07 00:32:19 +00:00
}