order details sheet: work on components

This commit is contained in:
2025-11-01 21:49:55 +03:00
parent eb60b9a0ef
commit 0a9e49838d
7 changed files with 139 additions and 143 deletions

View File

@@ -363,5 +363,12 @@
"office": "إلى مكتبك",
"scheduled_order": "مجدول",
"booking": "حجز مسبق"
},
"orderDetails": {
"title": "تفاصيل الطلبية",
"fulfillmentType": "نوع التلبية",
"save": "حفظ",
"location": "العنوان",
"pickupTime": "توقيت الاستلام"
}
}

View File

@@ -375,5 +375,12 @@
"scheduled_order": "Scheduled",
"booking": "Booking",
"scheduledOrder": "Scheduled Order"
},
"orderDetails": {
"title": "Order Details",
"fulfillmentType": "Fulfillment Type",
"save": "save",
"location": "Location",
"pickupTime": "Pickup time"
}
}