table.js 886 Bytes
Newer Older
1 2 3 4 5 6
export default {
    'table.operation': ['操作', 'Operation'],
    'table.moreSearch': ['更多查询', 'More Search'],
    'table.reset': ['重置', 'Reset'],
    'table.add': ['新增', 'Add'],
    'table.search': ['查询', 'Search'],
shuiluo's avatar
shuiluo committed
7 8 9 10 11 12 13 14 15 16
    'input.placeholder': ['请输入', 'Please Input'],
    'table.jobTime': ['任务时间', 'Job Time'],
    'table.inspectionStartTime': ['巡检开始时间', 'InspectionStartTime'],
    'table.inspectionEndTime': ['巡检结束时间', 'InspectionEndTime'],
    'table.newTemporaryTask': ['新建临时任务', 'New Temporary Task'],
    'table.detail': ['详情', 'Detail'],
    'table.progress': ['进度', 'Progress'],
    'table.pleaseSelect': ['请选择需要导出的数据', 'Please select the data to export'],
    'table.taskDetail': ['任务明细', 'Task Detail'],
    'table.taskProgress': ['任务进度', 'Task Progress'],
17
};