product grid creating
This commit is contained in:
@@ -144,6 +144,25 @@ export const en: Translations = {
|
||||
goHome: 'Go home',
|
||||
loading: 'Loading products...',
|
||||
},
|
||||
catalog: {
|
||||
title: 'Catalog',
|
||||
breadcrumb: 'Catalog breadcrumb',
|
||||
allCategories: 'All categories',
|
||||
products: 'Products',
|
||||
loading: 'Loading catalog...',
|
||||
loadingProducts: 'Loading products...',
|
||||
errorTitle: 'Catalog is unavailable',
|
||||
error: 'Could not load catalog data. Try again later.',
|
||||
retry: 'Try again',
|
||||
categoryHint: 'Choose a category to continue',
|
||||
productHint: 'Browse products in this category',
|
||||
emptyTitle: 'Nothing here yet',
|
||||
emptyCategories: 'There are no child categories in this section yet.',
|
||||
emptyProducts: 'There are no products in this category yet.',
|
||||
addToCart: 'Add to cart',
|
||||
categoriesCount: '{{count}} categories',
|
||||
productsCount: '{{count}} products',
|
||||
},
|
||||
subcategories: {
|
||||
loading: 'Loading subcategories...',
|
||||
retry: 'Try again',
|
||||
|
||||
Reference in New Issue
Block a user