feat: 服装分类

This commit is contained in:
2026-05-21 13:44:57 +08:00
parent 5476a1f69d
commit 81b907562e
8 changed files with 321 additions and 61 deletions

View File

@@ -127,5 +127,73 @@ export default {
singapore: '新加坡',
unitedKingdom: '英国'
}
},
Wardrobe: {
title: '我的衣橱',
subtitle: '你的数字单品尽在此处',
common: {
all: '全部',
currencyHkd: 'HKD'
},
tabs: {
ariaLabel: '衣橱标签页',
assets: '资产',
orders: '订单'
},
sort: {
label: '排序',
placeholder: '请选择',
default: '默认',
dateAdded: '添加日期',
selectedFirst: '已选优先'
},
assets: {
filters: '筛选',
clear: '清除',
categories: '类别',
gender: '性别',
selectedCount: '已选择 {count} 件',
selectAll: '全选',
deselectAll: '取消全选',
downloadSelected: '下载已选',
genders: {
male: '男',
female: '女'
}
},
orders: {
moreItems: '还有 {count} 件',
statuses: {
all: '全部',
paid: '已支付',
unpaid: '待支付',
cancelled: '已取消'
},
statusBadges: {
paid: '已支付',
unpaid: '待支付',
cancelled: '已取消'
},
actions: {
invoice: '发票',
completePayment: '完成付款',
buyAgain: '再次购买'
}
},
empty: {
title: '衣橱暂无内容',
description: '探索数字单品,并添加到你的收藏。',
action: '探索数字单品'
}
},
ClothesCategories: {
blouses: '衬衫',
dress: '连衣裙',
trousers: '裤子',
skirt: '短裙',
tops: '上装',
bottoms: '下装',
outwear: '外套',
others: '其他'
}
}