ykman*: add Dutch translation (#11707)

* ykman*: add Dutch translation

---------

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2023-12-10 13:33:15 +01:00
committed by GitHub
parent 53d5899e76
commit 862bbdf4e4
5 changed files with 140 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# ykman config
> In- of uitschakelen van YubiKey applicaties.
> Opmerking: je kan `ykman info` gebruiken om de huidige ingeschakelde applicaties te zien.
> Meer informatie: <https://docs.yubico.com/software/yubikey/tools/ykman/Base_Commands.html#ykman-config-options-command-args>.
- Schakel een applicatie in via USB of NFC (`--enable` kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
`ykman config {{usb|nfc}} --enable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
- Schakel een applicatie uit via USB of NFC (`--disable` kan meerdere keren gebruikt worden om meerdere applicaties te specificeren):
`ykman config {{usb|nfc}} --disable {{otp|u2f|fido2|oath|piv|openpgp|hsmauth}}`
- Schakel alle applicaties uit via NFC:
`ykman config nfc --disable-all`