28 lines
1013 B
JSON
28 lines
1013 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "AdGuard Control Hub",
|
|
"description": "Configure your AdGuard Home connection",
|
|
"data": {
|
|
"host": "Host",
|
|
"port": "Port",
|
|
"username": "Username (optional)",
|
|
"password": "Password (optional)",
|
|
"ssl": "Use SSL",
|
|
"verify_ssl": "Verify SSL Certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to AdGuard Home. Please check the host and port.",
|
|
"invalid_auth": "Invalid username or password. Please verify your credentials.",
|
|
"invalid_host": "Invalid host format. Please enter a valid hostname or IP address.",
|
|
"timeout": "Connection timeout. Please check your network connection and try again.",
|
|
"unknown": "Unexpected error occurred. Please check your configuration and try again."
|
|
},
|
|
"abort": {
|
|
"already_configured": "AdGuard Control Hub is already configured for this host and port"
|
|
}
|
|
}
|
|
} |