mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-27 04:07:14 +00:00
Added option to allow and disallow client
This commit is contained in:
parent
806e74ca9f
commit
5fdeaa80b7
3 changed files with 75 additions and 2 deletions
|
@ -784,5 +784,12 @@
|
|||
"blockThisClientOnly": "Block for this client only",
|
||||
"unblockThisClientOnly": "Unblock for this client only",
|
||||
"domainBlockedThisClient": "{domain} blocked for this client",
|
||||
"domainUnblockedThisClient": "{domain} unblocked for this client"
|
||||
"domainUnblockedThisClient": "{domain} unblocked for this client",
|
||||
"disallowThisClient": "Disallow this client",
|
||||
"allowThisClient": "Allow this client",
|
||||
"clientAllowedSuccessfully": "Client allowed successfully",
|
||||
"clientDisallowedSuccessfully": "Client disallowed successfully",
|
||||
"changesNotSaved": "Changes could not be saved",
|
||||
"allowingClient": "Allowing client...",
|
||||
"disallowingClient": "Disallowing client..."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue