Skip to content

Instantly share code, notes, and snippets.

@awsp
Last active August 26, 2020 18:20
Show Gist options
  • Save awsp/096b07a35bd3dfa8d6301976f44ea39b to your computer and use it in GitHub Desktop.
Save awsp/096b07a35bd3dfa8d6301976f44ea39b to your computer and use it in GitHub Desktop.
cp.json
"redeemPoints": {
"addEmailMessage": "To redeem for a digital gift card, please add an email address to your account and allow 24 hours for security; then come back and redeem.",
"amountRequired": "Amount Required",
"budgetExceeded": "You do not have enough points to make this purchase.",
"buyMorePoints": "Buy More Points",
"categories": "Categories",
"confirmMemberInfo": "Confirm Your Member Info:",
"confirmationTitle": "Redemption Confirmation",
"digitalGiftCardAvailable": "Digital gift card available!",
"digitalGiftCardLimitNotification": "You can only make 1 gift card transaction (digital or plastic) every 48 hours.",
"donationTitle": "Donation",
"dreamVacationText1": "As a Choice Privileges member, you can use your points to enjoy free nights at some of the most amazing independent hotels around the world. With more than 500 participating Preferred Hotels & Resorts, you'll have no shortage of dream vacation spots to choose from.",
"dreamVacationText2": "Redemptions start at 25,000 points or 10,000 points with Points Plus Cash.",
"dreamVacationTitle": "Your Dream Vacation Awaits!",
"eliteDiscount": "Elite Discount",
"filterAll": "All Categories",
"giftCardTitle": "Gift Card",
"hotels": "View Hotels",
"labelCategory": "Filter By",
"labelDigital": "Digital gift cards",
"labelRedeemable": "Rewards I can afford",
"memberAddress": "Shipping Address",
"memberEmail": "Email",
"memberInfo": "Member Info",
"needPoints": "Your current filtering shows that you don't have enough points to make a redemption. You can purchase more points and return to this screen to redeem your gift card(s).",
"nightsTitle": "Redeem free nights at partner hotels",
"noRewardsAvailable": "There are no rewards of this type available",
"orderFail": "Unable to Process",
"orderStatus": "Status",
"orderSuccess": "Success",
"phone": "Call <strong>888-770-6800</strong> to book your luxurious stay today!",
"plasticGiftCardLimitNotification": "You can only make 1 gift card transaction every 48 hours.",
"pointsUsed": "Points Used",
"quantityGiftCard": "Quantity",
"redeem": "Redeem",
"redeemMorePoints": "Redeem More Points",
"redemptionType": "Type",
"rewardBook": "Book a Reward Night",
"rewardDonationTypes": {
"DONATION": "Direct Digital Donation"
},
"rewardGiftCardTypes": {
"DIGITAL": "Digital gift card",
"PLASTIC": "Plastic gift card"
},
"rewardMember": "Member Name",
"rewardNights": "Choice Privileges Reward Nights",
"rewardNightsText": "Use your Choice Privileges® points to book reward nights with us.",
"rewardNightsTextTwo": "Choose from our many properties and enjoy a free night!",
"rewardPoints": "Redeem Your Points",
"rewardPointsText": "Use your Choice Privileges® points to redeem for free nights, gift cards, airline miles and more!",
"rewardTypes": {
"DONATION": "Direct Digital Donation",
"DIGITAL": "Digital",
"PLASTIC": "Plastic"
},
"selectDonation": "Selected Donation",
"selectGiftCard": "Selected Gift Card:",
"selectRewardDonationType": "Donation Type",
"selectRewardType": "Gift Card Type:",
"selectedRedeemPointsFor": "You have selected to redeem your points for:",
"total": "Total",
"transactionID": "Transaction ID"
},
@awsp
Copy link
Author

awsp commented Aug 25, 2020

redeem.constant.js

module.exports = {
  ALL_CATEGORY_DESKTOP: 'All Merchant Redemption Options',
  ALL_CATEGORY_MOBILE: 'Mobile All Merchant Redemption Options',
  ELITE: 'Elite',
  MOBILE: 'Mobile',
  MOST_POPULAR_CATEGORY: 'Most Popular Gift Card Redemption Options',
  REWARD_TYPES: {
    DIGITAL: 'DIGITAL',
    PLASTIC: 'PLASTIC',
    DONATION: 'DONATION'
  },
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment