Improved add custom rule modal

This commit is contained in:
Juan Gilsanz Polo 2022-10-10 01:05:15 +02:00
parent 1035257361
commit b42218fac1
5 changed files with 363 additions and 114 deletions

View file

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