Browse Source

tlmgr-platform: add Dutch translation (#11815)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Sebastiaan Speck 1 year ago
parent
commit
7d97e8ed82
2 changed files with 25 additions and 1 deletions
  1. 24 0
      pages.nl/common/tlmgr-platform.md
  2. 1 1
      pages/common/tlmgr-platform.md

+ 24 - 0
pages.nl/common/tlmgr-platform.md

@@ -0,0 +1,24 @@
+# tlmgr platform
+
+> Beheer TeX Live platforms.
+> Meer informatie: <https://www.tug.org/texlive/tlmgr.html>.
+
+- Toon alle beschikbare platforms in een pakket repository:
+
+`tlmgr platform list`
+
+- Voeg de uitvoerbare bestanden toe aan een specifiek platform:
+
+`sudo tlmgr platform add {{platform}}`
+
+- Verwijder de uitvoerbare bestanden uit een specifiek platform:
+
+`sudo tlmgr platform remove {{platform}}`
+
+- Detecteer automatisch en wissel naar het huidige platform:
+
+`sudo tlmgr platform set auto`
+
+- Wissel naar een specifiek platform:
+
+`sudo tlmgr platform set {{platform}}`

+ 1 - 1
pages/common/tlmgr-platform.md

@@ -17,7 +17,7 @@
 
 - Auto-detect and switch to the current platform:
 
-`sudo tlmgr platform set {{auto}}`
+`sudo tlmgr platform set auto`
 
 - Switch to a specific platform: