add new chinese translations
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# zint
|
||||
|
||||
> 生成条形码和二维码。
|
||||
> 更多信息:<https://www.zint.org.uk/manual/chapter/4>.
|
||||
> 更多信息:<https://www.zint.org.uk/manual/chapter/4>。
|
||||
|
||||
- 生成一个条形码并保存:
|
||||
- 生成条形码并保存:
|
||||
|
||||
`zint --data "{{UTF-8 数据}}" --output {{路径/到/文件}}`
|
||||
`zint --data "{{UTF-8 数据}}" --output {{文件路径}}`
|
||||
|
||||
- 指定生成的编码类型:
|
||||
|
||||
`zint --barcode {{编码类型}} --data "{{UTF-8 数据}}" --output {{路径/到/文件}}`
|
||||
`zint --barcode {{编码类型}} --data "{{UTF-8 数据}}" --output {{文件路径}}`
|
||||
|
||||
- 列出所有支持的编码类型:
|
||||
|
||||
`zint --types`
|
||||
`zint --types`
|
Reference in New Issue
Block a user