export const tooltipEn = { settingConfiguration: 'Setting/Configuration', nextSong: 'Right Click to Next Song', noSongPlay: 'No Song to Play', prizeList: 'Prize List', addActivity: 'Add Activity', downloadTemplateTip: 'After downloading the file, please fill in the data in Excel and save it in xlsx format', uploadExcelTip: 'Upload the modified Excel file', leftClick: 'Left Click to Slice', toHome: 'to Home', resetLayout: 'This item is time-consuming and performance intensive', defaultLayout: 'The default pattern setting is valid for 17 columns, please set the number of other columns yourself', doneCount: 'Number of winners', edit: 'Edit', delete: 'Delete', timedStop: 'After the lottery begins, it will stop at a scheduled time by default, set to 0, with the unit in seconds. A value of 0 disables the scheduled stopping function', uploadImage: 'Upload Image', pleaseGoto: 'Please go to', } export const tooltipZhCn = { settingConfiguration: '设置/配置', nextSong: '右键点击下一首', noSongPlay: '没有音乐可以播放', prizeList: '奖项列表', addActivity: '添加抽奖', downloadTemplateTip: '下载文件后,请在excel中填写数据,并保存为xlsx格式', uploadExcelTip: '上传修改好的excel文件', leftClick: '左键切割', toHome: '主页', resetLayout: '该项比较耗费时间和性能', defaultLayout: '默认图案设置针对17列时有效,其他列数请自行设置', doneCount: '已抽取', edit: '编辑', delete: '删除', timedStop: '开始抽奖过后定时停止,默认为0,单位为秒,0为关闭定时停止功能', uploadImage: '上传图片', pleaseGoto: '请先前往', } export const tooltip = { en: tooltipEn, zhCn: tooltipZhCn, }