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

22 lines
673 B
JSON
Raw Normal View History

2022-04-29 00:22:21 +00:00
{
"config": {
"abort": {
"already_configured": "Ger\u00e4t ist bereits konfiguriert"
},
"error": {
"cannot_connect": "Verbindung fehlgeschlagen",
"invalid_auth": "Ung\u00fcltige Authentifizierung",
"unknown": "Unerwarteter Fehler"
},
"step": {
"user": {
"data": {
"import_plugins": "Entit\u00e4ten aus Fibaro-Plugins importieren?",
"password": "Passwort",
"url": "URL im Format http://HOST/api/",
"username": "Benutzername"
}
}
}
}
}