mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 13:18:13 -05:00
591 lines
11 KiB
TOML
Vendored
591 lines
11 KiB
TOML
Vendored
[NezhaMonitoring]
|
|
other = "Nezha Monitoring"
|
|
|
|
[Server]
|
|
other = "Servidores"
|
|
|
|
[Services]
|
|
other = "Servicios"
|
|
|
|
[Task]
|
|
other = "Tareas"
|
|
|
|
[Notification]
|
|
other = "Notificaciones"
|
|
|
|
[Settings]
|
|
other = "Ajustes"
|
|
|
|
[Home]
|
|
other = "Página de inicio"
|
|
|
|
[BackToHomepage]
|
|
other = "Volver a la página de inicio"
|
|
|
|
[AdminPanel]
|
|
other = "Panel de administración"
|
|
|
|
[Logout]
|
|
other = "Cerrar sesión"
|
|
|
|
[Login]
|
|
other = "Iniciar sesión"
|
|
|
|
[ConfirmLogout]
|
|
other = "¿Confirma que queire cierre de sesión?"
|
|
|
|
[AfterLoggingOutYouHaveToLoginAgain]
|
|
other = "Después de cerrar la sesión, debe volver a iniciar la sesión para utilizar"
|
|
|
|
[Cancel]
|
|
other = "Cancelar"
|
|
|
|
[Confirm]
|
|
other = "Confirmar"
|
|
|
|
[AddScheduledTasks]
|
|
other = "Añadir tareas programadas"
|
|
|
|
[Name]
|
|
other = "Nombre"
|
|
|
|
[Scheduler]
|
|
other = "Plan"
|
|
|
|
[BackUp]
|
|
other = "Copia de seguridad"
|
|
|
|
[3amDaily]
|
|
other = "(Las 3: 00 de todos los días)"
|
|
|
|
[Command]
|
|
other = "Comandos"
|
|
|
|
[Coverage]
|
|
other = "Cobertura"
|
|
|
|
[IgnoreAllAndExecuteOnlyThroughSpecificServers]
|
|
other = "Ignorar todo y ejecutar sólo a través de servidores específicos"
|
|
|
|
[AllIncludedOnlySpecificServersAreNotExecuted]
|
|
other = "Todos los servidores, sólo los específicos no ejecutan comandos"
|
|
|
|
[ExecuteByTriggerServer]
|
|
other = "Sólo los servidores incluidos en las reglas de notificación"
|
|
|
|
[SpecificServers]
|
|
other = "Servidores específicos"
|
|
|
|
[EnterIdAndNameToSearch]
|
|
other = "Introduzca ID o nombre para buscar"
|
|
|
|
[NotificationMethodGroup]
|
|
other = "Grupo de métodos de notificación"
|
|
|
|
[PushSuccessMessages]
|
|
other = "Enviar el mensaje con éxito"
|
|
|
|
[TaskType]
|
|
other = "Tipo de tarea"
|
|
|
|
[CronTask]
|
|
other = "Tarea programada"
|
|
|
|
[TriggerTask]
|
|
other = "Tarea activa"
|
|
|
|
[TheFormaOfTheScheduleIs]
|
|
other = "El formato del plan es:"
|
|
|
|
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
|
|
other = "Segundos, minutos, horas, días, meses, semanas, ver detalles a"
|
|
|
|
[ScheduleExpressionFormat]
|
|
other = "Formato de expresiones cron"
|
|
|
|
[IntroductionOfCommands]
|
|
other = "Comandos: al igual que la escritura de un script shell/bat, pero no se recomiendan los saltos de línea. Los comandos múltiples se enlazan mediante <code>&&</code>/<code>&</code>, si el comando no se encuentra, es posible que haya un problema con la variable de entorno <code>PATH</code>, los servidores <code>Linux</code> añaden <code>source ~/.bashrc</code> al inicio del comando o utilizan una ruta absoluta para ejecutarlo."
|
|
|
|
[AddMonitor]
|
|
other = "Añadir un monitor de servicio"
|
|
|
|
[Blog]
|
|
other = "Blog"
|
|
|
|
[Target]
|
|
other = "Objetivos"
|
|
|
|
[Type]
|
|
other = "Tipo"
|
|
|
|
[SslExpirationOrChange]
|
|
other = "(Expiración o cambio de SSL)"
|
|
|
|
[Duration]
|
|
other = "Intervalo"
|
|
|
|
[Seconds]
|
|
other = "segundos"
|
|
|
|
[EnableFailureNotification]
|
|
other = "Activar la notificación de fallos"
|
|
|
|
[FailureNotification]
|
|
other = "Notificación de fallos"
|
|
|
|
[MaxLatency]
|
|
other = "Retardo máximo (ms)"
|
|
|
|
[MinLatency]
|
|
other = "Retardo mínimo (ms)"
|
|
|
|
[EnableLatencyNotification]
|
|
other = "Activar las notificaciones de retraso de la red"
|
|
|
|
[LatencyNotification]
|
|
other = "Notificación de retraso de la red"
|
|
|
|
[IntroductionOfMonitor]
|
|
other = """
|
|
Introduzca la URL cuando el tipo sea <b>HTTP-GET</b> (si es con protocolo HTTPS, por cierto, monitorizará el certificado SSL) <br>
|
|
Introduzca el nombre de host o IP sin puerto cuando el tipo es <b>ICMP-Ping</b> <br>
|
|
Introduzca el nombre de host o IP y puerto cuando el tipo es <b>TCP-Ping</b>: example.com:22"""
|
|
|
|
[AddNotificationMethod]
|
|
other = "Añadir un método de notificación"
|
|
|
|
[Tag]
|
|
other = "Grupo de servidores"
|
|
|
|
[DoNotSendTestMessages]
|
|
other = "No se envía ningún mensaje de prueba"
|
|
|
|
[RequestMethod]
|
|
other = "Método de petición"
|
|
|
|
[RequestType]
|
|
other = "Tipo de petición"
|
|
|
|
[VerifySSL]
|
|
other = "Validar SSL"
|
|
|
|
[AddNotificationRule]
|
|
other = "Añadir reglas de notificación"
|
|
|
|
[Rules]
|
|
other = "Reglas"
|
|
|
|
[NotificationTriggerMode]
|
|
other = "Modo de activar la notificación"
|
|
|
|
[ModeAlwaysTrigger]
|
|
other = "Siempre se activa"
|
|
|
|
[ModeOnetimeTrigger]
|
|
other = "Se activa sólo una vez"
|
|
|
|
[FailTriggerTasks]
|
|
other = "Tareas que se activan en caso de fallo"
|
|
|
|
[RecoverTriggerTasks]
|
|
other = "Tareas que se activan tras la recuperación del fallo"
|
|
|
|
[Enable]
|
|
other = "Activar"
|
|
|
|
[AddServer]
|
|
other = "Añadir un servidor"
|
|
|
|
[BatchEditServerGroup]
|
|
other = "Modificación de grupos por lotes"
|
|
|
|
[InputServerGroupName]
|
|
other = "Introduzca un nombre de grupo"
|
|
|
|
[ServerGroup]
|
|
other = "Grupos de servidores"
|
|
|
|
[EinsteinLightspeed1]
|
|
other = "Einstein - Velocidad de la luz 1"
|
|
|
|
[DisplayIndex]
|
|
other = "Índice de visualización"
|
|
|
|
[TheLargerTheNumberTheHigherThePriority]
|
|
other = "Un índice mayor se clasificará antes"
|
|
|
|
[Secret]
|
|
other = "Clave"
|
|
|
|
[Note]
|
|
other = "Nota"
|
|
|
|
[LinuxOneKeyInstall]
|
|
other = "Linux Instalación con un solo clic"
|
|
|
|
[NoDomainAlert]
|
|
other = "Por favor, configure el dominio o IP del servidor del panel que no está conectado a la CDN en la página de configuración"
|
|
|
|
[PushSuccessfully]
|
|
other = "Enviado correctamente"
|
|
|
|
[LastExecution]
|
|
other = "Última ejecución"
|
|
|
|
[LastResult]
|
|
other = "Resultado final"
|
|
|
|
[Administration]
|
|
other = "Gestionar"
|
|
|
|
[CoverAll]
|
|
other = "Cubriendo todo"
|
|
|
|
[IgnoreAll]
|
|
other = "Ignora todo"
|
|
|
|
[ByTrigger]
|
|
other = "Ejecutar cuando se activa"
|
|
|
|
[DeleteScheduledTask]
|
|
other = "Eliminar la tarea programada"
|
|
|
|
[ConfirmToDeleteThisScheduledTask]
|
|
other = "¿Confirma que quiere eliminar esta tarea programada?"
|
|
|
|
[AccessDenied]
|
|
other = "Acceso denegado"
|
|
|
|
[Use]
|
|
other = "Utiliza"
|
|
|
|
[AccountToLogin]
|
|
other = "Acceder a la cuenta"
|
|
|
|
[SignUp]
|
|
other = "Regístrate"
|
|
|
|
[DontHaveAnAccount]
|
|
other = "¿No tiene la cuenta?"
|
|
|
|
[SSLCertificate]
|
|
other = "Certificados HTTP(S)/SSL"
|
|
|
|
[TCPPort]
|
|
other = "Puerto TCP"
|
|
|
|
[DeleteService]
|
|
other = "Eliminar un servicio"
|
|
|
|
[ConfirmToDeleteThisService]
|
|
other = "¿Confirma que quiere eliminar este servicio?"
|
|
|
|
[DeleteNotificationMethod]
|
|
other = "Eliminar un método de notificación"
|
|
|
|
[ConfirmToDeleteThisNotificationMethod]
|
|
other = "¿Confirma que quiere eliminar este método de notificación?"
|
|
|
|
[ForceUpdate]
|
|
other = "Actualizaciones forzosas"
|
|
|
|
[SelectAll]
|
|
other = "Seleccionar todo"
|
|
|
|
[VersionNumber]
|
|
other = "Número de versión"
|
|
|
|
[OneKeyInstall]
|
|
other = "Instalación con un solo clic"
|
|
|
|
[ClickToCopyTheInstallationCommand]
|
|
other = "Haga clic para copiar el comando de instalación"
|
|
|
|
[DeleteServer]
|
|
other = "Eliminar el servidor"
|
|
|
|
[ConfirmToDeleteThisServer]
|
|
other = "¿Confirma que quiere eliminar este servidor?"
|
|
|
|
[NoServerSelected]
|
|
other = "No hay servidores seleccionados actualmente"
|
|
|
|
[ExecutionResults]
|
|
other = "Resultados de la ejecución"
|
|
|
|
[SiteTitle]
|
|
other = "Título del sitio"
|
|
|
|
[AdministratorList]
|
|
other = "Lista de administradores"
|
|
|
|
[Theme]
|
|
other = "Temas"
|
|
|
|
[CustomCodes]
|
|
other = "Códigos personalizados"
|
|
|
|
[AccessPassword]
|
|
other = "Contraseña de acceso"
|
|
|
|
[PanelServerDomainAndIP]
|
|
other = "El dominio o IP del servidor del panel no está conectado a la CDN"
|
|
|
|
[IPChangeAlert]
|
|
other = "Alerta de cambio de IP"
|
|
|
|
[AllIncludedOnlySpecificServersAreNotAlerted]
|
|
other = "Cubrir todo, ignorar sólo servidores específicos"
|
|
|
|
[IgnoreAllOnlyAlertSpecificServers]
|
|
other = "Omitir todo, notificar sólo a los servidores específicos"
|
|
|
|
[IgnoreAllRequestOnlyThroughSpecificServers]
|
|
other = "Omitir todos los servidores, sólo enviar peticiones a través de servidores específicos"
|
|
|
|
[AllIncludedOnlySpecificServersAreNotRequest]
|
|
other = "Enviar peticiones de todos los servidores, omitir sólo servidores específicos"
|
|
|
|
[ServerIDSeparatedByCommas]
|
|
other = "ID del servidor separado por una coma"
|
|
|
|
[IPChangeNotificationTag]
|
|
other = "Enviar una notificación al grupo de notificación especificado"
|
|
|
|
[NotificationMessagesDoNotHideIP]
|
|
other = "No se oculta la IP en los mensajes de notificación"
|
|
|
|
[Save]
|
|
other = "Guardar"
|
|
|
|
[ModifiedSuccessfully]
|
|
other = "Modificado con éxito"
|
|
|
|
[TerminalConnectionTimeOutOrSessionEnded]
|
|
other = "La conexión del Terminal ha expirado o la sesión ha terminado"
|
|
|
|
[TerminalConnectionFailed]
|
|
other = "Fallo en la conexión del terminal, por favor, revise el proxy inverso de WebSocket"
|
|
|
|
[Default]
|
|
other = "Por defecto"
|
|
|
|
[Offline]
|
|
other = "Desconexión"
|
|
|
|
[Platform]
|
|
other = "Plataforma"
|
|
|
|
[DiskUsed]
|
|
other = "Disco"
|
|
|
|
[MemUsed]
|
|
other = "Memoria"
|
|
|
|
[SwapUsed]
|
|
other = "Swap"
|
|
|
|
[NetTransfer]
|
|
other = "Tráfico de red"
|
|
|
|
[Load]
|
|
other = "Carga"
|
|
|
|
[ProcessCount]
|
|
other = "Número de procesos"
|
|
|
|
[ConnCount]
|
|
other = "Número de conexiones"
|
|
|
|
[BootTime]
|
|
other = "Tiempo de arranque"
|
|
|
|
[LastActive]
|
|
other = "Último activo"
|
|
|
|
[Version]
|
|
other = "Versiones"
|
|
|
|
[NetSpeed]
|
|
other = "Red"
|
|
|
|
[Uptime]
|
|
other = "Activo"
|
|
|
|
[ServerIsOffline]
|
|
other = "El servidor está desconectado"
|
|
|
|
[Day]
|
|
other = "Días"
|
|
|
|
[RealtimeChannelEstablished]
|
|
other = "Canal en tiempo real está conectados"
|
|
|
|
[GetTheLatestMonitoringDataInRealTime]
|
|
other = "¡Ahora puede obtener los últimos datos de monitorización en tiempo real!"
|
|
|
|
[RealtimeChannelDisconnect]
|
|
other = "Canal en tiempo real desconectado"
|
|
|
|
[CanNotGetTheLatestMonitoringDataInRealTime]
|
|
other = "¡No puede obtener los últimos datos de monitorización en tiempo real!"
|
|
|
|
[30DaysOnline]
|
|
other = "Disponibilidad en los últimos 30 días"
|
|
|
|
[Details]
|
|
other = "Detalles"
|
|
|
|
[Status]
|
|
other = "Estado"
|
|
|
|
[Availability]
|
|
other = "Disponibilidad"
|
|
|
|
[AverageLatency]
|
|
other = "Retardo medio"
|
|
|
|
[CycleTransferStats]
|
|
other = "Estadísticas del ciclo de consumo de datos"
|
|
|
|
[From]
|
|
other = "Desde"
|
|
|
|
[To]
|
|
other = "Hasta"
|
|
|
|
[NextCheck]
|
|
other = "Siguiente prueba"
|
|
|
|
[CurrentUsage]
|
|
other = "Consumo"
|
|
|
|
[VerifyPassword]
|
|
other = "Verificar contraseña"
|
|
|
|
[LightMode]
|
|
other = "Modo luminoso"
|
|
|
|
[DarkMode]
|
|
other = "Modo oscuro"
|
|
|
|
[GridLayout]
|
|
other = "Grid Layout"
|
|
|
|
[ListLayout]
|
|
other = "List Layout"
|
|
|
|
[EnterPassword]
|
|
other = "Introduzca su contraseña"
|
|
|
|
[Location]
|
|
other = "Localización"
|
|
|
|
[Running]
|
|
other = "En línea"
|
|
|
|
[UpNetTransfer]
|
|
other = "Tráfico de salida"
|
|
|
|
[DownNetTransfer]
|
|
other = "Tráfico de entrada"
|
|
|
|
[TotalUpNetTransfer]
|
|
other = "Tráfico de salida total"
|
|
|
|
[TotalDownNetTransfer]
|
|
other = "Tráfico de entrada total"
|
|
|
|
[WrongPassword]
|
|
other = "Contraseña incorrecta"
|
|
|
|
[AnErrorEccurred]
|
|
other = "Ha ocurrido un error"
|
|
|
|
[SystemError]
|
|
other = "Error del sistema"
|
|
|
|
[NetworkError]
|
|
other = "Error de red"
|
|
|
|
[ServicesStatus]
|
|
other = "Estado del servicio"
|
|
|
|
[ServersManagement]
|
|
other = "Gestión de servidores"
|
|
|
|
[ServicesManagement]
|
|
other = "Monitorización del servicio"
|
|
|
|
[ScheduledTasks]
|
|
other = "Tareas programadas"
|
|
|
|
[ApiManagement]
|
|
other = "API"
|
|
|
|
[IssueNewApiToken]
|
|
other = "Añadir un token"
|
|
|
|
[Token]
|
|
other = "Token"
|
|
|
|
[DeleteToken]
|
|
other = "Borrar el token"
|
|
|
|
[ConfirmToDeleteThisToken]
|
|
other = "¿Confirmar para borrar este Token?"
|
|
|
|
[YouAreNotAuthorized]
|
|
other = "Esta página requiere un acceso"
|
|
|
|
[WrongAccessPassword]
|
|
other = "Contraseña de acceso incorrecta"
|
|
|
|
[Add]
|
|
other = "Añadir"
|
|
|
|
[Edit]
|
|
other = "Modificar"
|
|
|
|
[AlarmRule]
|
|
other = "Reglas de notificación"
|
|
|
|
[NotificationMethod]
|
|
other = "Método de notificación"
|
|
|
|
[Incident]
|
|
other = "Incidente"
|
|
|
|
[Resolved]
|
|
other = "Resuelto"
|
|
|
|
[StatusDown]
|
|
other = "Fallo"
|
|
|
|
[StatusNoData]
|
|
other = "No hay datos disponibles"
|
|
|
|
[StatusGood]
|
|
other = "Buen"
|
|
|
|
[StatusLowAvailability]
|
|
other = "Baja disponibilidad"
|
|
|
|
[ScheduledTaskExecutedSuccessfully]
|
|
other = "Tarea ejecutada con éxito"
|
|
|
|
[ScheduledTaskExecutedFailed]
|
|
other = "Tarea ejecutada fallida"
|
|
|
|
[IPChanged]
|
|
other = "Cambio de IP"
|
|
|
|
[Transleft]
|
|
other = "Datos restantes"
|
|
|
|
[DashboardTheme]
|
|
other = "Temas del panel de administración"
|
|
|
|
[HideForGuest]
|
|
other = "Ocultar para invitados"
|