loyalty & reward: initial commit

This commit is contained in:
2026-01-13 06:24:25 +03:00
parent 69bc9d4dee
commit a06147dfa4
14 changed files with 873 additions and 25 deletions

View File

@@ -77,7 +77,7 @@
"restaurantCover": "Restaurant Cover",
"restaurantLogo": "Restaurant Logo",
"scheduledOrder": "Scheduled Order",
"loyaltyAndReward": "Rewards And Loyalty"
"rewardsAndLoyalty": "Rewards And Loyalty"
},
"home": {
"title": "title",
@@ -587,5 +587,30 @@
"copyFailed": "Failed to copy voucher code",
"hiX": "Hi {{name}}!",
"youHaveReceivedAGiftCarFromX": "You have received a gift car from {{name}}!"
},
"rewardsAndLoyalty": {
"title": "Rewards And Loyalty",
"description": "Rewards And Loyalty",
"rewardsAndLoyalty": "Rewards And Loyalty",
"rewardsAndLoyaltyDescription": "Rewards And Loyalty",
"rewardsAndLoyaltyButton": "Rewards And Loyalty",
"rewardsAndLoyaltyButtonDescription": "Rewards And Loyalty",
"completedPurchases": "Completed Purchases",
"totalPurchased": "Total Purchased",
"saved": "Saved",
"almosthere": "Almost here!",
"youreJustXCupsAwayFromYourNextReward": "You're just {{cups}} cups away from your next reward!",
"youCanRedeemDuringTheCheckout": "You can redeem during the checkout",
"youCurrentlyHave": "You currently have",
"freeItems": "free items",
"redeemNow": "Redeem Now",
"yourAvailableRewards": "Your available rewards",
"loyaltyHistory": "Loyalty History",
"loyaltyHistoryDescription": "Loyalty History",
"earnedPoints": "Earned {{points}} points",
"order": "Order",
"yourOrderFrom": "Your order from {{restaurantName}}",
"earned": "Earned",
"xPoints": "{{points}} points"
}
}