{
  "title": "Let's Configure Your AI Employee",
  "subtitle": "Answer 15 quick questions to create a personalized AI for your business",
  "step1": {
    "question": "To get started, tell me:\n• What is the name and type of business you have today?\n• Give a brief description of your business",
    "placeholder": "E.g.: Aesthetic clinic, Wholesale and Retail Clothing Store, Pet Shop and Veterinary Clinic...",
    "namePlaceholder": "E.g.: Bella Vita Aesthetics, TopFashion, PetLove Center..."
  },
  "step2": {
    "question": "And in your {businessType}, how would you describe the ideal customer?",
    "placeholder": "Talk about age, region, income, style, what they value..."
  },
  "step3": {
    "question": "Thinking about your {businessType}, what are the 3 main products or services you offer today?",
    "placeholder": "List your main offerings, packages, or plans..."
  },
  "step4": {
    "question": "Now, talking about your ideal customers ({idealClient}), what are the main pain points, questions, or problems they have?",
    "placeholder": "Describe the challenges your customers face..."
  },
  "step5": {
    "question": "At what point in the journey do customers usually contact you at your {businessType}?",
    "placeholder": "Before buying (questions), during purchase, after (support), or all moments?"
  },
  "step6": {
    "question": "Today, in your {businessType}, through which channels do customers contact you?",
    "placeholder": "E.g.: WhatsApp, Instagram, website, phone, in-person...\n\n(Please: Separate channels with commas)"
  },
  "step7": {
    "question": "Thinking about these channels you use ({currentChannels}), what are the biggest problems you experience with customer service today?",
    "placeholder": "E.g.: slow response, lost messages, lack of consistency, limited hours..."
  },
  "step8": {
    "question": "Considering these problems you mentioned ({serviceProblems}), what would you like the AI to do for you in your {businessType}?",
    "placeholder": "E.g.: answer questions, qualify leads, sell, schedule, collect, post-sale..."
  },
  "step9": {
    "question": "In which of these channels do you want the AI to serve automatically?",
    "placeholder": "Select from the channels you mentioned: {currentChannels}"
  },
  "step10": {
    "question": "Thinking that the AI will represent your {businessType} talking to your ideal customer, how do you want its tone of voice to be?",
    "placeholder": "More formal or informal? Can use emojis? Speaks as 'I' or 'we'?"
  },
  "step11": {
    "question": "For the AI to truly help with the objectives you mentioned ({aiObjectives}), what mandatory information should it always collect from the customer?",
    "placeholder": "E.g.: name, phone, city, desired service, preferred time..."
  },
  "step12": {
    "question": "Are there rules or limits that the AI of your {businessType} needs to respect?",
    "placeholder": "E.g.: don't give exact price without confirmation, don't schedule without validating calendar, don't promise deadlines..."
  },
  "step13": {
    "question": "Now, thinking about how the AI can better sell your work, what are the main differentiators of your {businessType} compared to competitors?",
    "placeholder": "What makes your business unique and special?"
  },
  "step14": {
    "question": "In which specific situations do you want the AI to stop and call a human?",
    "placeholder": "E.g.: when customer requests something outside the rules ({rulesLimits}), when value exceeds X, when customer is very dissatisfied..."
  },
  "step15": {
    "question": "To finish: imagine that the AI of your {businessType} became perfect, just the way you want. What would an ideal day of service look like?",
    "placeholder": "What does the AI solve alone, what comes to you, and what changes in your routine?"
  },
  "navigation": {
    "next": "Next",
    "previous": "Previous",
    "skip": "Skip",
    "finish": "Generate AI Prompt"
  },
  "progress": {
    "stepOf": "Step {current} of {total}",
    "completed": "{percentage}% completed"
  },
  "rag": {
    "generateCheckbox": "Generate AI Knowledge Base automatically (Recommended)",
    "generating": "Generating 20+ documents for your knowledge base...",
    "creatingDatastore": "Creating database and indexing documents...",
    "success": "Knowledge Base created successfully!",
    "failed": "Failed to generate Knowledge Base. You can try again later.",
    "generatingModal": {
      "title": "Generating Training Documents",
      "description": "The training documents for your AI Employee are being generated. This may take about 5 minutes. You can continue with the setup and we'll notify you when the process is complete.",
      "okButton": "OK, Got it"
    },
    "completedModal": {
      "title": "Documents Created Successfully!",
      "description": "All training documents for your AI Employee have been created successfully. You can check the results in your Datastores.",
      "viewDatastore": "View Datastores",
      "close": "Close"
    },
    "failedModal": {
      "title": "Generation Failed",
      "description": "Unable to generate training documents. Please try again.",
      "retry": "Try Again"
    }
  },
  "preview": {
    "title": "Preview of Generated Prompt",
    "generating": "Generating personalized prompt...",
    "regenerate": "Regenerate",
    "confirm": "Confirm and Create Agent",
    "error": "Failed to generate prompt. Please try again."
  },
  "draft": {
    "found": "We found a draft from your previous session. Continue where you left off?",
    "continue": "Continue",
    "startOver": "Start Over"
  },
  "placeholders": {
    "businessType": "your business",
    "idealClient": "your ideal customer",
    "productsServices": "your products/services",
    "clientPains": "the mentioned pain points",
    "serviceMoments": "the mentioned contact moments",
    "currentChannels": "the mentioned channels",
    "serviceProblems": "the mentioned problems",
    "aiObjectives": "the mentioned goals",
    "aiChannels": "the selected channels",
    "voiceTone": "the defined tone",
    "requiredData": "the required data",
    "rulesLimits": "the mentioned rules",
    "differentiators": "your differentiators",
    "escalationRules": "the escalation rules",
    "successVision": "your success vision"
  },
  "audio": {
    "transcribed": "Audio transcribed successfully"
  }
}