fix modal filter

This commit is contained in:
hamid zarghami
2026-02-14 10:20:16 +03:30
parent 72bc06cf91
commit ebb3b7d079
3 changed files with 62 additions and 126 deletions
+28 -36
View File
@@ -1,39 +1,31 @@
{
"Menu": {
"MenuFilterDrawer": {
"Label": "فیلتر بر اساس",
"Heading": "فیلتر ها",
"SelectContent": {
"Label": "محتویات",
"SearchLabel": "جستجو ...",
"Placeholder": "محتویات را وارد کنید...",
"Options": {
"Normal": "معمولی",
"Vegan": "گیاهی"
}
},
"SelectDelivery": {
"Label": "روش ارسال",
"SearchLabel": "جستجو ...",
"Options": {
"All": "همه",
"Courier": "ارسال با پیک"
}
},
"PlusPoint": "دارای امتیاز پس از خرید",
"DiscountState": "دارای کد تخفیف",
"ButtonOk": "اعمال فیلتر",
"ButtonCancel": "حذف فیلتر"
},
"MenuSortingDrawer": {
"Label": "",
"Heading": "مرتب کردن بر اساس",
"Options": {
"PopularityDescending": "محبوب ترین",
"RateDescending": "بالاترین امتیاز",
"PriceAscending": "ارزان ترین",
"PriceDescending": "گران ترین"
}
"Menu": {
"MenuFilterDrawer": {
"Label": "فیلتر بر اساس",
"Heading": "فیلتر ها",
"SelectContent": {
"Label": "جستجو",
"SearchLabel": "جستجو ...",
"Placeholder": "جستجوی پیشرفته...",
"Options": {
"Normal": "معمولی",
"Vegan": "گیاهی"
}
},
"PlusPoint": "دارای امتیاز پس از خرید",
"DiscountState": "دارای کد تخفیف",
"ButtonOk": "اعمال فیلتر",
"ButtonCancel": "حذف فیلتر"
},
"MenuSortingDrawer": {
"Label": "",
"Heading": "مرتب کردن بر اساس",
"Options": {
"PopularityDescending": "محبوب ترین",
"RateDescending": "بالاترین امتیاز",
"PriceAscending": "ارزان ترین",
"PriceDescending": "گران ترین"
}
}
}
}
}