{
  "title": "I Ching Divination",
  "description": "I Ching (Six Lines) divination is a traditional Chinese prediction method that interprets hexagrams to forecast trends and predict outcomes.",
  "returnButton": "Back",
  "divinationInfo": "Divination Information",
  "questionType": "Question Type",
  "questionTypePlaceholder": "Please select your question type",
  "questionTypeRequired": "Please select a question type",
  "questionDesc": "Question Description",
  "questionPlaceholder": "Please describe your question in detail...",
  "questionRequired": "Please enter your question",
  "methodLabel": "Divination Method",
  "methodPlaceholder": "Please select divination method",
  "methodRequired": "Please select a divination method",
  "numberLabel": "Divination Number",
  "numberPlaceholder": "Please enter a number (1-64)",
  "numberRequired": "Please enter a number",
  "hexagramLabel": "Select Hexagram",
  "hexagramPlaceholder": "Please select a hexagram",
  "hexagramRequired": "Please select a hexagram",
  "coinLabel": "Coin Tossing",
  "coinRequired": "Please complete six coin tosses",
  "currentYao": "Currently tossing line {number} (from bottom to top)",
  "coinFront": "Heads",
  "coinBack": "Tails",
  "throwCoin": "Toss Coins",
  "resetCoin": "Start Over",
  "hexagramTitle": "Hexagram",
  "submitButton": "Begin Divination",
  "loadingText": "Divining...",
  "instructionTitle": "I Ching Divination Instructions",
  "instructionText": "I Ching divination is one of the traditional Chinese prediction methods that uses hexagrams to forecast trends. During divination, please focus on your question, and the system will generate a hexagram based on your chosen method and provide a detailed interpretation. You can choose time-based divination (automatically generates a hexagram based on current time), number-based divination (generates a hexagram based on your input number), coin tossing, or manually select a hexagram.",
  "resultTitle": "Divination Results",
  "redivineButton": "Consult Again",
  "questionInfo": "Question Information",
  "questionTypeLabel": "Question Type:",
  "methodLabel_result": "Divination Method:",
  "questionLabel": "Question Description:",
  "interpretationTitle": "Divination Interpretation",
  "interpretingText": "Interpreting...",
  "requestError": "Request failed, please try again",
  "formError": "Please complete all required fields",
  
  "methods": {
    "time": "Time-based Divination",
    "number": "Number-based Divination",
    "coin": "Coin Tossing",
    "manual": "Manual Selection"
  },
  
  "questionTypes": {
    "career": "Career & Wealth",
    "love": "Love & Relationships",
    "health": "Health & Wellbeing",
    "study": "Studies & Exams",
    "travel": "Travel & Journey",
    "lawsuit": "Legal Matters",
    "search": "Finding People or Objects",
    "other": "Other Matters"
  }
} 