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

30 lines
1008 B
JSON
Raw Normal View History

2020-09-18 00:07:17 +00:00
{
"config": {
"abort": {
"auth_fail": "Username or password is incorrect.",
"connection_error": "Failed to connect to a ZoneMinder server."
},
"create_entry": {
"default": "ZoneMinder server added."
},
"error": {
"auth_fail": "Username or password is incorrect.",
"connection_error": "Failed to connect to a ZoneMinder server."
},
"flow_title": "ZoneMinder",
"step": {
"user": {
"data": {
"host": "Host and Port (ex 10.10.0.4:8010)",
"password": "Password",
"path": "ZM Path",
"path_zms": "ZMS Path",
"ssl": "Use SSL for connections to ZoneMinder",
"username": "Username",
"verify_ssl": "Verify SSL Certificate"
},
"title": "Add ZoneMinder Server."
}
}
}
}