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

40 lines
1.4 KiB
JSON
Raw Normal View History

2021-04-25 00:04:46 +00:00
{
"config": {
"abort": {
"already_configured": "Service is already configured",
"reauth_successful": "Re-authentication was successful"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"invalid_url": "Invalid URL",
"unknown": "Unexpected error"
},
"step": {
"hassio_confirm": {
"description": "Do you want to configure Home Assistant to connect to the motionEye service provided by the add-on: {addon}?",
"title": "motionEye via Home Assistant add-on"
},
2021-04-25 00:04:46 +00:00
"user": {
"data": {
"admin_password": "Admin Password",
"admin_username": "Admin Username",
"surveillance_password": "Surveillance Password",
"surveillance_username": "Surveillance Username",
"url": "URL"
}
}
}
2021-07-02 00:11:25 +00:00
},
"options": {
"step": {
"init": {
"data": {
2021-10-30 00:11:34 +00:00
"stream_url_template": "Stream URL template",
2021-07-02 00:11:25 +00:00
"webhook_set": "Configure motionEye webhooks to report events to Home Assistant",
"webhook_set_overwrite": "Overwrite unrecognized webhooks"
}
}
}
2021-04-25 00:04:46 +00:00
}
}