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,36 @@
# pacgraph
> 绘制已安装软件包的图形并导出为 PNG/SVG/GUI/控制台。
> 更多信息:<https://github.com/keenerd/pacgraph>。
- 生成 SVG 和 PNG 图形:
`pacgraph`
- 生成 SVG 图形:
`pacgraph --svg`
- 将摘要打印到控制台:
`pacgraph --console`
- 覆盖默认的文件名/位置(注意:请勿指定文件扩展名):
`pacgraph --file={{path/to/file}}`
- 更改非依赖软件包的颜色:
`pacgraph --top={{color}}`
- 更改软件包依赖的颜色:
`pacgraph --dep={{color}}`
- 更改图形的背景颜色:
`pacgraph --background={{color}}`
- 更改软件包之间链接的颜色:
`pacgraph --link={{color}}`