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

30 lines
723 B
JSON
Raw Normal View History

2021-02-23 00:05:06 +00:00
{
"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",
2021-03-16 00:04:36 +00:00
"username": "Username"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"reverse": "Reverse switch logic (use NC)"
2021-02-23 00:05:06 +00:00
}
}
}
}
}