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

22 lines
651 B
JSON
Raw Normal View History

2022-09-14 00:28:24 +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": {
"host": "Host",
"password": "Passwort",
"username": "Benutzername"
},
2022-11-30 00:26:16 +00:00
"description": "Einrichten der SwitchBee Integration mit Home Assistant."
2022-09-14 00:28:24 +00:00
}
}
}
}