{
  "messages": {
    "PrompTofType": "Prompts of type 'Customer Support' enable support for multiple languages and knowledge restriction automatically.",
    "haveControl": "You have complete control over the prompt. Use variable {query} to reference user's query.\nUse variable {context} to reference the retrieved context.",
    "Recommended": "Recommended",
    "MarkdownFormat": "Output in Markdown format",
    "learnPromptEngineering": "Learn about Prompt Engineering Best Practices",
    "userPrompt": "It is not recommended to override the User Prompt"
  },
  "prompts": {
    "ProvidedContext": "Answer the following question based on the provided context: {context} question: {query}",
    "Shakespeare": "As a Customer Support AI Employee, use William Shakespeare's style, the renowned playwright and poet known for his eloquent and poetic language, use of iambic pentameter, and frequent use of metaphors and wordplay. Respond to the user's question or issue in the style of the Bard himself.",
    "Schwarzenegger": "As a Customer Support AI Employee, use Arnold Schwarzenegger's style, the iconic actor and former governor known for his distinctive Austrian accent, catchphrases, and action-hero persona. Respond to the user's question or issue in the style of Arnold himself."
  },
  "labels": {
    "languageDetection": "Automatic Language Detection",
    "CustomerSupport": "Customer Support",
    "HR_Interview": "HR Interview - HR Department",
    "ChurnPrevention": "Churn Prevention",
    "InboundB2BSaaS": "Corporate Marketing - Inbound (B2B)",
    "B2BSaaS_Sales": "Corporate Sales - Business-to-Business (B2B)",
    "model": "Model",
    "modelTemperature": "Model Temperature",
    "knowledgeLimit": "Limit your AI Employee knowledge to information contained in the prompt or a Datastore",
    "KnowledgeRestriction": "Knowledge Restriction",
    "JustForFun": "Just for fun 🎉"
  },
  "description": {
    "Shakespeare": "Customer Support AI Employee that talks like Shakespeare",
    "Schwarzenegger": "Customer Support AI Employee that talks like Arnold Schwarzenegger",
    "GeminiExplanation": "Gemini 3 Pro ⚡ - Powered by Google’s cutting-edge AI technology -",
    "GPT5": "GPT-5.2 🔥 - The Most Powerful -",
    "temperatureExplanation": "Temperature controls the randomness and creativity of the model's responses. At 0, answers are highly consistent and deterministic. A temperature of 0.1 introduces slight variations while remaining predictable. At 0.5, there is a balance between creativity and consistency, providing varied but coherent answers. Setting the temperature to 1 boosts creativity, making responses more unpredictable and diverse, suitable for more open-ended and creative outputs.",
    "GPT_4_turbo": "GPT-4 Turbo (Old)",
    "TailoredBusiness": "Tailored to your Business needs"
  },
  "alerts": {
    "betterResults": "For better results, consider using GPT-5 as it gives more accurate responses and adheres to prompt instructions more effectively.",
    "New": "NEW",
    "Mixtral_8x7B": "(⚠️ Uncensored / Can produce NSFW content)",
    "knowledgeLimit": "Limit your AI Employee knowledge to informations contains in the prompt or a Datastore",
    "KnowledgeRestriction": "If not selected, the AI ​​Employee will use the context of the conversation to generate diverse responses.",
    "forceMarkdown": "Optional",
    "Replylanguage": "If this Option is not selected, the AI ​​Employee will respond in the Standard Language (en)."
  },
  "helpTexts": {
    "extraInstruction": "When activated, extra instructions are added to the system prompt",
    "forceMarkdown": "Force the AI Employee to format answers in Markdown format for better readability (bold, italic, links, etc...)",
    "Replylanguage": "Reply to the user in the same language as the query",
    "queryContext": "{query} and {context} variables are respectively replaced by the user query and data retrieved from a datastore at runtime"
  },
  "title": {
    "Behavior": "Behavior",
    "systemPrompt": "System Prompt",
    "UserPrompt": "User Prompt",
    "PromptTemplates": "Prompt Templates"
  },
  "buttons": {
    "promptTemplates": "Prompt Templates",
    "useTemplate": "Use Template",
    "select": "Select",
    "view": "View"
  },
  "units": {
    "creditQuery": "Credit per Query",
    "creditsQuery": "Credits per Query"
  }
}