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

30 lines
723 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"username": "Username"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"reverse": "Reverse switch logic (use NC)"
}
}
}
}
}