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

38 lines
1.2 KiB
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
2020-02-14 00:31:49 +00:00
"bad_config_file": "Bad data from configuration file",
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",
"device_unavailable": "Device is not available",
"faulty_credentials": "Bad user credentials"
},
"flow_title": "Axis device: {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
}
}