feat:restaurants by category page done

This commit is contained in:
jahongireshonqulov
2025-10-24 19:44:52 +05:00
parent e0f3d900d7
commit ffbc153b55
20 changed files with 409 additions and 30 deletions

View File

@@ -82,9 +82,34 @@
"popular": "Most popular",
"topRated": "Top rated",
"fast": "Fast",
"delivery": "Delivery"
"delivery": "Delivery",
"featuredStores": "Featured stores",
"fromUberEats": "From {name}",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Opens at {time}",
"@opensAt": {
"placeholders":{
"time": {
"type": "String"
}
}
},
"spendAndSave": "Spend {spend}, save {save}",
"@spendAndSave": {
"placeholders":{
"spend": {
"type": "String"
},
"save": {
"type": "String"
}
}
}
}

View File

@@ -89,7 +89,26 @@
"popular": "Самые популярные",
"topRated": "Высокий рейтинг",
"fast": "Быстро",
"delivery": "Доставка"
"delivery": "Доставка",
"featuredStores": "Популярные магазины",
"fromUberEats": "От {name}",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Открывается в {time}",
"opensAt@placeholders": {
"time": {}
},
"spendAndSave": "Потратьте {spend}, сэкономьте {save}",
"spendAndSave@placeholders": {
"spend": {},
"save": {}
}

View File

@@ -59,13 +59,13 @@
"dessert": "Desert",
"more":"Ko'proq",
"orderDetails": "Buyurtma tafsilotlari",
"deliverNow": "Hozir yetkazish",
"schedule": "Rejalashtirish",
"enterNewAddress": "Yangi manzil kiriting",
"nearby": "Yaqin joylar",
"currentLocation": "Joriy joylashuv",
"enable": "Yoqqish",
"recentLocations": "Yaqinda ishlatilgan manzillar",
"deliverNow": "Hozir yetkazish",
"schedule": "Rejalashtirish",
"enterNewAddress": "Yangi manzil kiriting",
"nearby": "Yaqin joylar",
"currentLocation": "Joriy joylashuv",
"enable": "Yoqqish",
"recentLocations": "Yaqinda ishlatilgan manzillar",
"allFilters": "Barcha filtrlar",
"sort": "Saralash",
"pickedForYou": "Siz uchun",
@@ -89,7 +89,29 @@
"popular": "Eng ommabop",
"topRated": "Yuqori reytingli",
"fast": "Tezkor",
"delivery": "Yetkazish"
"delivery": "Yetkazish",
"featuredStores": "Mashhur dokonlar",
"fromUberEats": "{name} tomonidan",
"@fromUberEats":{
"placeholders": {
"name": {
"type": "String"
}
}
},
"opensAt": "Soat {time} dan ochiladi",
"opensAt@placeholders": {
"time": {}
},
"spendAndSave": "{spend} sarflang, {save} tejang",
"spendAndSave@placeholders": {
"spend": {},
"save": {}
}