init
This commit is contained in:
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: '搜索商品'
|
||||
}
|
||||
Reference in New Issue
Block a user