{
  "labels": {
    "nameOptional": "Name (optional)",
    "sourceUrlOptional": "Source URL (optional)",
    "urlPlaceholder": "http://en.wikipedia.org/wiki/Nuclear_fusion",
    "sourcesSection": "The URL to display in the “sources” section of the AI assistant response",
    "formType": "Form Type",
    "overview": "Overview",
    "message": "Message",
    "callToAction": "Call to Action",
    "callToActionUrl": "Call to Action URL",
    "webhookUrl": "URL"
  },
  "options": {
    "formType": {
      "conversational": "Conversational",
      "traditional": "Traditional"
    },
    "ctaTarget": {
      "_blank": "Open in new tab",
      "_self": "Open in this tab"
    }
  },
  "buttons": {
    "submit": "Submit",
    "edit": "Edit",
    "cancel": "Cancel",
    "complete": "Save"
  },
  "alerts": {
    "networkError": "Something went wrong."
  },
  "placeholders": {
    "webhookUrl": "https://example.com/api/webhook"
  },
  "accordions": {
    "startScreen": "Start Screen",
    "formDetails": "Form Details",
    "formFields": "Form Fields",
    "endScreen": "End Screen",
    "webhook": "Webhook",
    "extractedText": "Extracted Text"
  },
  "connectFlow": "Connect a ZappFlux Flow",
  "selectFlow": "Select a Flow",
  "describePrompt": "Describe when to trigger this flow",
  "placeholderFlowTrigger": "Example: When the user asks to speak with a human",
  "triggerAfterMessages": "Trigger after N messages",
  "addTool": "Add Tool"
}