Blame view

src/views/oa/printOwnerVotingLang.js 328 Bytes
a99eb7a5   wuxw   开发完成办公下功能
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  export const messages = {
    en: {
      printOwnerVoting: {
        room: 'Room',
        totalVotes: 'Total votes',
        votedCount: 'Voted count',
        person: 'person'
      }
    },
    zh: {
      printOwnerVoting: {
        room: '房间',
        totalVotes: '投票总数',
        votedCount: '已投票',
        person: '人'
      }
    }
  }