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 @@
# screencapture
> 用于截取屏幕截图和录制屏幕的工具。
> 更多信息:<https://keith.github.io/xcode-man-pages/screencapture.1.html>。
- 截取屏幕截图并保存到文件:
`screencapture {{path/to/file.png}}`
- 截取包含鼠标光标的屏幕截图:
`screencapture -C {{path/to/file.png}}`
- 截取屏幕截图并在预览中打开,而不是保存:
`screencapture -P`
- 截取选定矩形区域的屏幕截图:
`screencapture -i {{path/to/file.png}}`
- 延时截取屏幕截图:
`screencapture -T {{seconds}} {{path/to/file.png}}`
- 制作屏幕录制并保存到文件:
`screencapture -v {{path/to/file.mp4}}`