mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Created block time schedule settings
This commit is contained in:
parent
5b2523158b
commit
d73ad93180
10 changed files with 560 additions and 8 deletions
|
@ -719,7 +719,7 @@
|
|||
"unblockClient": "Unblock client",
|
||||
"blockingClient": "Blocking client...",
|
||||
"unblockingClient": "Unblocking client...",
|
||||
"upstreamDnsCacheConfiguration": "Configuración de la caché DNS upstream",
|
||||
"upstreamDnsCacheConfiguration": "DNS upstream cache configuration",
|
||||
"enableDnsCachingClient": "Enable DNS caching for this client",
|
||||
"dnsCacheSize": "DNS cache size",
|
||||
"nameInvalid": "Name is required",
|
||||
|
@ -729,5 +729,21 @@
|
|||
"redirectHttpsWarning": "If you have enabled \"Redirect to HTTPS automatically\" on your AdGuard Home server, you must select an HTTPS connection and use the HTTPS port of your server.",
|
||||
"logsSettingsDescription": "Configure query logs",
|
||||
"ignoredDomains": "Ignored domains",
|
||||
"noIgnoredDomainsAdded": "No domains to ignore added"
|
||||
"noIgnoredDomainsAdded": "No domains to ignore added",
|
||||
"pauseServiceBlocking": "Pause service blocking",
|
||||
"newSchedule": "New schedule",
|
||||
"editSchedule": "Edit schedule",
|
||||
"timezone": "Timezone",
|
||||
"monday": "Monday",
|
||||
"tuesday": "Tuesday",
|
||||
"wednesday": "Wednesday",
|
||||
"thursday": "Thursday",
|
||||
"friday": "Friday",
|
||||
"saturday": "Saturday",
|
||||
"sunday": "Sunday",
|
||||
"from": "From: {from}",
|
||||
"to": "To: {to}",
|
||||
"selectStartTime": "Select start time",
|
||||
"selectEndTime": "Select end time",
|
||||
"startTimeBeforeEndTime": "Start time must be before end time."
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue