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,16 @@
# scriptreplay
> 将由 `script` 命令创建的类型文件回放到 `stdout`。
> 更多信息:<https://manned.org/scriptreplay>。
- 以录制时的速度回放类型文件:
`scriptreplay {{路径/到/时间文件}} {{路径/到/类型文件}}`
- 以原始速度的两倍回放类型文件:
`scriptreplay {{路径/到/时间文件}} {{路径/到/类型文件}} 2`
- 以原始速度的一半回放类型文件:
`scriptreplay {{路径/到/时间文件}} {{路径/到/类型文件}} 0.5`