Skip to content

Commit c102b59

Browse files
committed
new translations added
1 parent 8b48b91 commit c102b59

File tree

1 file changed

+16
-9
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+16
-9
lines changed

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
export const en = {
2-
echarts: {
2+
sankeyChart: {
3+
sankeyType: 'Sankey Chart Type',
4+
title: 'Title',
5+
defaultTitle: 'Sankey Chart',
6+
tooltip: 'Tooltip',
7+
},
8+
funnelChart: {
39
title: 'Title',
410
defaultTitle: 'Funnel Chart',
5-
backgroundColor: 'Background Color',
6-
defaultBackgroundColor: '#fff',
7-
color: 'Color',
8-
defaultColor: '#4C64D9',
911
funnelType:'Funnel Chart Type',
12+
tooltip: 'Tooltip',
13+
legendVisibility:'Legend Visibility'
14+
},
15+
gaugeChart: {
16+
title: 'Title',
17+
defaultTitle: 'Gauge Chart',
1018
gaugeType: 'Gauge Chart Type',
19+
tooltip: 'Tooltip',
20+
},
21+
echarts: {
1122
legendPosition: "Legend Position",
1223
labelPosition: "Label Position",
13-
tooltip: 'Tooltip',
14-
legendVisibility:'Legend Visibility'
1524
},
1625
chart: {
17-
funnel: 'Funnel',
18-
gauge:'Gauge',
1926
delete: "Delete",
2027
data: "Data",
2128
mode: "Mode",

0 commit comments

Comments
 (0)