You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
338 B

  1. // 中文简体
  2. export default {
  3. language: {
  4. name: '中文简体'
  5. },
  6. components: {
  7. footerBar:{
  8. homepage: '首页',
  9. marketSituation: '行情',
  10. deepMate: 'DeepMate',
  11. deepExploration: '深度探索',
  12. member: '我的',
  13. },
  14. },
  15. marketSituation: {
  16. globalIndex: '全球指数',
  17. globalIndexMore: '查看更多',
  18. },
  19. }