{
  "title": "Access groups",
  "description": "Define reusable permission bundles for invitations, members and administrative settings.",
  "createButton": "New group",
  "editButton": "Edit",
  "deleteButton": "Delete",
  "saveButton": "Save group",
  "cancel": "Cancel",
  "systemBadge": "System",
  "customBadge": "Custom",
  "memberCount": "{count} members",
  "permissionCount": "{count} permissions",
  "summaryTitle": "Permission summary",
  "summaryDescription": "{count} permissions selected across this group.",
  "noDescription": "No description provided.",
  "emptyTitle": "No access groups found",
  "emptyDescription": "Create a custom group or review the system defaults to start organizing access.",
  "deleteConfirm": "This access group will be removed. Members using it will be reassigned to their default system group.",
  "deleteSuccess": "Access group removed successfully.",
  "saveSuccess": "Access group created successfully.",
  "updateSuccess": "Access group updated successfully.",
  "formTitleCreate": "Create access group",
  "formTitleEdit": "Edit access group",
  "moduleSummary": {
    "organization": "{count} organization permissions",
    "team": "{count} team permissions",
    "groups": "{count} access group permissions",
    "billing": "{count} billing permissions",
    "apiKeys": "{count} API key permissions",
    "datastoreApiKeys": "{count} datastore API key permissions",
    "logs": "{count} log permissions",
    "contacts": "{count} contact permissions",
    "analytics": "{count} analytics permissions",
    "agents": "{count} agent permissions",
    "datastores": "{count} datastore permissions",
    "forms": "{count} form permissions",
    "mailInboxes": "{count} mail inbox permissions",
    "integrations": "{count} integration permissions",
    "serviceProviders": "{count} service provider permissions",
    "whatsapp": "{count} WhatsApp permissions",
    "zappflux": "{count} ZappFlux permissions"
  },
  "fields": {
    "name": {
      "label": "Group name"
    },
    "description": {
      "label": "Description"
    }
  },
  "errors": {
    "load": "Unable to load access groups right now.",
    "save": "Unable to save this access group right now.",
    "delete": "Unable to delete this access group right now.",
    "nameRequired": "Please provide a name for the access group.",
    "permissionsRequired": "Select at least one permission to create a group."
  },
  "system": {
    "owner": {
      "label": "Owner",
      "description": "Full administrative access across the organization, billing and configuration."
    },
    "administrator": {
      "label": "Administrator",
      "description": "Broad operational and configuration access, except destructive organization ownership actions."
    },
    "supervisor": {
      "label": "Supervisor",
      "description": "Operational access with extra oversight for logs, contacts and inbox workflows."
    },
    "operations": {
      "label": "Operations",
      "description": "Core day-to-day access for operations, analytics, logs, forms and inbox monitoring."
    },
    "support": {
      "label": "Support",
      "description": "Focused access for inbox handling, contact lookup and form reading."
    },
    "it": {
      "label": "IT",
      "description": "Technical access for agents, datastores, forms, integrations and delivery channels."
    },
    "finance": {
      "label": "Finance",
      "description": "Billing-focused access with organization update capability and visibility into team and analytics."
    },
    "analyst": {
      "label": "Analyst",
      "description": "Read-heavy access for analytics, logs, forms, inboxes and supporting operational views."
    },
    "readOnly": {
      "label": "Read only",
      "description": "Read-only access across the modules granted to this profile."
    }
  }
}