优化繁体中文、英语、西班牙语语言文件 (#299)

* 优化中文语言文件

* 优化繁体中文、英语、西班牙语语言文件
This commit is contained in:
Kris 2023-11-19 08:18:04 +01:00 committed by GitHub
parent 857c1a819f
commit c7f753818b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 333 additions and 345 deletions

View File

@ -20,10 +20,10 @@ other = "Settings"
other = "Home" other = "Home"
[BackToHomepage] [BackToHomepage]
other = "Back to home" other = "Back to Homepage"
[AdminPanel] [AdminPanel]
other = "Admin" other = "Admin Panel"
[Logout] [Logout]
other = "Logout" other = "Logout"
@ -35,7 +35,7 @@ other = "Log in"
other = "Confirm Logout?" other = "Confirm Logout?"
[AfterLoggingOutYouHaveToLoginAgain] [AfterLoggingOutYouHaveToLoginAgain]
other = "You must log in before accessing the admin area" other = "You need to login again after logout to continue"
[Cancel] [Cancel]
other = "Cancel" other = "Cancel"
@ -56,7 +56,7 @@ other = "Cron Expression"
other = "Backup" other = "Backup"
[3amDaily] [3amDaily]
other = "(Every day at 3 o'clock)" other = "(Daily at 3 AM)"
[Command] [Command]
other = "Command" other = "Command"
@ -65,46 +65,46 @@ other = "Command"
other = "Coverage" other = "Coverage"
[IgnoreAllAndExecuteOnlyThroughSpecificServers] [IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "Ignore All, Only execute by specific servers" other = "Ignore All, Execute Only on Specific Servers"
[AllIncludedOnlySpecificServersAreNotExecuted] [AllIncludedOnlySpecificServersAreNotExecuted]
other = "Cover All, Only ignore specific servers" other = "Cover All, Except Specific Servers"
[ExecuteByTriggerServer] [ExecuteByTriggerServer]
other = "Only servers that are included in the notification rule" other = "Execute on Trigger Server"
[SpecificServers] [SpecificServers]
other = "Specific Servers" other = "Specific Servers"
[EnterIdAndNameToSearch] [EnterIdAndNameToSearch]
other = "Input Server ID/Name to search" other = "Enter ID/Name to search"
[NotificationMethodGroup] [NotificationMethodGroup]
other = "Notification Group" other = "Notification Method Group"
[PushSuccessMessages] [PushSuccessMessages]
other = "Send Success Notification" other = "Send Success Messages"
[TaskType] [TaskType]
other = "Task Type" other = "Task Type"
[CronTask] [CronTask]
other = "Scheduled task" other = "Cron Task"
[TriggerTask] [TriggerTask]
other = "Trigger task" other = "Trigger Task"
[TheFormaOfTheScheduleIs] [TheFormaOfTheScheduleIs]
other = "The Cron Expression is like:" other = "The Cron Expression is like:"
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails] [SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "sec min hour day month week, details in " other = "Sec Min Hour Day Month Week, see details in "
[ScheduleExpressionFormat] [ScheduleExpressionFormat]
other = "CRON Expression Format" other = "CRON Expression Format"
[IntroductionOfCommands] [IntroductionOfCommands]
other = "Command: Just like writing shell/bat scripts, but line wrap is not recommended. Multiple Commands should be connected with <code>&&</code>/<code>&</code>. Command not found may cause by missing <code>PATH</code> environment variable, for <code>Linux</code> Server, you may try adding <code>source ~/.bashrc</code> at beginning of your command or execute by absolute path." other = "Introduction of Commands: Writing commands is similar to shell/bat scripts. It's advised not to break lines, and multiple commands can be connected with <code>&&</code> or <code>&</code>. If a command cannot be found, it might be due to <code>PATH</code> environment variable configuration issues. On <code>Linux</code> servers, you can add <code>source ~/.bashrc</code> at the beginning of the command, or use the command's absolute path."
[AddMonitor] [AddMonitor]
other = "Add Service Monitor" other = "Add Service Monitor"
@ -119,7 +119,7 @@ other = "Target"
other = "Type" other = "Type"
[SslExpirationOrChange] [SslExpirationOrChange]
other = "(SSL Certificate Expired/Changed)" other = "(SSL Expiration or Change)"
[Duration] [Duration]
other = "Interval" other = "Interval"
@ -131,7 +131,7 @@ other = "Seconds"
other = "Enable Failure Notification" other = "Enable Failure Notification"
[FailureNotification] [FailureNotification]
other = "Incident Notification" other = "Failure Notification"
[MaxLatency] [MaxLatency]
other = "Max Latency (ms)" other = "Max Latency (ms)"
@ -140,16 +140,16 @@ other = "Max Latency (ms)"
other = "Min Latency (ms)" other = "Min Latency (ms)"
[EnableLatencyNotification] [EnableLatencyNotification]
other = "Enable Latency Notifications" other = "Enable Latency Notification"
[LatencyNotification] [LatencyNotification]
other = "Latency Notification" other = "Latency Notification"
[IntroductionOfMonitor] [IntroductionOfMonitor]
other = """ other = """
Input URL(With http/https prefix) for type <b>HTTP-GET</b>, SSL Certificate will be monitored automatically when URL has https prefix;<br> For type <b>HTTP-GET</b>, enter URL (with http/https, HTTPS protocol will also monitor SSL certificate);<br>
Input hostname/IP for type <b>ICMP-Ping</b>: example.com;<br> For type <b>ICMP-Ping</b>, enter domain/IP without port: example.com;<br>
Input hostname/IP:Port for type <b>TCP-Ping</b>: example.com:22;""" For type <b>TCP-Ping</b>, enter domain/IP + port number: example.com:22"""
[AddNotificationMethod] [AddNotificationMethod]
other = "Add Notification Method" other = "Add Notification Method"
@ -176,22 +176,22 @@ other = "Add Notification Rule"
other = "Rules" other = "Rules"
[NotificationTriggerMode] [NotificationTriggerMode]
other = "Mode of triggering notification" other = "Notification Trigger Mode"
[ModeAlwaysTrigger] [ModeAlwaysTrigger]
other = "Always triggered" other = "Always Trigger"
[ModeOnetimeTrigger] [ModeOnetimeTrigger]
other = "Triggered only once" other = "Always Trigger"
[EnableTriggerTask] [EnableTriggerTask]
other = "Enable trigger tasks" other = "Enable Trigger Task"
[FailTriggerTasks] [FailTriggerTasks]
other = "Tasks to be triggered in case of failure" other = "Tasks triggered during an alarm"
[RecoverTriggerTasks] [RecoverTriggerTasks]
other = "Tasks to be triggered after fault recovery" other = "Tasks triggered during recovery"
[Enable] [Enable]
other = "Enable" other = "Enable"
@ -200,25 +200,25 @@ other = "Enable"
other = "Add Server" other = "Add Server"
[BatchEditServerGroup] [BatchEditServerGroup]
other = "Batch Modify Groups" other = "Batch Edit Server Group"
[BatchDeleteServer] [BatchDeleteServer]
other = "Batch Delete Server" other = "Batch Delete Server"
[InputServerGroupName] [InputServerGroupName]
other = "Enter the name of the group" other = "Input Server Group Name"
[ServerGroup] [ServerGroup]
other = "Server Group" other = "Server Group"
[EinsteinLightspeed1] [EinsteinLightspeed1]
other = "Einstein Light Speed 1" other = "Einstein Lightspeed 1"
[DisplayIndex] [DisplayIndex]
other = "Display Index" other = "Display Index"
[TheLargerTheNumberTheHigherThePriority] [TheLargerTheNumberTheHigherThePriority]
other = "Greater numbers will be displayed first" other = "Higher Number, Higher Priority"
[Secret] [Secret]
other = "Secret" other = "Secret"
@ -227,7 +227,7 @@ other = "Secret"
other = "Note" other = "Note"
[LinuxOneKeyInstall] [LinuxOneKeyInstall]
other = "One-click installation on Linux" other = "Linux One-Key Install"
[NoDomainAlert] [NoDomainAlert]
other = "Set CDN bypassed Domain/IP in setting before using this function" other = "Set CDN bypassed Domain/IP in setting before using this function"
@ -236,7 +236,7 @@ other = "Set CDN bypassed Domain/IP in setting before using this function"
other = "Send Success Notification" other = "Send Success Notification"
[LastExecution] [LastExecution]
other = "Last run on" other = "Last Execution"
[LastResult] [LastResult]
other = "Last Result" other = "Last Result"
@ -251,7 +251,7 @@ other = "Cover All"
other = "Ignore All" other = "Ignore All"
[ByTrigger] [ByTrigger]
other = "Execute when triggered" other = "Execute by Trigger"
[DeleteScheduledTask] [DeleteScheduledTask]
other = "Delete Scheduled Task" other = "Delete Scheduled Task"
@ -266,13 +266,13 @@ other = "Access Denied"
other = "Use" other = "Use"
[AccountToLogin] [AccountToLogin]
other = "account to login" other = "Account Login"
[SignUp] [SignUp]
other = "Sign up" other = "Sign up"
[DontHaveAnAccount] [DontHaveAnAccount]
other = "Don't have an account yet?" other = "Don't Have an Account?"
[SSLCertificate] [SSLCertificate]
other = "HTTP(S)/SSL Certificate" other = "HTTP(S)/SSL Certificate"
@ -281,16 +281,16 @@ other = "HTTP(S)/SSL Certificate"
other = "TCP Port" other = "TCP Port"
[DeleteService] [DeleteService]
other = "Delete Service Monitor" other = "Remove Service Monitor"
[ConfirmToDeleteThisService] [ConfirmToDeleteThisService]
other = "Confirm Delete?" other = "Confirm to Delete This Service?"
[DeleteNotificationMethod] [DeleteNotificationMethod]
other = "Delete Notification Method" other = "Delete Notification Method"
[ConfirmToDeleteThisNotificationMethod] [ConfirmToDeleteThisNotificationMethod]
other = "Confirm Delete?" other = "Confirm to Delete This Notification Method?"
[ForceUpdate] [ForceUpdate]
other = "Force Update" other = "Force Update"
@ -302,7 +302,7 @@ other = "Select All"
other = "Version" other = "Version"
[OneKeyInstall] [OneKeyInstall]
other = "One-click installation" other = "One-Key Install"
[ClickToCopy] [ClickToCopy]
other = "Click To Copy" other = "Click To Copy"
@ -311,7 +311,7 @@ other = "Click To Copy"
other = "Delete Server" other = "Delete Server"
[ConfirmToDeleteServer] [ConfirmToDeleteServer]
other = "Confirm Delete?" other = "Confirm to Delete Server?"
[NoServerSelected] [NoServerSelected]
other = "No Server Selected" other = "No Server Selected"
@ -323,43 +323,43 @@ other = "Execute Results"
other = "Site Title" other = "Site Title"
[AdministratorList] [AdministratorList]
other = "Admin List" other = "Administrator List"
[Theme] [Theme]
other = "Theme" other = "Frontend Theme"
[CustomCodes] [CustomCodes]
other = "Custom code (style, script)" other = "Custom Codes (Style and Script)"
[AccessPassword] [AccessPassword]
other = "Access Password" other = "Frontend Access Password"
[PanelServerDomainAndIP] [PanelServerDomainAndIP]
other = "CDN Bypassed Domain/IP" other = "Dashboard Server Domain/IP without CDN"
[IPChangeAlert] [IPChangeAlert]
other = "IP Change Notification" other = "IP Change Notification"
[AllIncludedOnlySpecificServersAreNotAlerted] [AllIncludedOnlySpecificServersAreNotAlerted]
other = "Cover All, Only ignore specific servers" other = "Cover All, Only ignore Specific Servers"
[IgnoreAllOnlyAlertSpecificServers] [IgnoreAllOnlyAlertSpecificServers]
other = "Ignore all, cover only specific servers" other = "Ignore All, Cover only Specific Servers"
[IgnoreAllRequestOnlyThroughSpecificServers] [IgnoreAllRequestOnlyThroughSpecificServers]
other = "Skip All Servers, Only send requests via specific servers" other = "Ignore All, Request Only Through Specific Servers"
[AllIncludedOnlySpecificServersAreNotRequest] [AllIncludedOnlySpecificServersAreNotRequest]
other = "Send requests from All servers, Only skip specific servers" other = "Cover All, Only Specific Servers do not request."
[ServerIDSeparatedByCommas] [ServerIDSeparatedByCommas]
other = "Server ID, separated by comma" other = "Server IDs Separated by Commas"
[IPChangeNotificationTag] [IPChangeNotificationTag]
other = "Send Notification To Specific Notification Group" other = "Send Notification To Specific Notification Group"
[NotificationMessagesDoNotHideIP] [NotificationMessagesDoNotHideIP]
other = "Do NOT hide the IP in the notification" other = "Show Full IP Address in Notification Messages"
[Save] [Save]
other = "Save" other = "Save"
@ -368,10 +368,10 @@ other = "Save"
other = "Modified successfully" other = "Modified successfully"
[TerminalConnectionTimeOutOrSessionEnded] [TerminalConnectionTimeOutOrSessionEnded]
other = "Terminal connection timeout or session ended" other = "Terminal Connection Timeout or Session Ended"
[TerminalConnectionFailed] [TerminalConnectionFailed]
other = "Terminal connection failed, check reverse proxy for WebSocket connection on /terminal/* path" other = "The terminal connection failed. Please check the WebSocket reverse proxy configuration for /terminal/*."
[Default] [Default]
other = "Default" other = "Default"
@ -380,7 +380,7 @@ other = "Default"
other = "Offline" other = "Offline"
[Platform] [Platform]
other = "Platform" other = "System"
[DiskUsed] [DiskUsed]
other = "Disk" other = "Disk"
@ -398,16 +398,16 @@ other = "Virtualization"
other = "Swap" other = "Swap"
[NetTransfer] [NetTransfer]
other = "Transfer" other = "Network Transfer"
[Load] [Load]
other = "Load" other = "Load"
[ProcessCount] [ProcessCount]
other = "Processes Count" other = "Process Count"
[ConnCount] [ConnCount]
other = "Connections Count" other = "Connection Count"
[BootTime] [BootTime]
other = "Boot Time" other = "Boot Time"
@ -419,31 +419,31 @@ other = "Last Active"
other = "Version" other = "Version"
[NetSpeed] [NetSpeed]
other = "Network" other = "Network Speed"
[Uptime] [Uptime]
other = "Uptime" other = "Uptime"
[ServerIsOffline] [ServerIsOffline]
other = "Server is offline" other = "Server is Offline"
[Day] [Day]
other = "Days" other = "Days"
[RealtimeChannelEstablished] [RealtimeChannelEstablished]
other = "Real-time Channel Established" other = "Realtime Channel Established"
[GetTheLatestMonitoringDataInRealTime] [GetTheLatestMonitoringDataInRealTime]
other = "You can get the latest monitoring data in real-time!" other = "You Can Get the Latest Monitoring Data in Real Time!"
[RealtimeChannelDisconnect] [RealtimeChannelDisconnect]
other = "Real-time Channel Disconnect" other = "Realtime Channel Disconnect"
[CanNotGetTheLatestMonitoringDataInRealTime] [CanNotGetTheLatestMonitoringDataInRealTime]
other = "Unable to get the latest monitoring data in real-time!" other = "Cannot Get the Latest Monitoring Data in Real Time!"
[30DaysOnline] [30DaysOnline]
other = "Last 30 days availability" other = "30-Day Availability"
[Details] [Details]
other = "Details" other = "Details"
@ -455,10 +455,10 @@ other = "Status"
other = "Availability" other = "Availability"
[AverageLatency] [AverageLatency]
other = "Average delay" other = "Average Latency"
[CycleTransferStats] [CycleTransferStats]
other = "Cycle Transfer Statistics" other = "Periodic Transfer Stats"
[From] [From]
other = "From" other = "From"
@ -491,7 +491,7 @@ other = "Grid Layout"
other = "List Layout" other = "List Layout"
[EnterPassword] [EnterPassword]
other = "Enter password" other = "Enter Password"
[Location] [Location]
other = "Location" other = "Location"
@ -515,7 +515,7 @@ other = "Total Inbound"
other = "Incorrect Password" other = "Incorrect Password"
[AnErrorEccurred] [AnErrorEccurred]
other = "An error occurred" other = "An Error Occurred"
[SystemError] [SystemError]
other = "System Error" other = "System Error"
@ -536,25 +536,25 @@ other = "Services"
other = "Scheduled Tasks" other = "Scheduled Tasks"
[ApiManagement] [ApiManagement]
other = "API" other = "API Management"
[IssueNewApiToken] [IssueNewApiToken]
other = "Add a token" other = "Issue New API Token"
[Token] [Token]
other = "Token" other = "Token"
[DeleteToken] [DeleteToken]
other = "Remove Token" other = "Delete Token"
[ConfirmToDeleteThisToken] [ConfirmToDeleteThisToken]
other = "Confirm remove this token?" other = "Confirm to Delete This Token?"
[YouAreNotAuthorized] [YouAreNotAuthorized]
other = "You are not authorized" other = "Not Authorized for This Page"
[WrongAccessPassword] [WrongAccessPassword]
other = "Wrong access password" other = "Wrong Access Password"
[Add] [Add]
other = "Add" other = "Add"
@ -575,7 +575,7 @@ other = "Incident"
other = "Resolved" other = "Resolved"
[StatusDown] [StatusDown]
other = "Failure" other = "Down"
[StatusNoData] [StatusNoData]
other = "No Data" other = "No Data"
@ -584,19 +584,19 @@ other = "No Data"
other = "Good" other = "Good"
[StatusLowAvailability] [StatusLowAvailability]
other = "Low Available" other = "Low Availability"
[ScheduledTaskExecutedSuccessfully] [ScheduledTaskExecutedSuccessfully]
other = "Task succeeded" other = "Scheduled Task Executed Successfully"
[ScheduledTaskExecutedFailed] [ScheduledTaskExecutedFailed]
other = "Task Failed" other = "Scheduled Task Execution Failed"
[IPChanged] [IPChanged]
other = "IP Changed" other = "IP Changed"
[Transleft] [Transleft]
other = "Data remaining" other = "Remaining Data"
[DashboardTheme] [DashboardTheme]
other = "Admin Panel Theme" other = "Admin Panel Theme"
@ -605,7 +605,7 @@ other = "Admin Panel Theme"
other = "Info" other = "Info"
[HideForGuest] [HideForGuest]
other = "No display to visitors" other = "Hide for Guest"
[Menu] [Menu]
other = "Menu" other = "Menu"

View File

@ -14,28 +14,28 @@ other = "Tareas"
other = "Notificaciones" other = "Notificaciones"
[Settings] [Settings]
other = "Ajustes" other = "Configuraciones"
[Home] [Home]
other = "Página de inicio" other = "Inicio"
[BackToHomepage] [BackToHomepage]
other = "Volver a la página de inicio" other = "Volver al Inicio"
[AdminPanel] [AdminPanel]
other = "Panel de administración" other = "Panel de Administración"
[Logout] [Logout]
other = "Cerrar sesión" other = "Cerrar Sesión"
[Login] [Login]
other = "Iniciar sesión" other = "Iniciar Sesión"
[ConfirmLogout] [ConfirmLogout]
other = "¿Confirma que queire cierre de sesión?" other = "¿Confirmar Cierre de Sesión?"
[AfterLoggingOutYouHaveToLoginAgain] [AfterLoggingOutYouHaveToLoginAgain]
other = "Después de cerrar la sesión, debe volver a iniciar la sesión para utilizar" other = "Después de cerrar sesión, debe iniciar sesión nuevamente para continuar"
[Cancel] [Cancel]
other = "Cancelar" other = "Cancelar"
@ -44,7 +44,7 @@ other = "Cancelar"
other = "Confirmar" other = "Confirmar"
[AddScheduledTasks] [AddScheduledTasks]
other = "Añadir tareas programadas" other = "Agregar Tareas Programadas"
[Name] [Name]
other = "Nombre" other = "Nombre"
@ -53,10 +53,10 @@ other = "Nombre"
other = "Plan" other = "Plan"
[BackUp] [BackUp]
other = "Copia de seguridad" other = "Respaldo"
[3amDaily] [3amDaily]
other = "(Las 3: 00 de todos los días)" other = "(Diariamente a las 3 a.m.)"
[Command] [Command]
other = "Comandos" other = "Comandos"
@ -65,214 +65,214 @@ other = "Comandos"
other = "Cobertura" other = "Cobertura"
[IgnoreAllAndExecuteOnlyThroughSpecificServers] [IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "Ignorar todo y ejecutar sólo a través de servidores específicos" other = "Ignorar todo, ejecutar solo a través de servidores específicos"
[AllIncludedOnlySpecificServersAreNotExecuted] [AllIncludedOnlySpecificServersAreNotExecuted]
other = "Todos los servidores, sólo los específicos no ejecutan comandos" other = "Incluir todo, excepto servidores específicos"
[ExecuteByTriggerServer] [ExecuteByTriggerServer]
other = "Sólo los servidores incluidos en las reglas de notificación" other = "Ejecutar por servidor disparador"
[SpecificServers] [SpecificServers]
other = "Servidores específicos" other = "Servidores Específicos"
[EnterIdAndNameToSearch] [EnterIdAndNameToSearch]
other = "Introduzca ID o nombre para buscar" other = "Ingrese ID/Nombre para buscar"
[NotificationMethodGroup] [NotificationMethodGroup]
other = "Grupo de métodos de notificación" other = "Grupo de Métodos de Notificación"
[PushSuccessMessages] [PushSuccessMessages]
other = "Enviar el mensaje con éxito" other = "Enviar el mensaje de éxito"
[TaskType] [TaskType]
other = "Tipo de tarea" other = "Tipo de Tarea"
[CronTask] [CronTask]
other = "Tarea programada" other = "Tarea Cron"
[TriggerTask] [TriggerTask]
other = "Tarea activa" other = "Tarea Disparadora"
[TheFormaOfTheScheduleIs] [TheFormaOfTheScheduleIs]
other = "El formato del plan es:" other = "El formato del plan es:"
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails] [SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "Segundos, minutos, horas, días, meses, semanas, ver detalles a" other = "Segundos, Minutos, Horas, Días, Meses, Semanas - Ver detalles a"
[ScheduleExpressionFormat] [ScheduleExpressionFormat]
other = "Formato de expresiones cron" other = "Formato de Expresión de Cron"
[IntroductionOfCommands] [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." 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."
[AddMonitor] [AddMonitor]
other = "Añadir un monitor de servicio" other = "Agregar Monitor de Servicio"
[Blog] [Blog]
other = "Blog" other = "Blog"
[Target] [Target]
other = "Objetivos" other = "Objetivo"
[Type] [Type]
other = "Tipo" other = "Tipo"
[SslExpirationOrChange] [SslExpirationOrChange]
other = "(Expiración o cambio de SSL)" other = "(Expiración o Cambio de SSL)"
[Duration] [Duration]
other = "Intervalo" other = "Intervalo de Solicitud"
[Seconds] [Seconds]
other = "segundos" other = "Segundos"
[EnableFailureNotification] [EnableFailureNotification]
other = "Activar la notificación de fallos" other = "Habilitar Notificación de Fallo"
[FailureNotification] [FailureNotification]
other = "Notificación de fallos" other = "Notificación de Fallo"
[MaxLatency] [MaxLatency]
other = "Retardo máximo (ms)" other = "Máxima Latencia (ms)"
[MinLatency] [MinLatency]
other = "Retardo mínimo (ms)" other = "Mínima Latencia (ms)"
[EnableLatencyNotification] [EnableLatencyNotification]
other = "Activar las notificaciones de retraso de la red" other = "Habilitar Notificación de Latencia"
[LatencyNotification] [LatencyNotification]
other = "Notificación de retraso de la red" other = "Notificación de Latencia"
[IntroductionOfMonitor] [IntroductionOfMonitor]
other = """ other = """
Introduzca la URL cuando el tipo sea <b>HTTP-GET</b> (si es con protocolo HTTPS, por cierto, monitorizará el certificado SSL) <br> Para tipo <b>HTTP-GET</b>, ingrese URL (http/https, HTTPS también monitorea el certificado SSL);<br>
Introduzca el nombre de host o IP sin puerto cuando el tipo es <b>ICMP-Ping</b> <br> Para tipo <b>ICMP-Ping</b>, ingrese dominio/IP sin puerto;<br>
Introduzca el nombre de host o IP y puerto cuando el tipo es <b>TCP-Ping</b>: example.com:22""" Para tipo <b>TCP-Ping</b>, ingrese dominio/IP + puerto: ejemplo.com:22"""
[AddNotificationMethod] [AddNotificationMethod]
other = "Añadir un método de notificación" other = "Agregar Método de Notificación"
[Tag] [Tag]
other = "Grupo de servidores" other = "Grupo de servidores"
[DoNotSendTestMessages] [DoNotSendTestMessages]
other = "No se envía ningún mensaje de prueba" other = "No Enviar Mensajes de Prueba"
[RequestMethod] [RequestMethod]
other = "Método de petición" other = "Método de Solicitud"
[RequestType] [RequestType]
other = "Tipo de petición" other = "Tipo de Solicitud"
[VerifySSL] [VerifySSL]
other = "Validar SSL" other = "Validar SSL"
[AddNotificationRule] [AddNotificationRule]
other = "Añadir reglas de notificación" other = "Agregar Regla de Notificación"
[Rules] [Rules]
other = "Reglas" other = "Reglas"
[NotificationTriggerMode] [NotificationTriggerMode]
other = "Modo de activar la notificación" other = "Modo de Disparo de Notificación"
[ModeAlwaysTrigger] [ModeAlwaysTrigger]
other = "Siempre se activa" other = "Siempre Activar"
[ModeOnetimeTrigger] [ModeOnetimeTrigger]
other = "Se activa sólo una vez" other = "Activación Única"
[EnableTriggerTask] [EnableTriggerTask]
other = "Activar tareas de activación" other = "Habilitar Tarea Disparadora"
[FailTriggerTasks] [FailTriggerTasks]
other = "Tareas que se activan en caso de fallo" other = "Tareas Disparadas por Fallo"
[RecoverTriggerTasks] [RecoverTriggerTasks]
other = "Tareas que se activan tras la recuperación del fallo" other = "Tareas Disparadas por Recuperación"
[Enable] [Enable]
other = "Activar" other = "Habilitar"
[AddServer] [AddServer]
other = "Añadir un servidor" other = "Agregar Servidor"
[BatchEditServerGroup] [BatchEditServerGroup]
other = "Modificación de grupos por lotes" other = "Editar Grupo de Servidores en Lote"
[BatchDeleteServer] [BatchDeleteServer]
other = "Batch Delete Server" other = "Eliminar Servidores en Lote""
[InputServerGroupName] [InputServerGroupName]
other = "Introduzca un nombre de grupo" other = "Ingrese Nombre del Grupo de Servidores"
[ServerGroup] [ServerGroup]
other = "Grupos de servidores" other = "Grupos de Servidores"
[EinsteinLightspeed1] [EinsteinLightspeed1]
other = "Einstein - Velocidad de la luz 1" other = "Einstein - Velocidad de luz 1"
[DisplayIndex] [DisplayIndex]
other = "Índice de visualización" other = "Índice de Visualización"
[TheLargerTheNumberTheHigherThePriority] [TheLargerTheNumberTheHigherThePriority]
other = "Los números más grandes se mostrarán primero" other = "A mayor número, mayor prioridad"
[Secret] [Secret]
other = "Clave" other = "Secreto"
[Note] [Note]
other = "Nota" other = "Nota"
[LinuxOneKeyInstall] [LinuxOneKeyInstall]
other = "Linux Instalación con un solo clic" other = "Instalación Linux con Un Solo Clic"
[NoDomainAlert] [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" 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] [PushSuccessfully]
other = "Enviado correctamente" other = "Envío Exitoso"
[LastExecution] [LastExecution]
other = "Última ejecución en" other = "Última Ejecución en"
[LastResult] [LastResult]
other = "Resultado final" other = "Último Resultado"
[Administration] [Administration]
other = "Gestionar" other = "Administración"
[CoverAll] [CoverAll]
other = "Cubriendo todo" other = "Cubrir Todo"
[IgnoreAll] [IgnoreAll]
other = "Ignora todo" other = "Ignorar Todo"
[ByTrigger] [ByTrigger]
other = "Ejecutar cuando se activa" other = "Ejecutar por Disparador"
[DeleteScheduledTask] [DeleteScheduledTask]
other = "Eliminar la tarea programada" other = "Eliminar Tarea Programada"
[ConfirmToDeleteThisScheduledTask] [ConfirmToDeleteThisScheduledTask]
other = "¿Confirma que quiere eliminar esta tarea programada?" other = "¿Confirmar para eliminar esta Tarea Programada?"
[AccessDenied] [AccessDenied]
other = "Acceso denegado" other = "Acceso Denegado"
[Use] [Use]
other = "Utiliza" other = "Usar"
[AccountToLogin] [AccountToLogin]
other = "Acceder a la cuenta" other = "Iniciar Sesión con Cuenta"
[SignUp] [SignUp]
other = "Regístrate" other = "Registrarse"
[DontHaveAnAccount] [DontHaveAnAccount]
other = "¿No tiene la cuenta?" other = "¿No tiene una cuenta?"
[SSLCertificate] [SSLCertificate]
other = "Certificados HTTP(S)/SSL" other = "Certificados HTTP(S)/SSL"
@ -281,106 +281,106 @@ other = "Certificados HTTP(S)/SSL"
other = "Puerto TCP" other = "Puerto TCP"
[DeleteService] [DeleteService]
other = "Eliminar un servicio" other = "Eliminar Servicio"
[ConfirmToDeleteThisService] [ConfirmToDeleteThisService]
other = "¿Confirma que quiere eliminar este servicio?" other = "¿Confirmar para eliminar este Servicio?"
[DeleteNotificationMethod] [DeleteNotificationMethod]
other = "Eliminar un método de notificación" other = "Eliminar Método de Notificación"
[ConfirmToDeleteThisNotificationMethod] [ConfirmToDeleteThisNotificationMethod]
other = "¿Confirma que quiere eliminar este método de notificación?" other = "¿Confirmar para eliminar este Método de Notificación?"
[ForceUpdate] [ForceUpdate]
other = "Actualizaciones forzosas" other = "Actualizar Ahora"
[SelectAll] [SelectAll]
other = "Seleccionar todo" other = "Seleccionar Todo"
[VersionNumber] [VersionNumber]
other = "Número de versión" other = "Número de Versión"
[OneKeyInstall] [OneKeyInstall]
other = "Instalación con un solo clic" other = "Instalación con Un Solo Clic"
[ClickToCopy] [ClickToCopy]
other = "Haga clic para copiar" other = "Hacer Clic para Copiar"
[DeleteServer] [DeleteServer]
other = "Eliminar el servidor" other = "Eliminar Servidor"
[ConfirmToDeleteServer] [ConfirmToDeleteServer]
other = "¿Confirma que quiere eliminar servidor?" other = "¿Confirmar para eliminar este Servidor?"
[NoServerSelected] [NoServerSelected]
other = "No hay servidores seleccionados actualmente" other = "No hay Servidores Seleccionados"
[ExecutionResults] [ExecutionResults]
other = "Resultados de la ejecución" other = "Resultados de Ejecución"
[SiteTitle] [SiteTitle]
other = "Título del sitio" other = "Título del Sitio"
[AdministratorList] [AdministratorList]
other = "Lista de administradores" other = "Lista de Administradores"
[Theme] [Theme]
other = "Tema" other = "Tema de Frontend"
[CustomCodes] [CustomCodes]
other = "Códigos personalizados" other = "Códigos Personalizados (Incluye style y script)"
[AccessPassword] [AccessPassword]
other = "Contraseña de acceso" other = "Contraseña de Acceso al Frontend"
[PanelServerDomainAndIP] [PanelServerDomainAndIP]
other = "El dominio o IP del servidor del panel no está conectado a la CDN" other = "Dominio/IP del Servidor del Panel sin CDN"
[IPChangeAlert] [IPChangeAlert]
other = "Notificación de cambio de IP" other = "Notificación de Cambio de IP"
[AllIncludedOnlySpecificServersAreNotAlerted] [AllIncludedOnlySpecificServersAreNotAlerted]
other = "Cubrir todo, ignorar sólo servidores específicos" other = "Incluir Todo, Excepto Servidores Específicos"
[IgnoreAllOnlyAlertSpecificServers] [IgnoreAllOnlyAlertSpecificServers]
other = "Omitir todo, cubrir sólo servidores específicos" other = "Ignorar Todo, Alertar Solo Servidores Específicos"
[IgnoreAllRequestOnlyThroughSpecificServers] [IgnoreAllRequestOnlyThroughSpecificServers]
other = "Omitir todos los servidores, sólo enviar peticiones a través de servidores específicos" other = "Ignorar Todo, Solicitar Solo a Través de Servidores Específicos"
[AllIncludedOnlySpecificServersAreNotRequest] [AllIncludedOnlySpecificServersAreNotRequest]
other = "Enviar peticiones de todos los servidores, omitir sólo servidores específicos" other = "Incluir Todo, Solo Los Servidores Específicos No Solicitan"
[ServerIDSeparatedByCommas] [ServerIDSeparatedByCommas]
other = "ID del servidor separado por una coma" other = "IDs de Servidores Separados por Comas"
[IPChangeNotificationTag] [IPChangeNotificationTag]
other = "Enviar una notificación al grupo de notificación especificado" other = "Enviar Alerta a Grupo de Notificación Específico"
[NotificationMessagesDoNotHideIP] [NotificationMessagesDoNotHideIP]
other = "No se oculta la IP en los mensajes de notificación" other = "Mostrar Dirección IP Completa en Mensajes de Notificación"
[Save] [Save]
other = "Guardar" other = "Guardar"
[ModifiedSuccessfully] [ModifiedSuccessfully]
other = "Modificado con éxito" other = "Modificado con Éxito"
[TerminalConnectionTimeOutOrSessionEnded] [TerminalConnectionTimeOutOrSessionEnded]
other = "La conexión del Terminal ha expirado o la sesión ha terminado" other = "Tiempo de Conexión del Terminal Agotado o Sesión Finalizada"
[TerminalConnectionFailed] [TerminalConnectionFailed]
other = "Fallo en la conexión del terminal, por favor, revise el proxy inverso de WebSocket" other = "Fallo en la Conexión del Terminal, Verifique la Configuración de Proxy Inverso de WebSocket en /terminal/*"
[Default] [Default]
other = "Por defecto" other = "Predeterminado"
[Offline] [Offline]
other = "Desconexión" other = "Desconectado"
[Platform] [Platform]
other = "Plataforma" other = "Sistema"
[DiskUsed] [DiskUsed]
other = "Disco" other = "Disco"
@ -398,52 +398,52 @@ other = "Virtualización"
other = "Swap" other = "Swap"
[NetTransfer] [NetTransfer]
other = "Tráfico de red" other = "Transferencia de Red"
[Load] [Load]
other = "Carga" other = "Carga"
[ProcessCount] [ProcessCount]
other = "Número de procesos" other = "Cantidad de Procesos"
[ConnCount] [ConnCount]
other = "Número de conexiones" other = "Cantidad de Conexiones"
[BootTime] [BootTime]
other = "Tiempo de arranque" other = "Tiempo de Arranque"
[LastActive] [LastActive]
other = "Último activo" other = "Última Actividad"
[Version] [Version]
other = "Versiones" other = "Versión"
[NetSpeed] [NetSpeed]
other = "Red" other = "Red"
[Uptime] [Uptime]
other = "Activo" other = "Uptime"
[ServerIsOffline] [ServerIsOffline]
other = "El servidor está desconectado" other = "El Servidor está Desconectado"
[Day] [Day]
other = "Días" other = "Días"
[RealtimeChannelEstablished] [RealtimeChannelEstablished]
other = "Canal en tiempo real está conectados" other = "Canal en Tiempo Real Establecido"
[GetTheLatestMonitoringDataInRealTime] [GetTheLatestMonitoringDataInRealTime]
other = "¡Ahora puede obtener los últimos datos de monitorización en tiempo real!" other = "¡Ahora Puede Obtener los Últimos Datos de Monitoreo en Tiempo Real!"
[RealtimeChannelDisconnect] [RealtimeChannelDisconnect]
other = "Canal en tiempo real desconectado" other = "Canal en Tiempo Real Desconectado"
[CanNotGetTheLatestMonitoringDataInRealTime] [CanNotGetTheLatestMonitoringDataInRealTime]
other = "¡No puede obtener los últimos datos de monitorización en tiempo real!" other = "¡No se Pueden Obtener los Últimos Datos de Monitoreo en Tiempo Real!"
[30DaysOnline] [30DaysOnline]
other = "Disponibilidad en los últimos 30 días" other = "Disponibilidad de 30 Días"
[Details] [Details]
other = "Detalles" other = "Detalles"
@ -455,10 +455,10 @@ other = "Estado"
other = "Disponibilidad" other = "Disponibilidad"
[AverageLatency] [AverageLatency]
other = "Retardo medio" other = "Latencia Promedio"
[CycleTransferStats] [CycleTransferStats]
other = "Estadísticas del ciclo de consumo de datos" other = "Estadísticas de Transferencia Periódica"
[From] [From]
other = "Desde" other = "Desde"
@ -467,103 +467,103 @@ other = "Desde"
other = "Hasta" other = "Hasta"
[NextCheck] [NextCheck]
other = "Siguiente prueba" other = "Próxima Verificación"
[CurrentUsage] [CurrentUsage]
other = "Consumo" other = "Uso Actual"
[VerifyPassword] [VerifyPassword]
other = "Verificar contraseña" other = "Verificar Contraseña"
[LightMode] [LightMode]
other = "Modo luminoso" other = "Modo Claro"
[DarkMode] [DarkMode]
other = "Modo oscuro" other = "Modo Oscuro"
[FollowSystem] [FollowSystem]
other = "Seguir el sistema" other = "Seguir al Sistema"
[GridLayout] [GridLayout]
other = "Grid Layout" other = "Diseño de Cuadrícula"
[ListLayout] [ListLayout]
other = "List Layout" other = "Diseño de Lista"
[EnterPassword] [EnterPassword]
other = "Introduzca su contraseña" other = "Ingrese Contraseña"
[Location] [Location]
other = "Localización" other = "Ubicación"
[Running] [Running]
other = "En línea" other = "En Funcionamiento"
[UpNetTransfer] [UpNetTransfer]
other = "Tráfico de salida" other = "Red Ascendente"
[DownNetTransfer] [DownNetTransfer]
other = "Tráfico de entrada" other = "Red Descendente"
[TotalUpNetTransfer] [TotalUpNetTransfer]
other = "Tráfico de salida total" other = "Total Ascendente"
[TotalDownNetTransfer] [TotalDownNetTransfer]
other = "Tráfico de entrada total" other = "Total Descendente"
[WrongPassword] [WrongPassword]
other = "Contraseña incorrecta" other = "Contraseña Incorrecta"
[AnErrorEccurred] [AnErrorEccurred]
other = "Ha ocurrido un error" other = "Ocurrió un Error"
[SystemError] [SystemError]
other = "Error del sistema" other = "Error del Sistema"
[NetworkError] [NetworkError]
other = "Error de red" other = "Error de Red"
[ServicesStatus] [ServicesStatus]
other = "Estado del servicio" other = "Estado de los Servicios"
[ServersManagement] [ServersManagement]
other = "Gestión de servidores" other = "Gestión de Servidores"
[ServicesManagement] [ServicesManagement]
other = "Monitorización del servicio" other = "Gestión de Servicios"
[ScheduledTasks] [ScheduledTasks]
other = "Tareas programadas" other = "Tareas Programadas"
[ApiManagement] [ApiManagement]
other = "API" other = "Gestión de API"
[IssueNewApiToken] [IssueNewApiToken]
other = "Añadir un token" other = "Emitir Nuevo Token"
[Token] [Token]
other = "Token" other = "Token"
[DeleteToken] [DeleteToken]
other = "Borrar el token" other = "Eliminar Token"
[ConfirmToDeleteThisToken] [ConfirmToDeleteThisToken]
other = "¿Confirmar para borrar este Token?" other = "¿Confirmar para Eliminar este Token?"
[YouAreNotAuthorized] [YouAreNotAuthorized]
other = "Esta página requiere un acceso" other = "No Autorizado para esta Página"
[WrongAccessPassword] [WrongAccessPassword]
other = "Contraseña de acceso incorrecta" other = "Contraseña de Acceso Incorrecta"
[Add] [Add]
other = "Añadir" other = "Agregar"
[Edit] [Edit]
other = "Modificar" other = "Editar"
[AlarmRule] [AlarmRule]
other = "Reglas de notificación" other = "Reglas de Alarma"
[NotificationMethod] [NotificationMethod]
other = "Método de notificación" other = "Método de notificación"
@ -575,37 +575,37 @@ other = "Incidente"
other = "Resuelto" other = "Resuelto"
[StatusDown] [StatusDown]
other = "Fallo" other = "Caído"
[StatusNoData] [StatusNoData]
other = "No hay datos disponibles" other = "Sin Datos"
[StatusGood] [StatusGood]
other = "Buen" other = "Bueno"
[StatusLowAvailability] [StatusLowAvailability]
other = "Baja disponibilidad" other = "Baja Disponibilidad"
[ScheduledTaskExecutedSuccessfully] [ScheduledTaskExecutedSuccessfully]
other = "Tarea ejecutada con éxito" other = "Tarea Programada Ejecutada con Éxito"
[ScheduledTaskExecutedFailed] [ScheduledTaskExecutedFailed]
other = "Tarea ejecutada fallida" other = "Fallo en la Ejecución de la Tarea Programada"
[IPChanged] [IPChanged]
other = "Cambio de IP" other = "Cambio de IP"
[Transleft] [Transleft]
other = "Datos restantes" other = "Transferencia Restante"
[DashboardTheme] [DashboardTheme]
other = "Tema del panel de administración" other = "Tema del Panel de Administración"
[Info] [Info]
other = "Información" other = "Información"
[HideForGuest] [HideForGuest]
other = "No se muestra a los visitantes" other = "Ocultar para Invitados"
[Menu] [Menu]
other = "Menú" other = "Menú"

View File

@ -2,7 +2,7 @@
other = "哪吒監控" other = "哪吒監控"
[Server] [Server]
other = "主機" other = "伺服器"
[Services] [Services]
other = "服務" other = "服務"
@ -11,7 +11,7 @@ other = "服務"
other = "任務" other = "任務"
[Notification] [Notification]
other = "警" other = "警"
[Settings] [Settings]
other = "設置" other = "設置"
@ -20,10 +20,10 @@ other = "設置"
other = "首頁" other = "首頁"
[BackToHomepage] [BackToHomepage]
other = "返回前" other = "返回前"
[AdminPanel] [AdminPanel]
other = "管理後" other = "管理後"
[Logout] [Logout]
other = "登出" other = "登出"
@ -32,10 +32,10 @@ other = "登出"
other = "登入" other = "登入"
[ConfirmLogout] [ConfirmLogout]
other = "確認登出" other = "確定要登出嗎"
[AfterLoggingOutYouHaveToLoginAgain] [AfterLoggingOutYouHaveToLoginAgain]
other = "登出後您必須重新登入才能使用" other = "登出後需重新登入以繼續使用"
[Cancel] [Cancel]
other = "取消" other = "取消"
@ -44,7 +44,7 @@ other = "取消"
other = "確認" other = "確認"
[AddScheduledTasks] [AddScheduledTasks]
other = "添加計劃任務" other = "新增計劃任務"
[Name] [Name]
other = "名稱" other = "名稱"
@ -65,19 +65,19 @@ other = "命令"
other = "覆蓋範圍" other = "覆蓋範圍"
[IgnoreAllAndExecuteOnlyThroughSpecificServers] [IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "忽略全部,僅通過特定服務器執行" other = "忽略所有,僅通過特定伺服器執行"
[AllIncludedOnlySpecificServersAreNotExecuted] [AllIncludedOnlySpecificServersAreNotExecuted]
other = "覆蓋全部,僅特定服務器不執行" other = "覆蓋所有,僅特定伺服器不執行"
[ExecuteByTriggerServer] [ExecuteByTriggerServer]
other = "由觸發的器執行" other = "由觸發的服器執行"
[SpecificServers] [SpecificServers]
other = "特定器" other = "特定服器"
[EnterIdAndNameToSearch] [EnterIdAndNameToSearch]
other = "輸入ID/名稱以搜" other = "輸入ID/名稱以搜"
[NotificationMethodGroup] [NotificationMethodGroup]
other = "通知方式組" other = "通知方式組"
@ -95,7 +95,7 @@ other = "計劃任務"
other = "觸發任務" other = "觸發任務"
[TheFormaOfTheScheduleIs] [TheFormaOfTheScheduleIs]
other = "計劃的格式" other = "計劃的格式"
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails] [SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "秒 分 時 天 月 星期,詳情見" other = "秒 分 時 天 月 星期,詳情見"
@ -104,10 +104,10 @@ other = "秒 分 時 天 月 星期,詳情見"
other = "計劃表達式格式" other = "計劃表達式格式"
[IntroductionOfCommands] [IntroductionOfCommands]
other = "命令:就像寫 shell/bat 腳本一樣,但是不推薦換行,多個命令使用 <code>&&</code>/<code>&</code> 連接,如果遇到 xxx 命令找不到,可能是<code>PATH</code> 環境變量的問題,<code>Linux</code> 主機在命令開頭加入<code>source ~/.bashrc</code>或者使用絕對路徑執行。" other = "命令說明:編寫命令時類似於 shell/bat 腳本。建議不要換行,多個命令可用 <code>&&</code> 或 <code>&</code> 連接,若出現命令無法找到的情況,可能是由於 <code>PATH</code> 環境變量配置問題。在 <code>Linux</code> 伺服器上,可在命令開頭加入 <code>source ~/.bashrc</code>,或使用命令的絕對路徑執行。"
[AddMonitor] [AddMonitor]
other = "添加監控" other = "新增監控"
[Blog] [Blog]
other = "博客" other = "博客"
@ -148,17 +148,17 @@ other = "延遲通知"
[IntroductionOfMonitor] [IntroductionOfMonitor]
other = """ other = """
<b>HTTP-GET</b> URL( http/https, HTTPSSSL)<br> <b>HTTP-GET</b> URL( http/https, HTTPSSSL)<br>
<b>ICMP-Ping</b> /IP<br> <b>ICMP-Ping</b> /IP<br>
<b>TCP-Ping</b> /IP + example.com:22""" <b>TCP-Ping</b> /IP + example.com:22"""
[AddNotificationMethod] [AddNotificationMethod]
other = "添加通知方式" other = "新增通知方式"
[Tag] [Tag]
other = "分組" other = "分組"
[DoNotSendTestMessages] [DoNotSendTestMessages]
other = "不發送測試息" other = "不發送測試息"
[RequestMethod] [RequestMethod]
other = "請求方式" other = "請求方式"
@ -170,7 +170,7 @@ other = "請求類型"
other = "驗證SSL" other = "驗證SSL"
[AddNotificationRule] [AddNotificationRule]
other = "添加報警規則" other = "新增告警規則"
[Rules] [Rules]
other = "規則" other = "規則"
@ -188,7 +188,7 @@ other = "單次觸發"
other = "啟用觸發任務" other = "啟用觸發任務"
[FailTriggerTasks] [FailTriggerTasks]
other = "故障時觸發任務" other = "告警時觸發任務"
[RecoverTriggerTasks] [RecoverTriggerTasks]
other = "恢復時觸發任務" other = "恢復時觸發任務"
@ -197,19 +197,19 @@ other = "恢復時觸發任務"
other = "啟用" other = "啟用"
[AddServer] [AddServer]
other = "添加服務器" other = "新增伺服器"
[BatchEditServerGroup] [BatchEditServerGroup]
other = "批量修改分組" other = "批量修改分組"
[BatchDeleteServer] [BatchDeleteServer]
other = "批量删除服务器" other = "批量刪除伺服器"
[InputServerGroupName] [InputServerGroupName]
other = "輸入分組名稱" other = "輸入分組名稱"
[ServerGroup] [ServerGroup]
other = "器分組" other = "服器分組"
[EinsteinLightspeed1] [EinsteinLightspeed1]
other = "愛因斯坦-光速1號" other = "愛因斯坦-光速1號"
@ -230,13 +230,13 @@ other = "備註"
other = "Linux 一鍵安裝" other = "Linux 一鍵安裝"
[NoDomainAlert] [NoDomainAlert]
other = "請先在設置頁面配置 未接入CDN的面板器域名/IP" other = "請先在設置頁面配置 未接入CDN的面板服器域名/IP"
[PushSuccessfully] [PushSuccessfully]
other = "成功推送" other = "推送成功"
[LastExecution] [LastExecution]
other = "最執行" other = "最執行"
[LastResult] [LastResult]
other = "最後結果" other = "最後結果"
@ -245,10 +245,10 @@ other = "最後結果"
other = "管理" other = "管理"
[CoverAll] [CoverAll]
other = "覆蓋全部" other = "覆蓋所有"
[IgnoreAll] [IgnoreAll]
other = "忽略全部" other = "忽略所有"
[ByTrigger] [ByTrigger]
other = "觸發執行" other = "觸發執行"
@ -260,19 +260,19 @@ other = "刪除計劃任務"
other = "確認刪除此計劃任務?" other = "確認刪除此計劃任務?"
[AccessDenied] [AccessDenied]
other = "訪問受限" other = "訪問被拒絕"
[Use] [Use]
other = "使用" other = "使用"
[AccountToLogin] [AccountToLogin]
other = "號登入" other = "號登入"
[SignUp] [SignUp]
other = "註冊" other = "註冊"
[DontHaveAnAccount] [DontHaveAnAccount]
other = "沒有號?" other = "沒有號?"
[SSLCertificate] [SSLCertificate]
other = "HTTP(S)/SSL證書" other = "HTTP(S)/SSL證書"
@ -281,7 +281,7 @@ other = "HTTP(S)/SSL證書"
other = "TCP 端口" other = "TCP 端口"
[DeleteService] [DeleteService]
other = "除服務" other = "除服務"
[ConfirmToDeleteThisService] [ConfirmToDeleteThisService]
other = "確認刪除此服務?" other = "確認刪除此服務?"
@ -293,7 +293,7 @@ other = "刪除通知方式"
other = "確認刪除此通知方式?" other = "確認刪除此通知方式?"
[ForceUpdate] [ForceUpdate]
other = "強制更新" other = "立即更新"
[SelectAll] [SelectAll]
other = "全選" other = "全選"
@ -308,58 +308,58 @@ other = "一鍵安裝"
other = "點擊複製" other = "點擊複製"
[DeleteServer] [DeleteServer]
other = "刪除主機" other = "刪除伺服器"
[ConfirmToDeleteServer] [ConfirmToDeleteServer]
other = "確認刪除主機" other = "確認刪除伺服器"
[NoServerSelected] [NoServerSelected]
other = "當前沒有選中的器" other = "當前沒有選中的服器"
[ExecutionResults] [ExecutionResults]
other = "執行結果" other = "執行結果"
[SiteTitle] [SiteTitle]
other = "標題" other = "站標題"
[AdministratorList] [AdministratorList]
other = "管理員列表" other = "管理員列表"
[Theme] [Theme]
other = "主題" other = "前台界面主題"
[CustomCodes] [CustomCodes]
other = "自定義代碼(style、script 都可以)" other = "自定義代碼(包括 style 和 script"
[AccessPassword] [AccessPassword]
other = "前臺查看密碼" other = "前台訪問密碼"
[PanelServerDomainAndIP] [PanelServerDomainAndIP]
other = "未接入CDN的面板器域名/IP" other = "未接入CDN的面板服器域名/IP"
[IPChangeAlert] [IPChangeAlert]
other = "IP 變更提醒" other = "IP 變動通知"
[AllIncludedOnlySpecificServersAreNotAlerted] [AllIncludedOnlySpecificServersAreNotAlerted]
other = "覆蓋全部,僅特定服務器不提醒" other = "覆蓋所有,僅特定伺服器不提醒"
[IgnoreAllOnlyAlertSpecificServers] [IgnoreAllOnlyAlertSpecificServers]
other = "忽略全部,僅提醒特定服務器" other = "忽略所有,僅提醒特定伺服器"
[IgnoreAllRequestOnlyThroughSpecificServers] [IgnoreAllRequestOnlyThroughSpecificServers]
other = "忽略全部,僅通過特定服務器請求" other = "忽略所有,僅通過特定伺服器請求"
[AllIncludedOnlySpecificServersAreNotRequest] [AllIncludedOnlySpecificServersAreNotRequest]
other = "覆蓋全部,僅特定服務器不請求" other = "覆蓋所有,僅特定伺服器不請求"
[ServerIDSeparatedByCommas] [ServerIDSeparatedByCommas]
other = "器ID 以逗號隔開" other = "服器ID 以逗號隔開"
[IPChangeNotificationTag] [IPChangeNotificationTag]
other = "提醒發送至指定通知分組" other = "提醒發送至指定通知分組"
[NotificationMessagesDoNotHideIP] [NotificationMessagesDoNotHideIP]
other = "通知訊息IP不打碼" other = "通知信息中顯示完整IP地址"
[Save] [Save]
other = "保存" other = "保存"
@ -371,7 +371,7 @@ other = "修改成功"
other = "Terminal 連接超時或會話已結束" other = "Terminal 連接超時或會話已結束"
[TerminalConnectionFailed] [TerminalConnectionFailed]
other = "Terminal 連接失敗,請檢查 /terminal/* 的 WebSocket 反代情況" other = "Terminal 連接失敗,請檢查 /terminal/* 的 WebSocket 反向代理配置"
[Default] [Default]
other = "默認" other = "默認"
@ -383,13 +383,13 @@ other = "已離線"
other = "系統" other = "系統"
[DiskUsed] [DiskUsed]
other = "硬" other = "硬"
[MemUsed] [MemUsed]
other = "內存" other = "記憶體"
[CpuUsed] [CpuUsed]
other = "CPU" other = "核心"
[Virtualization] [Virtualization]
other = "虛擬化" other = "虛擬化"
@ -410,7 +410,7 @@ other = "進程數"
other = "連接數" other = "連接數"
[BootTime] [BootTime]
other = "動" other = "動"
[LastActive] [LastActive]
other = "活動" other = "活動"
@ -425,25 +425,25 @@ other = "網絡"
other = "在線" other = "在線"
[ServerIsOffline] [ServerIsOffline]
other = "節點已離線" other = "伺服器已離線"
[Day] [Day]
other = "天" other = "天"
[RealtimeChannelEstablished] [RealtimeChannelEstablished]
other = "實時通道建立" other = "實時通道建立"
[GetTheLatestMonitoringDataInRealTime] [GetTheLatestMonitoringDataInRealTime]
other = "可以實時獲取最新監控數據啦" other = "可以實時獲取最新監控數據啦"
[RealtimeChannelDisconnect] [RealtimeChannelDisconnect]
other = "實時通道斷開" other = "實時通道斷開"
[CanNotGetTheLatestMonitoringDataInRealTime] [CanNotGetTheLatestMonitoringDataInRealTime]
other = "無法實時獲取最新監控數據咯" other = "無法實時獲取最新監控數據咯"
[30DaysOnline] [30DaysOnline]
other = "30天在線率" other = "近30天可用性"
[Details] [Details]
other = "詳情" other = "詳情"
@ -452,22 +452,22 @@ other = "詳情"
other = "狀態" other = "狀態"
[Availability] [Availability]
other = "在線率" other = "可用性"
[AverageLatency] [AverageLatency]
other = "平均延遲" other = "平均響應時間"
[CycleTransferStats] [CycleTransferStats]
other = "循環流量統計" other = "周期性流量統計"
[From] [From]
other = "" other = "起始"
[To] [To]
other = "" other = "結束"
[NextCheck] [NextCheck]
other = "下次檢查" other = "下一次檢測"
[CurrentUsage] [CurrentUsage]
other = "當前用量" other = "當前用量"
@ -476,25 +476,25 @@ other = "當前用量"
other = "驗證查看密碼" other = "驗證查看密碼"
[LightMode] [LightMode]
other = "白晝模式" other = "亮色模式"
[DarkMode] [DarkMode]
other = "暗模式" other = "暗模式"
[FollowSystem] [FollowSystem]
other = "跟隨系統" other = "跟隨系統"
[GridLayout] [GridLayout]
other = "網格視圖" other = "網格佈局"
[ListLayout] [ListLayout]
other = "列表視圖" other = "列表佈局"
[EnterPassword] [EnterPassword]
other = "輸入密碼" other = "輸入密碼"
[Location] [Location]
other = "地區" other = "位置"
[Running] [Running]
other = "運行中" other = "運行中"
@ -512,10 +512,10 @@ other = "總上行"
other = "總下行" other = "總下行"
[WrongPassword] [WrongPassword]
other = "密碼錯誤" other = "輸入的密碼錯誤"
[AnErrorEccurred] [AnErrorEccurred]
other = "出現錯誤" other = "發生錯誤"
[SystemError] [SystemError]
other = "系統錯誤" other = "系統錯誤"
@ -527,7 +527,7 @@ other = "網絡錯誤"
other = "服務狀態" other = "服務狀態"
[ServersManagement] [ServersManagement]
other = "器管理" other = "服器管理"
[ServicesManagement] [ServicesManagement]
other = "服務監控" other = "服務監控"
@ -536,10 +536,10 @@ other = "服務監控"
other = "計劃任務" other = "計劃任務"
[ApiManagement] [ApiManagement]
other = "API" other = "API 管理"
[IssueNewApiToken] [IssueNewApiToken]
other = "添加Token" other = "生成Token"
[Token] [Token]
other = "Token" other = "Token"
@ -554,22 +554,22 @@ other = "確認刪除Token"
other = "此頁面需要登入" other = "此頁面需要登入"
[WrongAccessPassword] [WrongAccessPassword]
other = "查看密碼錯誤" other = "訪問密碼錯誤"
[Add] [Add]
other = "添加" other = "新增"
[Edit] [Edit]
other = "修改" other = "修改"
[AlarmRule] [AlarmRule]
other = "警規則" other = "警規則"
[NotificationMethod] [NotificationMethod]
other = "通知方式" other = "通知方式"
[Incident] [Incident]
other = "故障" other = "事件"
[Resolved] [Resolved]
other = "恢復" other = "恢復"
@ -578,46 +578,34 @@ other = "恢復"
other = "故障" other = "故障"
[StatusNoData] [StatusNoData]
other = "沒有數據" other = "數據"
[StatusGood] [StatusGood]
other = "良好" other = "正常"
[StatusLowAvailability] [StatusLowAvailability]
other = "低可用" other = "低可用"
[ScheduledTaskExecutedSuccessfully] [ScheduledTaskExecutedSuccessfully]
other = "任務成功" other = "任務執行成功"
[ScheduledTaskExecutedFailed] [ScheduledTaskExecutedFailed]
other = "任務失敗" other = "任務執行失敗"
[IPChanged] [IPChanged]
other = "IP變更" other = "IP變更"
[Transleft] [Transleft]
other = "流量剩餘" other = "剩餘流量"
[DashboardTheme] [DashboardTheme]
other = "管理後臺主題" other = "後台界面主題"
[Info] [Info]
other = "息" other = "息"
[HideForGuest] [HideForGuest]
other = "對遊客隱藏" other = "對遊客隱藏"
[Menu] [Menu]
other = "功能" other = "菜單"
[SitePV]
other = "本站總訪問量"
[SitePVUnit]
other = "次"
[SiteUV]
other = "本站總訪問人數"
[SiteUVUnit]
other = "人次"