mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-25 11:22:23 +00:00
Created config encryption UI
This commit is contained in:
parent
e0edcb67fa
commit
137a976a36
7 changed files with 687 additions and 5 deletions
|
@ -490,5 +490,30 @@
|
|||
"dnsCacheConfigDescription": "Configure how the server should manage the DNS cache",
|
||||
"comment": "Comment",
|
||||
"address": "Address",
|
||||
"commentsDescription": "Comments are always preceded by #. You don't have to add it, it will be added automatically."
|
||||
"commentsDescription": "Comments are always preceded by #. You don't have to add it, it will be added automatically.",
|
||||
"encryptionSettings": "Encryption settings",
|
||||
"encryptionSettingsDescription": "Encryption (HTTPS/QUIC/TLS) support",
|
||||
"loadingEncryptionSettings": "Loading encryption settings...",
|
||||
"encryptionSettingsNotLoaded": "Encryption settings couldn't be loaded.",
|
||||
"enableEncryption": "Enable encryption",
|
||||
"enableEncryptionTypes": "HTTPS, DNS-over-HTTPS, and DNS-over-TLS",
|
||||
"enableEncryptionDescription": "If encryption is enabled, AdGuard Home admin interface will work over HTTPS, and the DNS server will listen for requests over DNS-over-HTTPS and DNS-over-TLS.",
|
||||
"serverConfiguration": "Server configuration",
|
||||
"domainName": "Domain name",
|
||||
"domainNameDescription": "If set, AdGuard Home detects ClientIDs, responds to DDR queries, and performs additional connection validations. If not set, these features are disabled. Must match one of the DNS Names in the certificate.",
|
||||
"redirectHttps": "Redirect to HTTPS automatically",
|
||||
"httpsPort": "HTTPS port",
|
||||
"tlsPort": "DNS-over-TLS port",
|
||||
"dnsOverQuicPort": "DNS-over-QUIC port",
|
||||
"certificates": "Certificates",
|
||||
"certificatesDescription": "In order to use encryption, you need to provide a valid SSL certificates chain for your domain. You can get a free certificate on letsencrypt.org or you can buy it from one of the trusted Certificate Authorities.",
|
||||
"certificateFilePath": "Set a certificates file path",
|
||||
"pasteCertificateContent": "Paste the certificates contents",
|
||||
"certificatePath": "Certificate path",
|
||||
"certificateContent": "Certificate content",
|
||||
"privateKey": "Private key",
|
||||
"privateKeyFile": "Set a private key file",
|
||||
"pastePrivateKey": "Paste the private key contents",
|
||||
"usePreviousKey": "Use the previously saved key",
|
||||
"privateKeyPath": "Private key path"
|
||||
}
|
|
@ -490,5 +490,30 @@
|
|||
"dnsCacheConfigDescription": "Configura cómo el servidor debe manejar la caché del DNS",
|
||||
"comment": "Comentario",
|
||||
"address": "Dirección",
|
||||
"commentsDescription": "Los comentarios siempre van precedidos por #. No necesitas añadirlo. Se añadirá automáticamente."
|
||||
"commentsDescription": "Los comentarios siempre van precedidos por #. No necesitas añadirlo. Se añadirá automáticamente.",
|
||||
"encryptionSettings": "Configuración de cifrado",
|
||||
"encryptionSettingsDescription": "Soporte de cifrado (HTTPS/QUIC/TLS)",
|
||||
"loadingEncryptionSettings": "Cargando configuración de cifrado...",
|
||||
"encryptionSettingsNotLoaded": "No se ha podido cargar la configuración de cifrado.",
|
||||
"enableEncryption": "Habilitar cifrado",
|
||||
"enableEncryptionTypes": "HTTPS, DNS mediante HTTPS y DNS mediante TLS",
|
||||
"enableEncryptionDescription": "Si el cifrado está habilitado, la interfaz de administración de AdGuard Home funcionará a través de HTTPS, y el servidor DNS escuchará las peticiones DNS mediante HTTPS y DNS mediante TLS.",
|
||||
"serverConfiguration": "Configuración del servidor",
|
||||
"domainName": "Nombre de dominio",
|
||||
"domainNameDescription": "Si se configura, AdGuard Home detecta los ID de clientes, responde a las consultas DDR y realiza validaciones de conexión adicionales. Si no se configura, estas funciones se deshabilitarán. Debe coincidir con uno de los nombres DNS del certificado.",
|
||||
"redirectHttps": "Redireccionar automáticamente a HTTPS",
|
||||
"httpsPort": "Puerto HTTPS",
|
||||
"tlsPort": "Puerto DNS sobre TLS",
|
||||
"dnsOverQuicPort": "Puerto DNS sobre QUIC",
|
||||
"certificates": "Certificados",
|
||||
"certificatesDescription": "Para utilizar el cifrado, debes proporcionar una cadena de certificado SSL válida para tu dominio. Puedes obtener un certificado gratuito en letsencrypt.org o puedes comprarlo en una de las autoridades de certificación de confianza.",
|
||||
"certificateFilePath": "Establecer una ruta para el archivo de certificado",
|
||||
"pasteCertificateContent": "Pegar el contenido del certificado",
|
||||
"certificatePath": "Ruta de acceso al certificado",
|
||||
"certificateContent": "Contenido del certificado",
|
||||
"privateKey": "Clave privada",
|
||||
"privateKeyFile": "Establecer un archivo de clave privada",
|
||||
"pastePrivateKey": "Pegar el contenido de la clave privada",
|
||||
"usePreviousKey": "Usar la clave privada guardada previamente",
|
||||
"privateKeyPath": "Ruta de la clave privada"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue