mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 14:32:48 +00:00
Improved add custom rule modal
This commit is contained in:
parent
1035257361
commit
b42218fac1
5 changed files with 363 additions and 114 deletions
|
@ -291,5 +291,16 @@
|
|||
"domainNotValid": "Domain not valid",
|
||||
"check": "Check",
|
||||
"checkingHost": "Checking host...",
|
||||
"errorCheckingHost": "Host couldn't be checked"
|
||||
"errorCheckingHost": "Host couldn't be checked",
|
||||
"block": "Block",
|
||||
"unblock": "Unblock",
|
||||
"custom": "Custom",
|
||||
"addImportant": "Add $important",
|
||||
"howCreateRules": "How to create custom rules",
|
||||
"examples": "Examples",
|
||||
"example1": "Block access to example.org and all its subdomains.",
|
||||
"example2": "Unblocks access to example.org and all its subdomains.",
|
||||
"example3": "Adds a comment.",
|
||||
"example4": "Block access to domains matching the specified regular expression.",
|
||||
"moreInformation": "More information"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue