product grid creating

This commit is contained in:
sdarbinyan
2026-07-05 01:36:21 +04:00
parent d2f0f0de54
commit 0efcfb5225
20 changed files with 951 additions and 9 deletions

View File

@@ -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',