export const placeHolderEn = { enterTitle: 'Enter Title', name: 'Name', winnerCount: 'Lucky Person Count', selectFont: 'Select Font', timedStop: 'will stop at a scheduled time after starting', imageName: 'Image Name', personName: 'Please enter name', } export const placeHolderZhCn = { enterTitle: '输入标题', name: '名称', winnerCount: '中奖人数', selectFont: '选择字体', timedStop: '开始后定时抽取', imageName: '图片名称', personName: '请填写姓名', } export const placeHolder = { en: placeHolderEn, zhCn: placeHolderZhCn, }