Blame view

src/views/staff/aStaffCommunityLang.js 726 Bytes
aaa767a4   wuxw   开发完成admin的组织信息
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
  export const messages = {
    en: {
      aStaffCommunity: {
        orgPlaceholder: 'Select organization',
        staffPlaceholder: 'Enter staff name',
        linkCommunity: 'Link Community',
        staffName: 'Staff Name',
        staffId: 'Staff ID',
        communityId: 'Community ID',
        communityName: 'Community Name',
        selectStaffFirst: 'Please select a staff first'
      }
    },
    zh: {
      aStaffCommunity: {
        orgPlaceholder: '选择组织',
        staffPlaceholder: '填写员工名称',
        linkCommunity: '关联小区',
        staffName: '员工名称',
        staffId: '员工编号',
        communityId: '小区编号',
        communityName: '小区名称',
        selectStaffFirst: '请先选择员工'
      }
    }
  }