fix:修改所有的 high medium low 为 P1 P2 P3
This commit is contained in:
@@ -275,9 +275,9 @@ const cn = {
|
||||
num: "数量",
|
||||
alert: "告警",
|
||||
alertTotal: "总计",
|
||||
alertLow: "低",
|
||||
alertMedium: "中",
|
||||
alertHigh: "高",
|
||||
alertP3: "P3",
|
||||
alertP2: "P2",
|
||||
alertP1: "P1",
|
||||
inStock: "在库",
|
||||
outStock: "出库",
|
||||
pingUp: "Up",
|
||||
@@ -329,9 +329,9 @@ const cn = {
|
||||
active: "在线",
|
||||
inactive: "宕机",
|
||||
alert: "告警",
|
||||
high: "高",
|
||||
medium: "中",
|
||||
low: "低",
|
||||
P1: "P1",
|
||||
P2: "P2",
|
||||
P3: "P3",
|
||||
endpoint: "Endpoint",
|
||||
total: "总计",
|
||||
up: "up",
|
||||
@@ -767,9 +767,9 @@ const cn = {
|
||||
alertConfig: "告警规则",
|
||||
createAlertConfig: "新增告警规则",
|
||||
editAlertConfig: "修改告警规则",
|
||||
medium: "中",
|
||||
high: "高",
|
||||
low: "低",
|
||||
P1: "P1",
|
||||
P2: "P2",
|
||||
P3: "P3",
|
||||
typeOption: {
|
||||
project: "系统",
|
||||
module: "组件",
|
||||
|
||||
Reference in New Issue
Block a user