Translates a graphics object
Translate[g, {x, y, …}]
Translate[g, {{x1, y1, …}, {x2, y2, …}, …}]
Graphics[Translate[Circle[], {1, 0}], Axes -> True]
→ -Graphics-Graphics3D[Translate[Sphere[], {1, 0, 0}], Axes -> True]
→ -Graphics3D-Graphics3D[Translate[shape, {{0, 0, 0}, {1, 0, 0}, {2, 0, 0}}]]
→ -Graphics3D-