Polish marketplace search states

This commit is contained in:
sdarbinyan
2026-07-05 01:10:56 +04:00
parent 3974eefbfe
commit 3f5aa2af2a
6 changed files with 43 additions and 6 deletions

View File

@@ -131,6 +131,7 @@ export const en: Translations = {
loadingMore: 'Loading...',
allLoaded: 'All results loaded',
emptyState: 'Enter a query to search for products',
minLength: 'Enter at least {{count}} characters to search',
of: 'of',
},
category: {

View File

@@ -131,6 +131,7 @@ export const hy: Translations = {
loadingMore: 'Բեռնում...',
allLoaded: 'Բոլոր արդյունքները բեռնված են',
emptyState: 'Մուտքագրեք հարցում որոնման համար',
minLength: 'Որոնման համար մուտքագրեք առնվազն {{count}} նիշ',
of: '-ից',
},
category: {

View File

@@ -131,6 +131,7 @@ export const ru: Translations = {
loadingMore: 'Загрузка...',
allLoaded: 'Все результаты загружены',
emptyState: 'Введите запрос для поиска товаров',
minLength: 'Введите минимум {{count}} символа для поиска',
of: 'из',
},
category: {

View File

@@ -129,6 +129,7 @@ export interface Translations {
loadingMore: string;
allLoaded: string;
emptyState: string;
minLength: string;
of: string;
};
category: {