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

30 lines
763 B
JSON
Raw Normal View History

2021-03-01 00:09:01 +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"
}
}
}
2021-05-03 00:05:16 +00:00
},
"options": {
"step": {
"init": {
"data": {
2022-12-01 00:33:36 +00:00
"reverse": "Umgekehrte Schaltlogik (NC verwenden)"
2021-05-03 00:05:16 +00:00
}
}
}
2021-03-01 00:09:01 +00:00
}
}