123456789101112131415161718192021222324252627282930 |
- {
- "pages": {
- "article": {
- "list": "文章资讯",
- "detail": "文章详情"
- },
- "index": {
- "index": "首页"
- },
- "auth": {
- "agreement": "协议",
- "login": "登录",
- "register": "注册",
- "bind": "手机号绑定"
- },
- "member": {
- "index": "欢迎页",
- "center": "个人中心",
- "point": "我的积分",
- "balance": "我的余额",
- "collect": "我的收藏",
- "address_list": "我的地址",
- "merchant_settled": "申请入驻"
- },
- "site": {
- "close": "站点已关闭",
- "nosite": "站点不存在"
- }
- }
- }
|