feat(search): add Search Intelligence module
This commit is contained in:
@@ -127,12 +127,26 @@ export const en: Translations = {
|
||||
search: {
|
||||
title: 'Product search',
|
||||
placeholder: 'Enter product name...',
|
||||
searchBarAria: 'Search bar',
|
||||
resultsCount: 'Products found:',
|
||||
searching: 'Searching...',
|
||||
retry: 'Try again',
|
||||
noResults: 'Nothing found',
|
||||
noResultsFor: 'No products found for "{{query}}"',
|
||||
noResultsHint: 'Try changing your query or using different keywords',
|
||||
emptyResultsAria: 'Empty search results',
|
||||
popularCategories: 'Popular categories',
|
||||
recommendedProducts: 'Recommended products',
|
||||
aiSuggestionHint: 'AI suggestion (future)',
|
||||
suggestionType: {
|
||||
product: 'Product',
|
||||
category: 'Category',
|
||||
brand: 'Brand',
|
||||
collection: 'Collection',
|
||||
seller: 'Seller',
|
||||
'static-page': 'Page',
|
||||
ai: 'AI',
|
||||
},
|
||||
addToCart: 'Add to cart',
|
||||
loadingMore: 'Loading...',
|
||||
allLoaded: 'All results loaded',
|
||||
|
||||
@@ -127,12 +127,26 @@ export const hy: Translations = {
|
||||
search: {
|
||||
title: 'Ապրանքների որոնում',
|
||||
placeholder: 'Մուտքագրեք ապրանքի անվանումը...',
|
||||
searchBarAria: 'Որոնման դաշտ',
|
||||
resultsCount: 'Գտնված ապրանքներ՝',
|
||||
searching: 'Որոնում...',
|
||||
retry: 'Փորձել կրկին',
|
||||
noResults: 'Ոչինչ չի գտնվել',
|
||||
noResultsFor: '"{{query}}" հարցմամբ ապրանքներ չեն գտնվել',
|
||||
noResultsHint: 'Փորձեք փոխել հարցումը կամ օգտագործել այլ բանալի բառեր',
|
||||
emptyResultsAria: 'Դատարկ որոնման արդյունքներ',
|
||||
popularCategories: 'Հանրաճանաչ կատեգորիաներ',
|
||||
recommendedProducts: 'Առաջարկվող ապրանքներ',
|
||||
aiSuggestionHint: 'AI առաջարկ (ապագայում)',
|
||||
suggestionType: {
|
||||
product: 'Ապրանք',
|
||||
category: 'Կատեգորիա',
|
||||
brand: 'Բրենդ',
|
||||
collection: 'Հավաքածու',
|
||||
seller: 'Վաճառող',
|
||||
'static-page': 'Էջ',
|
||||
ai: 'AI',
|
||||
},
|
||||
addToCart: 'Ավելացնել զամբյուղ',
|
||||
loadingMore: 'Բեռնում...',
|
||||
allLoaded: 'Բոլոր արդյունքները բեռնված են',
|
||||
|
||||
@@ -127,12 +127,26 @@ export const ru: Translations = {
|
||||
search: {
|
||||
title: 'Поиск товаров',
|
||||
placeholder: 'Введите название товара...',
|
||||
searchBarAria: 'Поисковая строка',
|
||||
resultsCount: 'Найдено товаров:',
|
||||
searching: 'Поиск...',
|
||||
retry: 'Попробовать снова',
|
||||
noResults: 'Ничего не найдено',
|
||||
noResultsFor: 'По запросу "{{query}}" товары не найдены',
|
||||
noResultsHint: 'Попробуйте изменить запрос или используйте другие ключевые слова',
|
||||
emptyResultsAria: 'Пустые результаты поиска',
|
||||
popularCategories: 'Популярные категории',
|
||||
recommendedProducts: 'Рекомендуемые товары',
|
||||
aiSuggestionHint: 'AI-подсказка (в будущем)',
|
||||
suggestionType: {
|
||||
product: 'Товар',
|
||||
category: 'Категория',
|
||||
brand: 'Бренд',
|
||||
collection: 'Подборка',
|
||||
seller: 'Продавец',
|
||||
'static-page': 'Страница',
|
||||
ai: 'AI',
|
||||
},
|
||||
addToCart: 'В корзину',
|
||||
loadingMore: 'Загрузка...',
|
||||
allLoaded: 'Все результаты загружены',
|
||||
|
||||
@@ -125,12 +125,26 @@ export interface Translations {
|
||||
search: {
|
||||
title: string;
|
||||
placeholder: string;
|
||||
searchBarAria: string;
|
||||
resultsCount: string;
|
||||
searching: string;
|
||||
retry: string;
|
||||
noResults: string;
|
||||
noResultsFor: string;
|
||||
noResultsHint: string;
|
||||
emptyResultsAria: string;
|
||||
popularCategories: string;
|
||||
recommendedProducts: string;
|
||||
aiSuggestionHint: string;
|
||||
suggestionType: {
|
||||
product: string;
|
||||
category: string;
|
||||
brand: string;
|
||||
collection: string;
|
||||
seller: string;
|
||||
'static-page': string;
|
||||
ai: string;
|
||||
};
|
||||
addToCart: string;
|
||||
loadingMore: string;
|
||||
allLoaded: string;
|
||||
|
||||
Reference in New Issue
Block a user