feat: 服装分类
This commit is contained in:
@@ -127,5 +127,73 @@ export default {
|
||||
singapore: 'Singapore',
|
||||
unitedKingdom: 'United Kingdom'
|
||||
}
|
||||
},
|
||||
Wardrobe: {
|
||||
title: 'My Wardrobe',
|
||||
subtitle: 'Your digital pieces, all in one place',
|
||||
common: {
|
||||
all: 'All',
|
||||
currencyHkd: 'HKD'
|
||||
},
|
||||
tabs: {
|
||||
ariaLabel: 'Wardrobe tabs',
|
||||
assets: 'Assets',
|
||||
orders: 'Orders'
|
||||
},
|
||||
sort: {
|
||||
label: 'Sort by',
|
||||
placeholder: 'Select',
|
||||
default: 'Default',
|
||||
dateAdded: 'Date Added',
|
||||
selectedFirst: 'Selected First'
|
||||
},
|
||||
assets: {
|
||||
filters: 'Filters',
|
||||
clear: 'Clear',
|
||||
categories: 'Categories',
|
||||
gender: 'Gender',
|
||||
selectedCount: '{count} Selected',
|
||||
selectAll: 'Select All',
|
||||
deselectAll: 'Deselect All',
|
||||
downloadSelected: 'Download Selected',
|
||||
genders: {
|
||||
male: 'Male',
|
||||
female: 'Female'
|
||||
}
|
||||
},
|
||||
orders: {
|
||||
moreItems: '+{count} more',
|
||||
statuses: {
|
||||
all: 'All',
|
||||
paid: 'Paid',
|
||||
unpaid: 'Unpaid',
|
||||
cancelled: 'Canceled'
|
||||
},
|
||||
statusBadges: {
|
||||
paid: 'PAID',
|
||||
unpaid: 'UNPAID',
|
||||
cancelled: 'CANCELED'
|
||||
},
|
||||
actions: {
|
||||
invoice: 'Invoice',
|
||||
completePayment: 'Complete Payment',
|
||||
buyAgain: 'Buy Again'
|
||||
}
|
||||
},
|
||||
empty: {
|
||||
title: 'Nothing in Wardrobe yet',
|
||||
description: 'Explore the digital item and add pieces to your collection.',
|
||||
action: 'Explore Digital Items'
|
||||
}
|
||||
},
|
||||
ClothesCategories: {
|
||||
blouses: 'Blouse',
|
||||
dress: 'Dress',
|
||||
trousers: 'Trousers',
|
||||
skirt: 'Skirt',
|
||||
tops: 'Tops',
|
||||
bottoms: 'Bottoms',
|
||||
outwear: 'Outwear',
|
||||
others: 'Others'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user