zint: add Spanish translation (#13117)

Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
pull/28/head
Darío Hereñú 2024-06-30 22:10:39 -03:00 committed by GitHub
parent 247d636e0f
commit 44cf048494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 16 additions and 0 deletions

16
pages.es/common/zint.md Normal file
View File

@ -0,0 +1,16 @@
# zint
> Genera códigos de barras y códigos QR.
> Más información: <https://www.zint.org.uk/manual/chapter/4>.
- Crea un archivo con un código de barras:
`zint --data "{{datos_UTF-8}}" --output {{ruta/al/archivo}}`
- Crea un archivo con otro tipo de código de barras:
`zint --barcode {{tipo_de_código}} --data "{{datos_UTF-8}}" --output {{ruta/al/archivo}}`
- Lista todos los tipos de códigos de barras soportados:
`zint --types`