36 lines
901 B
JSON
36 lines
901 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"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "AdGuard Control Hub Options",
|
|
"data": {
|
|
"scan_interval": "Update interval (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |