fix: fixes
Some checks failed
Integration Testing / Test Integration (2025.9.4, 3.13) (push) Failing after 38s
Code Quality Check / Code Quality Analysis (push) Successful in 15s

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-09-28 15:58:07 +01:00
parent e0edf6f865
commit 86f60e72b7
21 changed files with 147 additions and 466 deletions

View File

@@ -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"
}
}
}