From d85609471d0bdbedddf29a72b638f69f71b1b5b4 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Sun, 9 Jun 2024 12:18:06 +0200 Subject: [PATCH] date: add Dutch translation and fix typo's (#12910) --- pages.id/osx/date.md | 2 +- pages.ko/osx/date.md | 2 +- pages.nl/common/date.md | 36 ++++++++++++++++++++++++++++++++++++ pages.nl/osx/date.md | 20 ++++++++++++++++++++ pages.nl/windows/date.md | 16 ++++++++++++++++ pages.pl/osx/date.md | 2 +- pages.pt_BR/osx/date.md | 2 +- pages.zh/osx/date.md | 2 +- pages/osx/date.md | 2 +- 9 files changed, 78 insertions(+), 6 deletions(-) create mode 100644 pages.nl/common/date.md create mode 100644 pages.nl/osx/date.md create mode 100644 pages.nl/windows/date.md diff --git a/pages.id/osx/date.md b/pages.id/osx/date.md index dbd5c78464..79b3743b5d 100644 --- a/pages.id/osx/date.md +++ b/pages.id/osx/date.md @@ -17,4 +17,4 @@ - Menampilkan tanggal tertentu (diwakili sebagai _Unix timestamp_) menggunakan format bawaan: -`date -r 1473305798` +`date -r {{1473305798}}` diff --git a/pages.ko/osx/date.md b/pages.ko/osx/date.md index 10241a401a..e5095be860 100644 --- a/pages.ko/osx/date.md +++ b/pages.ko/osx/date.md @@ -17,4 +17,4 @@ - 기본 형식을 사용하여 특정 날짜(Unix 타임스탬프로 표시) 표시: -`date -r 1473305798` +`date -r {{1473305798}}` diff --git a/pages.nl/common/date.md b/pages.nl/common/date.md new file mode 100644 index 0000000000..c1cb49b084 --- /dev/null +++ b/pages.nl/common/date.md @@ -0,0 +1,36 @@ +# date + +> Stel de systeemdatum in of toon deze. +> Meer informatie: . + +- Toon de huidige datum in het standaardformaat van de locale: + +`date +%c` + +- Toon de huidige datum in UTC, in het ISO 8601-formaat: + +`date -u +%Y-%m-%dT%H:%M:%S%Z` + +- Toon de huidige datum als een Unix timestamp (seconden sinds de Unix-epoch): + +`date +%s` + +- Converteer een datum gespecificeerd als een Unix timestamp naar het standaard formaat: + +`date -d @{{1473305798}}` + +- Converteer een opgegeven datum naar het Unix timestamp formaat: + +`date -d "{{2018-09-01 00:00}}" +%s --utc` + +- Toon de huidige datum in het RFC-3339 formaat (`YYYY-MM-DD hh:mm:ss TZ`): + +`date --rfc-3339 s` + +- Stel de huidige datum in met het formaat `MMDDhhmmYYYY.ss` (`YYYY` en `.ss` zijn optioneel): + +`date {{093023592021.59}}` + +- Toon het huidige ISO-weeknummer: + +`date +%V` diff --git a/pages.nl/osx/date.md b/pages.nl/osx/date.md new file mode 100644 index 0000000000..12e9c9cf0e --- /dev/null +++ b/pages.nl/osx/date.md @@ -0,0 +1,20 @@ +# date + +> Stel de systeemdatum in of toon deze. +> Meer informatie: . + +- Toon de huidige datum in het standaardformaat van de locale: + +`date +%c` + +- Toon de huidige datum in UTC en ISO 8601-formaat: + +`date -u +%Y-%m-%dT%H:%M:%SZ` + +- Toon de huidige datum als een Unix timestamp (seconden sinds de Unix-epoch): + +`date +%s` + +- Toon een specifieke datum (gerepresenteerd als een Unix timestamp) met het standaard formaat: + +`date -r {{1473305798}}` diff --git a/pages.nl/windows/date.md b/pages.nl/windows/date.md new file mode 100644 index 0000000000..735c978ebe --- /dev/null +++ b/pages.nl/windows/date.md @@ -0,0 +1,16 @@ +# date + +> Toon of stel de systeemdatum in. +> Meer informatie: . + +- Toon de huidige systeemdatum en vraag voor een nieuwe datum (laat leeg om niet te veranderen): + +`date` + +- Toon de huidige systeemdatum zonder te vragen voor een nieuwe datum: + +`date /t` + +- Verander de huidige systeemdatum naar een specifieke datum: + +`date {{maand}}-{{dag}}-{{jaar}}` diff --git a/pages.pl/osx/date.md b/pages.pl/osx/date.md index 8bd60300a1..9efa9a78dd 100644 --- a/pages.pl/osx/date.md +++ b/pages.pl/osx/date.md @@ -17,4 +17,4 @@ - Wyświetl określoną datę jako znacznik czasu Unix w domyślnym formacie: -`date -r 1473305798` +`date -r {{1473305798}}` diff --git a/pages.pt_BR/osx/date.md b/pages.pt_BR/osx/date.md index fae9ef3c22..474910d4ee 100644 --- a/pages.pt_BR/osx/date.md +++ b/pages.pt_BR/osx/date.md @@ -17,4 +17,4 @@ - Exibe uma data específica (representada como um timestamp Unix) usando o formato padrão: -`date -r 1473305798` +`date -r {{1473305798}}` diff --git a/pages.zh/osx/date.md b/pages.zh/osx/date.md index c8d61a3449..b3c86996da 100644 --- a/pages.zh/osx/date.md +++ b/pages.zh/osx/date.md @@ -17,4 +17,4 @@ - 使用默认格式显示特定日期(格式化指定 UNIX 时间戳): -`date -r 1473305798` +`date -r {{1473305798}}` diff --git a/pages/osx/date.md b/pages/osx/date.md index f57a35a380..66d9f01420 100644 --- a/pages/osx/date.md +++ b/pages/osx/date.md @@ -17,4 +17,4 @@ - Display a specific date (represented as a Unix timestamp) using the default format: -`date -r 1473305798` +`date -r {{1473305798}}`