export default { common: { submit: '送信', cancel: 'キャンセル', confirm: '確認' }, home: { title: '児童美術コレクション', vote: '投票', signup: '登録' }, vote: { title: '児童美術コレクションイベント', voteBtn: '投票する' }, entry: { title: '登録', form: { name: '名前', phone: '電話番号', submit: '登録を送信' } } }