Automated update of translated documentation.
Triggered by commit:
[4c5112cbf4](https://github.com/openai/openai-agents-python/commit/4c5112cbf4b4467336939965fbfa28ad623b9df4).
Message: `feat: add BoxMount support (#2988)
### Summary
This pull request adds Box as an rclone-backed sandbox mount provider.
- Adds `BoxMount` with Docker rclone volume-driver support and
in-container `RcloneMountPattern` config generation.
- Wires Box into the sandbox entry exports and provider docs.
- Updates rclone-backed sandbox extension wording for Daytona, E2B, and
Runloop.
- Adds Docker and rclone mount config tests for Box auth/path options.
### Test plan
- `bash .agents/skills/code-change-verification/scripts/run.sh` *(format
and lint passed; typecheck failed on pre-existing local ignored
`tests/local` symlink files and unrelated Temporal example dependency
typing)*
- `uv run pyright --project pyrightconfig.json src/agents/sandbox
src/agents/extensions/sandbox tests/sandbox/test_mounts.py
tests/sandbox/test_docker.py`
- `uv run mypy src/agents/sandbox src/agents/extensions/sandbox
tests/sandbox/test_mounts.py tests/sandbox/test_docker.py`
- `uv run pytest -q tests/sandbox/test_mounts.py
tests/sandbox/test_docker.py`
### Issue number
N/A
### Checks
- [x] I've added new tests (if relevant)
- [x] I've added/updated the relevant documentation
- [x] I've run `make lint` and `make format`
- [x] I've made sure tests pass
Co-authored-by: Carter Rabasa <carter.rabasa@gmail.com>`
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>