pages.nl/*: add Dutch translations (#11526)

This commit is contained in:
Sebastiaan Speck
2023-11-17 11:39:26 +01:00
committed by GitHub
parent a1fe74ac82
commit 44315280cf
11 changed files with 228 additions and 3 deletions

View File

@@ -0,0 +1,28 @@
# choco list
> Toon een lijst van pakketten met Chocolatey.
> Meer informatie: <https://chocolatey.org/docs/commands-list>.
- Toon alle beschikbare pakketten:
`choco list`
- Toon alle lokaal geïnstalleerde pakketten:
`choco list --local-only`
- Toon een lijst inclusief lokale programma's:
`choco list --include-programs`
- Toon alleen goedgekeurde pakketten:
`choco list --approved-only`
- Geef een aangepaste bron op om pakketten van weer te geven:
`choco list --source {{source_url|alias}}`
- Geef een gebruikersnaam en wachtwoord voor authenticatie op:
`choco list --user {{username}} --password {{password}}`