awk, b2sum, base{32, name, nc}: add Dutch translation; base64: update Dutch translation (#11979)

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-01-04 15:13:11 +01:00
committed by GitHub
parent bec82d3abb
commit a2fb16cabe
6 changed files with 123 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# base64
> Codeer of decodeer bestand of standaardinvoer van/naar Base64 naar standaarduitvoer.
> Encodeer of decodeer een bestand of `stdin` van/naar Base64 naar `stdout`.
> Meer informatie: <https://www.gnu.org/software/coreutils/base64>.
- Codeer een bestand:
- Encodeer een bestand:
`base64 {{bestandsnaam}}`
@@ -11,7 +11,7 @@
`base64 --decode {{bestandsnaam}}`
- Codeer `stdin`:
- Encodeer `stdin`:
`{{eencommando}} | base64`