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

37 lines
1.1 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
2019-06-14 21:53:13 +00:00
"link_local_address": "Link local addresses are not supported",
2020-04-08 00:08:19 +00:00
"not_axis_device": "Discovered device not an Axis device"
},
"error": {
"already_configured": "Device is already configured",
2020-10-04 00:05:05 +00:00
"already_in_progress": "Configuration flow is already in progress",
2020-10-07 00:06:20 +00:00
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication"
},
2021-02-03 10:46:49 +00:00
"flow_title": "{name} ({host})",
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Set up Axis device"
}
2020-04-15 16:51:07 +00:00
}
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Select stream profile to use"
},
"title": "Axis device video stream options"
}
}
2020-05-29 00:04:16 +00:00
}
}