mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:55:31 +02:00
axel: add Spanish translation (#10089)
* axel: add Spanish translation * Update pages.es/common/axel.md Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com> * Update pages.es/common/axel.md Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com> * Update pages.es/common/axel.md Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com> * Update pages.es/common/axel.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.es/common/axel.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update pages.es/common/axel.md Co-authored-by: Axel Navarro <navarroaxel@gmail.com> * Update axel.md updated line 19 --------- Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com> Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
parent
5b418a7964
commit
16746cddf9
1 changed files with 25 additions and 0 deletions
25
pages.es/common/axel.md
Normal file
25
pages.es/common/axel.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# axel
|
||||
|
||||
> Acelerador de descargas.
|
||||
> Protocolos soportados HTTP, HTTPS y FTP.
|
||||
> Más información: <https://github.com/axel-download-accelerator/axel>.
|
||||
|
||||
- Descarga un archivo alojado en una URL:
|
||||
|
||||
`axel {{url}}`
|
||||
|
||||
- Descarga y especifica un nombre de archivo:
|
||||
|
||||
`axel {{url}} -o {{ruta/al/archivo}}`
|
||||
|
||||
- Descarga con múltiples conexiones:
|
||||
|
||||
`axel -n {{num_conexiones}} {{url}}`
|
||||
|
||||
- Busca copias espejo.
|
||||
|
||||
`axel -S {{num_de_espejos}} {{url}}`
|
||||
|
||||
- Limita la velocidad de descarga (bytes por segundo):
|
||||
|
||||
`axel -s {{velocidad}} {{url}}`
|
Loading…
Add table
Reference in a new issue