卖家端多语言

This commit is contained in:
李志鹏
2026-05-04 11:18:56 +08:00
parent 596bc75b83
commit b3d9bce440
10 changed files with 262 additions and 93 deletions

View File

@@ -1762,5 +1762,74 @@ export default {
draftDesc: '您的商品已保存为草稿。\n您可以继续编辑或稍后在“我的商品”中发布。',
listingLive:'商品已上架',
publishDesc:'您的商品现已上架。\n买家可以浏览并购买您的设计。'
},
Seller: {
// Brand Profile
brandProfile: "店铺详情",
myListings: "我的商品",
myOrders: "我的订单",
settings: "设置",
brandProfileBgNullTip: "您的店铺横幅尚未设置。",
changeBrandBanner: "更改店铺横幅",
edit: "编辑",
cancel: "取消",
confirm: "确认",
saveChange: "保存更改",
brandProfileEditTip: "这些更改将会在您的“Stylish Parade”品牌页面上得到体现。",
storeName: "店铺名称",
storeNameDesc: "请输入您的店铺名称",
ownerName: "姓名",
ownerNameDesc: "请输入姓名",
email: "邮箱",
emailDesc: "请输入邮箱",
mobile: "手机号",
mobileDesc: "请输入手机号",
link: "链接{index}",
links: "投资组合/社交媒体链接",
storeDescription: "店铺描述",
storeDescriptionDesc: "请输入店铺描述",
storeDescriptionErr: "请输入店铺描述",
cropBrandBanner: "裁剪店铺横幅",
cropAvatar: "裁剪头像",
cropFrom: "裁剪来源:",
sketch: "线稿图",
mainProductImage: "产品主图",
cropPreview: "裁剪预览",
imageClipCoverTip: "将封面图片裁剪为正方形,保持比例。",
imageClipMainProductImageTip: "将产品主图裁剪为正方形,保持比例。",
imageClipSketchTip: "将线稿图裁剪为正方形,保持比例。",
imageClipApparelTip: "将服装线稿图裁剪为正方形,保持比例。",
// 我的订单
totalRevenue: "总销售额",
totalPurchases: "总购买量",
totalViews: "总浏览量",
allInvoice: "所有订单",
myOrdersTip: "所有已完成交易的摘要",
myOrdersSearchPlaceholder: "按项目名称或订单ID搜索",
orderId: "订单ID",
item: "项目",
price: "价格",
buyerUsername: "买家用户名",
date: "日期",
// 设置
notifications: "通知",
notificationsTitle: "新订单通知",
notificationsTip: "当有新订单时收到通知。",
unbound: "未绑定",
manage: "管理",
bindNow: "立即绑定",
paymentCurrency: "支付货币",
HKD: "HKD - 香港元",
fixed: "固定",
dataPrivacy: "数据与隐私",
dataPrivacyTitle: "版权许可",
dataPrivacyTip1: "每笔购买下载都会自动附带一份许可证证书。请查看适用于您商品列表的默认许可条款。",
dataPrivacyTip2: "此许可证由 Code-Create 颁发,购买时即具有法律约束力。它证明购买者有权按照以下条款使用所购买的设计资产。",
dataPrivacyTip3: "对于定制的许可安排,请<span onclick='{click}()'>联系我们</span>。",
downloadToView: "下载以查看",
stopSelling: "停止销售",
stopSellingTitle: "停用卖家账户",
stopSellingTip: "永久停用您的卖家账户。所有商品列表和发票记录将被删除。您以后可以重新注册为卖家,但您的先前销售数据无法恢复。",
deactivate: "停用卖家账户",
}
}