init
This commit is contained in:
4
lang/zh-cn/article/detail.js
Normal file
4
lang/zh-cn/article/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '文章详情'
|
||||
}
|
||||
5
lang/zh-cn/article/list.js
Normal file
5
lang/zh-cn/article/list.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '文章列表',
|
||||
emptyText:"当前暂无文章信息"
|
||||
}
|
||||
4
lang/zh-cn/bale/detail.js
Normal file
4
lang/zh-cn/bale/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: ''
|
||||
}
|
||||
4
lang/zh-cn/bale/payment.js
Normal file
4
lang/zh-cn/bale/payment.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '待付款订单'
|
||||
}
|
||||
10
lang/zh-cn/bargain/detail.js
Normal file
10
lang/zh-cn/bargain/detail.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '',
|
||||
select: '选择',
|
||||
params: '参数',
|
||||
service: '商品服务',
|
||||
allGoods: '全部商品',
|
||||
image: '图片',
|
||||
video: '视频',
|
||||
}
|
||||
4
lang/zh-cn/bargain/launch.js
Normal file
4
lang/zh-cn/bargain/launch.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '砍价详情'
|
||||
}
|
||||
4
lang/zh-cn/bargain/list.js
Normal file
4
lang/zh-cn/bargain/list.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '砍价专区'
|
||||
}
|
||||
4
lang/zh-cn/bargain/my_bargain.js
Normal file
4
lang/zh-cn/bargain/my_bargain.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的砍价'
|
||||
}
|
||||
4
lang/zh-cn/bargain/payment.js
Normal file
4
lang/zh-cn/bargain/payment.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '待付款订单'
|
||||
}
|
||||
4
lang/zh-cn/combo/detail.js
Normal file
4
lang/zh-cn/combo/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '组合套餐'
|
||||
}
|
||||
4
lang/zh-cn/combo/payment.js
Normal file
4
lang/zh-cn/combo/payment.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '待付款订单'
|
||||
}
|
||||
22
lang/zh-cn/common.js
Normal file
22
lang/zh-cn/common.js
Normal file
@@ -0,0 +1,22 @@
|
||||
export const lang = {
|
||||
|
||||
// 底部选项卡
|
||||
tabBar: {
|
||||
home: '首页',
|
||||
category: '分类',
|
||||
cart: '购物车',
|
||||
member: '个人中心'
|
||||
},
|
||||
|
||||
//公共
|
||||
common: {
|
||||
//语言包名称
|
||||
name: '中文',
|
||||
mescrollTextInOffset: '下拉刷新',
|
||||
mescrollTextOutOffset: '释放更新',
|
||||
mescrollEmpty: "暂无相关数据",
|
||||
goodsRecommendTitle: '猜你喜欢',
|
||||
currencySymbol: '¥',
|
||||
submit: '提交'
|
||||
}
|
||||
}
|
||||
4
lang/zh-cn/contact/contact.js
Normal file
4
lang/zh-cn/contact/contact.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '电子名片'
|
||||
}
|
||||
4
lang/zh-cn/diy/diy.js
Normal file
4
lang/zh-cn/diy/diy.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '',
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/apply.js
Normal file
5
lang/zh-cn/fenxiao/apply.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '分销商申请'
|
||||
title: ''
|
||||
}
|
||||
4
lang/zh-cn/fenxiao/bill.js
Normal file
4
lang/zh-cn/fenxiao/bill.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '账单'
|
||||
}
|
||||
4
lang/zh-cn/fenxiao/follow.js
Normal file
4
lang/zh-cn/fenxiao/follow.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的关注'
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/goods_list.js
Normal file
5
lang/zh-cn/fenxiao/goods_list.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '分销商品列表',
|
||||
title: ''
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/index.js
Normal file
5
lang/zh-cn/fenxiao/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '分销中心',
|
||||
title: ''
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/level.js
Normal file
5
lang/zh-cn/fenxiao/level.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '分销商等级',
|
||||
title: ''
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/order.js
Normal file
5
lang/zh-cn/fenxiao/order.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '分销订单',
|
||||
title: ''
|
||||
}
|
||||
4
lang/zh-cn/fenxiao/order_detail.js
Normal file
4
lang/zh-cn/fenxiao/order_detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/fenxiao/promote_code.js
Normal file
4
lang/zh-cn/fenxiao/promote_code.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '推广海报'
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/team.js
Normal file
5
lang/zh-cn/fenxiao/team.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '我的团队'
|
||||
title: ''
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/withdraw_apply.js
Normal file
5
lang/zh-cn/fenxiao/withdraw_apply.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '提现申请'
|
||||
title: ''
|
||||
}
|
||||
5
lang/zh-cn/fenxiao/withdraw_list.js
Normal file
5
lang/zh-cn/fenxiao/withdraw_list.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
// title: '提现记录'
|
||||
title: ''
|
||||
}
|
||||
4
lang/zh-cn/game/cards.js
Normal file
4
lang/zh-cn/game/cards.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '刮刮乐'
|
||||
}
|
||||
4
lang/zh-cn/game/record.js
Normal file
4
lang/zh-cn/game/record.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '中奖纪录'
|
||||
}
|
||||
4
lang/zh-cn/game/smash_eggs.js
Normal file
4
lang/zh-cn/game/smash_eggs.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '砸金蛋'
|
||||
}
|
||||
4
lang/zh-cn/game/turntable.js
Normal file
4
lang/zh-cn/game/turntable.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '大转盘'
|
||||
}
|
||||
4
lang/zh-cn/goods/brand.js
Normal file
4
lang/zh-cn/goods/brand.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '品牌专区'
|
||||
}
|
||||
13
lang/zh-cn/goods/cart.js
Normal file
13
lang/zh-cn/goods/cart.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '购物车',
|
||||
complete: '完成',
|
||||
edit: '管理',
|
||||
allElection: '全选',
|
||||
total: '合计',
|
||||
settlement: '结算',
|
||||
emptyTips: '暂无商品',
|
||||
goForStroll: '去逛逛',
|
||||
del: '删除',
|
||||
login: '去登录'
|
||||
}
|
||||
6
lang/zh-cn/goods/category.js
Normal file
6
lang/zh-cn/goods/category.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '商品分类',
|
||||
search:'商品搜索',
|
||||
seeMore : '查看更多'
|
||||
}
|
||||
4
lang/zh-cn/goods/consult.js
Normal file
4
lang/zh-cn/goods/consult.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '商品咨询'
|
||||
}
|
||||
4
lang/zh-cn/goods/consult_edit.js
Normal file
4
lang/zh-cn/goods/consult_edit.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我要咨询'
|
||||
}
|
||||
4
lang/zh-cn/goods/coupon.js
Normal file
4
lang/zh-cn/goods/coupon.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '优惠券领取'
|
||||
}
|
||||
4
lang/zh-cn/goods/coupon_receive.js
Normal file
4
lang/zh-cn/goods/coupon_receive.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '领取优惠券'
|
||||
}
|
||||
31
lang/zh-cn/goods/detail.js
Normal file
31
lang/zh-cn/goods/detail.js
Normal file
@@ -0,0 +1,31 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '',
|
||||
select: '选择',
|
||||
details:'商品详情',
|
||||
params: '参数',
|
||||
service: '商品服务',
|
||||
allGoods: '全部商品',
|
||||
image: '图片',
|
||||
video: '视频',
|
||||
home:'首页',
|
||||
cart:'购物车',
|
||||
leave:'立即留言',
|
||||
make:'立即咨询',
|
||||
|
||||
send:'配送',
|
||||
express:'快递发货',
|
||||
commission:'佣金详情',
|
||||
commissiontext:'佣金',
|
||||
addcart:'添加购物车',
|
||||
buynow:'立即购买',
|
||||
status:'该商品已下架',
|
||||
sellout:'库存不足',
|
||||
max:'已达最大限购数量',
|
||||
makebtn:'咨询',
|
||||
sales:'销量',
|
||||
stock:'库存',
|
||||
kefu:'客服',
|
||||
follow:'收藏',
|
||||
spec:'规格',
|
||||
}
|
||||
4
lang/zh-cn/goods/evaluate.js
Normal file
4
lang/zh-cn/goods/evaluate.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '商品评价'
|
||||
}
|
||||
11
lang/zh-cn/goods/list.js
Normal file
11
lang/zh-cn/goods/list.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '商品列表',
|
||||
Random:'综合',
|
||||
Sales:'销量',
|
||||
Price:'价格',
|
||||
Filter:'筛选',
|
||||
Search:'请输入您要搜索的商品',
|
||||
Make:'咨询',
|
||||
|
||||
}
|
||||
4
lang/zh-cn/goods/not_exist.js
Normal file
4
lang/zh-cn/goods/not_exist.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '商品找不到',
|
||||
}
|
||||
4
lang/zh-cn/goods/point.js
Normal file
4
lang/zh-cn/goods/point.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '积分中心'
|
||||
}
|
||||
9
lang/zh-cn/goods/search.js
Normal file
9
lang/zh-cn/goods/search.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '搜索',
|
||||
history: '历史搜索',
|
||||
hot: '热门搜索',
|
||||
find: '搜索发现',
|
||||
hidefind: '当前搜索发现已隐藏',
|
||||
inputPlaceholder: '搜索商品'
|
||||
}
|
||||
10
lang/zh-cn/groupbuy/detail.js
Normal file
10
lang/zh-cn/groupbuy/detail.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '',
|
||||
select: '选择',
|
||||
params: '参数',
|
||||
service: '商品服务',
|
||||
allGoods: '全部商品',
|
||||
image: '图片',
|
||||
video: '视频'
|
||||
}
|
||||
4
lang/zh-cn/groupbuy/list.js
Normal file
4
lang/zh-cn/groupbuy/list.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '团购专区'
|
||||
}
|
||||
4
lang/zh-cn/groupbuy/payment.js
Normal file
4
lang/zh-cn/groupbuy/payment.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '待付款订单'
|
||||
}
|
||||
4
lang/zh-cn/help/detail.js
Normal file
4
lang/zh-cn/help/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '帮助详情'
|
||||
}
|
||||
5
lang/zh-cn/help/list.js
Normal file
5
lang/zh-cn/help/list.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '帮助中心',
|
||||
emptyText:"当前暂无帮助信息"
|
||||
}
|
||||
4
lang/zh-cn/hongbao/list.js
Normal file
4
lang/zh-cn/hongbao/list.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '瓜分红包列表'
|
||||
}
|
||||
4
lang/zh-cn/hongbao/my_hongbao.js
Normal file
4
lang/zh-cn/hongbao/my_hongbao.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的红包列表'
|
||||
}
|
||||
4
lang/zh-cn/index/index.js
Normal file
4
lang/zh-cn/index/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '',
|
||||
}
|
||||
4
lang/zh-cn/live/list.js
Normal file
4
lang/zh-cn/live/list.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '直播',
|
||||
}
|
||||
12
lang/zh-cn/login/find.js
Normal file
12
lang/zh-cn/login/find.js
Normal file
@@ -0,0 +1,12 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '找回密码',
|
||||
findPassword: '找回密码',
|
||||
accountPlaceholder: '请输入手机号',
|
||||
captchaPlaceholder: "请输入验证码",
|
||||
dynacodePlaceholder: '请输入动态码',
|
||||
passwordPlaceholder: '请输入新密码',
|
||||
rePasswordPlaceholder: '请确认新密码',
|
||||
next: '下一步',
|
||||
save: '确认修改'
|
||||
}
|
||||
20
lang/zh-cn/login/login.js
Normal file
20
lang/zh-cn/login/login.js
Normal file
@@ -0,0 +1,20 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '登录',
|
||||
mobileLogin: '手机号登录',
|
||||
accountLogin: '账号登录',
|
||||
autoLogin: '一键授权登录',
|
||||
login: '登录',
|
||||
mobilePlaceholder: '手机号登录仅限中国大陆用户',
|
||||
dynacodePlaceholder: '请输入动态码',
|
||||
captchaPlaceholder: '请输入验证码',
|
||||
accountPlaceholder: '请输入账号',
|
||||
passwordPlaceholder: '请输入密码',
|
||||
rePasswordPlaceholder: '请确认密码',
|
||||
forgetPassword: '忘记密码',
|
||||
register: '注册',
|
||||
registerTips: '没有账号的用户快来',
|
||||
registerTips1: '注册',
|
||||
registerTips2: '吧',
|
||||
newUserRegister: '新用户注册'
|
||||
}
|
||||
17
lang/zh-cn/login/register.js
Normal file
17
lang/zh-cn/login/register.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '注册',
|
||||
mobileRegister: '手机号注册',
|
||||
accountRegister: '账号注册',
|
||||
mobilePlaceholder: '手机号登录仅限中国大陆用户',
|
||||
dynacodePlaceholder: '请输入动态码',
|
||||
captchaPlaceholder: '请输入验证码',
|
||||
accountPlaceholder: '请输入用户名',
|
||||
passwordPlaceholder: '请输入密码',
|
||||
rePasswordPlaceholder: '请确认密码',
|
||||
completeRegister: '完成注册,并登录',
|
||||
registerTips: '点击注册即代表您已同意',
|
||||
registerAgreement: '注册协议',
|
||||
next: '下一步',
|
||||
save: '保存'
|
||||
}
|
||||
13
lang/zh-cn/member/account.js
Normal file
13
lang/zh-cn/member/account.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '账户列表',
|
||||
name: '姓名',
|
||||
accountType: '账号类型',
|
||||
mobilePhone: '手机号码',
|
||||
withdrawalAccount: '提现账号',
|
||||
bankInfo: '支行信息',
|
||||
newAddAccount: '新增账户',
|
||||
del: '删除',
|
||||
update: "修改",
|
||||
emptyText:"当前暂无账户"
|
||||
}
|
||||
14
lang/zh-cn/member/account_edit.js
Normal file
14
lang/zh-cn/member/account_edit.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '编辑账户',
|
||||
name: '姓名',
|
||||
namePlaceholder: '请输入真实姓名',
|
||||
mobilePhone: '手机号码',
|
||||
mobilePhonePlaceholder: '请输入手机号',
|
||||
accountType: '账号类型',
|
||||
bankInfo: '支行信息',
|
||||
bankInfoPlaceholder: '请输入支行信息',
|
||||
withdrawalAccount: '提现账号',
|
||||
withdrawalAccountPlaceholder: '请输入提现账号',
|
||||
save: '保存'
|
||||
}
|
||||
9
lang/zh-cn/member/address.js
Normal file
9
lang/zh-cn/member/address.js
Normal file
@@ -0,0 +1,9 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '收货地址',
|
||||
newAddAddress: '添加收货地址',
|
||||
getAddress: '一键获取地址',
|
||||
is_default: '默认',
|
||||
modify: '编辑',
|
||||
del: '删除'
|
||||
}
|
||||
14
lang/zh-cn/member/address_edit.js
Normal file
14
lang/zh-cn/member/address_edit.js
Normal file
@@ -0,0 +1,14 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '编辑收货地址',
|
||||
consignee: '姓名',
|
||||
consigneePlaceholder: '收货人姓名',
|
||||
mobile: '手机',
|
||||
mobilePlaceholder: '收货人手机号',
|
||||
telephone: '电话',
|
||||
telephonePlaceholder: '收货人固定电话(选填)',
|
||||
receivingCity: '地区',
|
||||
address: '详细地址',
|
||||
addressPlaceholder: '小区、街道、写字楼',
|
||||
save: '保存'
|
||||
}
|
||||
4
lang/zh-cn/member/apply_withdrawal.js
Normal file
4
lang/zh-cn/member/apply_withdrawal.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '申请提现'
|
||||
}
|
||||
3
lang/zh-cn/member/assets.js
Normal file
3
lang/zh-cn/member/assets.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '账号注销',
|
||||
}
|
||||
13
lang/zh-cn/member/balance.js
Normal file
13
lang/zh-cn/member/balance.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的余额',
|
||||
accountBalance: '账户余额 ',
|
||||
money:' (元)',
|
||||
recharge: '充值',
|
||||
withdrawal: '提现',
|
||||
balanceDetailed: '余额明细',
|
||||
emptyTips: '暂无余额记录',
|
||||
rechargeRecord:'充值记录',
|
||||
ableAccountBalance:'现金余额 ',
|
||||
noAccountBalance:'储值余额 ',
|
||||
}
|
||||
4
lang/zh-cn/member/balance_detail.js
Normal file
4
lang/zh-cn/member/balance_detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '余额明细'
|
||||
}
|
||||
3
lang/zh-cn/member/cancellation.js
Normal file
3
lang/zh-cn/member/cancellation.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '账号注销',
|
||||
}
|
||||
3
lang/zh-cn/member/cancelrefuse.js
Normal file
3
lang/zh-cn/member/cancelrefuse.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '账号注销',
|
||||
}
|
||||
3
lang/zh-cn/member/cancelstatus.js
Normal file
3
lang/zh-cn/member/cancelstatus.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '账号注销',
|
||||
}
|
||||
3
lang/zh-cn/member/cancelsuccess.js
Normal file
3
lang/zh-cn/member/cancelsuccess.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '账号注销',
|
||||
}
|
||||
4
lang/zh-cn/member/card.js
Normal file
4
lang/zh-cn/member/card.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '会员卡'
|
||||
}
|
||||
4
lang/zh-cn/member/card_buy.js
Normal file
4
lang/zh-cn/member/card_buy.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '会员卡'
|
||||
}
|
||||
4
lang/zh-cn/member/collection.js
Normal file
4
lang/zh-cn/member/collection.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的关注'
|
||||
}
|
||||
4
lang/zh-cn/member/contact.js
Normal file
4
lang/zh-cn/member/contact.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '客服',
|
||||
}
|
||||
4
lang/zh-cn/member/coupon.js
Normal file
4
lang/zh-cn/member/coupon.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的优惠券'
|
||||
}
|
||||
5
lang/zh-cn/member/footprint.js
Normal file
5
lang/zh-cn/member/footprint.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的足迹',
|
||||
emptyTpis: '您还未浏览过任何商品!'
|
||||
}
|
||||
5
lang/zh-cn/member/gift.js
Normal file
5
lang/zh-cn/member/gift.js
Normal file
@@ -0,0 +1,5 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的礼品',
|
||||
emptyTips: '暂无礼品'
|
||||
}
|
||||
4
lang/zh-cn/member/gift_detail.js
Normal file
4
lang/zh-cn/member/gift_detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '礼品订单',
|
||||
}
|
||||
51
lang/zh-cn/member/index.js
Normal file
51
lang/zh-cn/member/index.js
Normal file
@@ -0,0 +1,51 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '会员中心',
|
||||
login: '登录/注册',
|
||||
loginTpis: '点击登录 享受更多精彩信息',
|
||||
memberLevel: '会员等级',
|
||||
moreAuthority: '更多权限',
|
||||
allOrders: '全部订单',
|
||||
seeAllOrders: '查看全部订单',
|
||||
waitPay: '待付款',
|
||||
readyDelivery: '待发货',
|
||||
waitDelivery: '待收货',
|
||||
refunding: '退款',
|
||||
// 会员中心入口
|
||||
sign: '签到',
|
||||
personInfo: '个人资料',
|
||||
receivingAddress: '收货地址',
|
||||
accountList: '账户列表',
|
||||
couponList: '优惠券',
|
||||
mySpellList: '我的拼单',
|
||||
myBargain: '我的砍价',
|
||||
virtualCode: '虚拟码',
|
||||
winningRecord: '我的礼品',
|
||||
myCollection: '我的关注',
|
||||
myTracks: '我的足迹',
|
||||
pintuanOrder: '拼团订单',
|
||||
yushouOrder: '预售订单',
|
||||
verification: '核销台',
|
||||
message: '我的消息',
|
||||
exchangeOrder: '积分兑换',
|
||||
|
||||
waitpay:'待付款',
|
||||
waitsend:'待发货',
|
||||
waitconfirm:'待收货',
|
||||
activist:'售后',
|
||||
completed:'已完成',
|
||||
|
||||
// 推广中心
|
||||
balance: '余额',
|
||||
point: '积分',
|
||||
coupon: '优惠券',
|
||||
memberRecommend: '邀请有礼',
|
||||
myPresale: '我的预售',
|
||||
myGiftcard: '我的礼品卡',
|
||||
myDivideticket: '我的瓜分券',
|
||||
myRebate:'拼团返利',
|
||||
myHongbao:'我的红包列表',
|
||||
myBlindBox:'我的盲盒',
|
||||
|
||||
|
||||
}
|
||||
56
lang/zh-cn/member/info.js
Normal file
56
lang/zh-cn/member/info.js
Normal file
@@ -0,0 +1,56 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '个人资料',
|
||||
headImg: '头像',
|
||||
account: '账号',
|
||||
nickname: '昵称',
|
||||
realName: '真实姓名',
|
||||
sex: '性别',
|
||||
birthday: '生日',
|
||||
password: '密码',
|
||||
paypassword: '支付密码',
|
||||
mobilePhone: '手机',
|
||||
bindMobile: '绑定手机',
|
||||
cancellation: '注销账号',
|
||||
lang: "语言",
|
||||
logout: '退出登录',
|
||||
save: "保存",
|
||||
noset: '未设置',
|
||||
|
||||
nickPlaceholder: "请输入新昵称",
|
||||
pleaseRealName:"请输入真实姓名",
|
||||
|
||||
nowPassword: "当前密码",
|
||||
newPassword: "新密码",
|
||||
confirmPassword: "确认新密码",
|
||||
|
||||
phoneNumber: "手机号",
|
||||
|
||||
confirmCode: "验证码",
|
||||
confirmCodeInput: "请输入验证码",
|
||||
confirmCodeInputerror: "验证码错误",
|
||||
findanimateCode: "获取动态码",
|
||||
animateCode: "动态码",
|
||||
animateCodeInput: "请输入动态码",
|
||||
|
||||
modifyNickname: "修改昵称",
|
||||
modifyPassword: "修改密码",
|
||||
bindPhone: "绑定手机",
|
||||
|
||||
alikeNickname: "与原昵称一致,无需修改",
|
||||
noEmityNickname: "昵称不能为空",
|
||||
|
||||
updateSuccess: "修改成功",
|
||||
|
||||
pleaseInputOldPassword: "请输入原始密码",
|
||||
pleaseInputNewPassword: "请输入新密码",
|
||||
passwordLength: "密码长度不能小于6位",
|
||||
alikePassword: "两次密码不一致",
|
||||
|
||||
samePassword: "新密码不能与原密码相同",
|
||||
|
||||
surePhoneNumber: "请输入正确的手机号",
|
||||
|
||||
alikePhone: "与原手机号一致,无需修改",
|
||||
modify: '修改'
|
||||
}
|
||||
61
lang/zh-cn/member/info_edit.js
Normal file
61
lang/zh-cn/member/info_edit.js
Normal file
@@ -0,0 +1,61 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '个人资料',
|
||||
headImg: '头像',
|
||||
account: '账号',
|
||||
username: '用户名',
|
||||
nickname: '昵称',
|
||||
realName: '真实姓名',
|
||||
sex: '性别',
|
||||
birthday: '生日',
|
||||
password: '密码',
|
||||
paypassword: '支付密码',
|
||||
mobilePhone: '手机',
|
||||
bindMobile: '绑定手机',
|
||||
cancellation: '注销账号',
|
||||
lang: "语言",
|
||||
logout: '退出登录',
|
||||
save: "保存",
|
||||
noset: '未设置',
|
||||
|
||||
usernamePlaceholder: "请输入新用户名",
|
||||
nickPlaceholder: "请输入新昵称",
|
||||
pleaseRealName:"请输入真实姓名",
|
||||
|
||||
nowPassword: "当前密码",
|
||||
newPassword: "新密码",
|
||||
confirmPassword: "确认新密码",
|
||||
|
||||
phoneNumber: "手机号",
|
||||
|
||||
confirmCode: "验证码",
|
||||
confirmCodeInput: "请输入验证码",
|
||||
confirmCodeInputerror: "验证码错误",
|
||||
findanimateCode: "获取动态码",
|
||||
animateCode: "动态码",
|
||||
animateCodeInput: "请输入动态码",
|
||||
|
||||
modifyNickname: "修改昵称",
|
||||
modifyPassword: "修改密码",
|
||||
bindPhone: "绑定手机",
|
||||
|
||||
alikeusername: "与原用户名一致,无需修改",
|
||||
noEmityUsername: "用户名不能为空",
|
||||
|
||||
alikeNickname: "与原昵称一致,无需修改",
|
||||
noEmityNickname: "昵称不能为空",
|
||||
|
||||
updateSuccess: "修改成功",
|
||||
|
||||
pleaseInputOldPassword: "请输入原始密码",
|
||||
pleaseInputNewPassword: "请输入新密码",
|
||||
passwordLength: "密码长度不能小于6位",
|
||||
alikePassword: "两次密码不一致",
|
||||
|
||||
samePassword: "新密码不能与原密码相同",
|
||||
|
||||
surePhoneNumber: "请输入正确的手机号",
|
||||
|
||||
alikePhone: "与原手机号一致,无需修改",
|
||||
modify: '修改'
|
||||
}
|
||||
3
lang/zh-cn/member/invite_friends.js
Normal file
3
lang/zh-cn/member/invite_friends.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '邀请好友',
|
||||
}
|
||||
17
lang/zh-cn/member/level.js
Normal file
17
lang/zh-cn/member/level.js
Normal file
@@ -0,0 +1,17 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '会员等级',
|
||||
defaultLevelTips: '您已经是最高级别的会员了!',
|
||||
tag: '专属标签',
|
||||
tagDesc: '标签达人',
|
||||
discount: '专享折扣',
|
||||
discountDesc: '专享{0}折',
|
||||
service: '优质服务',
|
||||
serviceDesc: '360度全方位',
|
||||
memberLevel: '会员等级',
|
||||
condition: '条件',
|
||||
equity: '权益',
|
||||
giftPackage: '升级礼包',
|
||||
levelExplain: '等级说明',
|
||||
upgradeTips: '升级会员,享专属权益'
|
||||
}
|
||||
4
lang/zh-cn/member/message.js
Normal file
4
lang/zh-cn/member/message.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的消息'
|
||||
}
|
||||
4
lang/zh-cn/member/modify_face.js
Normal file
4
lang/zh-cn/member/modify_face.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '修改头像'
|
||||
}
|
||||
3
lang/zh-cn/member/pay_password.js
Normal file
3
lang/zh-cn/member/pay_password.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const lang = {
|
||||
title: '支付密码',
|
||||
}
|
||||
4
lang/zh-cn/member/point.js
Normal file
4
lang/zh-cn/member/point.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我的积分'
|
||||
}
|
||||
6
lang/zh-cn/member/point_detail.js
Normal file
6
lang/zh-cn/member/point_detail.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '积分明细',
|
||||
emptyTpis: '您暂时还没有积分记录哦!',
|
||||
pointExplain: '积分说明'
|
||||
}
|
||||
4
lang/zh-cn/member/signin.js
Normal file
4
lang/zh-cn/member/signin.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '签到有礼'
|
||||
}
|
||||
4
lang/zh-cn/member/withdrawal.js
Normal file
4
lang/zh-cn/member/withdrawal.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '提现记录'
|
||||
}
|
||||
4
lang/zh-cn/member/withdrawal_detail.js
Normal file
4
lang/zh-cn/member/withdrawal_detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '提现详情'
|
||||
}
|
||||
4
lang/zh-cn/notice/detail.js
Normal file
4
lang/zh-cn/notice/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '公告详情'
|
||||
}
|
||||
6
lang/zh-cn/notice/list.js
Normal file
6
lang/zh-cn/notice/list.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '公告列表',
|
||||
emptyText:"当前暂无更多信息",
|
||||
contentTitle:'升级公告'
|
||||
}
|
||||
6
lang/zh-cn/order/activist.js
Normal file
6
lang/zh-cn/order/activist.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '退款',
|
||||
checkDetail: '查看详情',
|
||||
emptyTips: '暂无退款记录'
|
||||
}
|
||||
4
lang/zh-cn/order/detail.js
Normal file
4
lang/zh-cn/order/detail.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/order/detail_local_delivery.js
Normal file
4
lang/zh-cn/order/detail_local_delivery.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/order/detail_pickup.js
Normal file
4
lang/zh-cn/order/detail_pickup.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/order/detail_point.js
Normal file
4
lang/zh-cn/order/detail_point.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/order/detail_virtual.js
Normal file
4
lang/zh-cn/order/detail_virtual.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单详情'
|
||||
}
|
||||
4
lang/zh-cn/order/evaluate.js
Normal file
4
lang/zh-cn/order/evaluate.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '我要评价'
|
||||
}
|
||||
13
lang/zh-cn/order/list.js
Normal file
13
lang/zh-cn/order/list.js
Normal file
@@ -0,0 +1,13 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '订单列表',
|
||||
emptyTips: '暂无相关订单',
|
||||
all: '全部',
|
||||
waitPay: '待付款',
|
||||
readyDelivery: '待发货',
|
||||
waitDelivery: '待收货',
|
||||
waitEvaluate: '待评价',
|
||||
waitUse: '待使用',
|
||||
update: "释放刷新",
|
||||
updateIng: "加载中..."
|
||||
}
|
||||
4
lang/zh-cn/order/logistics.js
Normal file
4
lang/zh-cn/order/logistics.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '物流信息'
|
||||
}
|
||||
4
lang/zh-cn/order/payment.js
Normal file
4
lang/zh-cn/order/payment.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const lang = {
|
||||
//title为每个页面的标题
|
||||
title: '待付款订单'
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user