uptime: add Dutch translation (#13049)

pull/28/head
Sebastiaan Speck 2024-06-18 22:02:33 +02:00 committed by GitHub
parent 25b40ae787
commit b666b85851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 28 additions and 0 deletions

20
pages.nl/common/uptime.md Normal file
View File

@ -0,0 +1,20 @@
# uptime
> Toon hoe lang het systeem actief is en andere informatie.
> Meer informatie: <https://www.gnu.org/software/coreutils/uptime>.
- Toon de huidige tijd, uptime, aantal ingelogde gebruikers en andere informatie:
`uptime`
- Toon alleen de tijd dat het systeem is opgestart:
`uptime --pretty`
- Toon de datum en tijd waarop het systeem is opgestart:
`uptime --since`
- Toon de versie:
`uptime --version`

8
pages.nl/osx/uptime.md Normal file
View File

@ -0,0 +1,8 @@
# uptime
> Toon hoe lang het systeem actief is en andere informatie.
> Meer informatie: <https://keith.github.io/xcode-man-pages/uptime.1.html>.
- Toon de huidige tijd, uptime, aantal ingelogde gebruikers en andere informatie:
`uptime`