export.ts 351 Bytes
export default {
  title: 'Report Export List',
  configName: 'configuration name',
  state: 'Execution Status',
  date: 'Execution date',
  time: 'Execution time',
  table: {
    export: 'Report export',
    view: 'Reports View',
    dataType: 'Data type',
    executeWay: 'Execution method',
  },
  modal: {
    title: 'Report trend chart',
  },
};