printOwnerVotingLang.js 328 Bytes Edit Raw Blame History Permalink 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: '人' } } }