Files
vmall/apps/mall/locales/search.ts
T

41 lines
969 B
TypeScript

export default {
en: {
search: {
home: "Home",
searchResults: 'Results for "{keyword}"',
productList: "Product list",
category: "Category",
all: "All",
brand: "Brand",
sort: "Sort",
defaultSort: "Default",
price: "Price",
sales: "Sales",
comments: "Reviews",
ascending: "Ascending",
descending: "Descending",
empty: "No products found",
resultCount: "{n} products",
},
},
zh: {
search: {
home: "首页",
searchResults: "搜索 “{keyword}” 结果列表",
productList: "商品列表",
category: "商品分类",
all: "全部",
brand: "品牌筛选",
sort: "筛选排序",
defaultSort: "默认",
price: "价格",
sales: "销量",
comments: "评论",
ascending: "升序",
descending: "降序",
empty: "暂无相关商品",
resultCount: "共 {n} 件商品",
},
},
};