File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed
client/packages/lowcoder-comps/src/i18n/comps/locales Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
export const en = {
2
+ calendarChart : {
3
+ calendarType : 'Calendar Chart Type' ,
4
+ title : 'Title' ,
5
+ defaultTitle : 'Calendar Chart' ,
6
+ tooltip : 'Tooltip' ,
7
+ } ,
2
8
sunburstChart : {
3
9
sunburstType : 'Sunburst Chart Type' ,
4
10
title : 'Title' ,
@@ -52,7 +58,22 @@ export const en = {
52
58
defaultTitle : 'Funnel Chart' ,
53
59
funnelType :'Funnel Chart Type' ,
54
60
tooltip : 'Tooltip' ,
55
- legendVisibility :'Legend Visibility'
61
+ legendVisibility : 'Legend Visibility' ,
62
+ left : 'Left' ,
63
+ defaultLeft :'35' ,
64
+ top : 'Top' ,
65
+ defaultTop :'60' ,
66
+ bottom : 'Bottom' ,
67
+ defaultBottom :'60' ,
68
+ width : 'Width' ,
69
+ defaultWidth :'80' ,
70
+ min : 'Min' ,
71
+ defaultMin :'0' ,
72
+ max : 'Max' ,
73
+ defaultMax :'100' ,
74
+ gap : 'Gap' ,
75
+ defaultGap : '2' ,
76
+ label :'Label' ,
56
77
} ,
57
78
gaugeChart : {
58
79
title : 'Title' ,
@@ -63,6 +84,7 @@ export const en = {
63
84
echarts : {
64
85
legendPosition : "Legend Position" ,
65
86
labelPosition : "Label Position" ,
87
+ titlePosition : "Title Position" ,
66
88
} ,
67
89
chart : {
68
90
delete : "Delete" ,
You can’t perform that action at this time.
0 commit comments