Blame view

src/views/oa/newOaWorkflowDoingLang.js 2.03 KB
d4a6b78f   wuxw   OA 中考勤功能开发完成
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  export const messages = {
    en: {
      newOaWorkflowDoing: {
        myPending: 'My Pending',
        myCompleted: 'My Completed',
        refresh: 'Refresh',
        repairPending: 'Repair Pending',
        complaintPending: 'Complaint Pending',
        purchasePending: 'Purchase Pending',
        collectionPending: 'Collection Pending',
        contractApplyPending: 'Contract Draft Pending',
        contractChangePending: 'Contract Change Pending',
        allocationPending: 'Allocation Pending',
        itemReleasePending: 'Item Release Pending',
        visitPending: 'Visit Pending',
        repairCompleted: 'Repair Completed',
        complaintCompleted: 'Complaint Completed',
        purchaseCompleted: 'Purchase Completed',
        collectionCompleted: 'Collection Completed',
        contractApplyCompleted: 'Contract Draft Completed',
        contractChangeCompleted: 'Contract Change Completed',
        allocationCompleted: 'Allocation Completed',
        itemReleaseCompleted: 'Item Release Completed',
        visitCompleted: 'Visit Completed',
        pending: 'Pending',
        completed: 'Completed'
      }
    },
    zh: {
      newOaWorkflowDoing: {
        myPending: '我的待办',
        myCompleted: '我的已办',
        refresh: '刷新',
        repairPending: '报修待办',
        complaintPending: '投诉待办',
        purchasePending: '采购待办',
        collectionPending: '物品领用待办',
        contractApplyPending: '合同起草待办',
        contractChangePending: '合同变更待办',
        allocationPending: '调拨待办',
        itemReleasePending: '物品放行待办',
        visitPending: '访客待办',
        repairCompleted: '报修已办',
        complaintCompleted: '投诉已办',
        purchaseCompleted: '采购已办',
        collectionCompleted: '物品领用已办',
        contractApplyCompleted: '合同起草已办',
        contractChangeCompleted: '合同变更已办',
        allocationCompleted: '调拨已办',
        itemReleaseCompleted: '物品放行已办',
        visitCompleted: '访客已办',
        pending: '待办',
        completed: '已办'
      }
    }
  }