working on car card & car view BS

This commit is contained in:
2026-01-05 23:30:03 +03:00
parent c8bf8ff621
commit 20ef4f416c
14 changed files with 658 additions and 29 deletions

View File

@@ -279,7 +279,10 @@
"checkRequiredFields": "Please check required fields"
},
"checkout": {
"addCarDetails": "Add Car Details",
"soTheRestaurantCanRecognizeYourCarWhenYouArrive": "So the restaurant can recognize your car when you arrive.",
"customerName": "Customer Name",
"save": "Save",
"paymentSummary": "Payment Summary",
"orderSummary": "Order Summary",
"holdayGiftCard": "Holday gift card",
@@ -517,5 +520,9 @@
"add": "Add",
"senderNameRequired": "Sender name is required",
"receiverNameRequired": "Receiver name is required"
},
"car": {
"addCar": "Add Car",
"selectCar": "Select Car"
}
}