Added reset encryption settings

This commit is contained in:
Juan Gilsanz Polo 2023-12-11 13:54:47 +01:00
parent c1e2a796af
commit 3aa36c89aa
4 changed files with 130 additions and 14 deletions

View file

@ -690,5 +690,10 @@
"topUpstreams": "Top upstreams",
"averageUpstreamResponseTime": "Average upstream response time",
"dhcpNotAvailable": "The DHCP server is not available.",
"osServerInstalledIncompatible": "The OS where the server is installed is not compatible with this feature."
"osServerInstalledIncompatible": "The OS where the server is installed is not compatible with this feature.",
"resetSettings": "Reset settings",
"resetEncryptionSettingsDescription": "Are you sure you want to reset to default values the encryption settings?",
"resettingConfig": "Resetting configuration...",
"configurationResetSuccessfully": "Configuration resetted successfully",
"configurationResetError": "The configuration couldn't be resetted"
}

View file

@ -690,5 +690,10 @@
"topUpstreams": "DNS de subida más frecuentes",
"averageUpstreamResponseTime": "Tiempo promedio de respuesta upstream",
"dhcpNotAvailable": "El servidor DHCP no está disponible.",
"osServerInstalledIncompatible": "El SO donde el servidor está instalado no es compatible con esta característica."
"osServerInstalledIncompatible": "El SO donde el servidor está instalado no es compatible con esta característica.",
"resetSettings": "Resetear configuración",
"resetEncryptionSettingsDescription": "Estás seguro que deseas restaurar a valores por defecto la configuración de encriptación?",
"resettingConfig": "Reseteando configuración...",
"configurationResetSuccessfully": "Configuración reseteada correctamente",
"configurationResetError": "La configuración no ha podido ser reseteada"
}