Skip to content

Commit caca39d

Browse files
committed
translation updated
1 parent 9a880e8 commit caca39d

File tree

1 file changed

+23
-1
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+23
-1
lines changed

client/packages/lowcoder-comps/src/i18n/comps/locales/en.ts

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
export const en = {
2+
calendarChart: {
3+
calendarType: 'Calendar Chart Type',
4+
title: 'Title',
5+
defaultTitle: 'Calendar Chart',
6+
tooltip: 'Tooltip',
7+
},
28
sunburstChart: {
39
sunburstType: 'Sunburst Chart Type',
410
title: 'Title',
@@ -52,7 +58,22 @@ export const en = {
5258
defaultTitle: 'Funnel Chart',
5359
funnelType:'Funnel Chart Type',
5460
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',
5677
},
5778
gaugeChart: {
5879
title: 'Title',
@@ -63,6 +84,7 @@ export const en = {
6384
echarts: {
6485
legendPosition: "Legend Position",
6586
labelPosition: "Label Position",
87+
titlePosition: "Title Position",
6688
},
6789
chart: {
6890
delete: "Delete",

0 commit comments

Comments
 (0)