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

22 lines
584 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": {
"device_key": "Device key",
"host": "Host",
"port": "Port",
"verify_ssl": "Verify SSL certificate"
}
}
}
}
}