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

17
pages.zh/common/mm2gv.md Normal file
View File

@@ -0,0 +1,17 @@
# mm2gv
> 将图从 Matrix Market `mm` 格式转换为 `gv` 格式。
> 转换器:`gml2gv`、`gv2gml`、`gv2gxl`、`gxl2gv`、`graphml2gv` 和 `mm2gv`。
> 更多信息:<https://graphviz.org/pdf/mm2gv.1.pdf>。
- 将图从 `mm` 格式转换为 `gv` 格式:
`mm2gv -o {{output.gv}} {{input.mm}}`
- 使用 `stdin``stdout` 转换图:
`cat {{input.mm}} | mm2gv > {{output.gv}}`
- 显示帮助信息:
`mm2gv -?`