yes: (nl) change verb 'uitvoeren' to 'printen' (#5861)
The verb 'output' doesn't correctly translate to the Dutch verb 'uitvoeren'. Uitvoeren means to execute something, which isn't what 'yes' does. To avoid confusion about whether or not 'yes' prints the message to an actual printer, or just the console, the description has also been altered slightly.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# yes
|
||||
|
||||
> Voer herhaaldelijk iets uit.
|
||||
> Print herhaaldelijk iets op het scherm.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/yes>.
|
||||
|
||||
- Voer herhaaldelijk "bericht" uit:
|
||||
- Print herhaaldelijk "bericht":
|
||||
|
||||
`yes {{bericht}}`
|
||||
|
||||
- Voor herhaaldelijk "y" uit:
|
||||
- Print herhaaldelijk "y":
|
||||
|
||||
`yes`
|
||||
|
Reference in New Issue
Block a user