mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-27 04:07:14 +00:00
Fixed issue validation encryption keys
This commit is contained in:
parent
121af9caaa
commit
fb74be3e69
6 changed files with 132 additions and 11 deletions
|
@ -547,5 +547,13 @@
|
|||
"deepOrange": "Naranja oscuro",
|
||||
"indigo": "Índigo",
|
||||
"useThemeColorStatus": "Usar el color del tema para estados",
|
||||
"useThemeColorStatusDescription": "Reemplaza el verde y rojo por el color del tema y gris"
|
||||
"useThemeColorStatusDescription": "Reemplaza el verde y rojo por el color del tema y gris",
|
||||
"invalidCertificateChain": "Cadena de certificado inválida",
|
||||
"validCertificateChain": "Cadena de certificado válida",
|
||||
"subject": "Asunto",
|
||||
"issuer": "Emisor",
|
||||
"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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue