pages.nl/*: update Dutch translations

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-11-01 07:50:57 +01:00
committed by K.B.Dharun Krishna
parent 458fa302a4
commit f315ef5e0b
12 changed files with 34 additions and 33 deletions

View File

@@ -21,7 +21,7 @@
- Zoek "fuzzy" met maximaal 3 extra, missende of verwisselende karakters in het patroon:
`ugrep --fuzzy=3 "{{zoekpatroon}}"`
`ugrep --fuzzy={{3}} "{{zoekpatroon}}"`
- Zoek passende gecomprimeerde bestanden, zip en tar archieven recursief in de huidige map:
@@ -33,4 +33,4 @@
- Zoek alleen passende bestanden van het type C++ (gebruik `--type=list` voor een lijst van typenamen):
`ugrep --type=cpp "{{zoekpatroon}}"`
`ugrep --file-type=cpp "{{zoekpatroon}}"`