Blame view

src/views/resource/printEquipmentAccountLabelLang.js 1 KB
439c1b56   wuxw   开发完成设备台账功能
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
  export const messages = {
    en: {
      printEquipmentAccount: {
        machineId: 'Equipment ID',
        printTime: 'Print Time',
        equipmentLabel: 'Equipment Label',
        project: 'Project',
        locationName: 'Location Name',
        machineName: 'Machine Name',
        importanceLevel: 'Importance Level',
        systemName: 'System Name',
        enableDate: 'Enable Date',
        machineBrand: 'Machine Brand',
        specificationModel: 'Specification Model',
        code: 'Code',
        responsiblePerson: 'Responsible Person'
      }
    },
    zh: {
      printEquipmentAccount: {
        machineId: '设备ID',
        printTime: '打印时间',
        equipmentLabel: '设备标签',
        project: '项目',
        locationName: '位置名称',
        machineName: '设备名称',
        importanceLevel: '重要等级',
        systemName: '系统名称',
        enableDate: '启用日期',
        machineBrand: '设备品牌',
        specificationModel: '规格型号',
        code: '编码',
        responsiblePerson: '责任人'
      }
    }
  }