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

21 lines
560 B
JSON
Raw Normal View History

2020-09-27 00:06:49 +00:00
{
"config": {
2021-02-03 10:46:49 +00:00
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
2020-12-20 00:04:36 +00:00
"error": {
2021-02-03 10:46:49 +00:00
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
2020-12-20 00:04:36 +00:00
"unknown": "Unerwarteter Fehler"
},
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
2021-02-03 10:46:49 +00:00
"host": "Host",
2020-09-27 00:06:49 +00:00
"password": "Passwort",
"username": "Benutzername"
}
}
}
}
}