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.

22 lines
459 B

  1. /** @format */
  2. // 中文简体
  3. export default {
  4. language: {
  5. name: "中文简体",
  6. },
  7. components: {
  8. footerBar: {
  9. homepage: "首页",
  10. marketSituation: "行情",
  11. deepMate: "DeepMate",
  12. deepExploration: "深度探索",
  13. member: "我的",
  14. },
  15. },
  16. marketSituation: {
  17. globalIndex: "全球指数",
  18. globalIndexMore:'查看更多',
  19. warn:'全球指数为试运行,免费开放,有诸多不足请见谅'
  20. },
  21. };