nezha/resource/l10n/zh-CN.toml

708 lines
11 KiB
TOML
Raw Normal View History

[NezhaMonitoring]
2022-04-27 11:51:45 -04:00
other = "哪吒监控"
2022-04-29 08:49:24 -04:00
2022-04-28 11:35:11 -04:00
[Server]
2023-11-17 20:39:38 -05:00
other = "服务器"
2022-04-29 08:49:24 -04:00
[Services]
other = "服务"
2022-04-29 08:49:24 -04:00
[Task]
other = "任务"
2022-04-29 08:49:24 -04:00
[Notification]
2023-11-17 20:39:38 -05:00
other = "告警"
2022-04-29 08:49:24 -04:00
[Settings]
other = "设置"
2022-04-29 08:49:24 -04:00
[Home]
other = "首页"
2022-04-29 08:49:24 -04:00
[BackToHomepage]
other = "返回前台"
2022-04-29 08:49:24 -04:00
[AdminPanel]
other = "管理后台"
2022-04-29 08:49:24 -04:00
[Logout]
other = "注销登录"
2022-04-29 08:49:24 -04:00
[Login]
other = "登录"
2022-04-29 08:49:24 -04:00
[ConfirmLogout]
2023-11-17 20:39:38 -05:00
other = "确定要注销吗?"
2022-04-29 08:49:24 -04:00
[AfterLoggingOutYouHaveToLoginAgain]
2023-11-17 20:39:38 -05:00
other = "注销后需重新登录以继续使用"
2022-04-29 08:49:24 -04:00
[Cancel]
other = "取消"
2022-04-29 08:49:24 -04:00
[Confirm]
other = "确认"
2022-04-29 08:49:24 -04:00
[AddScheduledTasks]
2023-11-17 20:39:38 -05:00
other = "新增计划任务"
2022-04-29 08:49:24 -04:00
[Name]
other = "名称"
2022-04-29 08:49:24 -04:00
[Scheduler]
other = "计划"
2022-04-29 08:49:24 -04:00
[BackUp]
other = "备份"
2022-04-29 08:49:24 -04:00
[3amDaily]
other = "(每天3点)"
2022-04-29 08:49:24 -04:00
[Command]
other = "命令"
2022-04-29 08:49:24 -04:00
[Coverage]
other = "覆盖范围"
2022-04-29 08:49:24 -04:00
[IgnoreAllAndExecuteOnlyThroughSpecificServers]
other = "忽略所有,仅通过特定服务器执行"
2022-04-29 08:49:24 -04:00
[AllIncludedOnlySpecificServersAreNotExecuted]
other = "覆盖所有,仅特定服务器不执行"
2022-04-29 08:49:24 -04:00
[ExecuteByTriggerServer]
other = "由触发告警的服务器执行"
[SpecificServers]
other = "特定服务器"
2022-04-29 08:49:24 -04:00
[EnterIdAndNameToSearch]
other = "输入ID/名称以搜索"
2022-04-29 08:49:24 -04:00
[NotificationMethodGroup]
other = "通知方式组"
2022-04-29 08:49:24 -04:00
[PushSuccessMessages]
other = "推送成功的消息"
2022-04-29 08:49:24 -04:00
[TaskType]
other = "任务类型"
[CronTask]
other = "计划任务"
[TriggerTask]
other = "触发任务"
[TheFormaOfTheScheduleIs]
other = "计划的格式为:"
2022-04-29 08:49:24 -04:00
[SecondsMinutesHoursDaysMonthsWeeksSeeDetails]
other = "秒 分 时 天 月 星期,详情见"
2022-04-29 08:49:24 -04:00
[ScheduleExpressionFormat]
other = "计划表达式格式"
2022-04-29 08:49:24 -04:00
[IntroductionOfCommands]
other = "命令说明:编写命令时类似于 shell/bat 脚本。建议不要换行,多个命令可用 <code>&&</code> 或 <code>;</code> 连接,若出现命令无法找到的情况,可能是由于 <code>PATH</code> 环境变量配置问题。在 <code>Linux</code> 服务器上,可在命令开头加入 <code>source ~/.bashrc</code>,或使用命令的绝对路径执行。"
2022-04-29 08:49:24 -04:00
[AddMonitor]
2023-11-17 20:39:38 -05:00
other = "新增监控"
2022-04-29 08:49:24 -04:00
[Blog]
other = "博客"
2022-04-29 08:49:24 -04:00
[Target]
other = "目标"
2022-04-29 08:49:24 -04:00
[Type]
other = "类型"
2022-04-29 08:49:24 -04:00
[SslExpirationOrChange]
other = "(SSL到期、变更)"
2022-04-29 08:49:24 -04:00
[Duration]
other = "请求间隔"
2022-04-29 08:49:24 -04:00
[Seconds]
other = "秒"
2022-04-29 08:49:24 -04:00
[EnableFailureNotification]
other = "启用故障通知"
2022-04-29 08:49:24 -04:00
2022-09-16 22:30:32 -04:00
[FailureNotification]
other = "故障通知"
[MaxLatency]
other = "最大延迟(ms)"
[MinLatency]
other = "最小延迟(ms)"
[EnableLatencyNotification]
other = "启用延迟通知"
[LatencyNotification]
other = "延迟通知"
[IntroductionOfMonitor]
other = """
2022-04-28 23:45:41 -04:00
<b>HTTP-GET</b> URL( http/https, HTTPSSSL)<br>
2023-11-17 20:39:38 -05:00
<b>ICMP-Ping</b> /IP<br>
<b>TCP-Ping</b> /IP + example.com:22"""
2022-04-29 08:49:24 -04:00
[AddNotificationMethod]
2023-11-17 20:39:38 -05:00
other = "新增通知方式"
2022-04-29 08:49:24 -04:00
[Tag]
other = "分组"
2022-04-29 08:49:24 -04:00
[DoNotSendTestMessages]
other = "不发送测试信息"
2022-04-29 08:49:24 -04:00
[RequestMethod]
other = "请求方式"
2022-04-29 08:49:24 -04:00
[RequestType]
other = "请求类型"
2022-04-29 08:49:24 -04:00
[VerifySSL]
other = "验证SSL"
2022-04-29 08:49:24 -04:00
[AddNotificationRule]
2023-11-17 20:39:38 -05:00
other = "新增告警规则"
2022-04-29 08:49:24 -04:00
[Rules]
other = "规则"
2022-04-29 08:49:24 -04:00
[NotificationTriggerMode]
other = "通知触发模式"
[ModeAlwaysTrigger]
other = "始终触发"
[ModeOnetimeTrigger]
other = "单次触发"
2023-04-15 07:04:38 -04:00
[EnableTriggerTask]
other = "启用触发任务"
[FailTriggerTasks]
2023-11-17 20:39:38 -05:00
other = "告警时触发任务"
[RecoverTriggerTasks]
other = "恢复时触发任务"
[Enable]
other = "启用"
2022-04-29 08:49:24 -04:00
[AddServer]
2023-11-17 20:39:38 -05:00
other = "新增服务器"
2022-04-29 08:49:24 -04:00
2022-09-16 12:08:27 -04:00
[BatchEditServerGroup]
other = "批量修改分组"
[BatchDeleteServer]
other = "批量删除服务器"
2022-09-16 12:08:27 -04:00
[InputServerGroupName]
other = "输入分组名称"
[ServerGroup]
other = "服务器分组"
2022-04-29 08:49:24 -04:00
[EinsteinLightspeed1]
other = "爱因斯坦-光速1号"
2022-04-29 08:49:24 -04:00
[DisplayIndex]
other = "排序"
2022-04-29 08:49:24 -04:00
[TheLargerTheNumberTheHigherThePriority]
other = "越大越靠前"
2022-04-29 08:49:24 -04:00
[Secret]
other = "密钥"
2022-04-29 08:49:24 -04:00
[Note]
other = "备注"
2022-04-29 08:49:24 -04:00
[PublicNote]
other = "公开备注"
[LinuxOneKeyInstall]
other = "Linux 一键安装"
2022-04-29 08:49:24 -04:00
[NoDomainAlert]
other = "请先在设置页面配置 未接入CDN的面板服务器域名/IP"
2022-04-29 08:49:24 -04:00
[PushSuccessfully]
2023-11-17 20:39:38 -05:00
other = "推送成功"
2022-04-29 08:49:24 -04:00
[LastExecution]
2023-11-17 20:39:38 -05:00
other = "最近执行"
2022-04-29 08:49:24 -04:00
[LastResult]
other = "最后结果"
2022-04-29 08:49:24 -04:00
[Administration]
other = "管理"
2022-04-29 08:49:24 -04:00
[CoverAll]
other = "覆盖所有"
2022-04-29 08:49:24 -04:00
[IgnoreAll]
other = "忽略所有"
2022-04-29 08:49:24 -04:00
[ByTrigger]
other = "触发告警的服务器"
[DeleteScheduledTask]
other = "删除计划任务"
2022-04-29 08:49:24 -04:00
[ConfirmToDeleteThisScheduledTask]
other = "确认删除此计划任务?"
2022-04-29 08:49:24 -04:00
[AccessDenied]
2023-11-17 20:39:38 -05:00
other = "访问被拒绝"
2022-04-29 08:49:24 -04:00
[Use]
other = "使用"
2022-04-29 08:49:24 -04:00
[AccountToLogin]
other = "账号登录"
2022-04-29 08:49:24 -04:00
[SignUp]
other = "注册"
2022-04-29 08:49:24 -04:00
[DontHaveAnAccount]
other = "没有账号?"
2022-04-29 08:49:24 -04:00
[SSLCertificate]
other = "HTTP(S)/SSL证书"
2022-04-29 08:49:24 -04:00
[TCPPort]
other = "TCPing"
2022-04-29 08:49:24 -04:00
[DeleteService]
2023-11-17 20:39:38 -05:00
other = "移除服务"
2022-04-29 08:49:24 -04:00
[ConfirmToDeleteThisService]
other = "确认删除此服务?"
2022-04-29 08:49:24 -04:00
[DeleteNotificationMethod]
other = "删除通知方式"
2022-04-29 08:49:24 -04:00
[ConfirmToDeleteThisNotificationMethod]
other = "确认删除此通知方式?"
2022-04-29 08:49:24 -04:00
[ForceUpdate]
2023-11-17 20:39:38 -05:00
other = "立即更新"
2022-04-29 08:49:24 -04:00
[SelectAll]
other = "全选"
2022-04-29 08:49:24 -04:00
[VersionNumber]
other = "版本号"
2022-04-29 08:49:24 -04:00
[OneKeyInstall]
other = "一键安装"
2022-04-29 08:49:24 -04:00
[ClickToCopy]
other = "点击复制"
2022-04-29 08:49:24 -04:00
[DeleteServer]
2023-11-17 20:39:38 -05:00
other = "删除服务器"
2022-04-29 08:49:24 -04:00
[ConfirmToDeleteServer]
2023-11-17 20:39:38 -05:00
other = "确认删除服务器?"
2022-04-29 08:49:24 -04:00
[NoServerSelected]
other = "当前没有选中的服务器"
2022-04-29 08:49:24 -04:00
[ExecutionResults]
other = "执行结果"
2022-04-29 08:49:24 -04:00
[SiteTitle]
2023-11-17 20:39:38 -05:00
other = "网站标题"
2022-04-29 08:49:24 -04:00
[AdministratorList]
other = "管理员列表"
2022-04-29 08:49:24 -04:00
[Theme]
2023-11-17 20:39:38 -05:00
other = "前台界面主题"
2022-04-29 08:49:24 -04:00
[CustomCodes]
2023-11-17 20:39:38 -05:00
other = "自定义代码(包括 style 和 script"
2022-04-29 08:49:24 -04:00
2024-08-13 12:24:17 -04:00
[CustomCodesDashboard]
other = "Custom Codes for Dashboard"
[AccessPassword]
2023-11-17 20:39:38 -05:00
other = "前台访问密码"
2022-04-29 08:49:24 -04:00
[PanelServerDomainAndIP]
other = "未接入CDN的面板服务器域名/IP"
2022-04-29 08:49:24 -04:00
[IPChangeAlert]
2023-11-17 20:39:38 -05:00
other = "IP 变动通知"
2022-04-29 08:49:24 -04:00
[AllIncludedOnlySpecificServersAreNotAlerted]
other = "覆盖所有,仅特定服务器不提醒"
2022-04-29 08:49:24 -04:00
[IgnoreAllOnlyAlertSpecificServers]
other = "忽略所有,仅提醒特定服务器"
2022-04-29 08:49:24 -04:00
[IgnoreAllRequestOnlyThroughSpecificServers]
other = "忽略所有,仅通过特定服务器请求"
2022-04-29 08:49:24 -04:00
[AllIncludedOnlySpecificServersAreNotRequest]
other = "覆盖所有,仅特定服务器不请求"
2022-04-29 08:49:24 -04:00
[ServerIDSeparatedByCommas]
other = "服务器ID 以逗号隔开"
2022-04-29 08:49:24 -04:00
[IPChangeNotificationTag]
2023-11-17 20:39:38 -05:00
other = "将提醒发送至指定通知分组"
2022-04-29 08:49:24 -04:00
[NotificationMessagesDoNotHideIP]
2023-11-17 20:39:38 -05:00
other = "通知信息中显示完整IP地址"
2022-04-29 08:49:24 -04:00
[Save]
other = "保存"
2022-04-29 08:49:24 -04:00
[ModifiedSuccessfully]
other = "修改成功"
2022-04-29 08:49:24 -04:00
[TerminalConnectionTimeOutOrSessionEnded]
other = "Terminal 连接超时或会话已结束"
2022-04-29 08:49:24 -04:00
[TerminalConnectionFailed]
2023-11-17 20:39:38 -05:00
other = "Terminal 连接失败,请检查 /terminal/* 的 WebSocket 反向代理配置"
2022-04-29 08:49:24 -04:00
[Default]
other = "默认"
[Offline]
other = "已离线"
[Platform]
other = "系统"
[DiskUsed]
other = "硬盘"
[MemUsed]
other = "内存"
[CpuUsed]
other = "核心"
[Virtualization]
other = "虚拟化"
2022-04-29 08:49:24 -04:00
[SwapUsed]
other = "交换"
[NetTransfer]
other = "流量"
[Load]
other = "负载"
[ProcessCount]
other = "进程数"
[ConnCount]
other = "连接数"
[BootTime]
other = "启动"
[LastActive]
other = "活动"
[Version]
other = "版本"
[NetSpeed]
other = "网络"
[Uptime]
other = "在线"
[ServerIsOffline]
2023-11-17 20:39:38 -05:00
other = "服务器已离线"
2022-04-29 08:49:24 -04:00
[Day]
other = "天"
[RealtimeChannelEstablished]
2023-11-17 20:39:38 -05:00
other = "实时通道已建立"
2022-04-29 08:49:24 -04:00
[GetTheLatestMonitoringDataInRealTime]
other = "可以实时获取最新监控数据啦"
[RealtimeChannelDisconnect]
2023-11-17 20:39:38 -05:00
other = "实时通道已断开"
2022-04-29 08:49:24 -04:00
[CanNotGetTheLatestMonitoringDataInRealTime]
other = "无法实时获取最新监控数据咯"
[30DaysOnline]
2023-11-17 20:39:38 -05:00
other = "近30天可用性"
2022-04-29 08:49:24 -04:00
[Details]
other = "详情"
[Status]
other = "状态"
[Availability]
2023-11-17 20:39:38 -05:00
other = "可用性"
2022-04-29 08:49:24 -04:00
[AverageLatency]
2023-11-17 20:39:38 -05:00
other = "平均响应时间"
2022-04-29 08:49:24 -04:00
[CycleTransferStats]
2023-11-17 20:39:38 -05:00
other = "周期性流量统计"
2022-04-29 08:49:24 -04:00
[From]
2023-11-17 20:39:38 -05:00
other = "起始"
2022-04-29 08:49:24 -04:00
[To]
2023-11-17 20:39:38 -05:00
other = "结束"
2022-04-29 08:49:24 -04:00
[NextCheck]
2023-11-17 20:39:38 -05:00
other = "下一次检测"
2022-04-29 08:49:24 -04:00
[CurrentUsage]
other = "当前用量"
[VerifyPassword]
other = "验证查看密码"
2022-04-29 09:59:39 -04:00
[LightMode]
2023-11-17 20:39:38 -05:00
other = "亮色模式"
2022-04-29 09:59:39 -04:00
[DarkMode]
2023-11-17 20:39:38 -05:00
other = "暗色模式"
2022-04-29 09:59:39 -04:00
[FollowSystem]
other = "跟随系统"
2022-04-29 09:59:39 -04:00
[GridLayout]
2023-11-17 20:39:38 -05:00
other = "网格布局"
2022-04-29 09:59:39 -04:00
[ListLayout]
2023-11-17 20:39:38 -05:00
other = "列表布局"
2022-04-29 09:59:39 -04:00
[EnterPassword]
2023-11-17 20:39:38 -05:00
other = "请输入密码"
2022-04-29 09:59:39 -04:00
[Location]
2023-11-17 20:39:38 -05:00
other = "位置"
2022-04-29 09:59:39 -04:00
[Running]
other = "运行中"
[UpNetTransfer]
other = "上行"
[DownNetTransfer]
other = "下行"
[TotalUpNetTransfer]
other = "总上行"
[TotalDownNetTransfer]
other = "总下行"
[WrongPassword]
2023-11-17 20:39:38 -05:00
other = "输入的密码错误"
[AnErrorEccurred]
2023-11-17 20:39:38 -05:00
other = "发生错误"
[SystemError]
other = "系统错误"
2022-04-30 03:53:21 -04:00
[NetworkError]
other = "网络错误"
[ServicesStatus]
other = "服务状态"
[ServersManagement]
other = "服务器管理"
[ServicesManagement]
other = "服务监控"
[ScheduledTasks]
other = "计划任务"
2022-05-18 08:52:18 -04:00
[ApiManagement]
2023-11-17 20:39:38 -05:00
other = "API 管理"
2022-05-18 08:52:18 -04:00
[IssueNewApiToken]
2023-11-17 20:39:38 -05:00
other = "生成Token"
2022-05-18 08:52:18 -04:00
[Token]
2022-06-02 21:45:11 -04:00
other = "Token"
2022-05-18 08:52:18 -04:00
[DeleteToken]
2022-06-02 21:45:11 -04:00
other = "删除Token"
2022-05-18 08:52:18 -04:00
[ConfirmToDeleteThisToken]
2022-06-02 21:45:11 -04:00
other = "确认删除Token"
2022-05-18 08:52:18 -04:00
[YouAreNotAuthorized]
other = "此页面需要登录"
[WrongAccessPassword]
2023-11-17 20:39:38 -05:00
other = "访问密码错误"
[Add]
2023-11-17 20:39:38 -05:00
other = "新增"
[Edit]
other = "修改"
[AlarmRule]
2023-11-17 20:39:38 -05:00
other = "告警规则"
[NotificationMethod]
other = "通知方式"
[Incident]
2023-11-17 20:39:38 -05:00
other = "事件"
[Resolved]
other = "恢复"
2022-05-01 11:57:49 -04:00
[StatusDown]
other = "故障"
[StatusNoData]
other = "无数据"
[StatusGood]
2023-11-17 20:39:38 -05:00
other = "正常"
[StatusLowAvailability]
other = "低可用"
[ScheduledTaskExecutedSuccessfully]
2023-11-17 20:39:38 -05:00
other = "任务执行成功"
[ScheduledTaskExecutedFailed]
2023-11-17 20:39:38 -05:00
other = "任务执行失败"
[IPChanged]
other = "IP变更"
[Transleft]
2023-11-17 20:39:38 -05:00
other = "剩余流量"
2022-06-02 21:45:11 -04:00
[DashboardTheme]
2023-11-17 20:39:38 -05:00
other = "后台界面主题"
2022-09-30 10:34:52 -04:00
2023-04-08 13:20:41 -04:00
[Info]
other = "信息"
2022-09-30 10:34:52 -04:00
[HideForGuest]
other = "对游客隐藏"
2023-11-07 09:15:13 -05:00
[Menu]
other = "菜单"
[NetworkSpiter]
other = "网络"
[EnableShowInService]
other = "在服务中显示"
[EnableDDNS]
other = "启用DDNS"
[EnableIPv4]
other = "启用DDNS IPv4"
[EnableIpv6]
other = "启用DDNS IPv6"
[DDNSDomain]
other = "DDNS域名"
[DDNSProfile]
other = "DDNS配置名"
[Feature]
other = "功能"
[Template]
other = "主题"
[Stat]
other = "信息"
2024-02-27 08:05:39 -05:00
[Temperature]
other = "温度"
2024-02-27 08:05:39 -05:00
[DisableSwitchTemplateInFrontend]
other = "禁止前台切换模板"
[ServersOnWorldMap]
other = "服务器世界分布图"
2024-07-14 07:41:50 -04:00
[NAT]
other = "内网穿透"
[LocalService]
other = "内网服务"
[LocalServicePlaceholder]
other = "192.168.1.1:80(带端口)"
[BindHostname]
other = "绑定域名"
[NetworkSpiterList]
other = "网络监控"
[Refresh]
other = "刷新"
[CopyPath]
other = "复制路径"
[Goto]
other = "跳往"
[GotoHeadline]
other = "跳往文件夹"
[GotoGo]
other = "确认"
[GotoClose]
other = "取消"
[FMError]
other = "Agent 返回了错误,请查看控制台获取详细信息。要建立新连接,请重新打开 FM。"
[Remaining]
other = "剩余"
[Lifetime]
other = "永续"
[Price]
other = "价格"
[Expired]
other = "已到期"
[Days]
other = "天"