1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

yaa: add Dutch translation and fix placeholders (#13047)

This commit is contained in:
Sebastiaan Speck 2024-06-18 22:15:17 +02:00 committed by GitHub
parent 89af4539d8
commit 9f5612ec15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 31 additions and 3 deletions

View file

@ -25,4 +25,4 @@
- Crea un archivo con un tamaño de bloque de 8 MB:
`yaa archive -b {{8m}} -d {{ruta/al/directorio}} -o {{ruta/al/archivo_de_salida.yaa}}`
`yaa archive -b 8m -d {{ruta/al/directorio}} -o {{ruta/al/archivo_de_salida.yaa}}`

28
pages.nl/osx/yaa.md Normal file
View file

@ -0,0 +1,28 @@
# yaa
> Maak en beheer YAA-archieven.
> Meer informatie: <https://keith.github.io/xcode-man-pages/yaa.1.html>.
- Maak een archief van een map:
`yaa archive -d {{pad/naar/map}} -o {{pad/naar/uitvoer_bestand.yaa}}`
- Maak een archief van een bestand:
`yaa archive -i {{pad/naar/bestand}} -o {{pad/naar/uitvoer_bestand.yaa}}`
- Pak een archief uit naar de huidige map:
`yaa extract -i {{pad/naar/archive_file.yaa}}`
- Lijst de inhoud van een archief op:
`yaa list -i {{pad/naar/archive_file.yaa}}`
- Maak een archief met een specifiek compressie-algoritme:
`yaa archive -a {{algoritme}} -d {{pad/naar/map}} -o {{pad/naar/uitvoer_bestand.yaa}}`
- Maak een archief met een blokgrootte van 8 MB:
`yaa archive -b 8m -d {{pad/naar/map}} -o {{pad/naar/uitvoer_bestand.yaa}}`

View file

@ -25,4 +25,4 @@
- Utwórz archiwum o rozmiarze bloku 8 MB:
`yaa archive -b {{8m}} -d {{ścieżka/do/folderu}} -o {{ścieżka/do/pliku_wyjścia.yaa}}`
`yaa archive -b 8m -d {{ścieżka/do/folderu}} -o {{ścieżka/do/pliku_wyjścia.yaa}}`

View file

@ -25,4 +25,4 @@
- Create an archive with an 8 MB block size:
`yaa archive -b {{8m}} -d {{path/to/directory}} -o {{path/to/output_file.yaa}}`
`yaa archive -b 8m -d {{path/to/directory}} -o {{path/to/output_file.yaa}}`