center.js 615 Bytes
const centerEn = {
  center: {
    login: 'Login',
    konwMore: 'Know More Information',
    message: 'Message',
    collect: 'Collection',
    study: 'Study',
    question: 'Question',
    feedBack: 'FeedBack',
    about: 'About',
    setting: 'Setting',
  },
}

const centerZh = {
  center: {
    login: '立即登录',
    konwMore: '登录后可了解更多信息',
    message: '我的消息',
    collect: '我的收藏',
    study: '我的学习',
    question: '常见问题',
    feedBack: '意见反馈',
    about: '关于协会',
    setting: '设置',
  },
}
export default {
  centerEn,
  centerZh
};