{
  "title": "Team Permissions",
  "description": "View and manage what each team role can do",
  "rolesOverview": "Role Overview",
  "rolesOverviewDescription": "Each team member has a role that determines what they can access and do",
  "allPermissions": "All Permissions",
  "permission": "Permission",
  "dangerousAction": "This is a potentially dangerous action",
  "roleChanged": "Permission Updated",
  "roleChangedDescription": "Your permissions have been updated. The page will refresh to reflect the changes.",
  "roles": {
    "owner": {
      "title": "Owner",
      "description": "Full access to all team features and settings"
    },
    "admin": {
      "title": "Admin",
      "description": "Can manage team members and most settings"
    },
    "member": {
      "title": "Member",
      "description": "Can create and edit content, limited settings access"
    },
    "viewer": {
      "title": "Viewer",
      "description": "Read-only access to team content"
    }
  }
}
