fixes
Some checks failed
Architecture Governance / architecture (push) Has been cancelled

This commit is contained in:
sdarbinyan
2026-07-10 15:55:38 +04:00
parent 49d8226411
commit ee269a9e33
33 changed files with 559 additions and 52 deletions

View File

@@ -204,6 +204,7 @@ export const en: Translations = {
searchNoResultsHint: 'No results found for this query. Try broader keywords.',
searchProductsFound: '{{total}} products found',
searchResultsSummary: '{{total}} results for "{{query}}"',
loadMore: 'Load more',
sortBy: 'Sort by',
sortRelevance: 'Recommended',
sortLatest: 'Newest',
@@ -215,6 +216,10 @@ export const en: Translations = {
layoutGrid: 'Grid',
layoutLargeGrid: 'Large grid',
layoutCompactGrid: 'Compact grid',
layoutGrid2: '2 Columns',
layoutGrid3: '3 Columns',
layoutGrid4: '4 Columns',
layoutCompact: 'Compact',
layoutList: 'List',
noResults: 'No results',
itemsCount: '{{count}} items',
@@ -225,7 +230,10 @@ export const en: Translations = {
pageOf: 'Page {{page}} / {{total}}',
emptyCategoryTitle: 'This category has no products yet',
emptyCategoryMessage: 'Try browsing parent categories or return to the full catalog.',
goToParentCategory: 'Go to parent category',
browseCategories: 'Browse Categories',
offlineTitle: 'You are offline',
offlineMessage: 'Reconnect to continue browsing this catalog.',
noFilterMatchTitle: 'No products match your selected filters.',
noFilterMatchMessage: 'Try broadening price, attributes, or brand filters.',
clearFilters: 'Clear Filters',