pages.json 633 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "pages": {
  3. "article": {
  4. "list": "文章资讯",
  5. "detail": "文章详情"
  6. },
  7. "index": {
  8. "index": "首页"
  9. },
  10. "auth": {
  11. "agreement": "协议",
  12. "login": "登录",
  13. "register": "注册",
  14. "bind": "手机号绑定"
  15. },
  16. "member": {
  17. "index": "欢迎页",
  18. "center": "个人中心",
  19. "point": "我的积分",
  20. "balance": "我的余额",
  21. "collect": "我的收藏",
  22. "address_list": "我的地址",
  23. "merchant_settled": "申请入驻"
  24. },
  25. "site": {
  26. "close": "站点已关闭",
  27. "nosite": "站点不存在"
  28. }
  29. }
  30. }