feat:restaurants by category page done
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user