39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "AdGuard Control Hub",
|
|
"description": "Configure your AdGuard Home connection",
|
|
"data": {
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"username": "Username",
|
|
"password": "Password",
|
|
"ssl": "Use SSL",
|
|
"verify_ssl": "Verify SSL Certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to AdGuard Home. Please check your host, port, and credentials.",
|
|
"invalid_auth": "Invalid username or password",
|
|
"timeout": "Connection timeout. Please check your network connection.",
|
|
"unknown": "An unexpected error occurred"
|
|
},
|
|
"abort": {
|
|
"already_configured": "AdGuard Control Hub is already configured for this host and port"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "AdGuard Control Hub Options",
|
|
"description": "Configure advanced options",
|
|
"data": {
|
|
"scan_interval": "Update interval (seconds)",
|
|
"timeout": "Connection timeout (seconds)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |