index.ts
2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
export default {
rollingRankingList: 'Rolling Ranking List',
tabulation: 'Tabulation',
tableRow: 'Table Rows',
placeAutomatic: 'Please enter automatic calculation',
rotationTime: 'Rotation time (s)',
placeRotaionTime: 'Please enter the broadcast time',
numberUnit: "Numerical units",
mainColor: 'Main color',
dataColor: 'Data color',
bottomLine: 'Bottom Line',
fontStyle: 'Font',
numberFont: 'Number font',
leftDataFont: 'Left data font',
rightDataFont: 'Right data font',
carouselList: 'Carousel list',
headHeight: 'Meter head height',
showNumber: 'Show Line Numbers',
config: 'Configuration',
headerData: 'Table header data',
headerDataSplit: "Header data (in English, split)",
columnAlignment: 'Column alignment',
columnAlignmentSplit: "Alignment method (in English)",
columnWidth: 'Column Width',
columnWidthSplit: "Alignment method (in English)",
rotationMethod: 'Rotation method',
singleCarousel: 'Single carousel',
fullPageRotation: 'Full page rotation',
headerFont: 'Table header fontFamily',
contentFont: 'Content font',
headerBg: 'Table header background color',
oddRowColor: 'Odd row background color',
evenRowColor: 'Even row background color',
basicPageTable: 'Basic pagination table',
tableSetting: 'Table Settings',
noConfig: 'If there is no response to the configuration, please check the effect on the preview page',
align: 'Align',
left: 'Left',
center: 'Center',
right: 'Right',
pagingSetting: 'Paging Settings',
defaultPageNumber: 'Default Page Number',
tableData: 'Table Data',
headerName: 'Table header name',
tableStyle: 'Table Style',
showBorder: 'Show Borders',
bottomBorder: 'Bottom border',
columnDividerLine: 'Column divider line',
lineDivider: 'Line Divider',
zebraStripes: 'Zebra Stripes',
borderWidth: 'Border width',
borderStyle: 'Border style',
tableSearch: 'Table search (front-end static search)',
solidBorder: 'Solid border',
dashedBorder: 'Dashed border',
dotBorder: 'Dot border',
doubleBorder: 'double-border',
devicelatestData: 'Device latest data carousel list',
pagingTable:'Paging table (suitable for alarm or device list)',
}