mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Added clear dns cache
This commit is contained in:
parent
82d26fd51b
commit
bed4f77874
7 changed files with 226 additions and 7 deletions
|
@ -575,5 +575,10 @@
|
|||
"inputSearchTerm": "Input a search term.",
|
||||
"answers": "Answers",
|
||||
"copyDomainClipboard": "Copy domain to clipboard",
|
||||
"domainCopiedClipboard": "Domain copied to the clipboard"
|
||||
"domainCopiedClipboard": "Domain copied to the clipboard",
|
||||
"clearDnsCache": "Clear DNS cache",
|
||||
"clearDnsCacheMessage": "Are you sure you want to clear the DNS cache?",
|
||||
"dnsCacheCleared": "DNS cache cleared successfully",
|
||||
"clearingDnsCache": "Clearing cache...",
|
||||
"dnsCacheNotCleared": "DNS cache couldn't be cleared"
|
||||
}
|
|
@ -575,5 +575,10 @@
|
|||
"inputSearchTerm": "Introduce un término de búsqueda.",
|
||||
"answers": "Respuestas",
|
||||
"copyDomainClipboard": "Copiar dominio al portapapeles",
|
||||
"domainCopiedClipboard": "Dominio copiado al portapapeles"
|
||||
"domainCopiedClipboard": "Dominio copiado al portapapeles",
|
||||
"clearDnsCache": "Borrar caché de DNS",
|
||||
"clearDnsCacheMessage": "¿Estás seguro que deseas eliminar la caché de DNS?",
|
||||
"dnsCacheCleared": "Caché de DNS borrada correctamente",
|
||||
"clearingDnsCache": "Borrando caché...",
|
||||
"dnsCacheNotCleared": "La caché de DNS no pudo ser borrada"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue