pio-*: add Dutch translation (#11799)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2023-12-20 22:32:56 +01:00
committed by GitHub
parent 7637a7a7f7
commit 5c0c622ef2
22 changed files with 581 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# pio account
> Beheer jouw PlatformIO account op de command-line.
> Meer informatie: <https://docs.platformio.org/en/latest/core/userguide/account/>.
- Registreer een nieuw PlatformIO account:
`pio account register --username {{gebruikersnaam}} --email {{email}} --password {{wachtwoord}} --firstname {{voornaam}} --lastname {{achternaam}}`
- Verwijder permanent je PlatformIO account en gerelateerde data:
`pio account destroy`
- Log in bij je PlatformIO account:
`pio account login --username {{gebruikersnaam}} --password {{wachtwoord}}`
- Log uit bij je PlatformIO account:
`pio account logout`
- Update je PlatformIO profiel:
`pio account update --username {{gebruikersnaam}} --email {{email}} --firstname {{voornaam}} --lastname {{achternaam}} --current-password {{wachtwoord}}`
- Toon gedetailleerde informatie over je PlatformIO account:
`pio account show`
- Reset je wachtwoord door gebruik te maken van je gebruikersnaam of email:
`pio account forgot --username {{gebruikersnaam_of_email}}`