pages.json 816 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "goods":"收藏的宝贝",
  23. "shop":"收藏的店铺"
  24. },
  25. "address_list": "我的地址",
  26. "merchant_settled": "申请入驻",
  27. "merchant_record": "申请记录"
  28. },
  29. "pay": {
  30. "pay": "支付",
  31. "pay_success": "支付成功"
  32. },
  33. "site": {
  34. "close": "站点已关闭",
  35. "nosite": "站点不存在"
  36. }
  37. }
  38. }