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: '文章详情'
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '文章列表',
emptyText:"当前暂无文章信息"
}

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,10 @@
export const lang = {
//title为每个页面的标题
title: '',
select: '选择',
params: '参数',
service: '商品服务',
allGoods: '全部商品',
image: '图片',
video: '视频',
}

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,4 @@
export const lang = {
//title为每个页面的标题
title: '组合套餐'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '待付款订单'
}

22
lang/zh-cn/common.js Normal file
View File

@@ -0,0 +1,22 @@
export const lang = {
// 底部选项卡
tabBar: {
home: '首页',
category: '分类',
cart: '购物车',
member: '个人中心'
},
//公共
common: {
//语言包名称
name: '中文',
mescrollTextInOffset: '下拉刷新',
mescrollTextOutOffset: '释放更新',
mescrollEmpty: "暂无相关数据",
goodsRecommendTitle: '猜你喜欢',
currencySymbol: '¥',
submit: '提交'
}
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '电子名片'
}

4
lang/zh-cn/diy/diy.js Normal file
View File

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

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
// 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,5 @@
export const lang = {
//title为每个页面的标题
// title: '分销商品列表',
title: ''
}

View File

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

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
// title: '分销商等级',
title: ''
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
// 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,5 @@
export const lang = {
//title为每个页面的标题
// title: '我的团队'
title: ''
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
// title: '提现申请'
title: ''
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
// title: '提现记录'
title: ''
}

4
lang/zh-cn/game/cards.js Normal file
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,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: '搜索商品'
}

View File

@@ -0,0 +1,10 @@
export const lang = {
//title为每个页面的标题
title: '',
select: '选择',
params: '参数',
service: '商品服务',
allGoods: '全部商品',
image: '图片',
video: '视频'
}

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: '帮助详情'
}

5
lang/zh-cn/help/list.js Normal file
View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '帮助中心',
emptyText:"当前暂无帮助信息"
}

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

4
lang/zh-cn/live/list.js Normal file
View File

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

12
lang/zh-cn/login/find.js Normal file
View 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
View 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: '新用户注册'
}

View File

@@ -0,0 +1,17 @@
export const lang = {
//title为每个页面的标题
title: '注册',
mobileRegister: '手机号注册',
accountRegister: '账号注册',
mobilePlaceholder: '手机号登录仅限中国大陆用户',
dynacodePlaceholder: '请输入动态码',
captchaPlaceholder: '请输入验证码',
accountPlaceholder: '请输入用户名',
passwordPlaceholder: '请输入密码',
rePasswordPlaceholder: '请确认密码',
completeRegister: '完成注册,并登录',
registerTips: '点击注册即代表您已同意',
registerAgreement: '注册协议',
next: '下一步',
save: '保存'
}

View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '账户列表',
name: '姓名',
accountType: '账号类型',
mobilePhone: '手机号码',
withdrawalAccount: '提现账号',
bankInfo: '支行信息',
newAddAccount: '新增账户',
del: '删除',
update: "修改",
emptyText:"当前暂无账户"
}

View File

@@ -0,0 +1,14 @@
export const lang = {
//title为每个页面的标题
title: '编辑账户',
name: '姓名',
namePlaceholder: '请输入真实姓名',
mobilePhone: '手机号码',
mobilePhonePlaceholder: '请输入手机号',
accountType: '账号类型',
bankInfo: '支行信息',
bankInfoPlaceholder: '请输入支行信息',
withdrawalAccount: '提现账号',
withdrawalAccountPlaceholder: '请输入提现账号',
save: '保存'
}

View File

@@ -0,0 +1,9 @@
export const lang = {
//title为每个页面的标题
title: '收货地址',
newAddAddress: '添加收货地址',
getAddress: '一键获取地址',
is_default: '默认',
modify: '编辑',
del: '删除'
}

View File

@@ -0,0 +1,14 @@
export const lang = {
//title为每个页面的标题
title: '编辑收货地址',
consignee: '姓名',
consigneePlaceholder: '收货人姓名',
mobile: '手机',
mobilePlaceholder: '收货人手机号',
telephone: '电话',
telephonePlaceholder: '收货人固定电话(选填)',
receivingCity: '地区',
address: '详细地址',
addressPlaceholder: '小区、街道、写字楼',
save: '保存'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '申请提现'
}

View File

@@ -0,0 +1,3 @@
export const lang = {
title: '账号注销',
}

View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '我的余额',
accountBalance: '账户余额 ',
money:' (元)',
recharge: '充值',
withdrawal: '提现',
balanceDetailed: '余额明细',
emptyTips: '暂无余额记录',
rechargeRecord:'充值记录',
ableAccountBalance:'现金余额 ',
noAccountBalance:'储值余额 ',
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '余额明细'
}

View File

@@ -0,0 +1,3 @@
export const lang = {
title: '账号注销',
}

View File

@@ -0,0 +1,3 @@
export const lang = {
title: '账号注销',
}

View File

@@ -0,0 +1,3 @@
export const lang = {
title: '账号注销',
}

View File

@@ -0,0 +1,3 @@
export const lang = {
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,4 @@
export const lang = {
//title为每个页面的标题
title: '客服',
}

View File

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

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '我的足迹',
emptyTpis: '您还未浏览过任何商品!'
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '我的礼品',
emptyTips: '暂无礼品'
}

View File

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

View 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
View 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: '修改'
}

View 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: '修改'
}

View File

@@ -0,0 +1,3 @@
export const lang = {
title: '邀请好友',
}

View 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: '升级会员,享专属权益'
}

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,3 @@
export const lang = {
title: '支付密码',
}

View File

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

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: '积分明细',
emptyTpis: '您暂时还没有积分记录哦!',
pointExplain: '积分说明'
}

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,6 @@
export const lang = {
//title为每个页面的标题
title: '公告列表',
emptyText:"当前暂无更多信息",
contentTitle:'升级公告'
}

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: '退款',
checkDetail: '查看详情',
emptyTips: '暂无退款记录'
}

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,4 @@
export const lang = {
//title为每个页面的标题
title: '订单详情'
}

View File

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

13
lang/zh-cn/order/list.js Normal file
View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '订单列表',
emptyTips: '暂无相关订单',
all: '全部',
waitPay: '待付款',
readyDelivery: '待发货',
waitDelivery: '待收货',
waitEvaluate: '待评价',
waitUse: '待使用',
update: "释放刷新",
updateIng: "加载中..."
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '物流信息'
}

View 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