语言适配

This commit is contained in:
X1627315083@163.com
2026-05-04 14:06:16 +08:00
parent b3d9bce440
commit 49398aac48
11 changed files with 83 additions and 35 deletions

View File

@@ -1831,5 +1831,27 @@ export default {
stopSellingTitle: "停用卖家账户",
stopSellingTip: "永久停用您的卖家账户。所有商品列表和发票记录将被删除。您以后可以重新注册为卖家,但您的先前销售数据无法恢复。",
deactivate: "停用卖家账户",
newListing: "新建商品",
draftMessage: '商品已保存为草稿。您可以继续编辑,或稍后在“我的商品”中发布。',
publishMessage: '商品现已上架。买家可以浏览并购买您的设计。',
ActiveListings: '已发布商品',
Drafts: '草稿',
Cancel: '取消',
Delete: '删除',
DeleteConfirm: '确认删除吗?',
DeleteDesc: '删除后,商品将无法恢复。',
Edit: '编辑',
Draft: '草稿',
Publish: '发布',
sketchesSelected: '已选择的线稿图',
Next: '下一步',
All: '全部',
SeriesDesign: '系列设计',
SingleDesign: '单设计商品',
sketchs: '线稿图',
MyListings: '我的商品',
MyListingsInfo: '已发布商品和未发布库存',
SelectCollection: '选择商品',
SelectSketch: '选择线稿图',
}
}

View File

@@ -1885,5 +1885,27 @@ export default {
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",
newListing: "New Listing",
draftMessage: 'Product moved to drafts and stats reset.',
publishMessage: 'Item is now live on the Marketplace.',
ActiveListings: 'Active Listings',
Drafts: 'Drafts',
Cancel: 'Cancel',
Delete: 'Delete',
DeleteConfirm: 'Delete this listing?',
DeleteDesc: 'Your listing and its details will be permanently removed.',
Edit: 'Edit',
Draft: 'Draft',
Publish: 'Publish',
sketchesSelected: 'Sketches selected',
Next: 'Next',
All: 'All',
SeriesDesign: 'Series Design',
SingleDesign: 'Single Design',
sketchs: 'sketches',
MyListings: 'My Listings',
MyListingsInfo: 'Active listings and unpublished inventory',
SelectCollection: 'Select Collection',
SelectSketch: 'Select Sketch',
}
}