This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '品牌专区'
}

13
lang/zh-cn/goods/cart.js Normal file
View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '购物车',
complete: '完成',
edit: '管理',
allElection: '全选',
total: '合计',
settlement: '结算',
emptyTips: '暂无商品',
goForStroll: '去逛逛',
del: '删除',
login: '去登录'
}

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: '商品分类',
search:'商品搜索',
seeMore : '查看更多'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '商品咨询'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '我要咨询'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '优惠券领取'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '领取优惠券'
}

View 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:'规格',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '商品评价'
}

11
lang/zh-cn/goods/list.js Normal file
View File

@@ -0,0 +1,11 @@
export const lang = {
//title为每个页面的标题
title: '商品列表',
Random:'综合',
Sales:'销量',
Price:'价格',
Filter:'筛选',
Search:'请输入您要搜索的商品',
Make:'咨询',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '商品找不到',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '积分中心'
}

View File

@@ -0,0 +1,9 @@
export const lang = {
//title为每个页面的标题
title: '搜索',
history: '历史搜索',
hot: '热门搜索',
find: '搜索发现',
hidefind: '当前搜索发现已隐藏',
inputPlaceholder: '搜索商品'
}