added sorting
This commit is contained in:
@@ -172,7 +172,17 @@ export default {
|
||||
price: "Price",
|
||||
minPrice: "Min Price",
|
||||
maxPrice: "Max Price",
|
||||
},
|
||||
priceHighToLow: "From expensive to cheap",
|
||||
priceLowToHigh: "From cheap to expensive",
|
||||
priceRange: "Price Range",
|
||||
under50: "Under 50m",
|
||||
under100: "Under 100m",
|
||||
from50to200: "50 - 200",
|
||||
from200to500: "200 - 500",
|
||||
from500to1000: "500 - 1000",
|
||||
over1000: "Over 1000m",
|
||||
sortBy: "Sort By",
|
||||
},
|
||||
product: {
|
||||
productCode: "Product code",
|
||||
barCode: "Barcode",
|
||||
|
||||
@@ -167,9 +167,19 @@ export default {
|
||||
From_expensive_to_cheap: "От дорогих к дешевым",
|
||||
From_cheap_to_expensive: "От дешевых к дорогим",
|
||||
price: "Цена",
|
||||
minPrice: "Минимальная цена",
|
||||
maxPrice: "Максимальная цена",
|
||||
},
|
||||
minPrice: "Мин цена",
|
||||
maxPrice: "Макс цена",
|
||||
priceHighToLow: "От дорогих к дешевым",
|
||||
priceLowToHigh: "От дешевых к дорогим",
|
||||
priceRange: "Диапазон цен",
|
||||
under50: "До 50m",
|
||||
under100: "До 100m",
|
||||
from50to200: "50 - 200",
|
||||
from200to500: "200 - 500",
|
||||
from500to1000: "500 - 1000",
|
||||
over1000: "Более 1000m",
|
||||
sortBy: "Сортировать по",
|
||||
},
|
||||
product: {
|
||||
productCode: "Код товара",
|
||||
barCode: "Штрих-код",
|
||||
|
||||
@@ -170,9 +170,19 @@ export default {
|
||||
From_expensive_to_cheap: "Gymmatdan arzana",
|
||||
From_cheap_to_expensive: "Arzandan gymmada",
|
||||
price: "Bahasy",
|
||||
maxPrice: "Maksimum baha",
|
||||
minPrice: "Minimum baha",
|
||||
},
|
||||
maxPrice: "Maks baha",
|
||||
minPrice: "Min baha",
|
||||
priceHighToLow: "Gymmatdan arzana",
|
||||
priceLowToHigh: "Arzandan gymmada",
|
||||
priceRange: "Baha diapazony",
|
||||
under50: "50m aşagynda",
|
||||
under100: "100m aşagynda",
|
||||
from50to200: "50 - 200",
|
||||
from200to500: "200 - 500",
|
||||
from500to1000: "500 - 1000",
|
||||
over1000: "1000m dan ýokary",
|
||||
sortBy: "Tertiplemek",
|
||||
},
|
||||
product: {
|
||||
productCode: "Haryt kody",
|
||||
barCode: "Çyzgyç kod",
|
||||
|
||||
Reference in New Issue
Block a user