table.js 3.12 KB
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
    'table.jobTime': ['任务时间', 'Job Time'],
    'table.inspectionStartTime': ['巡检开始时间', 'InspectionStartTime'],
    'table.inspectionEndTime': ['巡检结束时间', 'InspectionEndTime'],
    'table.newTemporaryTask': ['新建临时任务', 'New Temporary Task'],
shuiluo's avatar
shuiluo committed
11
    'table.details': ['详情', 'Details'],
shuiluo's avatar
shuiluo committed
12 13 14 15
    'table.progress': ['进度', 'Progress'],
    'table.pleaseSelect': ['请选择需要导出的数据', 'Please select the data to export'],
    'table.taskDetail': ['任务明细', 'Task Detail'],
    'table.taskProgress': ['任务进度', 'Task Progress'],
shuiluo's avatar
shuiluo committed
16 17 18 19
    title: ['标题', 'Title'],
    content: ['内容', 'Content'],
    sender: ['发送者', 'Sender'],
    recipient: ['接受者', 'Recipient'],
shuiluo's avatar
shuiluo committed
20
    'table.organization': ['所属组织', 'Organization'],
陈浩玮's avatar
陈浩玮 committed
21 22
    'table.regionName': ['地区名称', 'Region Name'],
    'table.region': ['地区', 'Region'],
shuiluo's avatar
shuiluo committed
23 24 25 26 27 28 29
    'table.remark': ['备注', 'Remark'],
    'table.reviser': ['修改人', 'Reviser'],
    'table.revisionTime': ['修改时间', 'Revision Time'],
    'table.edit': ['编辑', 'Edit'],
    'table.confirm': ['确认', 'Confirm'],
    'table.cancel': ['取消', 'Cancel'],
    'table.delete': ['删除', 'Delete'],
shuiluo's avatar
shuiluo committed
30 31 32 33 34 35
    'table.confirmDelete': ['确认是否删除', 'Confirm To Delete'],
    'table.describe': ['描述', 'Describe'],
    'table.describe.add': ['请输入描述信息', 'Please Input @:table.describe'],
    'table.confirmReset': ['确认是否重置', 'Confirm Reset'],
    'table.hasSelectedSome': ['已选择{num}项', '{num} have been selected'],
    'table.view': ['查看', 'View'],
陈浩玮's avatar
陈浩玮 committed
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
    'table.export': ['导出', 'export'],
    'table.placeName': ['地点名称', 'Place Name'],
    'table.place': ['地点', 'place'],
    'table.QrCode': ['二维码', 'Qr Code'],
    'table.ElectronicTags': ['电子标签', 'Electronic tags'],
    'table.exemption': ['免检', 'Exemption'],
    'table.export.tip': ['请选择需要导出的数据!', 'Please select the data you want to export!'],
    'table.keyword': ['关键字', 'keyword'],
    'table.unitName': ['单元名称', 'Unit Name'],
    'table.unit': ['单元', 'Unit'],
    'table.equipmentCode': ['设备编号', 'Qquipment Code'],
    'table.itemName': ['项目名称', 'Item Name'],
    'table.item': ['项目', 'Item'],
    'table.dataType': ['数据类型', 'Data Type'],
    'table.majorName': ['专业名称', 'Major Name'],
    'table.major': ['专业', 'Major'],
    'table.personnel': ['人员', 'Personnel'],
    'table.department': ['部门', 'Department'],
    'table.exemptionType': ['免检类型', 'Exemption Type'],
    'table.exemptionName': ['免检地点/单元名称', 'Place/Unit Exempted'],
    'table.type': ['类型', 'Type'],
    'table.time': ['时间', 'Time'],
    'table.time.start': ['开始时间', 'Start Time'],
    'table.time.end': ['结束时间', 'Start End'],
    'table.reason': ['原因', 'Reason'],
    'table.state': ['状态', 'State'],
62
};