mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Added option to show client name and processing time on logs
This commit is contained in:
parent
fb74be3e69
commit
fff50604a6
6 changed files with 146 additions and 9 deletions
|
@ -555,5 +555,7 @@
|
|||
"expires": "Expires",
|
||||
"validPrivateKey": "Valid private key",
|
||||
"expirationDate": "Expiration date",
|
||||
"keysNotMatch": "Invalid certificate or key: tls: private key does not match public key"
|
||||
"keysNotMatch": "Invalid certificate or key: tls: private key does not match public key",
|
||||
"nameTimeLogs": "Name and time on logs",
|
||||
"nameTimeLogsDescription": "Show client name and processing time on logs list"
|
||||
}
|
|
@ -555,5 +555,7 @@
|
|||
"expires": "Expira",
|
||||
"validPrivateKey": "Clave privada válida",
|
||||
"expirationDate": "Fecha de expiración",
|
||||
"keysNotMatch": "Certificado o clave inválido: tls: la clave privada no corresponde con la clave pública"
|
||||
"keysNotMatch": "Certificado o clave inválido: tls: la clave privada no corresponde con la clave pública",
|
||||
"nameTimeLogs": "Nombre y tiempo en logs",
|
||||
"nameTimeLogsDescription": "Mostrar el nombre del cliente y el tiempo de procesamiento en la lista de logs"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue