fix:修改国际化
This commit is contained in:
@@ -541,8 +541,8 @@ const cn = {
|
||||
featureTitle: "属性",
|
||||
endpointUpNum:'代表正常的数量',
|
||||
endpointNum:'代表总的数量',
|
||||
active:"Active",
|
||||
Total:"Total",
|
||||
active:"Alive",// "存活",
|
||||
total:"Total", // "总数",
|
||||
},
|
||||
config: {
|
||||
config: "设置",
|
||||
|
||||
@@ -542,8 +542,8 @@ const en = {
|
||||
endPoint: 'End point',//'EndPoint'
|
||||
alert: 'Alert',//'告警'
|
||||
},
|
||||
active:"Active",
|
||||
Total:"Total",
|
||||
active:"Alive",// "存活",
|
||||
total:"Total",// "总数",
|
||||
},
|
||||
config: {
|
||||
config: 'Settings',//"设置"
|
||||
|
||||
Reference in New Issue
Block a user