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
416 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. warn: '全球指数为试运行,免费开放,有诸多不足请见谅',
  19. },
  20. }