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

26 lines
741 B
JSON
Raw Normal View History

{
2021-02-03 10:46:49 +00:00
"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",
2021-02-03 10:46:49 +00:00
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"rtsp_port": "RTSP port",
2021-02-03 10:46:49 +00:00
"stream": "Stream",
"username": "Username"
}
}
}
2021-02-03 10:46:49 +00:00
},
"title": "Foscam"
}