strings top-level property

Map<String, Map<String, String>> strings
getter/setter pair

Implementation

Map<String, Map<String, String>> strings = {
  "HISTORY": {
    "en": "History",
  },
  "TASKS": {
    "en": "Tasks",
  },
  "REWARDS": {
    "en": "Rewards",
  },
  "toRedeem": {
    "en": "To Redeem",
  },
  "available": {
    "en": "Available",
  },
  "locked": {
    "en": "Locked",
  },
  "scanQRCode": {
    "en": "Scan QR Code",
  },
  "aboutClubPeakzPadel": {
    "en": "About Club Peakz Padel",
  },
  "WelcomePeakzPadel": {
    "en":
        "Welcome to Peakz Padel’s point-based program that rewards our customers with experiences, discounts, and exclusive products.",
  },
  "pointSystem": {
    "en": "The point system",
  },
  "AsLoyaltyMemnber": {
    "en":
        "As a loyalty member you can earn points through buying products at our shop and bar, as well as by completing tasks online. These points can be redeemed for a variety of rewards.",
  },
  "TierSystem": {
    "en": "The tier system",
  },
  "Our5LevelTierProgram": {
    "en":
        "Our 5-level tier program rewards you with exclusive perks based on how often you play at Peakz Padel. Earn one tier credit for every hour played!",
  },
  "turq": {
    "en": "Turq",
  },
  "play300Minutes": {
    "en": "Play 300 minutes in a month",
  },
  "bronze": {
    "en": "Bronze",
  },
  "silver": {
    "en": "Silver",
  },
  "gold": {
    "en": "Gold",
  },
  "blue": {
    "en": "Blue",
  },
  "close": {
    "en": "Close",
  },
  "benefits": {
    "en": "Benefits",
  },
  "claimReward": {
    "en": "Claim reward",
  },
  "claimSuccessful": {
    "en": "Claim successful",
  },
  "yourRewardHasBeenClaimed": {
    "en":
        "Your reward has been claimed. Show your QR code to staff on your next visit to redeem.",
  },
  "showQRcode": {
    "en": "Show QR Code",
  },
  "congratulations": {
    "en": "Congratulations!",
  },
  "connectAccounts": {
    "en": "Connect accounts",
  },
  "connectSocialAccounts": {
    "en": "Connect your social accounts to complete tasks and earn points.",
  },
  "connected": {
    "en": "Connected",
  },
  "connect": {
    "en": "Connect",
  },
  "enterUsername": {
    "en": "Enter username",
  },
  "cancel": {
    "en": "Cancel",
  },
  "myQRcode": {
    "en": "My QR Code",
  },
  "ScanThisAtRegister": {
    "en":
        "Scan this at the register to redeem your reward or collect points instantly.",
  },
  "disconnectSuccessful": {
    "en": "Disconnect sucessful",
  },
  "socialMediaDisconnected": {
    "en": "Your social media account has been disconnected from your profile.",
  },
  "reconnect": {
    "en": "Reconnect",
  },
  "followTheseStepsToEarnPoints": {
    "en": "Follow these steps to earn points:",
  },
  "makeInstagramAccountPublic": {
    "en": "2. Make your Instagram account public",
  },
  "tagOnInstaPost": {
    "en": "3. Create a post with the tag @peakzpadel",
  },
  "likeOnInstaPost": {
    "en": "2. Like the post",
  },
  "commentOnInstaPost": {
    "en": "2. Comment on the post",
  },
  "tapVerifyToClaim": {
    "en": "4. Tap verify to claim your points",
  },
  "verify": {
    "en": "Verify",
  },
  "youHaveLeveledUp": {
    "en": "You've leveled up from ",
  },
  "to": {
    "en": " to ",
  },
  "unlockedNewBenefits": {
    "en": " and unlocked new benefits.Keep playing to earn even more rewards.",
  },
  "ViewNewBenefits": {
    "en": "View new benefits",
  },
  "minutesPlayed": {
    "en": "MINUTES PLAYED",
  },
  "minutesUntilNextTier": {
    "en": "MINUTES UNTIL NEXT TIER",
  },
  "rewardPoints": {
    "en": "REWARD POINTS",
  },
};