mirror of
https://github.com/nezhahq/nezha.git
synced 2025-02-08 12:38:13 -05:00
优化中文语言文件 (#298)
This commit is contained in:
parent
81febfe1b2
commit
857c1a819f
114
resource/l10n/zh-CN.toml
vendored
114
resource/l10n/zh-CN.toml
vendored
@ -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 = "设置"
|
||||||
@ -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 = "名称"
|
||||||
@ -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,11 +148,11 @@ other = "延迟通知"
|
|||||||
[IntroductionOfMonitor]
|
[IntroductionOfMonitor]
|
||||||
other = """
|
other = """
|
||||||
类型为 <b>HTTP-GET</b> 时输入URL(带 http/https, HTTPS协议的会顺带监控SSL证书);<br>
|
类型为 <b>HTTP-GET</b> 时输入URL(带 http/https, HTTPS协议的会顺带监控SSL证书);<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 = "分组"
|
||||||
@ -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,7 +197,7 @@ other = "恢复时触发任务"
|
|||||||
other = "启用"
|
other = "启用"
|
||||||
|
|
||||||
[AddServer]
|
[AddServer]
|
||||||
other = "添加服务器"
|
other = "新增服务器"
|
||||||
|
|
||||||
[BatchEditServerGroup]
|
[BatchEditServerGroup]
|
||||||
other = "批量修改分组"
|
other = "批量修改分组"
|
||||||
@ -233,10 +233,10 @@ other = "Linux 一键安装"
|
|||||||
other = "请先在设置页面配置 未接入CDN的面板服务器域名/IP"
|
other = "请先在设置页面配置 未接入CDN的面板服务器域名/IP"
|
||||||
|
|
||||||
[PushSuccessfully]
|
[PushSuccessfully]
|
||||||
other = "成功推送"
|
other = "推送成功"
|
||||||
|
|
||||||
[LastExecution]
|
[LastExecution]
|
||||||
other = "最后执行"
|
other = "最近执行"
|
||||||
|
|
||||||
[LastResult]
|
[LastResult]
|
||||||
other = "最后结果"
|
other = "最后结果"
|
||||||
@ -260,7 +260,7 @@ other = "删除计划任务"
|
|||||||
other = "确认删除此计划任务?"
|
other = "确认删除此计划任务?"
|
||||||
|
|
||||||
[AccessDenied]
|
[AccessDenied]
|
||||||
other = "访问受限"
|
other = "访问被拒绝"
|
||||||
|
|
||||||
[Use]
|
[Use]
|
||||||
other = "使用"
|
other = "使用"
|
||||||
@ -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,10 +308,10 @@ other = "一键安装"
|
|||||||
other = "点击复制"
|
other = "点击复制"
|
||||||
|
|
||||||
[DeleteServer]
|
[DeleteServer]
|
||||||
other = "删除主机"
|
other = "删除服务器"
|
||||||
|
|
||||||
[ConfirmToDeleteServer]
|
[ConfirmToDeleteServer]
|
||||||
other = "确认删除主机?"
|
other = "确认删除服务器?"
|
||||||
|
|
||||||
[NoServerSelected]
|
[NoServerSelected]
|
||||||
other = "当前没有选中的服务器"
|
other = "当前没有选中的服务器"
|
||||||
@ -320,25 +320,25 @@ other = "当前没有选中的服务器"
|
|||||||
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 = "覆盖所有,仅特定服务器不提醒"
|
||||||
@ -356,10 +356,10 @@ other = "覆盖所有,仅特定服务器不请求"
|
|||||||
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 = "默认"
|
||||||
@ -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 = "系统错误"
|
||||||
@ -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 = "恢复"
|
||||||
@ -581,25 +581,25 @@ other = "故障"
|
|||||||
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 = "信息"
|
||||||
|
Loading…
Reference in New Issue
Block a user