add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# SafeEjectGPU
> 安全弹出 GPU。
> 更多信息:<https://keith.github.io/xcode-man-pages/SafeEjectGPU.8.html>。
- 弹出所有 GPU
`SafeEjectGPU Eject`
- 列出所有连接的 GPU
`SafeEjectGPU gpus`
- 列出使用 GPU 的应用程序:
`SafeEjectGPU gpuid {{GPU_ID}} apps`
- 获取 GPU 的状态:
`SafeEjectGPU gpuid {{GPU_ID}} status`
- 弹出一个 GPU
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
- 在 GPU 上启动应用程序:
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`