Logo white

wuye / webui

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • webui
  • src
  • views
  • oa
  • printOwnerVotingLang.js
  • 开发完成办公下功能
    a99eb7a5
    wuxw authored
    2025-06-24 22:40:05 +0800  
    Browse Code »
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: '人'
    }
  }
}