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 @@
# ipaggmanip
> 操作由 `ipaggcreate` 生成的聚合统计数据。
> 更多信息:<https://manned.org/ipaggmanip>。
- 合并高位相等的标签:
`ipaggmanip --prefix {{16}} {{path/to/file}}`
- 移除计数小于给定字节数的标签,并输出这些标签的随机样本:
`ipaggmanip --cut-smaller {{100}} --cull-labels {{5}} {{path/to/file}}`
- 如果每个标签的计数非零,则将其计数替换为 1
`ipaggmanip --posterize {{path/to/file}}`