mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 16:15:26 +02:00
hledger-add: add Spanish translation (#16085)
This commit is contained in:
parent
99014d47fc
commit
427768ebf9
1 changed files with 24 additions and 0 deletions
24
pages.es/common/hledger-add.md
Normal file
24
pages.es/common/hledger-add.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# hledger add
|
||||
|
||||
> Registra nuevas transacciones con mensajes interactivos en la consola.
|
||||
> Más información: <https://hledger.org/hledger.html#add>.
|
||||
|
||||
- Registra nuevas transacciones, guardándolas al archivo de diario por defecto:
|
||||
|
||||
`hledger add`
|
||||
|
||||
- Añade transacciones a `2024.journal`, pero también carga `2023.journal` para su completado:
|
||||
|
||||
`hledger add --file {{ruta/a/2024.journal}} --file {{ruta/a/2023.journal}}`
|
||||
|
||||
- Provee respuestas a las primeras 4 preguntas:
|
||||
|
||||
`hledger add {{today}} '{{best buy}}' {{gastos:material de oficina}} '{{$20}}'`
|
||||
|
||||
- Muestra la documentación y opciones de `add` usando `$PAGER`:
|
||||
|
||||
`hledger add --help`
|
||||
|
||||
- Muestra la documentación de `add` usando `info` o `man` de estar disponibles:
|
||||
|
||||
`hledger help add`
|
Loading…
Add table
Reference in a new issue