mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-01 04:12:16 +00:00
Added cache configuration and changed added client validation
This commit is contained in:
parent
569ab7d569
commit
313b76740a
11 changed files with 302 additions and 167 deletions
|
@ -718,5 +718,12 @@
|
|||
"noData": "No hay datos",
|
||||
"unblockClient": "Desbloquear cliente",
|
||||
"blockingClient": "Bloqueando cliente...",
|
||||
"unblockingClient": "Desbloqueando cliente..."
|
||||
"unblockingClient": "Desbloqueando cliente...",
|
||||
"upstreamDnsCacheConfiguration": "Configuración de la caché DNS upstream",
|
||||
"enableDnsCachingClient": "Habilitar caché de DNS para este cliente",
|
||||
"dnsCacheSize": "Tamaño de caché de DNS",
|
||||
"nameInvalid": "Se requiere un nombre",
|
||||
"oneIdentifierRequired": "Se require al menos un identificador",
|
||||
"dnsCacheNumber": "El tamaño de caché de DNS debe ser un número",
|
||||
"errors": "Errores"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue