redeem: initial commit

This commit is contained in:
2026-01-08 23:26:45 +03:00
parent ebe9928091
commit 6271c14eff
26 changed files with 1577 additions and 491 deletions

View File

@@ -179,6 +179,11 @@
"customizable": "Customizable"
},
"cart": {
"remainingToPay": "Remaining to Pay",
"remainingVoucherAmount": "Remaining Voucher Amount",
"voucherApplied": "Voucher Applied",
"giftedItems": "Gifted Items",
"voucherBalance": "Voucher Balance",
"addSpecialRequestOptional": "Add Special Request (Optional)",
"continueToGiftDetails": "Continue to Gift Details",
"continueToGiftDetailsDescription": "Please fill in the details of the gift recipient and sender to continue.",
@@ -539,5 +544,43 @@
"color": "Color",
"category": "Category",
"plateNumber": "Plate Number"
},
"redeem": {
"title": "Redeem Gift",
"redeem": "Redeem",
"redeemDescription": "Redeem your gift card",
"redeemButton": "Redeem",
"redeemButtonDescription": "Redeem your gift card",
"showThisCodeAtTheRestaurant": "Show this code at the restaurant",
"addGiftDetails": "Add Gift Details",
"description": "Personalize your gift with a message, delivery timing, and recipient details.",
"checkout": "Checkout",
"yourName": "Your Name",
"yourPhone": "Your Phone",
"keepMyNameSecret": "Keep my name secret",
"receiverInformation": "Receiver Information",
"costumeAmount": "Costume amount",
"enterCustomOucherAmount": "Enter custom oucher amount",
"amount": "Amount",
"eCardAmount": "E-Card Amount",
"receiverName": "Receiver Name",
"edit": "Edit",
"yourInformation": "Your Information",
"minimumAmountShouldBe1OMR": "Minimum amount should be 1 OMR",
"add": "Add",
"senderNameRequired": "Sender name is required",
"receiverNameRequired": "Receiver name is required",
"includesFreeItemsInThisOrder": "Includes free items in this order",
"redeemGiftedItems": "Redeem gifted items",
"pending": "Pending",
"useThisCodeIfScanningNotPossible": "Use this code if scanning is not possible",
"voucherWillBeAppliedAtCheckout": "Voucher will be applied at checkout",
"yourGiftCardBalance": "Your gift card balance",
"redeemNow": "Redeem Now",
"restaurantLocation": "Restaurant Location",
"voucherBalance": "Voucher Balance",
"getDirections": "Get Directions",
"giftedItems": "Gifted Items",
"viewAll": "View All"
}
}