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

28 lines
972 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"bad_config_file": "Bad data from config file",
2019-06-14 21:53:13 +00:00
"link_local_address": "Link local addresses are not supported",
"not_axis_device": "Discovered device not an Axis device"
},
"error": {
"already_configured": "Device is already configured",
2019-06-04 15:50:48 +00:00
"already_in_progress": "Config flow for device is already in progress.",
"device_unavailable": "Device is not available",
"faulty_credentials": "Bad user credentials"
},
"step": {
"user": {
"data": {
"host": "Host",
"password": "Password",
"port": "Port",
"username": "Username"
},
"title": "Set up Axis device"
}
},
"title": "Axis device"
}
}