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

27 lines
901 B
JSON
Raw Normal View History

{
"config": {
"abort": {
"already_configured": "Device is already configured",
"bad_config_file": "Bad data from config file",
"link_local_address": "Link local addresses are not supported"
},
"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"
}
}