{
  "title": "Invite member",
  "description": "Choose an access group for the new member, or create a reusable custom group before sending the invite.",
  "inviteButton": "Send invite",
  "createGroupAndInvite": "Create group and invite",
  "cancel": "Cancel",
  "inviteSuccess": "Invitation sent successfully.",
  "customizationOwnerOnly": "Only organization owners can customize permissions before sending an invite.",
  "customizationHint": "Custom permissions create a reusable access group before the invitation is sent.",
  "fields": {
    "email": "Email",
    "accessGroup": "Access group",
    "useCustomPermissions": "Customize permissions",
    "customGroupName": "Custom group name",
    "customGroupDescription": "Custom group description"
  },
  "errors": {
    "emailRequired": "Please provide an email address.",
    "accessGroupRequired": "Choose an access group before inviting this member.",
    "customizationForbidden": "Only owners can customize permissions in the invitation flow.",
    "customGroupNameRequired": "Please name the custom access group.",
    "permissionsRequired": "Select at least one permission for the custom group.",
    "inviteFailed": "Unable to send the invitation right now."
  }
}