feat:project 添加国际化
This commit is contained in:
@@ -139,6 +139,7 @@ const cn = {
|
||||
sync: '同步到设备',
|
||||
last:'Last',
|
||||
threshold:'阈值',
|
||||
thresholds:'阈值',
|
||||
typeVal: {
|
||||
line: {
|
||||
label: "曲线图"
|
||||
@@ -205,7 +206,7 @@ const cn = {
|
||||
legendValue:'Legend option',
|
||||
content:'内容',
|
||||
tooltip:'Tooltip',
|
||||
displayChart:'Display chart',
|
||||
displayChart:'图表',
|
||||
aggregation:"Aggregation",
|
||||
},
|
||||
chartTableColumn: {
|
||||
@@ -956,7 +957,8 @@ const cn = {
|
||||
addLine:'添加连线',
|
||||
editLine:'编辑连线',
|
||||
lineName:'连线名称',
|
||||
width:'宽度',
|
||||
width:'宽',
|
||||
height:'高',
|
||||
dashes:'虚线',
|
||||
option:'设置',
|
||||
arrows:'箭头方向',
|
||||
@@ -982,6 +984,41 @@ const cn = {
|
||||
imgMeasure:'上传的图片宽高必须都大于100!',
|
||||
data:"数据",
|
||||
style:'样式',
|
||||
title:'标题',
|
||||
level:'等级',
|
||||
value:'值',
|
||||
animation:'动画',
|
||||
animationType:'动画类型',
|
||||
animationColor:'动画颜色',
|
||||
link:'链接',
|
||||
fill:'背景',
|
||||
lines:'边框',
|
||||
text:'文字',
|
||||
name:'名称',
|
||||
bac:'背景',
|
||||
bacImage:'背景图片',
|
||||
defaultLineWidth:'默认线宽',
|
||||
lineWidth:'线条宽度',
|
||||
grids:'网格',
|
||||
gridSize:'网格大小',
|
||||
gridColor:'网格颜色',
|
||||
rule:'标尺',
|
||||
ruleColor:"标尺颜色",
|
||||
defaultStartArrow:'默认开始箭头',
|
||||
defaultEndArrow:'默认结束箭头',
|
||||
positionAndSize:"位置和大小",
|
||||
circularBead:'圆角',
|
||||
rotate:'旋转',
|
||||
pl:"内边距 - 左",
|
||||
pt:"内边距 - 上",
|
||||
pr:"内边距 - 右",
|
||||
pb:"内边距 - 下",
|
||||
gradient:'渐变',
|
||||
lineStyle:'线条样式',
|
||||
lineColor:'线条颜色',
|
||||
fromArrow:"起点箭头",
|
||||
toArrow:"终点箭头",
|
||||
arrowColor:"箭头颜色",
|
||||
},
|
||||
},
|
||||
date:{
|
||||
|
||||
Reference in New Issue
Block a user