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

@@ -1,16 +1,24 @@
# caffeinate
> 防止 Mac 进入休眠模式
> 更多信息:<https://keith.github.io/xcode-man-pages/caffeinate.8.html>.
> 防止 macOS 进入睡眠状态
> 更多信息:<https://keith.github.io/xcode-man-pages/caffeinate.8.html>
- 防止进入休眠模式 , 1 小时3600 秒):
- 防止睡眠 1 小时3600 秒):
`caffeinate -u -t {{3600}}`
- 在指定命令执行完前,禁止进入休眠
- 防止睡眠直到命令完成
`caffeinate -s {{命令}}`
`caffeinate -s "{{command}}"`
- 在你按 Ctrl-C 之前禁止进入休眠模式
- 防止睡眠直到指定 PID 的进程完成
`caffeinate -w {{pid}}`
- 防止睡眠(使用 `Ctrl + C` 退出):
`caffeinate -i`
- 防止磁盘进入睡眠状态(使用 `Ctrl + C` 退出):
`caffeinate -m`