Basically the translate tool is moving the actor around in the scene. At the top of the scene view there are translate, rotate and scale tools followed by a local and world/global toggle.
Translate refers to moving an object, commonly a Translate() function moves an object in local space however it doesn’t exist in blueprint, instead SetActorLocation and SetActorRelativeLocation are used.