27 lines
873 B
JSON
27 lines
873 B
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",
|
|
"invalid_auth": "Invalid username or password",
|
|
"timeout": "Connection timeout",
|
|
"unknown": "Unexpected error occurred"
|
|
},
|
|
"abort": {
|
|
"already_configured": "AdGuard Control Hub is already configured"
|
|
}
|
|
}
|
|
} |