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

25
pages.zh/common/ect.md Normal file
View File

@@ -0,0 +1,25 @@
# ect
> 高效压缩工具。
> 用C++编写的文件优化器。支持PNG、JPEG、gzip和Zip文件。
> 更多信息:<https://github.com/fhanau/Efficient-Compression-Tool>。
- 压缩文件:
`ect {{path/to/file.png}}`
- 使用指定的压缩级别和多线程压缩文件1=最快最差9=最慢最好默认是3
`ect -{{9}} --mt-deflate {{path/to/file.zip}}`
- 递归压缩目录中的所有文件:
`ect -recurse {{path/to/directory}}`
- 压缩文件,保持原始修改时间:
`ect -keep {{path/to/file.png}}`
- 压缩文件,去除元数据:
`ect -strip {{path/to/file.png}}`