{
  "accordion": {
    "startScreen": "Start Screen",
    "formFields": "Form Fields",
    "endScreen": "End Screen",
    "webhook": "Webhook",
    "formDetails": "Form Details"
  },
  "labels": {
    "title": "Title",
    "description": "Description",
    "ctaLabel": "Call to Action Label",
    "successMessage": "Success Message",
    "ctaUrl": "Call to Action URL",
    "target": "Target",
    "webhookUrl": "Webhook URL",
    "callToAction": "Call to Action",
    "message": "Message",
    "callToActionUrl": "Call to Action URL",
    "url": "URL"
  },
  "placeholders": {
    "webhookUrl": "Enter your Webhook URL"
  },
  "helperTexts": {
    "webhookUrl": "Send the form to the provided endpoint via HTTP POST"
  },
  "options": {
    "ctaTarget": {
      "_blank": "Open in new tab",
      "_self": "Open in this tab"
    }
  },
  "actions": {
    "publishUpdates": "Publish Updates",
    "publishing": "Publishing...",
    "saving": "Saving...",
    "publishSuccess": "Published",
    "publishError": "Something went wrong",
    "copyLink": "Copy Link",
    "learnMore": "Learn More"
  },
  "buttons": {
    "publishUpdates": "Publish Updates",
    "saving": "Saving..."
  },
  "alerts": {
    "publishing": "Publishing...",
    "published": "Published",
    "somethingWentWrong": "An internal error occurred."
  },
  "formTypes": {
    "conversational": "Conversational",
    "traditional": "Traditional"
  }
}