30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"not_axis_device": "Discovered device not an Axis device",
|
|
"updated_configuration": "Updated device configuration with new host address"
|
|
},
|
|
"error": {
|
|
"already_configured": "Device is already configured",
|
|
"already_in_progress": "Config flow for device 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"
|
|
}
|
|
},
|
|
"title": "Axis device"
|
|
}
|
|
} |