This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user