nezha/resource/l10n/en-US.toml

690 lines
11 KiB
TOML
Raw Permalink Normal View History

2022-04-29 21:33:49 -04:00
[NezhaMonitoring]
2022-04-29 22:20:39 -04:00
other = "Nezha Monitoring"
2022-04-29 00:40:08 -04:00
[Server]
2022-04-29 01:56:31 -04:00
other = "Servers"
2022-04-29 00:40:08 -04:00
[Services]
2022-04-29 01:56:31 -04:00
other = "Services"
2022-04-29 00:40:08 -04:00
[Task]
2022-04-29 01:56:31 -04:00
other = "Tasks"
2022-04-29 00:40:08 -04:00
[Notification]
2022-04-29 01:56:31 -04:00
other = "Notifications"
2022-04-29 00:40:08 -04:00
[Settings]
2022-04-29 01:56:31 -04:00
other = "Settings"
2022-04-29 00:40:08 -04:00
[Home]
2022-04-29 01:56:31 -04:00
other = "Home"
2022-04-29 00:40:08 -04:00
[BackToHomepage]
other = "Back to Homepage"
2022-04-29 00:40:08 -04:00
[AdminPanel]
other = "Admin Panel"
2022-04-29 00:40:08 -04:00
[Logout]
other = "Logout"
2022-04-29 00:40:08 -04:00
[Login]
other = "Login"
2022-04-29 00:40:08 -04:00
[ConfirmLogout]
2024-03-29 23:12:00 -04:00
other = "Do you want to Logout?"
2022-04-29 00:40:08 -04:00
[AfterLoggingOutYouHaveToLoginAgain]
2024-03-29 23:12:00 -04:00
other = "You need to Login again to continue"
2022-04-29 00:40:08 -04:00
[Cancel]
2022-04-29 01:56:31 -04:00
other = "Cancel"
2022-04-29 00:40:08 -04:00
[Confirm]
2022-04-29 01:56:31 -04:00
other = "Confirm"
2022-04-29 00:40:08 -04:00
[AddScheduledTasks]
2022-04-29 01:56:31 -04:00
other = "Add Schedule Task"
2022-04-29 00:40:08 -04:00
[Name]
2022-04-29 01:56:31 -04:00
other = "Name"
2022-04-29 00:40:08 -04:00
[Scheduler]
2022-04-29 01:56:31 -04:00
other = "Cron Expression"
2022-04-29 00:40:08 -04:00
[BackUp]
2022-04-29 01:56:31 -04:00
other = "Backup"
2022-04-29 00:40:08 -04:00
[3amDaily]
other = "(Daily at 3 AM)"
2022-04-29 00:40:08 -04:00
[Command]
2022-04-29 01:56:31 -04:00
other = "Command"
2022-04-29 00:40:08 -04:00
[Coverage]
2022-04-29 01:56:31 -04:00
other = "Coverage"
2022-04-29 00:40:08 -04:00
[IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "Ignore All, Execute Only on Specific Servers"
2022-04-29 00:40:08 -04:00
[AllIncludedOnlySpecificServersAreNotExecuted]
other = "Cover All, Except Specific Servers"
2022-04-29 00:40:08 -04:00
2022-09-14 10:34:11 -04:00
[ExecuteByTriggerServer]
other = "Execute on Trigger Server"
2022-09-14 10:34:11 -04:00
2022-04-29 00:40:08 -04:00
[SpecificServers]
2022-04-29 01:56:31 -04:00
other = "Specific Servers"
2022-04-29 00:40:08 -04:00
[EnterIdAndNameToSearch]
other = "Enter ID/Name to search"
2022-04-29 00:40:08 -04:00
2022-04-29 21:33:49 -04:00
[NotificationMethodGroup]
other = "Notification Method Group"
2022-04-29 00:40:08 -04:00
[PushSuccessMessages]
other = "Send Success Messages"
2022-04-29 00:40:08 -04:00
2022-09-14 10:34:11 -04:00
[TaskType]
2022-10-01 08:26:32 -04:00
other = "Task Type"
2022-09-14 10:34:11 -04:00
[CronTask]
other = "Cron Task"
2022-09-14 10:34:11 -04:00
[TriggerTask]
other = "Trigger Task"
2022-09-14 10:34:11 -04:00
2022-04-29 00:40:08 -04:00
[TheFormaOfTheScheduleIs]
2022-04-29 01:56:31 -04:00
other = "The Cron Expression is like:"
2022-04-29 00:40:08 -04:00
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "Sec Min Hour Day Month Week, see details in "
2022-04-29 00:40:08 -04:00
[ScheduleExpressionFormat]
2022-04-29 01:56:31 -04:00
other = "CRON Expression Format"
2022-04-29 00:40:08 -04:00
[IntroductionOfCommands]
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."
2022-04-29 00:40:08 -04:00
[AddMonitor]
2022-04-29 03:15:04 -04:00
other = "Add Service Monitor"
2022-04-29 00:40:08 -04:00
[Blog]
2022-04-29 03:15:04 -04:00
other = "Blog"
2022-04-29 00:40:08 -04:00
[Target]
2022-04-29 03:15:04 -04:00
other = "Target"
2022-04-29 00:40:08 -04:00
[Type]
2022-04-29 03:15:04 -04:00
other = "Type"
2022-04-29 00:40:08 -04:00
[SslExpirationOrChange]
other = "(SSL Expiration or Change)"
2022-04-29 00:40:08 -04:00
[Duration]
2022-04-29 03:15:04 -04:00
other = "Interval"
2022-04-29 00:40:08 -04:00
[Seconds]
2022-04-29 03:15:04 -04:00
other = "Seconds"
2022-04-29 00:40:08 -04:00
[EnableFailureNotification]
2022-04-29 03:15:04 -04:00
other = "Enable Failure Notification"
2022-04-29 00:40:08 -04:00
2022-09-16 22:31:09 -04:00
[FailureNotification]
other = "Failure Notification"
2022-09-16 22:31:09 -04:00
[MaxLatency]
2022-10-01 08:26:32 -04:00
other = "Max Latency (ms)"
2022-09-16 22:31:09 -04:00
[MinLatency]
2022-10-01 08:26:32 -04:00
other = "Min Latency (ms)"
2022-09-16 22:31:09 -04:00
[EnableLatencyNotification]
other = "Enable Latency Notification"
2022-09-16 22:31:09 -04:00
[LatencyNotification]
2022-10-01 08:26:32 -04:00
other = "Latency Notification"
2022-09-16 22:31:09 -04:00
2022-04-29 00:40:08 -04:00
[IntroductionOfMonitor]
other = """
For type <b>HTTP-GET</b>, enter URL (with http/https, HTTPS protocol will also monitor SSL certificate);<br>
For type <b>ICMP-Ping</b>, enter domain/IP without port: example.com;<br>
For type <b>TCP-Ping</b>, enter domain/IP + port number: example.com:22"""
2022-04-29 00:40:08 -04:00
[AddNotificationMethod]
2022-04-29 03:15:04 -04:00
other = "Add Notification Method"
2022-04-29 00:40:08 -04:00
[Tag]
2022-04-29 03:15:04 -04:00
other = "Notification Group"
2022-04-29 00:40:08 -04:00
[DoNotSendTestMessages]
2022-04-29 03:15:04 -04:00
other = "Do Not Send Test Message"
2022-04-29 00:40:08 -04:00
[RequestMethod]
2022-04-29 03:15:04 -04:00
other = "Request Method"
2022-04-29 00:40:08 -04:00
[RequestType]
2022-04-29 03:15:04 -04:00
other = "Request Type"
2022-04-29 00:40:08 -04:00
[VerifySSL]
2022-04-29 03:15:04 -04:00
other = "Verify SSL"
2022-04-29 00:40:08 -04:00
[AddNotificationRule]
2022-10-01 08:26:32 -04:00
other = "Add Notification Rule"
2022-04-29 00:40:08 -04:00
[Rules]
2022-04-29 03:15:04 -04:00
other = "Rules"
2022-04-29 00:40:08 -04:00
2022-09-14 10:34:11 -04:00
[NotificationTriggerMode]
other = "Notification Trigger Mode"
2022-09-14 10:34:11 -04:00
[ModeAlwaysTrigger]
other = "Always Trigger"
2022-09-14 10:34:11 -04:00
[ModeOnetimeTrigger]
other = "Always Trigger"
2022-09-14 10:34:11 -04:00
2023-04-16 11:58:02 -04:00
[EnableTriggerTask]
other = "Enable Trigger Task"
2023-04-16 11:58:02 -04:00
2022-09-14 10:34:11 -04:00
[FailTriggerTasks]
other = "Tasks triggered during an alarm"
2022-09-14 10:34:11 -04:00
[RecoverTriggerTasks]
other = "Tasks triggered during recovery"
2022-09-14 10:34:11 -04:00
2022-04-29 00:40:08 -04:00
[Enable]
2022-04-29 03:15:04 -04:00
other = "Enable"
2022-04-29 00:40:08 -04:00
[AddServer]
2022-04-29 03:15:04 -04:00
other = "Add Server"
2022-04-29 00:40:08 -04:00
2022-09-16 12:10:43 -04:00
[BatchEditServerGroup]
other = "Batch Edit Server Group"
2022-09-16 12:10:43 -04:00
[BatchDeleteServer]
other = "Batch Delete Server"
2022-09-16 12:10:43 -04:00
[InputServerGroupName]
other = "Input Server Group Name"
2022-09-16 12:10:43 -04:00
2022-04-29 00:40:08 -04:00
[ServerGroup]
2022-04-29 03:15:04 -04:00
other = "Server Group"
2022-04-29 00:40:08 -04:00
[EinsteinLightspeed1]
other = "Einstein Lightspeed 1"
2022-04-29 00:40:08 -04:00
[DisplayIndex]
2022-04-29 03:15:04 -04:00
other = "Display Index"
2022-04-29 00:40:08 -04:00
[TheLargerTheNumberTheHigherThePriority]
other = "Higher Number, Higher Priority"
2022-04-29 00:40:08 -04:00
[Secret]
2022-04-29 03:15:04 -04:00
other = "Secret"
2022-04-29 00:40:08 -04:00
[Note]
2022-04-29 03:15:04 -04:00
other = "Note"
2022-04-29 00:40:08 -04:00
[LinuxOneKeyInstall]
2024-03-29 23:12:00 -04:00
other = "Linux One-Command Install"
2022-04-29 00:40:08 -04:00
[NoDomainAlert]
2022-04-29 03:15:04 -04:00
other = "Set CDN bypassed Domain/IP in setting before using this function"
2022-04-29 00:40:08 -04:00
[PushSuccessfully]
2022-04-29 03:15:04 -04:00
other = "Send Success Notification"
2022-04-29 00:40:08 -04:00
[LastExecution]
other = "Last Execution"
2022-04-29 00:40:08 -04:00
[LastResult]
2022-04-29 03:15:04 -04:00
other = "Last Result"
2022-04-29 00:40:08 -04:00
[Administration]
2022-04-29 03:15:04 -04:00
other = "Manage"
2022-04-29 00:40:08 -04:00
[CoverAll]
2022-04-29 03:15:04 -04:00
other = "Cover All"
2022-04-29 00:40:08 -04:00
[IgnoreAll]
2022-04-29 03:15:04 -04:00
other = "Ignore All"
2022-04-29 00:40:08 -04:00
2022-09-14 10:34:11 -04:00
[ByTrigger]
other = "Execute by Trigger"
2022-09-14 10:34:11 -04:00
2022-04-29 00:40:08 -04:00
[DeleteScheduledTask]
2022-04-29 03:15:04 -04:00
other = "Delete Scheduled Task"
2022-04-29 00:40:08 -04:00
[ConfirmToDeleteThisScheduledTask]
2024-03-29 23:12:00 -04:00
other = "Are you sure you want to Delete?"
2022-04-29 00:40:08 -04:00
[AccessDenied]
2022-04-29 03:15:04 -04:00
other = "Access Denied"
2022-04-29 00:40:08 -04:00
[Use]
2022-04-29 03:15:04 -04:00
other = "Use"
2022-04-29 00:40:08 -04:00
[AccountToLogin]
other = "Account Login"
2022-04-29 00:40:08 -04:00
[SignUp]
2022-04-29 03:15:04 -04:00
other = "Sign up"
2022-04-29 00:40:08 -04:00
[DontHaveAnAccount]
other = "Don't Have an Account?"
2022-04-29 00:40:08 -04:00
[SSLCertificate]
2022-04-29 03:15:04 -04:00
other = "HTTP(S)/SSL Certificate"
2022-04-29 00:40:08 -04:00
[TCPPort]
2022-04-29 03:15:04 -04:00
other = "TCP Port"
2022-04-29 00:40:08 -04:00
[DeleteService]
other = "Remove Service Monitor"
2022-04-29 00:40:08 -04:00
[ConfirmToDeleteThisService]
other = "Confirm to Delete This Service?"
2022-04-29 00:40:08 -04:00
[DeleteNotificationMethod]
2022-04-29 03:15:04 -04:00
other = "Delete Notification Method"
2022-04-29 00:40:08 -04:00
[ConfirmToDeleteThisNotificationMethod]
other = "Confirm to Delete This Notification Method?"
2022-04-29 00:40:08 -04:00
[ForceUpdate]
2024-03-29 23:12:00 -04:00
other = "Force to Update"
2022-04-29 00:40:08 -04:00
[SelectAll]
2022-04-29 03:15:04 -04:00
other = "Select All"
2022-04-29 00:40:08 -04:00
[VersionNumber]
2022-04-29 03:15:04 -04:00
other = "Version"
2022-04-29 00:40:08 -04:00
[OneKeyInstall]
2024-03-29 23:12:00 -04:00
other = "One-Command Install"
2022-04-29 00:40:08 -04:00
[ClickToCopy]
other = "Click To Copy"
2022-04-29 00:40:08 -04:00
[DeleteServer]
2022-04-29 03:15:04 -04:00
other = "Delete Server"
2022-04-29 00:40:08 -04:00
[ConfirmToDeleteServer]
other = "Confirm to Delete Server?"
2022-04-29 00:40:08 -04:00
[NoServerSelected]
2022-04-29 03:15:04 -04:00
other = "No Server Selected"
2022-04-29 00:40:08 -04:00
[ExecutionResults]
2022-04-29 03:15:04 -04:00
other = "Execute Results"
2022-04-29 00:40:08 -04:00
[SiteTitle]
2022-04-29 03:15:04 -04:00
other = "Site Title"
2022-04-29 00:40:08 -04:00
[AdministratorList]
other = "Administrator List"
2022-04-29 00:40:08 -04:00
[Theme]
other = "Frontend Theme"
2022-04-29 00:40:08 -04:00
[CustomCodes]
other = "Custom Codes (Style and Script)"
2022-04-29 00:40:08 -04:00
2024-08-13 12:24:17 -04:00
[CustomCodesDashboard]
other = "Custom Codes for Dashboard"
2022-04-29 00:40:08 -04:00
[AccessPassword]
other = "Frontend Access Password"
2022-04-29 00:40:08 -04:00
[PanelServerDomainAndIP]
other = "Dashboard Server Domain/IP without CDN"
2022-04-29 00:40:08 -04:00
[IPChangeAlert]
2022-10-01 08:26:32 -04:00
other = "IP Change Notification"
2022-04-29 00:40:08 -04:00
[AllIncludedOnlySpecificServersAreNotAlerted]
other = "Cover All, Only ignore Specific Servers"
2022-04-29 00:40:08 -04:00
[IgnoreAllOnlyAlertSpecificServers]
other = "Ignore All, Cover only Specific Servers"
2022-04-29 00:40:08 -04:00
[IgnoreAllRequestOnlyThroughSpecificServers]
other = "Ignore All, Request Only Through Specific Servers"
2022-04-29 00:40:08 -04:00
[AllIncludedOnlySpecificServersAreNotRequest]
other = "Cover All, Only Specific Servers do not request."
2022-04-29 00:40:08 -04:00
[ServerIDSeparatedByCommas]
other = "Server IDs Separated by Commas"
2022-04-29 00:40:08 -04:00
[IPChangeNotificationTag]
2022-04-29 03:15:04 -04:00
other = "Send Notification To Specific Notification Group"
2022-04-29 00:40:08 -04:00
[NotificationMessagesDoNotHideIP]
other = "Show Full IP Address in Notification Messages"
2022-04-29 00:40:08 -04:00
[Save]
2022-04-29 03:15:04 -04:00
other = "Save"
2022-04-29 00:40:08 -04:00
[ModifiedSuccessfully]
2022-04-29 03:15:04 -04:00
other = "Modified successfully"
2022-04-29 00:40:08 -04:00
[TerminalConnectionTimeOutOrSessionEnded]
other = "Terminal Connection Timeout or Session Ended"
2022-04-29 00:40:08 -04:00
[TerminalConnectionFailed]
other = "The terminal connection failed. Please check the WebSocket reverse proxy configuration for /terminal/*."
2022-04-29 10:36:52 -04:00
[Default]
2022-04-29 11:38:15 -04:00
other = "Default"
2022-04-29 10:36:52 -04:00
[Offline]
2022-04-29 11:38:15 -04:00
other = "Offline"
2022-04-29 10:36:52 -04:00
[Platform]
other = "System"
2022-04-29 10:36:52 -04:00
[DiskUsed]
2022-04-29 11:38:15 -04:00
other = "Disk"
2022-04-29 10:36:52 -04:00
[MemUsed]
2022-04-29 11:38:15 -04:00
other = "RAM"
2022-04-29 10:36:52 -04:00
[CpuUsed]
other = "CPU"
[Virtualization]
other = "Virtualization"
2022-04-29 10:36:52 -04:00
[SwapUsed]
2022-04-29 11:38:15 -04:00
other = "Swap"
2022-04-29 10:36:52 -04:00
[NetTransfer]
2024-03-29 23:12:00 -04:00
other = "Usage"
2022-04-29 10:36:52 -04:00
[Load]
2022-04-29 11:38:15 -04:00
other = "Load"
2022-04-29 10:36:52 -04:00
[ProcessCount]
other = "Process Count"
2022-04-29 10:36:52 -04:00
[ConnCount]
other = "Connection Count"
2022-04-29 10:36:52 -04:00
[BootTime]
2022-04-29 11:38:15 -04:00
other = "Boot Time"
2022-04-29 10:36:52 -04:00
[LastActive]
2022-04-29 11:38:15 -04:00
other = "Last Active"
2022-04-29 10:36:52 -04:00
[Version]
2022-04-29 11:38:15 -04:00
other = "Version"
2022-04-29 10:36:52 -04:00
[NetSpeed]
2024-03-29 23:12:00 -04:00
other = "NIC"
2022-04-29 10:36:52 -04:00
[Uptime]
2022-04-29 11:38:15 -04:00
other = "Uptime"
2022-04-29 10:36:52 -04:00
[ServerIsOffline]
other = "Server is Offline"
2022-04-29 10:36:52 -04:00
[Day]
2022-04-29 22:20:39 -04:00
other = "Days"
2022-04-29 10:36:52 -04:00
[RealtimeChannelEstablished]
other = "Realtime Channel Established"
2022-04-29 10:36:52 -04:00
[GetTheLatestMonitoringDataInRealTime]
other = "You Can Get the Latest Monitoring Data in Real Time!"
2022-04-29 10:36:52 -04:00
[RealtimeChannelDisconnect]
other = "Realtime Channel Disconnect"
2022-04-29 10:36:52 -04:00
[CanNotGetTheLatestMonitoringDataInRealTime]
other = "Cannot Get the Latest Monitoring Data in Real Time!"
2022-04-29 10:36:52 -04:00
[30DaysOnline]
other = "30-Day Availability"
2022-04-29 10:36:52 -04:00
[Details]
2022-04-29 11:38:15 -04:00
other = "Details"
2022-04-29 10:36:52 -04:00
[Status]
2022-04-29 11:38:15 -04:00
other = "Status"
2022-04-29 10:36:52 -04:00
[Availability]
2022-04-29 11:38:15 -04:00
other = "Availability"
2022-04-29 10:36:52 -04:00
[AverageLatency]
other = "Average Latency"
2022-04-29 10:36:52 -04:00
[CycleTransferStats]
other = "Periodic Transfer Stats"
2022-04-29 10:36:52 -04:00
[From]
2022-04-29 11:38:15 -04:00
other = "From"
2022-04-29 10:36:52 -04:00
[To]
2022-04-29 11:38:15 -04:00
other = "To"
2022-04-29 10:36:52 -04:00
[NextCheck]
2022-04-29 11:38:15 -04:00
other = "Next check"
2022-04-29 10:36:52 -04:00
[CurrentUsage]
2022-04-29 11:38:15 -04:00
other = "Current Usage"
2022-04-29 10:36:52 -04:00
[VerifyPassword]
2024-03-29 23:12:00 -04:00
other = "Please enter your password"
2022-04-29 10:36:52 -04:00
[LightMode]
2022-04-29 11:38:15 -04:00
other = "Light Mode"
2022-04-29 10:36:52 -04:00
[DarkMode]
2022-04-29 11:38:15 -04:00
other = "Dark Mode"
2022-04-29 10:36:52 -04:00
[FollowSystem]
2024-03-29 23:12:00 -04:00
other = "System Auto"
2022-04-29 10:36:52 -04:00
[GridLayout]
2022-04-29 11:38:15 -04:00
other = "Grid Layout"
2022-04-29 10:36:52 -04:00
[ListLayout]
2022-04-29 11:38:15 -04:00
other = "List Layout"
2022-04-29 10:36:52 -04:00
[EnterPassword]
other = "Enter Password"
2022-04-29 10:36:52 -04:00
[Location]
2022-04-29 11:38:15 -04:00
other = "Location"
2022-04-29 10:36:52 -04:00
[Running]
2022-04-29 11:38:15 -04:00
other = "Running"
2022-04-29 10:36:52 -04:00
[UpNetTransfer]
2022-04-29 11:38:15 -04:00
other = "Outbound"
2022-04-29 10:36:52 -04:00
[DownNetTransfer]
2022-04-29 11:38:15 -04:00
other = "Inbound"
2022-04-29 10:36:52 -04:00
[TotalUpNetTransfer]
2022-04-29 11:38:15 -04:00
other = "Total Outbound"
2022-04-29 10:36:52 -04:00
[TotalDownNetTransfer]
2022-04-29 11:38:15 -04:00
other = "Total Inbound"
2022-04-29 10:36:52 -04:00
[WrongPassword]
2022-04-29 11:38:15 -04:00
other = "Incorrect Password"
2022-04-29 21:33:49 -04:00
[AnErrorEccurred]
other = "An Error Occurred"
2022-04-29 21:33:49 -04:00
[SystemError]
2022-04-29 22:20:39 -04:00
other = "System Error"
2022-04-29 21:33:49 -04:00
2022-04-30 03:53:21 -04:00
[NetworkError]
2022-04-29 22:20:39 -04:00
other = "Network Error"
2022-04-29 21:33:49 -04:00
[ServicesStatus]
2022-04-29 22:20:39 -04:00
other = "Services Status"
2022-04-29 21:33:49 -04:00
[ServersManagement]
2022-04-29 22:20:39 -04:00
other = "Servers"
2022-04-29 21:33:49 -04:00
[ServicesManagement]
2022-04-29 22:20:39 -04:00
other = "Services"
2022-04-29 21:33:49 -04:00
[ScheduledTasks]
2022-04-29 22:20:39 -04:00
other = "Scheduled Tasks"
2022-04-29 21:33:49 -04:00
2022-05-18 11:57:15 -04:00
[ApiManagement]
other = "API Management"
2022-05-18 11:57:15 -04:00
[IssueNewApiToken]
other = "Issue New API Token"
2022-05-18 11:57:15 -04:00
[Token]
other = "Token"
[DeleteToken]
other = "Delete Token"
2022-05-18 11:57:15 -04:00
[ConfirmToDeleteThisToken]
other = "Confirm to Delete This Token?"
2022-05-18 11:57:15 -04:00
2022-04-29 21:33:49 -04:00
[YouAreNotAuthorized]
other = "Not Authorized for This Page"
2022-04-29 21:33:49 -04:00
[WrongAccessPassword]
other = "Wrong Access Password"
2022-04-29 21:33:49 -04:00
[Add]
2022-04-29 22:20:39 -04:00
other = "Add"
2022-04-29 21:33:49 -04:00
[Edit]
2022-04-29 22:20:39 -04:00
other = "Edit"
2022-04-29 21:33:49 -04:00
[AlarmRule]
2022-04-29 22:20:39 -04:00
other = "Alarm Rule"
2022-04-29 21:33:49 -04:00
[NotificationMethod]
2022-04-29 22:20:39 -04:00
other = "Notification Method"
2022-04-30 07:24:01 -04:00
[Incident]
2022-04-30 09:27:44 -04:00
other = "Incident"
2022-04-30 07:24:01 -04:00
[Resolved]
2022-04-30 07:28:54 -04:00
other = "Resolved"
2022-04-30 07:24:01 -04:00
2022-05-01 11:58:48 -04:00
[StatusDown]
other = "Down"
2022-05-01 11:58:48 -04:00
2022-04-30 07:24:01 -04:00
[StatusNoData]
2022-04-30 07:28:54 -04:00
other = "No Data"
2022-04-30 07:24:01 -04:00
[StatusGood]
2022-04-30 07:28:54 -04:00
other = "Good"
2022-04-30 07:24:01 -04:00
[StatusLowAvailability]
other = "Low Availability"
2022-04-30 07:24:01 -04:00
[ScheduledTaskExecutedSuccessfully]
other = "Scheduled Task Executed Successfully"
2022-04-30 07:24:01 -04:00
[ScheduledTaskExecutedFailed]
other = "Scheduled Task Execution Failed"
2022-04-30 07:24:01 -04:00
[IPChanged]
2022-04-30 07:28:54 -04:00
other = "IP Changed"
2022-05-30 06:33:21 -04:00
[Transleft]
other = "Remaining Data"
2022-06-02 21:50:33 -04:00
[DashboardTheme]
2022-10-01 08:26:32 -04:00
other = "Admin Panel Theme"
2022-09-30 10:36:02 -04:00
2023-04-08 13:22:09 -04:00
[Info]
other = "Info"
2023-04-16 11:58:02 -04:00
[HideForGuest]
other = "Hide for Guest"
2023-11-07 09:15:13 -05:00
[Menu]
other = "Menu"
[NetworkSpiter]
other = "Network"
[EnableShowInService]
other = "Enable Show in Service"
[EnableDDNS]
other = "Enable DDNS"
[EnableIPv4]
other = "Enable DDNS IPv4"
[EnableIpv6]
other = "Enable DDNS IPv6"
[DDNSDomain]
other = "DDNS Domain"
[DDNSProfile]
other = "DDNS Profile Name"
[Feature]
other = "Feature"
[Template]
other = "Template"
[Stat]
2024-03-29 23:12:00 -04:00
other = "Asset"
2024-02-27 08:05:39 -05:00
[Temperature]
other = "Temperature"
2024-02-27 08:05:39 -05:00
[DisableSwitchTemplateInFrontend]
2024-03-29 23:12:00 -04:00
other = "Disable Switch Template in Frontend"
[ServersOnWorldMap]
other = "Servers On World Map"
2024-07-14 07:41:50 -04:00
[NAT]
other = "NAT Traversal"
[LocalService]
other = "Local service"
[LocalServicePlaceholder]
other = "192.168.1.1:80 (with port)"
[BindHostname]
other = "Bind hostname"
[NetworkSpiterList]
other = "Network Monitor"
[Refresh]
other = "Refresh"
[CopyPath]
other = "Copy Path"
[Goto]
other = "Go to"
[GotoHeadline]
other = "Go to a Folder"
[GotoGo]
other = "Go"
[GotoClose]
other = "Cancel"
[FMError]
other = "Agent returned an error, please view the console for details. To open a new connection, reopen the FM again."