implement scheduled order type
This commit is contained in:
@@ -73,7 +73,8 @@
|
||||
"delivery": "التوصيل",
|
||||
"room": "الغرفة",
|
||||
"office": "المكتب",
|
||||
"booking": "الحجز"
|
||||
"booking": "الحجز",
|
||||
"scheduledOrder": "الطلب المجدول"
|
||||
},
|
||||
"home": {
|
||||
"title": "العنوان",
|
||||
@@ -84,7 +85,8 @@
|
||||
"gift": "أرسل وجبة كهدية لشخص مميز.",
|
||||
"room": "خدمة الغرف لراحتك.",
|
||||
"office": "توصيل إلى مكتبك.",
|
||||
"booking": "احجز طاولة مسبقاً."
|
||||
"booking": "احجز طاولة مسبقاً.",
|
||||
"scheduledOrder": "طلب مجدول"
|
||||
},
|
||||
"promotion": {
|
||||
"title": "الترويجات",
|
||||
@@ -235,7 +237,8 @@
|
||||
"noLoyaltyItemsInCart": "لا توجد عناصر ولاء في سلة المشتريات",
|
||||
"pleaseAddLoyaltyItems": "يرجى إضافة عناصر ولاء إلى سلة المشتريات لاستخدام نقاط الولاء",
|
||||
"loyaltyDiscountApplied": "تم تطبيق خصم الولاء: {{itemName}} (خصم {{amount}})",
|
||||
"deliveryFee": "رسوم التوصيل"
|
||||
"deliveryFee": "رسوم التوصيل",
|
||||
"scheduledDate": "تاريخ الطلب المجدول"
|
||||
},
|
||||
"checkout": {
|
||||
"title": "الدفع",
|
||||
|
||||
@@ -73,7 +73,8 @@
|
||||
"delivery": "Delivery",
|
||||
"noMenuItemsAvailable": "No menu items available",
|
||||
"restaurantCover": "Restaurant Cover",
|
||||
"restaurantLogo": "Restaurant Logo"
|
||||
"restaurantLogo": "Restaurant Logo",
|
||||
"scheduledOrder": "Scheduled Order"
|
||||
},
|
||||
"home": {
|
||||
"title": "title",
|
||||
@@ -100,7 +101,8 @@
|
||||
"room": "Room service for your comfort.",
|
||||
"office": "Delivery to your office.",
|
||||
"booking": "Book a table in advance.",
|
||||
"delivery": "Delivery"
|
||||
"delivery": "Delivery",
|
||||
"scheduledOrder": "Scheduled Order"
|
||||
},
|
||||
"promotion": {
|
||||
"title": "Promotions",
|
||||
@@ -245,7 +247,8 @@
|
||||
"noLoyaltyItemsInCart": "No loyalty items found in your cart",
|
||||
"pleaseAddLoyaltyItems": "Please add loyalty items to your cart to use loyalty points",
|
||||
"loyaltyDiscountApplied": "Loyalty discount applied: {{itemName}} ({{amount}} off)",
|
||||
"deliveryFee": "Delivery Fee"
|
||||
"deliveryFee": "Delivery Fee",
|
||||
"scheduledDate": "Scheduled Date"
|
||||
},
|
||||
"checkout": {
|
||||
"title": "Checkout",
|
||||
@@ -370,6 +373,7 @@
|
||||
"delivery": "Delivery",
|
||||
"office": "To Office",
|
||||
"scheduled_order": "Scheduled",
|
||||
"booking": "Booking"
|
||||
"booking": "Booking",
|
||||
"scheduledOrder": "Scheduled Order"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user