Update es.lang

This commit is contained in:
MacRimi 2025-01-12 11:40:04 +01:00 committed by GitHub
parent 565ab3350c
commit 3e38a33d80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,3 +49,52 @@ DEPS_ERROR="Error al instalar dependencias. Por favor, instala whiptail manualme
INITIAL_LANG_SELECT="Seleccionar Idioma / Select Language" INITIAL_LANG_SELECT="Seleccionar Idioma / Select Language"
INITIAL_LANG_PROMPT="Elige tu idioma / Choose your language:" INITIAL_LANG_PROMPT="Elige tu idioma / Choose your language:"
INITIAL_LANG_ERROR="No se seleccionó ningún idioma. Saliendo... / No language selected. Exiting..." INITIAL_LANG_ERROR="No se seleccionó ningún idioma. Saliendo... / No language selected. Exiting..."
########## Script Reparacion de Red ##########
# Mensajes generales
MENU_TITLE="Menú de Reparación de Red"
MENU_PROMPT="Por favor, seleccione una opción:"
MENU_REPAIR="Reparar la red"
MENU_VERIFY="Verificar la configuración de red"
MENU_SHOW_IP="Mostrar información de IP"
MENU_EXIT="Salir"
MENU_CANCELED="Operación cancelada por el usuario."
MENU_EXIT_MSG="Saliendo del script de reparación de red. ¡Hasta luego!"
INVALID_OPTION="Opción no válida. Por favor, intente de nuevo."
PRESS_ENTER="Presione Enter para continuar..."
# Títulos de resultados
RESULT_TITLE="Resultado de la Operación"
REPAIR_COMPLETED="Reparación de red completada. Revise el log para más detalles."
VERIFY_COMPLETED="Verificación de red completada. Revise el log para más detalles."
IP_INFO_COMPLETED="Información de IP mostrada. Revise el log para más detalles."
# Mensajes de red
NETWORK_ERROR="ERROR"
NETWORK_SUCCESS="ÉXITO"
NETWORK_WARNING="ADVERTENCIA"
NETWORK_PHYSICAL_INTERFACES="Interfaces físicas detectadas"
NETWORK_CONFIGURED_INTERFACES="Interfaces configuradas"
NETWORK_CHECKING_BRIDGES="Verificando configuración de puentes"
NETWORK_BRIDGE_PORT_MISSING="Puerto de puente no existente o no activo"
NETWORK_BRIDGE_PORT_UPDATED="Puerto de puente actualizado"
NETWORK_NO_PHYSICAL_INTERFACE="No se encontró una interfaz física adecuada"
NETWORK_BRIDGE_PORT_OK="Puerto de puente correcto"
NETWORK_CLEANING_INTERFACES="Limpiando configuraciones de interfaces no existentes"
NETWORK_INTERFACE_REMOVED="Interfaz eliminada"
NETWORK_CONFIGURING_INTERFACES="Configurando interfaces"
NETWORK_INTERFACE_ADDED="Interfaz añadida"
NETWORK_RESTARTING="Reiniciando el servicio de red"
NETWORK_RESTART_SUCCESS="Servicio de red reiniciado con éxito"
NETWORK_RESTART_FAILED="Error al reiniciar el servicio de red"
NETWORK_CONNECTIVITY_OK="Conectividad de red OK"
NETWORK_CONNECTIVITY_FAILED="Fallo en la conectividad de red"
NETWORK_IP_INFO="Información de IP"
NETWORK_NO_IP="No IP"
NETWORK_REPAIR_STARTED="Iniciando reparación de red"
NETWORK_REPAIR_COMPLETED="Reparación de red completada"
NETWORK_REPAIR_FAILED="Fallo en la reparación de red"
NETWORK_REPAIR_PROCESS_FINISHED="Proceso de reparación de red finalizado"
NETWORK_VERIFY_STARTED="Iniciando verificación de red"
NETWORK_VERIFY_FINISHED="Verificación de red finalizada"