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.

26 lines
625 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: '全球指数为试运行,免费开放,有诸多不足请见谅111111111111111111122222222222222222222222222222222222222222223333',
  19. },
  20. globalIndex: {
  21. title: '全球指数',
  22. searchPlaceholder: '搜索指数名称',
  23. indexList: '指数列表',
  24. noData: '暂无数据',
  25. },
  26. }