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,12 @@
# pamtouil
> 将 PNM 或 PAM 文件转换为 Motif UIL 图标文件。
> 更多信息:<https://netpbm.sourceforge.net/doc/pamtouil.html>。
- 将 PNM 或 PAM 文件转换为 Motif UIL 图标文件:
`pamtouil {{path/to/input.pnm|pam}} > {{path/to/output.uil}}`
- 指定一个前缀字符串以在输出 UIL 文件中打印:
`pamtouil -name {{uilname}} {{path/to/input.pnm|pam}} > {{path/to/output.uil}}`