fix(catalog): filter UX and tablet layout
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
Some checks failed
Architecture Governance / architecture (push) Has been cancelled
This commit is contained in:
@@ -174,6 +174,8 @@ export const en: Translations = {
|
||||
removeSavedSearch: 'Remove saved search',
|
||||
resetFilters: 'Reset',
|
||||
filtersTitle: 'Filters',
|
||||
from: 'From',
|
||||
to: 'To',
|
||||
minValue: 'Min {{value}}',
|
||||
maxValue: 'Max {{value}}',
|
||||
enabled: 'Enabled',
|
||||
|
||||
@@ -174,6 +174,8 @@ export const hy: Translations = {
|
||||
removeSavedSearch: 'Ջնջել պահպանված որոնումը',
|
||||
resetFilters: 'Վերակայել',
|
||||
filtersTitle: 'Ֆիլտրեր',
|
||||
from: 'Սկսած',
|
||||
to: 'Մինչև',
|
||||
minValue: 'Նվազ. {{value}}',
|
||||
maxValue: 'Առավել. {{value}}',
|
||||
enabled: 'Միացված',
|
||||
|
||||
@@ -174,6 +174,8 @@ export const ru: Translations = {
|
||||
removeSavedSearch: 'Удалить сохраненный поиск',
|
||||
resetFilters: 'Сбросить',
|
||||
filtersTitle: 'Фильтры',
|
||||
from: 'От',
|
||||
to: 'До',
|
||||
minValue: 'От {{value}}',
|
||||
maxValue: 'До {{value}}',
|
||||
enabled: 'Включено',
|
||||
|
||||
@@ -172,6 +172,8 @@ export interface Translations {
|
||||
removeSavedSearch: string;
|
||||
resetFilters: string;
|
||||
filtersTitle: string;
|
||||
from: string;
|
||||
to: string;
|
||||
minValue: string;
|
||||
maxValue: string;
|
||||
enabled: string;
|
||||
|
||||
Reference in New Issue
Block a user