@@ -6,7 +6,7 @@
|
||||
"description": "Configure your AdGuard Home connection",
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"port": "Port",
|
||||
"port": "Port",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"ssl": "Use SSL",
|
||||
@@ -15,25 +15,13 @@
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Failed to connect to AdGuard Home. Please check your host, port, and credentials.",
|
||||
"cannot_connect": "Failed to connect to AdGuard Home",
|
||||
"invalid_auth": "Invalid username or password",
|
||||
"timeout": "Connection timeout. Please check your network connection.",
|
||||
"unknown": "An unexpected error occurred"
|
||||
"timeout": "Connection timeout",
|
||||
"unknown": "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)"
|
||||
}
|
||||
}
|
||||
"already_configured": "AdGuard Control Hub is already configured"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user