卖家端多语言

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

@@ -1813,5 +1813,77 @@ export default {
draftDesc: 'Your listing has been saved as a draft. \nYou can continue editing or publish it later from My Listings.',
listingLive:'Listing Live',
publishDesc:'Your listing is now live on the marketplace.\nBuyers can discover and purchase your design.'
},
Seller: {
brandProfile: "Brand Profile",
myListings: "My Listings",
myOrders: "My Orders",
settings: "Settings",
// Brand Profile
brandProfileBgNullTip: "Your brand banner has not been set up yet.",
changeBrandBanner: "Change Brand Banner",
edit: "Edit",
cancel: "Cancel",
confirm: "Confirm",
saveChange: "Save Change",
brandProfileEditTip: "Changes will be reflected on your Stylish Parade brand page.",
storeName: "Store Name",
storeNameDesc: "Enter your store name",
ownerName: "Owners Full Name",
ownerNameDesc: "Enter store owner's full name",
email: "Email",
emailDesc: "Enter email",
mobile: "Phone Number",
mobileDesc: "Enter phone number",
link: "Link {index}",
links: "Portfoilo/Social Media Links",
storeDescription: "Store Description",
storeDescriptionDesc: "Briefly describe your design style and store features...",
storeDescriptionErr: "Please enter store description",
cropBrandBanner: "Crop Brand Banner",
cropAvatar: "Crop Avatar",
cropFrom: "Crop from:",
sketch: "Sketch",
mainProductImage: "Main Product Image",
cropPreview: "Crop Preview",
imageClipCoverTip: "Align crown to top, mid-thigh to bottom for best results.",
imageClipMainProductImageTip: "Align crown to top, foot base to bottom for best results.",
imageClipSketchTip: "Align crown to top, foot base to bottom for best results.",
imageClipApparelTip: "Trim whitespace and center your apparel sketch.",
// 我的订单
totalRevenue: "Total Revenue",
totalPurchases: "Total Purchases",
totalViews: "Total Views",
allInvoice: "All Invoice",
myOrdersTip: "A summary of all completed transactions.",
myOrdersSearchPlaceholder: "Search by item name or order ID",
orderId: "Order ID",
item: "Item",
price: "Price",
buyerUsername: "Buyer Username",
date: "Date",
// 设置
notifications: "Notifications",
notificationsTitle: "New order notification",
notificationsTip: "Receive an inbox message when a new order is placed.",
payout: "Payout",
payoutTitle: "Payment Providers",
payoutTip: "Select how you want to receive payments.",
unbound: "Unbound",
manage: "Manage",
bindNow: "Bind Now",
paymentCurrency: "Payment Currency",
HKD: "HKD - Hong Kong Dollar",
fixed: "Fixed",
dataPrivacy: "Data & Privacy",
dataPrivacyTitle: "Copyright licence",
dataPrivacyTip1: "A licence certificate is automatically included with every purchase download. View the default licensing terms applied to your listings.",
dataPrivacyTip2: "BThis licence is issued by Code-Create and is legally binding upon purchase. It certifies the buyer's right to use the purchased design asset in accordance with the terms below.",
dataPrivacyTip3: "For custom licensing arrangements, <span onclick='{click}()'>contact us</span>.",
downloadToView: "Download to View",
stopSelling: "Stop Selling",
stopSellingTitle: "Deactivate seller account",
stopSellingTip: "Permanently deactivate your seller account. All listings and invoice records will be deleted. You may re-register as a seller in the future, but your previous sales data cannot be recovered.",
deactivate: "Deactivate",
}
}