{
  "SIGN_IN": "Sign in",
  "GOOGLE": "Google",
  "APPLE": "Apple",
  "FACEBOOK": "Facebook",
  "MICROSOFT": "Microsoft",
  "WELCOME": "Welcome",
  "PROFILE": "Profile",
  "MY_ACCOUNT": "My Account",
  "DISCONNECT": "Disconnect",
  "login": {
    "register": "Register"
  },
  "home": {
    "home": "Home",
    "tarot": "Tarot Reading",
    "threeCardsReading": "Three cards reading",
    "fiveCardReading": "Five cards reading",
    "assistant": "Tarot Assistant",
    "language": "Language",
    "help": "Help",
    "about": "About",
    "contact": "Contact",
    "aboutMsg": "Tarot App v1 — Powered by AI",
    "contactMsg": "Contact: tarot@example.com",
    "title": "Tarot Reading Assistant",
    "subtitle": "Your intuitive guide for tarot insights.",
    "description": "This website helps you explore tarot readings using a \nfive-card spread powered by AI. You can draw five cards \nand receive an interpretation based on your question and context.",
    "spreadTitle": "Five-Card Spread",
    "spreadText": "Draw five cards from the deck and receive an interpretation \nbased on positions such as current situation, expectations, \nunexpected events, near future, and long-term future.",
    "assistantTitle": "Tarot Assistant",
    "assistantText": "Already have a five-card spread? The assistant can help you \nunderstand your cards by giving a clear and personalized interpretation."
  },
  "three": {
      "title": "Three Card Spread",
      "instructions": "Select 3 cards from the deck below. Once all 3 are chosen, your reading will be revealed.",
      "loading": "Generating reading...",
      "selected": "Selected {{count}}/3",
      "drawn": "Your cards have been drawn...",
      "shuffle": "Shuffle",
      "restart": "Restart",
      "logintoread": "Login to view your reading",
      "placeholder": "Can you interpret the cards?",
      "readingTypes": {
        "general": "General",
        "love": "Love",
        "financial": "Financial",
        "career": "Career"
      }
    },
  "five":{
      "title": "Five Card Spread",
      "instructions": "Select 5 cards from the deck below. Once all 5 are chosen, your reading will be revealed.",
      "loading": "Generating reading...",
      "selected": "Selected {{count}}/5",
      "drawn": "Your cards have been drawn...",
      "shuffle": "Shuffle",
      "restart": "Restart",
      "logintoread": "Login to view your reading",
      "placeholder": "Can you interpret the cards?",
      "readingTypes": {
        "general": "General",
        "love": "Love",
        "financial": "Financial",
        "career": "Career"
      }
    },
  "assistant": {
    "generatingReading": "Generating reading...",
    "generating": "Generating...",
    "generateReading": "Generate Reading",
    "threeCards": "3 Cards",
    "fiveCards": "5 Cards",
    "questionPlaceholder": "Your question (optional)",
    "selectCards": "Select {{count}} Cards",
    "chosenCards": "Chosen Cards",
    "restart": "Restart",
    "error": "Error: could not generate reading."
  },
  "credits": {
    "title": "My Credits",
    "subtitle": "View your credit balance and learn how to use them",
    "currentBalance": "Current balance",
    "howToUse": "How to Use Credits",
    "useItem1": "Tarot readings cost 1 or 2 credits depending on the reading type",
    "useItem2": "Credits are deducted automatically when you generate a reading",
    "useItem3": "All users receive free daily credits",
    "purchaseCredits": "Purchase Credits",
    "loading": "Loading products...",
    "credits": "credits",
    "buyNow": "Buy Now",
    "buyCredits": "Buy credits",
    "noProducts": "No credit packs available at the moment"
  },
  "myAccount": {
    "title": "My Account",
    "subtitle": "View your account details and purchase history",
    "purchaseHistory": "Purchase History",
    "loading": "Loading purchases...",
    "noPurchases": "No purchases yet",
    "credits": "Credits",
    "orderId": "Order ID"
  }
}