From 9ab2b0cfe309c87971c3723406a94fa02deb4f40 Mon Sep 17 00:00:00 2001 From: Jennifer <42771751+JenniX3@users.noreply.github.com> Date: Mon, 12 Oct 2020 23:05:33 +0200 Subject: [PATCH] false, logname, time, tty, unclutter: add Dutch translation (#4613) * false: add Dutch translation * logname: add Dutch translation * time: add Dutch translation * tty: add Dutch translation * unclutter: add Dutch translation --- pages.nl/common/false.md | 7 +++++++ pages.nl/common/logname.md | 7 +++++++ pages.nl/common/time.md | 7 +++++++ pages.nl/common/tty.md | 7 +++++++ pages.nl/common/unclutter.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 pages.nl/common/false.md create mode 100644 pages.nl/common/logname.md create mode 100644 pages.nl/common/time.md create mode 100644 pages.nl/common/tty.md create mode 100644 pages.nl/common/unclutter.md diff --git a/pages.nl/common/false.md b/pages.nl/common/false.md new file mode 100644 index 000000000..fcaa67c08 --- /dev/null +++ b/pages.nl/common/false.md @@ -0,0 +1,7 @@ +# false + +> Geeft een afsluitcode van 1 terug. + +- Geeft een afsluitcode van 1 terug: + +`false` diff --git a/pages.nl/common/logname.md b/pages.nl/common/logname.md new file mode 100644 index 000000000..87f9eecc7 --- /dev/null +++ b/pages.nl/common/logname.md @@ -0,0 +1,7 @@ +# logname + +> Toont de inlognaam van de gebruiker. + +- Geef de momenteel aangemelde gebruikersnaam weer: + +`logname` diff --git a/pages.nl/common/time.md b/pages.nl/common/time.md new file mode 100644 index 000000000..4db68a87a --- /dev/null +++ b/pages.nl/common/time.md @@ -0,0 +1,7 @@ +# time + +> Kijk hoe lang een opdracht duurt. + +- Tijd "ls": + +`time ls` diff --git a/pages.nl/common/tty.md b/pages.nl/common/tty.md new file mode 100644 index 000000000..ac7052d37 --- /dev/null +++ b/pages.nl/common/tty.md @@ -0,0 +1,7 @@ +# tty + +> Geeft de naam van de terminal terug. + +- Druk de bestandsnaam van deze terminal af: + +`tty` diff --git a/pages.nl/common/unclutter.md b/pages.nl/common/unclutter.md new file mode 100644 index 000000000..4b584b62a --- /dev/null +++ b/pages.nl/common/unclutter.md @@ -0,0 +1,7 @@ +# unclutter + +> Verbergt de muiscursor. + +- Verbergt de muiscursor na 3 seconden: + +`unclutter -idle {{3}}`