nezha/resource/l10n/es-ES.toml

690 lines
12 KiB
TOML
Raw Permalink 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 = "Configuraciones"
2022-04-30 10:49:27 -04:00
[Home]
other = "Inicio"
2022-04-30 10:49:27 -04:00
[BackToHomepage]
other = "Volver al Inicio"
2022-04-30 10:49:27 -04:00
[AdminPanel]
other = "Panel de Administración"
2022-04-30 10:49:27 -04:00
[Logout]
other = "Cerrar Sesión"
2022-04-30 10:49:27 -04:00
[Login]
other = "Iniciar Sesión"
2022-04-30 10:49:27 -04:00
[ConfirmLogout]
other = "¿Confirmar Cierre de Sesión?"
2022-04-30 10:49:27 -04:00
[AfterLoggingOutYouHaveToLoginAgain]
other = "Después de cerrar sesión, debe iniciar sesión nuevamente para continuar"
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]
other = "Agregar 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]
other = "Respaldo"
2022-04-30 10:49:27 -04:00
[3amDaily]
other = "(Diariamente a las 3 a.m.)"
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]
other = "Ignorar todo, ejecutar solo a través de servidores específicos"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotExecuted]
other = "Incluir todo, excepto servidores específicos"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[ExecuteByTriggerServer]
other = "Ejecutar por servidor disparador"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[SpecificServers]
other = "Servidores Específicos"
2022-04-30 10:49:27 -04:00
[EnterIdAndNameToSearch]
other = "Ingrese ID/Nombre para buscar"
2022-04-30 10:49:27 -04:00
[NotificationMethodGroup]
other = "Grupo de Métodos de Notificación"
2022-04-30 10:49:27 -04:00
[PushSuccessMessages]
other = "Enviar el mensaje de éxito"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[TaskType]
other = "Tipo de Tarea"
2022-09-14 10:34:10 -04:00
[CronTask]
other = "Tarea Cron"
2022-09-14 10:34:10 -04:00
[TriggerTask]
other = "Tarea Disparadora"
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]
other = "Segundos, Minutos, Horas, Días, Meses, Semanas - Ver detalles a"
2022-04-30 10:49:27 -04:00
[ScheduleExpressionFormat]
other = "Formato de Expresión de Cron"
2022-04-30 10:49:27 -04:00
[IntroductionOfCommands]
other = "Introducción de Comandos: Escriba comandos como en scripts shell/bat. Evite saltos de línea; conecte múltiples comandos con <code>&&</code> o <code>&</code>. Si no se encuentra un comando, verifique la variable de entorno <code>PATH</code>. En servidores <code>Linux</code>, antepóngale <code>source ~/.bashrc</code> a los comandos, o use rutas absolutas."
2022-04-30 10:49:27 -04:00
[AddMonitor]
other = "Agregar 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]
other = "Objetivo"
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]
other = "(Expiración o Cambio de SSL)"
2022-04-30 10:49:27 -04:00
[Duration]
other = "Intervalo de Solicitud"
2022-04-30 10:49:27 -04:00
[Seconds]
other = "Segundos"
2022-04-30 10:49:27 -04:00
[EnableFailureNotification]
other = "Habilitar Notificación de Fallo"
2022-04-30 10:49:27 -04:00
2022-09-16 22:31:08 -04:00
[FailureNotification]
other = "Notificación de Fallo"
2022-09-16 22:31:08 -04:00
[MaxLatency]
other = "Máxima Latencia (ms)"
2022-09-16 22:31:08 -04:00
[MinLatency]
other = "Mínima Latencia (ms)"
2022-09-16 22:31:08 -04:00
[EnableLatencyNotification]
other = "Habilitar Notificación de Latencia"
2022-09-16 22:31:08 -04:00
[LatencyNotification]
other = "Notificación de Latencia"
2022-09-16 22:31:08 -04:00
2022-04-30 10:49:27 -04:00
[IntroductionOfMonitor]
other = """
Para tipo <b>HTTP-GET</b>, ingrese URL (http/https, HTTPS también monitorea el certificado SSL);<br>
Para tipo <b>ICMP-Ping</b>, ingrese dominio/IP sin puerto;<br>
Para tipo <b>TCP-Ping</b>, ingrese dominio/IP + puerto: ejemplo.com:22"""
2022-04-30 10:49:27 -04:00
[AddNotificationMethod]
other = "Agregar 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]
other = "No Enviar Mensajes de Prueba"
2022-04-30 10:49:27 -04:00
[RequestMethod]
other = "Método de Solicitud"
2022-04-30 10:49:27 -04:00
[RequestType]
other = "Tipo de Solicitud"
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]
other = "Agregar Regla 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]
other = "Modo de Disparo de Notificación"
2022-09-14 10:34:10 -04:00
[ModeAlwaysTrigger]
other = "Siempre Activar"
2022-09-14 10:34:10 -04:00
[ModeOnetimeTrigger]
other = "Activación Única"
2022-09-14 10:34:10 -04:00
2023-04-16 11:58:02 -04:00
[EnableTriggerTask]
other = "Habilitar Tarea Disparadora"
2023-04-16 11:58:02 -04:00
2022-09-14 10:34:10 -04:00
[FailTriggerTasks]
other = "Tareas Disparadas por Fallo"
2022-09-14 10:34:10 -04:00
[RecoverTriggerTasks]
other = "Tareas Disparadas por Recuperación"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[Enable]
other = "Habilitar"
2022-04-30 10:49:27 -04:00
[AddServer]
other = "Agregar Servidor"
2022-04-30 10:49:27 -04:00
2022-09-16 12:10:42 -04:00
[BatchEditServerGroup]
other = "Editar Grupo de Servidores en Lote"
2022-09-16 12:10:42 -04:00
[BatchDeleteServer]
2024-02-27 08:05:39 -05:00
other = "Eliminar Servidores en Lote"
2022-09-16 12:10:42 -04:00
[InputServerGroupName]
other = "Ingrese Nombre del Grupo de Servidores"
2022-09-16 12:10:42 -04:00
2022-04-30 10:49:27 -04:00
[ServerGroup]
other = "Grupos de Servidores"
2022-04-30 10:49:27 -04:00
[EinsteinLightspeed1]
other = "Einstein - Velocidad de luz 1"
2022-04-30 10:49:27 -04:00
[DisplayIndex]
other = "Índice de Visualización"
2022-04-30 10:49:27 -04:00
[TheLargerTheNumberTheHigherThePriority]
other = "A mayor número, mayor prioridad"
2022-04-30 10:49:27 -04:00
[Secret]
other = "Secreto"
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]
other = "Instalación Linux 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]
other = "Envío Exitoso"
2022-04-30 10:49:27 -04:00
[LastExecution]
other = "Última Ejecución en"
2022-04-30 10:49:27 -04:00
[LastResult]
other = "Último Resultado"
2022-04-30 10:49:27 -04:00
[Administration]
other = "Administración"
2022-04-30 10:49:27 -04:00
[CoverAll]
other = "Cubrir Todo"
2022-04-30 10:49:27 -04:00
[IgnoreAll]
other = "Ignorar Todo"
2022-04-30 10:49:27 -04:00
2022-09-14 10:34:10 -04:00
[ByTrigger]
other = "Ejecutar por Disparador"
2022-09-14 10:34:10 -04:00
2022-04-30 10:49:27 -04:00
[DeleteScheduledTask]
other = "Eliminar Tarea Programada"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisScheduledTask]
other = "¿Confirmar para eliminar esta Tarea Programada?"
2022-04-30 10:49:27 -04:00
[AccessDenied]
other = "Acceso Denegado"
2022-04-30 10:49:27 -04:00
[Use]
other = "Usar"
2022-04-30 10:49:27 -04:00
[AccountToLogin]
other = "Iniciar Sesión con Cuenta"
2022-04-30 10:49:27 -04:00
[SignUp]
other = "Registrarse"
2022-04-30 10:49:27 -04:00
[DontHaveAnAccount]
other = "¿No tiene una 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]
other = "Eliminar Servicio"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisService]
other = "¿Confirmar para eliminar este Servicio?"
2022-04-30 10:49:27 -04:00
[DeleteNotificationMethod]
other = "Eliminar Método de Notificación"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteThisNotificationMethod]
other = "¿Confirmar para eliminar este Método de Notificación?"
2022-04-30 10:49:27 -04:00
[ForceUpdate]
other = "Actualizar Ahora"
2022-04-30 10:49:27 -04:00
[SelectAll]
other = "Seleccionar Todo"
2022-04-30 10:49:27 -04:00
[VersionNumber]
other = "Número de Versión"
2022-04-30 10:49:27 -04:00
[OneKeyInstall]
other = "Instalación con Un Solo Clic"
2022-04-30 10:49:27 -04:00
[ClickToCopy]
other = "Hacer Clic para Copiar"
2022-04-30 10:49:27 -04:00
[DeleteServer]
other = "Eliminar Servidor"
2022-04-30 10:49:27 -04:00
[ConfirmToDeleteServer]
other = "¿Confirmar para eliminar este Servidor?"
2022-04-30 10:49:27 -04:00
[NoServerSelected]
other = "No hay Servidores Seleccionados"
2022-04-30 10:49:27 -04:00
[ExecutionResults]
other = "Resultados de Ejecución"
2022-04-30 10:49:27 -04:00
[SiteTitle]
other = "Título del Sitio"
2022-04-30 10:49:27 -04:00
[AdministratorList]
other = "Lista de Administradores"
2022-04-30 10:49:27 -04:00
[Theme]
other = "Tema de Frontend"
2022-04-30 10:49:27 -04:00
[CustomCodes]
other = "Códigos Personalizados (Incluye style y script)"
2022-04-30 10:49:27 -04:00
2024-08-13 12:24:17 -04:00
[CustomCodesDashboard]
other = "Custom Codes for Dashboard"
2022-04-30 10:49:27 -04:00
[AccessPassword]
other = "Contraseña de Acceso al Frontend"
2022-04-30 10:49:27 -04:00
[PanelServerDomainAndIP]
other = "Dominio/IP del Servidor del Panel sin CDN"
2022-04-30 10:49:27 -04:00
[IPChangeAlert]
other = "Notificación de Cambio de IP"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotAlerted]
other = "Incluir Todo, Excepto Servidores Específicos"
2022-04-30 10:49:27 -04:00
[IgnoreAllOnlyAlertSpecificServers]
other = "Ignorar Todo, Alertar Solo Servidores Específicos"
2022-04-30 10:49:27 -04:00
[IgnoreAllRequestOnlyThroughSpecificServers]
other = "Ignorar Todo, Solicitar Solo a Través de Servidores Específicos"
2022-04-30 10:49:27 -04:00
[AllIncludedOnlySpecificServersAreNotRequest]
other = "Incluir Todo, Solo Los Servidores Específicos No Solicitan"
2022-04-30 10:49:27 -04:00
[ServerIDSeparatedByCommas]
other = "IDs de Servidores Separados por Comas"
2022-04-30 10:49:27 -04:00
[IPChangeNotificationTag]
other = "Enviar Alerta a Grupo de Notificación Específico"
2022-04-30 10:49:27 -04:00
[NotificationMessagesDoNotHideIP]
other = "Mostrar Dirección IP Completa en 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]
other = "Modificado con Éxito"
2022-04-30 10:49:27 -04:00
[TerminalConnectionTimeOutOrSessionEnded]
other = "Tiempo de Conexión del Terminal Agotado o Sesión Finalizada"
2022-04-30 10:49:27 -04:00
[TerminalConnectionFailed]
other = "Fallo en la Conexión del Terminal, Verifique la Configuración de Proxy Inverso de WebSocket en /terminal/*"
2022-04-30 10:49:27 -04:00
[Default]
other = "Predeterminado"
2022-04-30 10:49:27 -04:00
[Offline]
other = "Desconectado"
2022-04-30 10:49:27 -04:00
[Platform]
other = "Sistema"
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
[CpuUsed]
other = "CPU"
[Virtualization]
other = "Virtualización"
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]
other = "Transferencia 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]
other = "Cantidad de Procesos"
2022-04-30 10:49:27 -04:00
[ConnCount]
other = "Cantidad de Conexiones"
2022-04-30 10:49:27 -04:00
[BootTime]
other = "Tiempo de Arranque"
2022-04-30 10:49:27 -04:00
[LastActive]
other = "Última Actividad"
2022-04-30 10:49:27 -04:00
[Version]
other = "Versión"
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]
other = "Uptime"
2022-04-30 10:49:27 -04:00
[ServerIsOffline]
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]
other = "Canal en Tiempo Real Establecido"
2022-04-30 10:49:27 -04:00
[GetTheLatestMonitoringDataInRealTime]
other = "¡Ahora Puede Obtener los Últimos Datos de Monitoreo en Tiempo Real!"
2022-04-30 10:49:27 -04:00
[RealtimeChannelDisconnect]
other = "Canal en Tiempo Real Desconectado"
2022-04-30 10:49:27 -04:00
[CanNotGetTheLatestMonitoringDataInRealTime]
other = "¡No se Pueden Obtener los Últimos Datos de Monitoreo en Tiempo Real!"
2022-04-30 10:49:27 -04:00
[30DaysOnline]
other = "Disponibilidad de 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]
other = "Latencia Promedio"
2022-04-30 10:49:27 -04:00
[CycleTransferStats]
other = "Estadísticas de Transferencia Periódica"
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]
other = "Próxima Verificación"
2022-04-30 10:49:27 -04:00
[CurrentUsage]
other = "Uso Actual"
2022-04-30 10:49:27 -04:00
[VerifyPassword]
other = "Verificar Contraseña"
2022-04-30 10:49:27 -04:00
[LightMode]
other = "Modo Claro"
2022-04-30 10:49:27 -04:00
[DarkMode]
other = "Modo Oscuro"
2022-04-30 10:49:27 -04:00
[FollowSystem]
other = "Seguir al Sistema"
2022-04-30 10:49:27 -04:00
[GridLayout]
other = "Diseño de Cuadrícula"
2022-04-30 10:49:27 -04:00
[ListLayout]
other = "Diseño de Lista"
2022-04-30 10:49:27 -04:00
[EnterPassword]
other = "Ingrese Contraseña"
2022-04-30 10:49:27 -04:00
[Location]
other = "Ubicación"
2022-04-30 10:49:27 -04:00
[Running]
other = "En Funcionamiento"
2022-04-30 10:49:27 -04:00
[UpNetTransfer]
other = "Red Ascendente"
2022-04-30 10:49:27 -04:00
[DownNetTransfer]
other = "Red Descendente"
2022-04-30 10:49:27 -04:00
[TotalUpNetTransfer]
other = "Total Ascendente"
2022-04-30 10:49:27 -04:00
[TotalDownNetTransfer]
other = "Total Descendente"
2022-04-30 10:49:27 -04:00
[WrongPassword]
other = "Contraseña Incorrecta"
2022-04-30 10:49:27 -04:00
[AnErrorEccurred]
other = "Ocurrió un Error"
2022-04-30 10:49:27 -04:00
[SystemError]
other = "Error del Sistema"
2022-04-30 10:49:27 -04:00
[NetworkError]
other = "Error de Red"
2022-04-30 10:49:27 -04:00
[ServicesStatus]
other = "Estado de los Servicios"
2022-04-30 10:49:27 -04:00
[ServersManagement]
other = "Gestión de Servidores"
2022-04-30 10:49:27 -04:00
[ServicesManagement]
other = "Gestión de Servicios"
2022-04-30 10:49:27 -04:00
[ScheduledTasks]
other = "Tareas Programadas"
2022-04-30 10:49:27 -04:00
2022-05-18 11:57:15 -04:00
[ApiManagement]
other = "Gestión de API"
2022-05-18 11:57:15 -04:00
[IssueNewApiToken]
other = "Emitir Nuevo Token"
2022-05-18 11:57:15 -04:00
[Token]
other = "Token"
[DeleteToken]
other = "Eliminar Token"
2022-05-18 11:57:15 -04:00
[ConfirmToDeleteThisToken]
other = "¿Confirmar para Eliminar este Token?"
2022-05-18 11:57:15 -04:00
2022-04-30 10:49:27 -04:00
[YouAreNotAuthorized]
other = "No Autorizado para esta Página"
2022-04-30 10:49:27 -04:00
[WrongAccessPassword]
other = "Contraseña de Acceso Incorrecta"
2022-04-30 10:49:27 -04:00
[Add]
other = "Agregar"
2022-04-30 10:49:27 -04:00
[Edit]
other = "Editar"
2022-04-30 10:49:27 -04:00
[AlarmRule]
other = "Reglas de Alarma"
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]
other = "Caído"
2022-05-01 11:58:49 -04:00
2022-04-30 10:49:27 -04:00
[StatusNoData]
other = "Sin Datos"
2022-04-30 10:49:27 -04:00
[StatusGood]
other = "Bueno"
2022-04-30 10:49:27 -04:00
[StatusLowAvailability]
other = "Baja Disponibilidad"
2022-04-30 10:49:27 -04:00
[ScheduledTaskExecutedSuccessfully]
other = "Tarea Programada Ejecutada con Éxito"
2022-04-30 10:49:27 -04:00
[ScheduledTaskExecutedFailed]
other = "Fallo en la Ejecución de la Tarea Programada"
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]
other = "Transferencia Restante"
2022-06-02 21:50:32 -04:00
[DashboardTheme]
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 = "Ocultar para Invitados"
2023-11-07 09:15:13 -05:00
[Menu]
other = "Menú"
[NetworkSpiter]
other = "Red"
[EnableShowInService]
other = "Mostrar en servicio"
[EnableDDNS]
other = "Habilitar DDNS"
[EnableIPv4]
other = "Habilitar DDNS IPv4"
[EnableIpv6]
other = "Habilitar DDNS IPv6"
[DDNSDomain]
other = "Dominio DDNS"
[DDNSProfile]
other = "Nombre del perfil de DDNS"
[Feature]
other = "Característica"
[Template]
other = "Plantilla"
[Stat]
other = "Stat"
2024-02-27 08:05:39 -05:00
[Temperature]
other = "Temperatura"
2024-02-27 08:05:39 -05:00
[DisableSwitchTemplateInFrontend]
other = "Deshabilitar Cambio de Plantilla en Frontend"
[ServersOnWorldMap]
2024-07-14 07:41:50 -04:00
other = "Servidores en el mapa mundial"
[NAT]
other = "NAT traversal"
[LocalService]
other = "Servicio de red local"
[LocalServicePlaceholder]
other = "192.168.1.1:80 (con puerto)"
[BindHostname]
other = "Vincular nombre de host"
[NetworkSpiterList]
other = "Monitor de red"
[Refresh]
other = "Actualizar"
[CopyPath]
other = "Copiar ruta"
[Goto]
other = "Ir a"
[GotoHeadline]
other = "Ir a una carpeta"
[GotoGo]
other = "Ir"
[GotoClose]
other = "Cancelar"
[FMError]
other = "Agent devolvió un error, consulte la consola para obtener más detalles. Para abrir una nueva conexión, vuelva a abrir el FM."