fix:修改国际化

This commit is contained in:
zhangyu
2020-11-11 15:02:43 +08:00
parent 1a248f3d51
commit 38424c849a
2 changed files with 4 additions and 4 deletions

View File

@@ -541,8 +541,8 @@ const cn = {
featureTitle: "属性",
endpointUpNum:'代表正常的数量',
endpointNum:'代表总的数量',
active:"Active",
Total:"Total",
active:"Alive",// "存活",
total:"Total", // "总数",
},
config: {
config: "设置",

View File

@@ -542,8 +542,8 @@ const en = {
endPoint: 'End point',//'EndPoint'
alert: 'Alert',//'告警'
},
active:"Active",
Total:"Total",
active:"Alive",// "存活",
total:"Total",// "总数",
},
config: {
config: 'Settings',//"设置"