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

30 lines
756 B
JSON

{
"config": {
"abort": {
"single_instance_allowed": "Already configured. Only a single configuration possible."
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"password": "Password",
"username": "Username"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"polling_interval": "Polling interval (in seconds)"
}
}
}
},
"title": "Omnilogic"
}