Polish marketplace search states
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -131,6 +131,7 @@ export const hy: Translations = {
|
||||
loadingMore: 'Բեռնում...',
|
||||
allLoaded: 'Բոլոր արդյունքները բեռնված են',
|
||||
emptyState: 'Մուտքագրեք հարցում որոնման համար',
|
||||
minLength: 'Որոնման համար մուտքագրեք առնվազն {{count}} նիշ',
|
||||
of: '-ից',
|
||||
},
|
||||
category: {
|
||||
|
||||
@@ -131,6 +131,7 @@ export const ru: Translations = {
|
||||
loadingMore: 'Загрузка...',
|
||||
allLoaded: 'Все результаты загружены',
|
||||
emptyState: 'Введите запрос для поиска товаров',
|
||||
minLength: 'Введите минимум {{count}} символа для поиска',
|
||||
of: 'из',
|
||||
},
|
||||
category: {
|
||||
|
||||
@@ -129,6 +129,7 @@ export interface Translations {
|
||||
loadingMore: string;
|
||||
allLoaded: string;
|
||||
emptyState: string;
|
||||
minLength: string;
|
||||
of: string;
|
||||
};
|
||||
category: {
|
||||
|
||||
Reference in New Issue
Block a user