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

12
pages.zh/common/pbmupc.md Normal file
View File

@@ -0,0 +1,12 @@
# pbmupc
> 生成通用产品代码 (UPC) 的 PBM 图像。
> 更多信息:<https://netpbm.sourceforge.net/doc/pbmupc.html>。
- 为指定的产品类型、制造商代码和产品代码生成 UPC 图像:
`pbmupc {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}`
- 使用不显示校验和的替代样式:
`pbmupc -s2 {{product_type}} {{manufacturer_code}} {{product_code}} > {{path/to/output.pbm}}`