work on order type "select" in menu header

This commit is contained in:
2025-10-28 14:56:29 +03:00
parent 1abb63e8bd
commit 788bdc061d
5 changed files with 74 additions and 4 deletions

View File

@@ -350,5 +350,15 @@
"keepOrder": "الاحتفاظ بالطلب",
"thisActionCannotBeUndone": "هذا الإجراء لا يمكن التراجع عنه.",
"createOrderFailed": "فشل إنشاء الطلب"
},
"orderTypes": {
"dine-in": "في المطعم",
"pickup": "استلام",
"gift": "هدية",
"room": "إلى غرفتك",
"delivery": "توصيل",
"office": "إلى مكتبك",
"scheduled_order": "مجدول",
"booking": "حجز مسبق"
}
}

View File

@@ -361,5 +361,15 @@
"keepOrder": "Keep Order",
"thisActionCannotBeUndone": "This action cannot be undone.",
"createOrderFailed": "Create Order Failed"
},
"orderTypes": {
"dine-in": "Dine In",
"pickup": "Pickup",
"gift": "Gift",
"room": "To Room",
"delivery": "Delivery",
"office": "To Office",
"scheduled_order": "Scheduled",
"booking": "Booking"
}
}