index.ts 2.14 KB
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)',
}