Created dhcp settings screen

This commit is contained in:
Juan Gilsanz Polo 2022-10-12 03:58:17 +02:00
parent 867822d01e
commit 50685d1ea8
7 changed files with 974 additions and 3 deletions

View file

@ -325,5 +325,29 @@
"updating": "Updating values...",
"blockedServicesUpdated": "Blocked services updated successfully",
"blockedServicesNotUpdated": "Blocked services couldn't be updated",
"insertDomain": "Insert a domain to check it's stauts."
"insertDomain": "Insert a domain to check it's stauts.",
"dhcpSettings": "DHCP settings",
"dhcpSettingsDescription": "Configure the DHCP server",
"dhcpSettingsNotLoaded": "DHCP settings could not be loaded",
"loadingDhcp": "Loading DHCP settings...",
"enableDhcpServer": "Enable DHCP server",
"selectInterface": "Select interface",
"hardwareAddress": "Hardware address",
"gatewayIp": "Gateway IP",
"ipv4addresses": "IPv4 addresses",
"ipv6addresses": "IPv6 addresses",
"neededSelectInterface": "You need to select an interface to configure the DHCP server.",
"ipv4settings": "IPv4 settings",
"startOfRange": "Start of range",
"endOfRange": "End of range",
"ipv6settings": "IPv6 settings",
"subnetMask": "Subnet mask",
"subnetMaskNotValid": "Subnet mask not valid",
"gateway": "Gateway",
"gatewayNotValid": "Gateway not valid",
"leaseTime": "Lease time",
"seconds": "seconds",
"leaseTimeNotValid": "Lease time not valid",
"restoreConfiguration": "Restore configuration",
"changeInterface": "Change interface"
}

View file

@ -325,5 +325,29 @@
"updating": "Actualizando valores...",
"blockedServicesUpdated": "Servicios bloqueados actualizados correctamente",
"blockedServicesNotUpdated": "No se pudieron actualizar los servicios bloqueados",
"insertDomain": "Inserta un dominio para comprobar su estado,"
"insertDomain": "Inserta un dominio para comprobar su estado,",
"dhcpSettings": "Configuración de DHCP",
"dhcpSettingsDescription": "Configura el servidor DHCP",
"dhcpSettingsNotLoaded": "No se ha podido cargar la configuración de DHCP",
"loadingDhcp": "Cargando configuración de DHCP...",
"enableDhcpServer": "Habilitar servidor DHCP",
"selectInterface": "Seleccionar interfaz",
"hardwareAddress": "Dirección física",
"gatewayIp": "Puerta de enlace",
"ipv4addresses": "Direcciones IPv4",
"ipv6addresses": "Direcciones IPv6",
"neededSelectInterface": "Necesitas seleccionar una interfaz para configurar el servidor DHCP.",
"ipv4settings": "Configuración IPv4",
"startOfRange": "Inicio de rango",
"endOfRange": "Final de rango",
"ipv6settings": "Configuración IPv6",
"subnetMask": "Máscara de subred",
"subnetMaskNotValid": "Máscara de subred no válida",
"gateway": "Puerta de enlace",
"gatewayNotValid": "Puerta de enlace no válida",
"leaseTime": "Tiempo de asignación",
"seconds": "segundos",
"leaseTimeNotValid": "Tiempo de asignación no válido",
"restoreConfiguration": "Restaurar configuración",
"changeInterface": "Cambiar interfaz"
}