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

25 lines
718 B
JSON

{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_response": "Invalid response from the device",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"rtsp_port": "RTSP port",
"stream": "Stream",
"username": "Username"
}
}
}
}
}