Skip to content

Commit fe6325b

Browse files
committed
themeriver translations added
1 parent e2afd0f commit fe6325b

File tree

1 file changed

+21
-0
lines changed
  • client/packages/lowcoder-comps/src/i18n/comps/locales

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ export const en = {
55
defaultTitle: 'Calendar Chart',
66
tooltip: 'Tooltip',
77
},
8+
themeriverChart: {
9+
themeriverType: 'Themeriver Chart Type',
10+
title: 'Title',
11+
defaultTitle: 'Themeriver Chart',
12+
tooltip: 'Tooltip',
13+
},
814
sunburstChart: {
915
sunburstType: 'Sunburst Chart Type',
1016
title: 'Title',
@@ -80,6 +86,21 @@ export const en = {
8086
defaultTitle: 'Gauge Chart',
8187
gaugeType: 'Gauge Chart Type',
8288
tooltip: 'Tooltip',
89+
left: 'Left',
90+
defaultLeft:'35',
91+
top: 'Top',
92+
defaultTop:'60',
93+
bottom: 'Bottom',
94+
defaultBottom:'60',
95+
width: 'Width',
96+
defaultWidth:'80',
97+
min: 'Min',
98+
defaultMin:'0',
99+
max: 'Max',
100+
defaultMax:'100',
101+
gap: 'Gap',
102+
defaultGap: '2',
103+
label:'Label',
83104
},
84105
echarts: {
85106
legendPosition: "Legend Position",

0 commit comments

Comments
 (0)