Blame view

src/views/org/scheduleClassesStaffManageLang.js 1007 Bytes
27dcfde5   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
  export const messages = {
    en: {
      scheduleClassesStaffManage: {
        title: 'Shift Staff Management',
        staffId: 'Staff ID',
        staffName: 'Staff Name',
        createTime: 'Create Time',
        addTitle: 'Add Shift Staff',
        selectStaffWarning: 'Please select at least one staff',
        confirmDeleteStaff: 'Are you sure to delete this shift staff?',
        orgInfo: 'Organization Info',
        staffInfo: 'Staff Info',
        selectedStaff: 'Selected Staff',
        staffExists: 'Staff already selected'
      }
    },
    zh: {
      scheduleClassesStaffManage: {
        title: '班次员工管理',
        staffId: '员工ID',
        staffName: '员工名称',
        createTime: '创建时间',
        addTitle: '添加班次员工',
        selectStaffWarning: '请至少选择一名员工',
        confirmDeleteStaff: '确定要删除该班次员工吗?',
        orgInfo: '组织信息',
        staffInfo: '员工信息',
        selectedStaff: '已选员工',
        staffExists: '员工已选择'
      }
    }
  }