nezha/resource/l10n/es-ES.toml

599 lines
11 KiB
TOML
Raw Normal View History

2022-04-30 10:49:27 -04:00
[NezhaMonitoring]
2022-04-30 11:48:21 -04:00
other = "Nezha Monitoring"
2022-04-30 10:49:27 -04:00
[Server]
other = "Servidores"
[Services]
other = "Servicios"
[Task]
2022-04-30 16:12:45 -04:00
other = "Tareas"
2022-04-30 10:49:27 -04:00
[Notification]
2022-04-30 16:12:45 -04:00
other = "Notificaciones"
2022-04-30 10:49:27 -04:00
[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]
2022-04-30 14:04:13 -04:00
other = "Iniciar sesión"
2022-04-30 10:49:27 -04:00
[ConfirmLogout]
2022-04-30 16:12:45 -04:00
other = "¿Confirma que queire cierre de sesión?"
2022-04-30 10:49:27 -04:00
[AfterLoggingOutYouHaveToLoginAgain]
2022-04-30 11:48:21 -04:00
other = "Después de cerrar la sesión, debe volver a iniciar la sesión para utilizar"
2022-04-30 10:49:27 -04:00
[Cancel]
2022-04-30 11:48:21 -04:00
other = "Cancelar"
2022-04-30 10:49:27 -04:00
[Confirm]
2022-04-30 11:48:21 -04:00
other = "Confirmar"
2022-04-30 10:49:27 -04:00
[AddScheduledTasks]
2022-04-30 11:48:21 -04:00
other = "Añadir tareas programadas"
2022-04-30 10:49:27 -04:00
[Name]
2022-04-30 11:48:21 -04:00
other = "Nombre"
2022-04-30 10:49:27 -04:00
[Scheduler]
2022-04-30 11:48:21 -04:00
other = "Plan"
2022-04-30 10:49:27 -04:00
[BackUp]
2022-04-30 11:48:21 -04:00
other = "Copia de seguridad"
2022-04-30 10:49:27 -04:00
[3amDaily]
2022-04-30 11:48:21 -04:00
other = "(Las 3: 00 de todos los días)"
2022-04-30 10:49:27 -04:00
[Command]
2022-04-30 11:48:21 -04:00
other = "Comandos"
2022-04-30 10:49:27 -04:00
[Coverage]
2022-04-30 11:48:21 -04:00
other = "Cobertura"
2022-04-30 10:49:27 -04:00
[IgnoreAllAndExecuteOnlyThroughSpecificServers]
2022-04-30 11:48:21 -04:00
other = "Ignorar todo y ejecutar sólo a través de servidores específicos"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotExecuted]
2022-04-30 11:48:21 -04:00
other = "Todos los servidores, sólo los específicos no ejecutan comandos"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[ExecuteByTriggerServer]
2022-09-14 22:00:54 -04:00
other = "Sólo los servidores incluidos en las reglas de notificación"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[SpecificServers]
2022-04-30 11:48:21 -04:00
other = "Servidores específicos"
2022-04-30 10:49:27 -04:00
[EnterIdAndNameToSearch]
2022-04-30 11:48:21 -04:00
other = "Introduzca ID o nombre para buscar"
2022-04-30 10:49:27 -04:00
[NotificationMethodGroup]
2022-04-30 11:48:21 -04:00
other = "Grupo de métodos de notificación"
2022-04-30 10:49:27 -04:00
[PushSuccessMessages]
2022-04-30 11:48:21 -04:00
other = "Enviar el mensaje con éxito"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[TaskType]
2022-09-14 12:11:20 -04:00
other = "Tipo de tarea"
2022-09-14 10:34:10 -04:00
[CronTask]
2022-09-14 20:32:47 -04:00
other = "Tarea programada"
2022-09-14 10:34:10 -04:00
[TriggerTask]
2022-09-14 20:32:47 -04:00
other = "Tarea activa"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[TheFormaOfTheScheduleIs]
2022-04-30 11:48:21 -04:00
other = "El formato del plan es:"
2022-04-30 10:49:27 -04:00
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
2022-06-07 06:45:55 -04:00
other = "Segundos, minutos, horas, días, meses, semanas, ver detalles a"
2022-04-30 10:49:27 -04:00
[ScheduleExpressionFormat]
2022-04-30 11:48:21 -04:00
other = "Formato de expresiones cron"
2022-04-30 10:49:27 -04:00
[IntroductionOfCommands]
2022-04-30 11:48:21 -04:00
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."
2022-04-30 10:49:27 -04:00
[AddMonitor]
2022-04-30 11:48:21 -04:00
other = "Añadir un monitor de servicio"
2022-04-30 10:49:27 -04:00
[Blog]
2022-04-30 11:48:21 -04:00
other = "Blog"
2022-04-30 10:49:27 -04:00
[Target]
2022-04-30 11:48:21 -04:00
other = "Objetivos"
2022-04-30 10:49:27 -04:00
[Type]
2022-04-30 11:48:21 -04:00
other = "Tipo"
2022-04-30 10:49:27 -04:00
[SslExpirationOrChange]
2022-04-30 11:48:21 -04:00
other = "(Expiración o cambio de SSL)"
2022-04-30 10:49:27 -04:00
[Duration]
2022-04-30 11:48:21 -04:00
other = "Intervalo"
2022-04-30 10:49:27 -04:00
[Seconds]
2022-04-30 11:48:21 -04:00
other = "segundos"
2022-04-30 10:49:27 -04:00
[EnableFailureNotification]
2022-04-30 11:48:21 -04:00
other = "Activar la notificación de fallos"
2022-04-30 10:49:27 -04:00
2022-09-16 22:31:08 -04:00
[FailureNotification]
2022-09-17 08:59:22 -04:00
other = "Notificación de fallos"
2022-09-16 22:31:08 -04:00
[MaxLatency]
2022-09-17 11:49:32 -04:00
other = "Retardo máximo (ms)"
2022-09-16 22:31:08 -04:00
[MinLatency]
2022-09-17 11:49:32 -04:00
other = "Retardo mínimo (ms)"
2022-09-16 22:31:08 -04:00
[EnableLatencyNotification]
2022-09-17 11:49:32 -04:00
other = "Activar las notificaciones de retraso de la red"
2022-09-16 22:31:08 -04:00
[LatencyNotification]
2022-09-17 11:49:32 -04:00
other = "Notificación de retraso de la red"
2022-09-16 22:31:08 -04:00
2022-04-30 10:49:27 -04:00
[IntroductionOfMonitor]
other = """
2022-04-30 11:48:21 -04:00
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"""
2022-04-30 10:49:27 -04:00
[AddNotificationMethod]
2022-04-30 11:48:21 -04:00
other = "Añadir un método de notificación"
2022-04-30 10:49:27 -04:00
[Tag]
2022-04-30 11:48:21 -04:00
other = "Grupo de servidores"
2022-04-30 10:49:27 -04:00
[DoNotSendTestMessages]
2022-04-30 11:48:21 -04:00
other = "No se envía ningún mensaje de prueba"
2022-04-30 10:49:27 -04:00
[RequestMethod]
2022-04-30 11:48:21 -04:00
other = "Método de petición"
2022-04-30 10:49:27 -04:00
[RequestType]
2022-04-30 11:48:21 -04:00
other = "Tipo de petición"
2022-04-30 10:49:27 -04:00
[VerifySSL]
2022-04-30 11:48:21 -04:00
other = "Validar SSL"
2022-04-30 10:49:27 -04:00
[AddNotificationRule]
2022-04-30 11:48:21 -04:00
other = "Añadir reglas de notificación"
2022-04-30 10:49:27 -04:00
[Rules]
2022-04-30 11:48:21 -04:00
other = "Reglas"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[NotificationTriggerMode]
2022-09-14 22:00:54 -04:00
other = "Modo de activar la notificación"
2022-09-14 10:34:10 -04:00
[ModeAlwaysTrigger]
2022-09-14 12:11:20 -04:00
other = "Siempre se activa"
2022-09-14 10:34:10 -04:00
[ModeOnetimeTrigger]
2022-09-14 12:11:20 -04:00
other = "Se activa sólo una vez"
2022-09-14 10:34:10 -04:00
2023-04-16 11:58:02 -04:00
[EnableTriggerTask]
other = "Activar tareas de activación"
2022-09-14 10:34:10 -04:00
[FailTriggerTasks]
2022-09-14 20:32:47 -04:00
other = "Tareas que se activan en caso de fallo"
2022-09-14 10:34:10 -04:00
[RecoverTriggerTasks]
2022-09-14 20:32:47 -04:00
other = "Tareas que se activan tras la recuperación del fallo"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[Enable]
2022-04-30 11:48:21 -04:00
other = "Activar"
2022-04-30 10:49:27 -04:00
[AddServer]
2022-04-30 14:04:13 -04:00
other = "Añadir un servidor"
2022-04-30 10:49:27 -04:00
2022-09-16 12:10:42 -04:00
[BatchEditServerGroup]
2022-09-16 21:57:18 -04:00
other = "Modificación de grupos por lotes"
2022-09-16 12:10:42 -04:00
[BatchDeleteServer]
other = "Batch Delete Server"
2022-09-16 12:10:42 -04:00
[InputServerGroupName]
2022-09-16 21:57:18 -04:00
other = "Introduzca un nombre de grupo"
2022-09-16 12:10:42 -04:00
2022-04-30 10:49:27 -04:00
[ServerGroup]
2022-04-30 14:04:13 -04:00
other = "Grupos de servidores"
2022-04-30 10:49:27 -04:00
[EinsteinLightspeed1]
2022-04-30 14:04:13 -04:00
other = "Einstein - Velocidad de la luz 1"
2022-04-30 10:49:27 -04:00
[DisplayIndex]
2022-04-30 14:04:13 -04:00
other = "Índice de visualización"
2022-04-30 10:49:27 -04:00
[TheLargerTheNumberTheHigherThePriority]
2022-10-01 08:26:32 -04:00
other = "Los números más grandes se mostrarán primero"
2022-04-30 10:49:27 -04:00
[Secret]
2022-04-30 14:04:13 -04:00
other = "Clave"
2022-04-30 10:49:27 -04:00
[Note]
2022-04-30 14:04:13 -04:00
other = "Nota"
2022-04-30 10:49:27 -04:00
[LinuxOneKeyInstall]
2022-04-30 14:04:13 -04:00
other = "Linux Instalación con un solo clic"
2022-04-30 10:49:27 -04:00
[NoDomainAlert]
2022-04-30 14:04:13 -04:00
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"
2022-04-30 10:49:27 -04:00
[PushSuccessfully]
2022-04-30 14:04:13 -04:00
other = "Enviado correctamente"
2022-04-30 10:49:27 -04:00
[LastExecution]
2022-10-01 08:26:32 -04:00
other = "Última ejecución en"
2022-04-30 10:49:27 -04:00
[LastResult]
2022-04-30 14:04:13 -04:00
other = "Resultado final"
2022-04-30 10:49:27 -04:00
[Administration]
2022-04-30 23:47:19 -04:00
other = "Gestionar"
2022-04-30 10:49:27 -04:00
[CoverAll]
2022-04-30 14:04:13 -04:00
other = "Cubriendo todo"
2022-04-30 10:49:27 -04:00
[IgnoreAll]
2022-04-30 14:04:13 -04:00
other = "Ignora todo"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[ByTrigger]
2022-09-14 22:00:54 -04:00
other = "Ejecutar cuando se activa"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[DeleteScheduledTask]
2022-04-30 14:04:13 -04:00
other = "Eliminar la tarea programada"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisScheduledTask]
2022-04-30 16:12:45 -04:00
other = "¿Confirma que quiere eliminar esta tarea programada?"
2022-04-30 10:49:27 -04:00
[AccessDenied]
2022-04-30 14:04:13 -04:00
other = "Acceso denegado"
2022-04-30 10:49:27 -04:00
[Use]
2022-04-30 14:04:13 -04:00
other = "Utiliza"
2022-04-30 10:49:27 -04:00
[AccountToLogin]
2022-04-30 14:04:13 -04:00
other = "Acceder a la cuenta"
2022-04-30 10:49:27 -04:00
[SignUp]
2022-04-30 14:04:13 -04:00
other = "Regístrate"
2022-04-30 10:49:27 -04:00
[DontHaveAnAccount]
2022-04-30 14:04:13 -04:00
other = "¿No tiene la cuenta?"
2022-04-30 10:49:27 -04:00
[SSLCertificate]
2022-04-30 14:04:13 -04:00
other = "Certificados HTTP(S)/SSL"
2022-04-30 10:49:27 -04:00
[TCPPort]
2022-04-30 14:04:13 -04:00
other = "Puerto TCP"
2022-04-30 10:49:27 -04:00
[DeleteService]
2022-04-30 14:04:13 -04:00
other = "Eliminar un servicio"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisService]
2022-04-30 16:12:45 -04:00
other = "¿Confirma que quiere eliminar este servicio?"
2022-04-30 10:49:27 -04:00
[DeleteNotificationMethod]
2022-04-30 14:04:13 -04:00
other = "Eliminar un método de notificación"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisNotificationMethod]
2022-04-30 16:12:45 -04:00
other = "¿Confirma que quiere eliminar este método de notificación?"
2022-04-30 10:49:27 -04:00
[ForceUpdate]
2022-04-30 14:04:13 -04:00
other = "Actualizaciones forzosas"
2022-04-30 10:49:27 -04:00
[SelectAll]
2022-04-30 14:04:13 -04:00
other = "Seleccionar todo"
2022-04-30 10:49:27 -04:00
[VersionNumber]
2022-04-30 14:04:13 -04:00
other = "Número de versión"
2022-04-30 10:49:27 -04:00
[OneKeyInstall]
2022-04-30 14:04:13 -04:00
other = "Instalación con un solo clic"
2022-04-30 10:49:27 -04:00
[ClickToCopy]
other = "Haga clic para copiar"
2022-04-30 10:49:27 -04:00
[DeleteServer]
2022-04-30 14:04:13 -04:00
other = "Eliminar el servidor"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteServer]
other = "¿Confirma que quiere eliminar servidor?"
2022-04-30 10:49:27 -04:00
[NoServerSelected]
2022-04-30 14:04:13 -04:00
other = "No hay servidores seleccionados actualmente"
2022-04-30 10:49:27 -04:00
[ExecutionResults]
2022-04-30 14:04:13 -04:00
other = "Resultados de la ejecución"
2022-04-30 10:49:27 -04:00
[SiteTitle]
2022-04-30 14:04:13 -04:00
other = "Título del sitio"
2022-04-30 10:49:27 -04:00
[AdministratorList]
2022-04-30 14:04:13 -04:00
other = "Lista de administradores"
2022-04-30 10:49:27 -04:00
[Theme]
2022-10-01 08:26:32 -04:00
other = "Tema"
2022-04-30 10:49:27 -04:00
[CustomCodes]
2022-04-30 14:04:13 -04:00
other = "Códigos personalizados"
2022-04-30 10:49:27 -04:00
[AccessPassword]
2022-04-30 14:04:13 -04:00
other = "Contraseña de acceso"
2022-04-30 10:49:27 -04:00
[PanelServerDomainAndIP]
2022-04-30 14:04:13 -04:00
other = "El dominio o IP del servidor del panel no está conectado a la CDN"
2022-04-30 10:49:27 -04:00
[IPChangeAlert]
2022-10-01 08:26:32 -04:00
other = "Notificación de cambio de IP"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotAlerted]
2022-04-30 14:04:13 -04:00
other = "Cubrir todo, ignorar sólo servidores específicos"
2022-04-30 10:49:27 -04:00
[IgnoreAllOnlyAlertSpecificServers]
2022-10-01 08:26:32 -04:00
other = "Omitir todo, cubrir sólo servidores específicos"
2022-04-30 10:49:27 -04:00
[IgnoreAllRequestOnlyThroughSpecificServers]
2022-04-30 14:04:13 -04:00
other = "Omitir todos los servidores, sólo enviar peticiones a través de servidores específicos"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotRequest]
2022-04-30 14:04:13 -04:00
other = "Enviar peticiones de todos los servidores, omitir sólo servidores específicos"
2022-04-30 10:49:27 -04:00
[ServerIDSeparatedByCommas]
2022-04-30 14:04:13 -04:00
other = "ID del servidor separado por una coma"
2022-04-30 10:49:27 -04:00
[IPChangeNotificationTag]
2022-04-30 14:04:13 -04:00
other = "Enviar una notificación al grupo de notificación especificado"
2022-04-30 10:49:27 -04:00
[NotificationMessagesDoNotHideIP]
2022-04-30 11:48:21 -04:00
other = "No se oculta la IP en los mensajes de notificación"
2022-04-30 10:49:27 -04:00
[Save]
2022-04-30 11:48:21 -04:00
other = "Guardar"
2022-04-30 10:49:27 -04:00
[ModifiedSuccessfully]
2022-04-30 13:02:08 -04:00
other = "Modificado con éxito"
2022-04-30 10:49:27 -04:00
[TerminalConnectionTimeOutOrSessionEnded]
2022-04-30 13:02:08 -04:00
other = "La conexión del Terminal ha expirado o la sesión ha terminado"
2022-04-30 10:49:27 -04:00
[TerminalConnectionFailed]
2022-04-30 13:02:08 -04:00
other = "Fallo en la conexión del terminal, por favor, revise el proxy inverso de WebSocket"
2022-04-30 10:49:27 -04:00
[Default]
2022-04-30 13:02:08 -04:00
other = "Por defecto"
2022-04-30 10:49:27 -04:00
[Offline]
2022-04-30 13:02:08 -04:00
other = "Desconexión"
2022-04-30 10:49:27 -04:00
[Platform]
2022-04-30 13:02:08 -04:00
other = "Plataforma"
2022-04-30 10:49:27 -04:00
[DiskUsed]
2022-04-30 13:02:08 -04:00
other = "Disco"
2022-04-30 10:49:27 -04:00
[MemUsed]
2022-04-30 13:02:08 -04:00
other = "Memoria"
2022-04-30 10:49:27 -04:00
[SwapUsed]
2022-04-30 13:02:08 -04:00
other = "Swap"
2022-04-30 10:49:27 -04:00
[NetTransfer]
2022-04-30 13:02:08 -04:00
other = "Tráfico de red"
2022-04-30 10:49:27 -04:00
[Load]
2022-04-30 13:02:08 -04:00
other = "Carga"
2022-04-30 10:49:27 -04:00
[ProcessCount]
2022-04-30 13:02:08 -04:00
other = "Número de procesos"
2022-04-30 10:49:27 -04:00
[ConnCount]
2022-04-30 13:02:08 -04:00
other = "Número de conexiones"
2022-04-30 10:49:27 -04:00
[BootTime]
2022-04-30 13:02:08 -04:00
other = "Tiempo de arranque"
2022-04-30 10:49:27 -04:00
[LastActive]
2022-04-30 13:02:08 -04:00
other = "Último activo"
2022-04-30 10:49:27 -04:00
[Version]
2022-04-30 13:02:08 -04:00
other = "Versiones"
2022-04-30 10:49:27 -04:00
[NetSpeed]
2022-06-07 06:45:55 -04:00
other = "Red"
2022-04-30 10:49:27 -04:00
[Uptime]
2022-06-07 06:45:55 -04:00
other = "Activo"
2022-04-30 10:49:27 -04:00
[ServerIsOffline]
2022-04-30 13:02:08 -04:00
other = "El servidor está desconectado"
2022-04-30 10:49:27 -04:00
[Day]
2022-04-30 13:02:08 -04:00
other = "Días"
2022-04-30 10:49:27 -04:00
[RealtimeChannelEstablished]
2022-06-07 06:45:55 -04:00
other = "Canal en tiempo real está conectados"
2022-04-30 10:49:27 -04:00
[GetTheLatestMonitoringDataInRealTime]
2022-04-30 13:02:08 -04:00
other = "¡Ahora puede obtener los últimos datos de monitorización en tiempo real!"
2022-04-30 10:49:27 -04:00
[RealtimeChannelDisconnect]
2022-06-07 06:45:55 -04:00
other = "Canal en tiempo real desconectado"
2022-04-30 10:49:27 -04:00
[CanNotGetTheLatestMonitoringDataInRealTime]
2022-04-30 13:02:08 -04:00
other = "¡No puede obtener los últimos datos de monitorización en tiempo real!"
2022-04-30 10:49:27 -04:00
[30DaysOnline]
2022-04-30 13:02:08 -04:00
other = "Disponibilidad en los últimos 30 días"
2022-04-30 10:49:27 -04:00
[Details]
2022-04-30 13:02:08 -04:00
other = "Detalles"
2022-04-30 10:49:27 -04:00
[Status]
2022-04-30 22:49:05 -04:00
other = "Estado"
2022-04-30 10:49:27 -04:00
[Availability]
2022-04-30 13:02:08 -04:00
other = "Disponibilidad"
2022-04-30 10:49:27 -04:00
[AverageLatency]
2022-09-17 11:49:32 -04:00
other = "Retardo medio"
2022-04-30 10:49:27 -04:00
[CycleTransferStats]
2022-06-07 06:45:55 -04:00
other = "Estadísticas del ciclo de consumo de datos"
2022-04-30 10:49:27 -04:00
[From]
2022-04-30 13:02:08 -04:00
other = "Desde"
2022-04-30 10:49:27 -04:00
[To]
2022-06-07 06:45:55 -04:00
other = "Hasta"
2022-04-30 10:49:27 -04:00
[NextCheck]
2022-04-30 13:02:08 -04:00
other = "Siguiente prueba"
2022-04-30 10:49:27 -04:00
[CurrentUsage]
2022-06-07 06:45:55 -04:00
other = "Consumo"
2022-04-30 10:49:27 -04:00
[VerifyPassword]
2022-04-30 13:02:08 -04:00
other = "Verificar contraseña"
2022-04-30 10:49:27 -04:00
[LightMode]
2022-04-30 13:02:08 -04:00
other = "Modo luminoso"
2022-04-30 10:49:27 -04:00
[DarkMode]
2022-04-30 13:02:08 -04:00
other = "Modo oscuro"
2022-04-30 10:49:27 -04:00
[GridLayout]
2022-04-30 13:02:08 -04:00
other = "Grid Layout"
2022-04-30 10:49:27 -04:00
[ListLayout]
2022-04-30 13:02:08 -04:00
other = "List Layout"
2022-04-30 10:49:27 -04:00
[EnterPassword]
2022-04-30 13:02:08 -04:00
other = "Introduzca su contraseña"
2022-04-30 10:49:27 -04:00
[Location]
2022-04-30 13:02:08 -04:00
other = "Localización"
2022-04-30 10:49:27 -04:00
[Running]
2022-04-30 13:02:08 -04:00
other = "En línea"
2022-04-30 10:49:27 -04:00
[UpNetTransfer]
2022-04-30 13:02:08 -04:00
other = "Tráfico de salida"
2022-04-30 10:49:27 -04:00
[DownNetTransfer]
2022-04-30 13:02:08 -04:00
other = "Tráfico de entrada"
2022-04-30 10:49:27 -04:00
[TotalUpNetTransfer]
2022-04-30 13:02:08 -04:00
other = "Tráfico de salida total"
2022-04-30 10:49:27 -04:00
[TotalDownNetTransfer]
2022-04-30 13:02:08 -04:00
other = "Tráfico de entrada total"
2022-04-30 10:49:27 -04:00
[WrongPassword]
2022-04-30 13:02:08 -04:00
other = "Contraseña incorrecta"
2022-04-30 10:49:27 -04:00
[AnErrorEccurred]
2022-04-30 13:02:08 -04:00
other = "Ha ocurrido un error"
2022-04-30 10:49:27 -04:00
[SystemError]
2022-04-30 14:04:13 -04:00
other = "Error del sistema"
2022-04-30 10:49:27 -04:00
[NetworkError]
2022-04-30 14:04:13 -04:00
other = "Error de red"
2022-04-30 10:49:27 -04:00
[ServicesStatus]
2022-04-30 14:04:13 -04:00
other = "Estado del servicio"
2022-04-30 10:49:27 -04:00
[ServersManagement]
2022-04-30 14:04:13 -04:00
other = "Gestión de servidores"
2022-04-30 10:49:27 -04:00
[ServicesManagement]
2022-04-30 14:04:13 -04:00
other = "Monitorización del servicio"
2022-04-30 10:49:27 -04:00
[ScheduledTasks]
2022-04-30 14:04:13 -04:00
other = "Tareas programadas"
2022-04-30 10:49:27 -04:00
2022-05-18 11:57:15 -04:00
[ApiManagement]
other = "API"
[IssueNewApiToken]
2022-05-18 12:04:44 -04:00
other = "Añadir un token"
2022-05-18 11:57:15 -04:00
[Token]
other = "Token"
[DeleteToken]
2022-05-18 12:04:44 -04:00
other = "Borrar el token"
2022-05-18 11:57:15 -04:00
[ConfirmToDeleteThisToken]
2022-05-18 20:56:15 -04:00
other = "¿Confirmar para borrar este Token?"
2022-05-18 11:57:15 -04:00
2022-04-30 10:49:27 -04:00
[YouAreNotAuthorized]
2022-04-30 14:04:13 -04:00
other = "Esta página requiere un acceso"
2022-04-30 10:49:27 -04:00
[WrongAccessPassword]
2022-04-30 14:04:13 -04:00
other = "Contraseña de acceso incorrecta"
2022-04-30 10:49:27 -04:00
[Add]
2022-04-30 15:00:43 -04:00
other = "Añadir"
2022-04-30 10:49:27 -04:00
[Edit]
2022-04-30 15:00:43 -04:00
other = "Modificar"
2022-04-30 10:49:27 -04:00
[AlarmRule]
2022-04-30 15:00:43 -04:00
other = "Reglas de notificación"
2022-04-30 10:49:27 -04:00
[NotificationMethod]
2022-04-30 15:00:43 -04:00
other = "Método de notificación"
2022-04-30 10:49:27 -04:00
[Incident]
2022-04-30 15:00:43 -04:00
other = "Incidente"
2022-04-30 10:49:27 -04:00
[Resolved]
2022-04-30 15:00:43 -04:00
other = "Resuelto"
2022-04-30 10:49:27 -04:00
2022-05-01 11:58:49 -04:00
[StatusDown]
2022-05-01 12:39:22 -04:00
other = "Fallo"
2022-05-01 11:58:49 -04:00
2022-04-30 10:49:27 -04:00
[StatusNoData]
2022-04-30 15:00:43 -04:00
other = "No hay datos disponibles"
2022-04-30 10:49:27 -04:00
[StatusGood]
2022-06-07 06:45:55 -04:00
other = "Buen"
2022-04-30 10:49:27 -04:00
[StatusLowAvailability]
2022-04-30 15:00:43 -04:00
other = "Baja disponibilidad"
2022-04-30 10:49:27 -04:00
[ScheduledTaskExecutedSuccessfully]
2022-04-30 15:00:43 -04:00
other = "Tarea ejecutada con éxito"
2022-04-30 10:49:27 -04:00
[ScheduledTaskExecutedFailed]
2022-04-30 15:00:43 -04:00
other = "Tarea ejecutada fallida"
2022-04-30 10:49:27 -04:00
[IPChanged]
2022-04-30 15:00:43 -04:00
other = "Cambio de IP"
2022-05-30 06:33:20 -04:00
[Transleft]
2022-05-30 07:15:51 -04:00
other = "Datos restantes"
2022-06-02 21:50:32 -04:00
[DashboardTheme]
2022-10-01 08:26:32 -04:00
other = "Tema del panel de administración"
2022-09-30 10:36:01 -04:00
2023-04-08 13:25:27 -04:00
[Info]
other = "Información"
2023-04-16 11:58:02 -04:00
[HideForGuest]
other = "No se muestra a los visitantes"