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

21
lang/en-us/common.js Normal file
View File

@@ -0,0 +1,21 @@
export const lang = {
// 底部选项卡
tabBar: {
home: 'index',
category: 'category',
cart: 'cart',
member: 'member',
},
//公共
common: {
//语言包名称
name: '英文',
mescrollTextInOffset: 'pull to refresh',
mescrollTextOutOffset: 'Loading...',
mescrollEmpty: "No data available",
goodsRecommendTitle: 'Guess you like',
currencySymbol: '¥'
}
}

View File

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

View File

@@ -0,0 +1,6 @@
export const lang = {
//title为每个页面的标题
title: 'Category',
search: 'Search',
seeMore : '查看更多'
}

View File

@@ -0,0 +1,37 @@
export const lang = {
//title为每个页面的标题
title: 'Goods dtails',
details:'Details',
home:'Home',
cart:'Cart',
leave:'leave a message',
make:'make an appointment',
makebtn:'make',
sales:'sales',
stock:'stock',
send:'send',
express:'Express Delivery',
commission:'Commission Details',
express:'Express Delivery',
addcart:'Add Cart',
buynow:'Buy Now',
status:'Goods Off',
sellout:'Sell Out',
max:'Maximum',
select: '选择',
params: '参数',
service: '商品服务',
allGoods: '全部商品',
image: '图片',
video: '视频',
kefu:'Contact',
follow:'Follow',
spec:'Spec'
}

View File

@@ -0,0 +1,48 @@
export const lang = {
//title为每个页面的标题
title: 'member',
login: 'Login',
loginTpis: 'Login experience',
memberLevel: '会员等级',
moreAuthority: '更多权限',
allOrders: '全部订单',
seeAllOrders: '查看全部订单',
waitPay: '待付款',
readyDelivery: '待发货',
waitDelivery: '待收货',
refunding: '退款',
// 会员中心入口
sign: '签到',
personInfo: '个人资料',
receivingAddress: '收货地址',
accountList: '账户列表',
couponList: '优惠券',
mySpellList: '我的拼单',
myBargain: '我的砍价',
virtualCode: '虚拟码',
winningRecord: '我的礼品',
myCollection: '我的关注',
myTracks: '我的足迹',
pintuanOrder: '拼团订单',
yushouOrder: '预售订单',
verification: '核销台',
message: '我的消息',
exchangeOrder: '积分兑换',
// 推广中心
balance: 'Balance',
point: 'Point',
coupon: 'Coupon',
memberRecommend: '邀请有礼',
myPresale: '我的预售',
myGiftcard: '我的礼品卡',
myDivideticket: '我的瓜分券',
myRebate:'拼团返利',
myHongbao:'我的红包列表',
myBlindBox:'我的盲盒',
waitpay:'Waitpay',
waitsend:'Waitsend',
waitconfirm:'Waitconfirm',
activist:'Activist',
completed:'Completed',
}