26 lines
706 B
JSON
26 lines
706 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "AdGuard Control Hub Setup",
|
|
"description": "Configure connection to your AdGuard Home instance",
|
|
"data": {
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"username": "Username (optional)",
|
|
"password": "Password (optional)",
|
|
"ssl": "Use HTTPS",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to AdGuard Home",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error occurred"
|
|
},
|
|
"abort": {
|
|
"already_configured": "AdGuard Home instance already configured"
|
|
}
|
|
}
|
|
} |