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,20 @@
# fswebcam
> 小而简单的网络摄像头程序,适用于 *nix。
> 更多信息:<https://www.sanslogic.co.uk/fswebcam>。
- 拍摄一张照片:
`fswebcam {{filename}}`
- 以自定义分辨率拍摄一张照片:
`fswebcam -r {{width}}x{{height}} {{filename}}`
- 从选定设备拍摄一张照片(默认是 `/dev/video0`
`fswebcam -d {{device}} {{filename}}`
- 拍摄一张带时间戳的照片(时间戳字符串格式由 strftime 定义):
`fswebcam --timestamp {{timestamp}} {{filename}}`