23 lines
652 B
JSON
23 lines
652 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured",
|
|
"ipv6_not_supported": "IPv6 is not supported."
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"flow_title": "{name} - {model} ({ip_address})",
|
|
"step": {
|
|
"discovery_confirm": {
|
|
"description": "Do you want to setup {name} - {model} ({ip_address})?"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"ip_address": "IP Address"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |