common/z*: add Chinese translation (#14773)

* common/z*: add Chinese translation

* Update zoxide.md

* Update zoxide.md
This commit is contained in:
Jin
2024-12-04 01:52:45 -05:00
committed by GitHub
parent bfb80d23f3
commit e5305a1865
44 changed files with 830 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# zopflipng
> PNG 压缩工具。
> 更多信息:<https://github.com/google/zopfli>.
- 优化一个 PNG 文件:
`zopflipng {{输入.png}} {{输出.png}}`
- 优化多个 PNG 文件并使用给定的前缀保存:
`zopflipng --prefix={{前缀}} {{图像1.png}} {{图像2.png}} {{图像3.png}}`