{
  "actions": {
    "addField": "Add Field",
    "addOption": "Add Option",
    "removeField": "Remove Field",
    "removeOption": "Remove Option"
  },
  "labels": {
    "type": "Type",
    "label": "Title",
    "options": "Add as many options as you like",
    "defaultCountryCode": "Default Country Code",
    "placeholder": "Placeholder",
    "required": "Required",
    "min": "Minimum",
    "max": "Maximum",
    "createContact": "Create Contact",
    "includeSources": "Include sources in the AI assistant response"
  },
  "fieldTypes": {
    "email": "Email",
    "phoneNumber": "Phone Number",
    "text": "Text",
    "textArea": "Text Area",
    "select": "Select",
    "file": "File",
    "number": "Number",
    "leadSelect": "Lead Select"
  },
  "accordion": {
    "newField": "New Field"
  }
}