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

16
pages.zh/common/lzop.md Normal file
View File

@@ -0,0 +1,16 @@
# lzop
> 使用 LZO 压缩算法压缩或解压缩文件。
> 更多信息:<https://www.lzop.org/>.
- 将文件压缩成一个新的 `.lzo` 后缀的文件:
`lzop {{path/to/file}}`
- 解压缩文件:
`lzop -d {{path/to/file.lzo}}`
- 压缩文件同时指定压缩级别。0 = 最差9 = 最佳(默认级别为 3
`lzop -{{level}} {{path/to/file}}`