feat:保存缩放级别 以及部分国际化

This commit is contained in:
zhangyu
2020-09-03 09:51:50 +08:00
parent f481534c1d
commit 3f1b0923c2
7 changed files with 76 additions and 37 deletions

View File

@@ -932,7 +932,25 @@ const en = {
name: 'Name',//'名称'
type: 'Type',//'类型'
description: 'Description'//'描述'
}
},
topology:{
line:'Line',
module:'Module element',
add:'Add',
selTwoNode:'Please select two module',
save:'save',
cancel:'cancel',
addLine:'Add Line',
lineName:'Line Name',
width:'width',
option:'Option',
arrows:'Arrows',
color:'Color',
chartName:'Name',
unit:'Unit',
addModule:'Add Module',
},
},
...enLocale
}