2021-11-27 22:21:52 +08:00
|
|
|
|
{
|
|
|
|
|
|
"menu": {
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"main": "主导航",
|
2021-12-05 00:09:03 +08:00
|
|
|
|
"lang": "语言",
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"dashboard": "仪表盘",
|
2021-12-05 00:09:03 +08:00
|
|
|
|
"search.placeholder": "搜索监控:名称、IP等",
|
|
|
|
|
|
"fullscreen": "全屏",
|
|
|
|
|
|
"fullscreen.exit": "退出全屏",
|
|
|
|
|
|
"clear.local.storage": "清理本地缓存",
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"monitor": {
|
|
|
|
|
|
"": "监控",
|
|
|
|
|
|
"service": "应用服务监控",
|
|
|
|
|
|
"db": "数据库监控",
|
|
|
|
|
|
"os": "操作系统监控",
|
2022-03-05 15:17:52 +08:00
|
|
|
|
"mid": "中间件监控",
|
|
|
|
|
|
"custom": "自定义监控"
|
2021-11-28 14:58:20 +08:00
|
|
|
|
},
|
2021-12-05 00:09:03 +08:00
|
|
|
|
"account": {
|
|
|
|
|
|
"": "个人页",
|
|
|
|
|
|
"center": "个人中心",
|
2022-01-30 12:39:23 +08:00
|
|
|
|
"settings": "账户设置",
|
|
|
|
|
|
"security": "安全设置",
|
|
|
|
|
|
"binding": "账号绑定",
|
2021-12-05 00:09:03 +08:00
|
|
|
|
"trigger": "触发错误",
|
|
|
|
|
|
"logout": "退出登录"
|
|
|
|
|
|
},
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"alert": {
|
|
|
|
|
|
"": "告警",
|
|
|
|
|
|
"center": "告警中心",
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"setting": "告警阈值",
|
2021-12-16 22:10:57 +08:00
|
|
|
|
"dispatch": "告警通知"
|
2021-11-28 14:58:20 +08:00
|
|
|
|
},
|
2021-12-12 10:33:27 +08:00
|
|
|
|
"extras": {
|
|
|
|
|
|
"": "更多",
|
|
|
|
|
|
"help": "帮助中心",
|
|
|
|
|
|
"setting": "设置"
|
|
|
|
|
|
},
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"more": "更多"
|
|
|
|
|
|
},
|
|
|
|
|
|
"monitor": {
|
|
|
|
|
|
"": "监控",
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"name": "监控名称",
|
|
|
|
|
|
"name.tip": "标识监控的名称,名称需要保证唯一性",
|
|
|
|
|
|
"host": "监控Host",
|
|
|
|
|
|
"host.tip": "被监控的对端IP或域名",
|
|
|
|
|
|
"description": "描述备注",
|
|
|
|
|
|
"description.tip": "更多标识和描述此监控的备注信息",
|
|
|
|
|
|
"intervals": "采集间隔",
|
|
|
|
|
|
"intervals.tip": "监控周期性采集数据间隔时间,单位秒",
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"category": {
|
|
|
|
|
|
"": "监控类别",
|
|
|
|
|
|
"service": "应用服务",
|
|
|
|
|
|
"db": "数据库",
|
|
|
|
|
|
"os": "操作系统",
|
2022-03-06 21:48:00 +08:00
|
|
|
|
"mid": "中间件",
|
|
|
|
|
|
"custom": "自定义监控"
|
2021-11-28 14:58:20 +08:00
|
|
|
|
},
|
|
|
|
|
|
"app": {
|
|
|
|
|
|
"": "监控类型",
|
2021-12-03 16:46:10 +08:00
|
|
|
|
"website": "网站监测",
|
2021-12-03 13:41:17 +08:00
|
|
|
|
"api": "HTTP API",
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"http": "HTTP API",
|
|
|
|
|
|
"ping": "PING连通性",
|
2022-01-30 12:39:23 +08:00
|
|
|
|
"port": "端口可用性",
|
2021-11-28 14:58:20 +08:00
|
|
|
|
"mysql": "Mysql",
|
|
|
|
|
|
"oracle": "Oracle",
|
2022-02-16 09:35:28 +08:00
|
|
|
|
"redis": "Redis",
|
|
|
|
|
|
"fullsite": "全站监控"
|
2022-04-11 22:59:36 +08:00
|
|
|
|
},
|
|
|
|
|
|
"status": {
|
|
|
|
|
|
"": "监控状态",
|
|
|
|
|
|
"all": "全部状态",
|
|
|
|
|
|
"available": "正常监控",
|
|
|
|
|
|
"unavailable": "不可用",
|
|
|
|
|
|
"unreachable": "不可达",
|
|
|
|
|
|
"un-manage": "未管理"
|
2021-11-27 22:21:52 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
2021-12-20 17:10:06 +08:00
|
|
|
|
"alert": {
|
|
|
|
|
|
"": "告警",
|
|
|
|
|
|
"status": {
|
|
|
|
|
|
"": "告警状态",
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"all": "全部状态",
|
|
|
|
|
|
"0": "未处理",
|
2021-12-20 17:10:06 +08:00
|
|
|
|
"2": "已恢复",
|
|
|
|
|
|
"3": "已处理"
|
|
|
|
|
|
},
|
|
|
|
|
|
"priority": {
|
|
|
|
|
|
"": "告警级别",
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"all": "全部级别",
|
2021-12-20 17:10:06 +08:00
|
|
|
|
"0": "紧急告警",
|
|
|
|
|
|
"1": "严重告警",
|
|
|
|
|
|
"2": "警告告警"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"alert.setting.new": "新增阈值",
|
|
|
|
|
|
"alert.setting.edit": "编辑阈值",
|
|
|
|
|
|
"alert.setting.delete": "删除阈值",
|
|
|
|
|
|
"alert.setting.target": "指标对象",
|
|
|
|
|
|
"alert.setting.expr": "阈值触发表达式",
|
|
|
|
|
|
"alert.setting.times": "触发次数",
|
|
|
|
|
|
"alert.setting.times.tip": "设置触发阈值多少次之后才会发送告警",
|
|
|
|
|
|
"alert.setting.template": "通知模版",
|
|
|
|
|
|
"alert.setting.template.tip": "支持的通知模版环境变量",
|
|
|
|
|
|
"alert.setting.template.label": "告警触发后发送的通知信息模版,模版环境变量见上方",
|
|
|
|
|
|
"alert.setting.template.example": "请输入告警的通知模版.示例: ${app}.${metrics}.${metric}'s value is too high",
|
|
|
|
|
|
"alert.setting.template.monitor-type": "监控类型名称",
|
|
|
|
|
|
"alert.setting.template.metrics-name": "监控指标集合名称",
|
|
|
|
|
|
"alert.setting.template.metric-name": "监控指标名称",
|
|
|
|
|
|
"alert.setting.template.metric-value": "监控指标对象值",
|
|
|
|
|
|
"alert.setting.template.other-value": "所属行其它指标值",
|
|
|
|
|
|
"alert.setting.template.instance-value": "所属行实例值",
|
|
|
|
|
|
"alert.setting.default": "全局默认",
|
|
|
|
|
|
"alert.setting.default.tip": "此告警阈值配置是否应用于全局所有此类型监控",
|
|
|
|
|
|
"alert.setting.enable": "启用告警",
|
|
|
|
|
|
"alert.setting.enable.tip": "此告警阈值配置开启生效或关闭",
|
|
|
|
|
|
"alert.setting.connect": "告警定义关联监控",
|
|
|
|
|
|
"alert.setting.connect.left": "未关联监控",
|
|
|
|
|
|
"alert.setting.connect.right": "已关联监控",
|
|
|
|
|
|
"alert.setting.expr.tip": "支持的阈值触发表达式环境变量与操作符",
|
|
|
|
|
|
"alert.setting.expr.label": "根据此表达式来计算判断是否触发阈值,表达式环境变量和操作符见上方",
|
|
|
|
|
|
"alert.setting.expr.example": "根据此表达式计算判断是否触发阈值.示例",
|
|
|
|
|
|
"alert.setting.priority.tip": "触发阈值的告警级别,从低到高依次为:警告-warning,严重-critical,紧急-emergency",
|
|
|
|
|
|
"alert.setting.target.tip": "选中的指标对象",
|
|
|
|
|
|
"alert.setting.target.other": "所属行其它指标对象",
|
|
|
|
|
|
"alert.setting.target.instance": "所属行实例",
|
|
|
|
|
|
"alert.setting.operator": "支持操作符函数",
|
|
|
|
|
|
"alert.center.delete": "删除告警",
|
|
|
|
|
|
"alert.center.deal": "标记已处理",
|
|
|
|
|
|
"alert.center.no-deal": "标记未处理",
|
|
|
|
|
|
"alert.center.search": "搜索告警内容",
|
|
|
|
|
|
"alert.center.filter-status": "告警状态过滤",
|
|
|
|
|
|
"alert.center.filter-priority": "告警级别过滤",
|
|
|
|
|
|
"alert.center.target": "告警指标",
|
|
|
|
|
|
"alert.center.monitor": "所属监控",
|
|
|
|
|
|
"alert.center.priority": "级别",
|
|
|
|
|
|
"alert.center.content": "告警内容",
|
|
|
|
|
|
"alert.center.status": "状态",
|
|
|
|
|
|
"alert.center.time": "告警时间",
|
|
|
|
|
|
"alert.center.notify.no-delete": "未选中任何待删除项!",
|
|
|
|
|
|
"alert.center.confirm.delete": "请确认是否删除!",
|
|
|
|
|
|
"alert.center.confirm.delete-batch": "请确认是否批量删除!",
|
|
|
|
|
|
"alert.center.notify.no-mark": "未选中任何待标记项!",
|
|
|
|
|
|
"alert.center.confirm.mark-done-batch": "请确认是否批量标记已处理!",
|
|
|
|
|
|
"alert.center.confirm.mark-done": "请确认是否标记已处理!",
|
|
|
|
|
|
"alert.center.confirm.mark-no-batch": "请确认是否批量标记未处理!",
|
|
|
|
|
|
"alert.center.confirm.mark-no": "请确认是否标记未处理!",
|
|
|
|
|
|
"alert.notice.receiver": "告警接收人",
|
|
|
|
|
|
"alert.notice.receiver.new": "新增接收人",
|
|
|
|
|
|
"alert.notice.receiver.edit": "编辑接收人",
|
|
|
|
|
|
"alert.notice.receiver.delete": "删除接收人",
|
|
|
|
|
|
"alert.notice.receiver.people": "接收人",
|
|
|
|
|
|
"alert.notice.receiver.people.name": "接收人名称",
|
|
|
|
|
|
"alert.notice.receiver.type": "通知方式",
|
|
|
|
|
|
"alert.notice.receiver.setting": "配置",
|
|
|
|
|
|
"alert.notice.type.sms": "短信",
|
|
|
|
|
|
"alert.notice.type.phone": "手机号",
|
|
|
|
|
|
"alert.notice.type.email": "邮箱",
|
|
|
|
|
|
"alert.notice.type.url": "URL地址",
|
|
|
|
|
|
"alert.notice.type.wechat": "微信公众号",
|
|
|
|
|
|
"alert.notice.type.wechat-id": "微信OPENID",
|
|
|
|
|
|
"alert.notice.type.wework": "企业微信机器人",
|
|
|
|
|
|
"alert.notice.type.wework-key": "企业微信机器人KEY",
|
|
|
|
|
|
"alert.notice.type.access-token": "机器人ACCESS_TOKEN",
|
|
|
|
|
|
"alert.notice.type.ding": "钉钉机器人",
|
|
|
|
|
|
"alert.notice.type.fei-shu": "飞书机器人",
|
|
|
|
|
|
"alert.notice.type.fei-shu-key": "飞书机器人KEY",
|
|
|
|
|
|
"alert.notice.rule": "告警通知策略",
|
|
|
|
|
|
"alert.notice.rule.new": "新增通知策略",
|
|
|
|
|
|
"alert.notice.rule.edit": "编辑通知策略",
|
|
|
|
|
|
"alert.notice.rule.delete": "删除通知策略",
|
|
|
|
|
|
"alert.notice.rule.name": "策略名称",
|
|
|
|
|
|
"alert.notice.rule.all": "转发所有",
|
|
|
|
|
|
"alert.notice.rule.enable": "是否启用",
|
|
|
|
|
|
"dashboard.alerts.title": "最近告警列表",
|
|
|
|
|
|
"dashboard.alerts.title-no": "最近未处理告警",
|
|
|
|
|
|
"dashboard.alerts.no": "暂无未处理告警",
|
|
|
|
|
|
"dashboard.alerts.enter": "进入告警中心",
|
|
|
|
|
|
"dashboard.alerts.distribute": "告警分布",
|
|
|
|
|
|
"dashboard.alerts.num": "告警数量",
|
|
|
|
|
|
"dashboard.alerts.deal": "告警处理",
|
|
|
|
|
|
"dashboard.alerts.deal-percent": "告警处理率",
|
|
|
|
|
|
"dashboard.monitors.total": "监控总量",
|
|
|
|
|
|
"dashboard.monitors.title": "监控总览",
|
|
|
|
|
|
"dashboard.monitors.sub-title": "监控类型纳管数量分布",
|
|
|
|
|
|
"dashboard.monitors.formatter": "个监控 占比",
|
|
|
|
|
|
"dashboard.monitors.distribute": "纳管数量分布",
|
|
|
|
|
|
"monitors.list": "监控列表",
|
|
|
|
|
|
"monitors.new": "新增",
|
|
|
|
|
|
"monitors.new.success": "新增监控成功",
|
|
|
|
|
|
"monitors.new.failed": "新增监控失败",
|
|
|
|
|
|
"monitors.edit": "编辑",
|
|
|
|
|
|
"monitors.edit.success": "修改监控成功",
|
|
|
|
|
|
"monitors.edit.failed": "修改监控失败",
|
|
|
|
|
|
"monitors.not-found": "查询异常,此监控不存在",
|
|
|
|
|
|
"monitors.delete": "删除",
|
|
|
|
|
|
"monitors.edit-monitor": "编辑监控",
|
|
|
|
|
|
"monitors.delete-monitor": "删除监控",
|
|
|
|
|
|
"monitors.enable": "启用监控",
|
|
|
|
|
|
"monitors.cancel": "取消监控",
|
|
|
|
|
|
"monitors.search.placeholder": "搜索监控",
|
|
|
|
|
|
"monitors.search.filter": "监控状态过滤",
|
|
|
|
|
|
"monitors.total": "总量",
|
|
|
|
|
|
"monitors.advanced": "高级设置",
|
|
|
|
|
|
"monitors.advanced.tip": "设置高级可选参数",
|
|
|
|
|
|
"monitors.detect": "测试连接",
|
|
|
|
|
|
"monitors.detect.success": "测试连接成功",
|
|
|
|
|
|
"monitors.detect.failed": "测试连接失败",
|
|
|
|
|
|
"monitors.detect.tip": "新增监控前是否先探测检查监控可用性",
|
|
|
|
|
|
"monitors.detail": "监控详情",
|
|
|
|
|
|
"monitors.detail.name": "名称",
|
|
|
|
|
|
"monitors.detail.port": "端口",
|
|
|
|
|
|
"monitors.detail.description": "描述",
|
|
|
|
|
|
"monitors.detail.status": "状态",
|
|
|
|
|
|
"monitors.detail.basic": "监控基本属性",
|
|
|
|
|
|
"monitors.detail.realtime": "监控实时数据详情",
|
|
|
|
|
|
"monitors.detail.history": "监控历史图表详情",
|
|
|
|
|
|
"monitors.collect.time": "采集时间",
|
|
|
|
|
|
"monitors.collect.time.tip": "最近采集时间",
|
|
|
|
|
|
"monitors.detail.chart.zoom": "区域缩放",
|
|
|
|
|
|
"monitors.detail.chart.back": "缩放还原",
|
|
|
|
|
|
"monitors.detail.chart.save": "保存图片",
|
|
|
|
|
|
"monitors.detail.chart.query-1h": "查询近1小时",
|
|
|
|
|
|
"monitors.detail.chart.query-6h": "查询近6小时",
|
|
|
|
|
|
"monitors.detail.chart.query-1d": "查询近1天",
|
|
|
|
|
|
"monitors.detail.chart.query-1w": "查询近1周",
|
|
|
|
|
|
"monitors.detail.chart.query-1m": "查询近1月",
|
|
|
|
|
|
"monitors.detail.chart.no-data": "暂无数据",
|
|
|
|
|
|
"monitors.detail.chart.unit": "单位",
|
|
|
|
|
|
"common.name": "名称",
|
|
|
|
|
|
"common.value": "值",
|
|
|
|
|
|
"common.search": "搜索",
|
|
|
|
|
|
"common.refresh": "刷新",
|
|
|
|
|
|
"common.edit-time": "更新时间",
|
|
|
|
|
|
"common.new-time": "创建时间",
|
|
|
|
|
|
"common.edit": "操作",
|
|
|
|
|
|
"common.total": "总量",
|
|
|
|
|
|
"common.yes": "是",
|
|
|
|
|
|
"common.no": "否",
|
|
|
|
|
|
"common.enable": "开启",
|
|
|
|
|
|
"common.disable": "关闭",
|
|
|
|
|
|
"common.notify.no-select-edit": "未选中任何待编辑项!",
|
|
|
|
|
|
"common.notify.one-select-edit": "只能对一个选中项进行编辑!",
|
|
|
|
|
|
"common.confirm.delete": "请确认是否删除!",
|
|
|
|
|
|
"common.notify.no-select-delete": "未选中任何待删除项!",
|
|
|
|
|
|
"common.confirm.delete-batch": "请确认是否批量删除!",
|
|
|
|
|
|
"common.notify.delete-success": "删除成功!",
|
|
|
|
|
|
"common.notify.delete-fail": "删除失败!",
|
|
|
|
|
|
"common.notify.new-success": "新增成功!",
|
|
|
|
|
|
"common.notify.new-fail": "新增失败!",
|
|
|
|
|
|
"common.notify.apply-success": "应用成功!",
|
|
|
|
|
|
"common.notify.apply-fail": "应用失败!",
|
|
|
|
|
|
"common.notify.monitor-fail": "查询此监控定义详情失败!",
|
|
|
|
|
|
"common.notify.edit-success": "修改成功!",
|
|
|
|
|
|
"common.notify.edit-fail": "修改失败!",
|
|
|
|
|
|
"common.notify.mark-success": "标记成功!",
|
|
|
|
|
|
"common.notify.mark-fail": "标记失败!",
|
|
|
|
|
|
"common.notify.no-select-cancel": "未选中任何待取消项!",
|
|
|
|
|
|
"common.confirm.cancel-batch": "请确认是否批量取消监控!",
|
|
|
|
|
|
"common.confirm.cancel": "请确认是否取消监控!",
|
|
|
|
|
|
"common.notify.cancel-success": "取消监控成功!",
|
|
|
|
|
|
"common.notify.cancel-fail": "取消监控失败!",
|
|
|
|
|
|
"common.notify.no-select-enable": "未选中任何待启用监控项!",
|
|
|
|
|
|
"common.confirm.enable-batch": "请确认是否批量启用监控!",
|
|
|
|
|
|
"common.confirm.enable": "请确认是否启用监控!",
|
|
|
|
|
|
"common.notify.enable-success": "启用监控成功!",
|
|
|
|
|
|
"common.notify.enable-fail": "启用监控失败!",
|
|
|
|
|
|
"common.confirm.clear-cache": "请确认是否清理缓存!",
|
|
|
|
|
|
"common.notify.clear-success": "清理成功!",
|
|
|
|
|
|
"common.button.ok": "确定",
|
|
|
|
|
|
"common.button.detect": "测试",
|
|
|
|
|
|
"common.button.cancel": "取消",
|
|
|
|
|
|
"common.button.help": "帮助",
|
|
|
|
|
|
"common.button.edit": "编辑",
|
|
|
|
|
|
"common.button.delete": "删除",
|
|
|
|
|
|
"app.theme.default": "浅色主题",
|
|
|
|
|
|
"app.theme.dark": "深色主题",
|
|
|
|
|
|
"app.theme.compact": "紧凑主题",
|
|
|
|
|
|
"app.role.admin": "管理员",
|
2021-11-27 22:21:52 +08:00
|
|
|
|
"app.lock": "锁屏",
|
2022-04-11 22:59:36 +08:00
|
|
|
|
"app.lock.placeholder": "输入任意解锁",
|
|
|
|
|
|
"app.passport.desc": "TanCloud-易用友好的高性能监控云服务",
|
|
|
|
|
|
"app.passport.welcome": "欢迎使用TanCloud探云-监控云服务-tancloud.cn",
|
|
|
|
|
|
"app.login.message-need-identifier": "请输入用户名",
|
2022-01-30 12:39:23 +08:00
|
|
|
|
"app.login.message-need-credential": "请输入密码",
|
|
|
|
|
|
"app.login.message-invalid-credentials": "账户或密码错误",
|
2021-11-27 22:21:52 +08:00
|
|
|
|
"app.login.tab-login-credentials": "账户密码登录",
|
|
|
|
|
|
"app.login.remember-me": "自动登录",
|
|
|
|
|
|
"app.login.login": "登录",
|
|
|
|
|
|
"validation.email.required": "请输入邮箱地址!",
|
|
|
|
|
|
"validation.email.wrong-format": "邮箱地址格式错误!",
|
2022-01-30 12:39:23 +08:00
|
|
|
|
"validation.email.invalid": "无效的邮箱地址!",
|
|
|
|
|
|
"validation.phone.invalid": "无效的手机号!",
|
|
|
|
|
|
"validation.verification-code.invalid": "无效的验证码,应是6位数字!",
|
2021-11-27 22:21:52 +08:00
|
|
|
|
"validation.password.required": "请输入密码!",
|
|
|
|
|
|
"validation.password.twice": "两次输入的密码不匹配!",
|
|
|
|
|
|
"validation.password.strength.msg": "请至少输入 6 个字符。请不要使用容易被猜到的密码。",
|
|
|
|
|
|
"validation.password.strength.strong": "强度:强",
|
|
|
|
|
|
"validation.password.strength.medium": "强度:中",
|
|
|
|
|
|
"validation.password.strength.short": "强度:太短",
|
|
|
|
|
|
"validation.confirm-password.required": "请确认密码!",
|
|
|
|
|
|
"validation.phone-number.required": "请输入手机号!",
|
|
|
|
|
|
"validation.phone-number.wrong-format": "手机号格式错误!",
|
|
|
|
|
|
"validation.verification-code.required": "请输入验证码!",
|
|
|
|
|
|
"validation.title.required": "请输入标题",
|
|
|
|
|
|
"validation.date.required": "请选择起止日期",
|
|
|
|
|
|
"validation.goal.required": "请输入目标描述",
|
2022-01-30 12:39:23 +08:00
|
|
|
|
"validation.standard.required": "请输入衡量标准",
|
|
|
|
|
|
"validation.required": "请填充必填项! "
|
2021-11-27 22:21:52 +08:00
|
|
|
|
}
|