pages/*: add standard translation and links (#11331)

* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-02 22:52:28 +05:30
parent f315ef5e0b
commit 8538a31451
3893 changed files with 26416 additions and 402 deletions

View File

@@ -0,0 +1,8 @@
# chdir
> Dit commando is een alias van `cd`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/chdir>.
- Bekijk de documentatie van het originele commando:
`tldr cd`

View File

@@ -0,0 +1,7 @@
# clear
> Dit commando is een alias van `clear-host`.
- Bekijk de documentatie van het originele commando:
`tldr clear-host`

8
pages.nl/windows/cls.md Normal file
View File

@@ -0,0 +1,8 @@
# cls
> Dit commando is een alias van `clear-host`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/cls>.
- Bekijk de documentatie van het originele commando:
`tldr clear-host`

View File

@@ -1,6 +1,7 @@
# curl
> In PowerShell kan dit commando een alias zijn van `Invoke-WebRequest` als het originele `curl` programma (<https://curl.se>) niet correct is geïnstalleerd.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Controleer of `curl` correct is geïnstalleerd door het versienummer te printen. Als dit commando resulteert in een error, heeft PowerShell dit commando mogelijk vervangen met `Invoke-WebRequest`:

8
pages.nl/windows/del.md Normal file
View File

@@ -0,0 +1,8 @@
# del
> Dit commando is een alias van `remove-item`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/del>.
- Bekijk de documentatie van het originele commando:
`tldr remove-item`

8
pages.nl/windows/gal.md Normal file
View File

@@ -0,0 +1,8 @@
# gal
> Dit commando is een alias van `get-alias`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-alias>.
- Bekijk de documentatie van het originele commando:
`tldr get-alias`

View File

@@ -1,6 +1,7 @@
# iwr
> Dit commando is een alias van `invoke-webrequest`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Bekijk de documentatie van het originele commando:

8
pages.nl/windows/ni.md Normal file
View File

@@ -0,0 +1,8 @@
# ni
> Dit commando is een alias van `new-item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.
- Bekijk de documentatie van het originele commando:
`tldr new-item`

8
pages.nl/windows/ri.md Normal file
View File

@@ -0,0 +1,8 @@
# ri
> Dit commando is een alias van `remove-item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- Bekijk de documentatie van het originele commando:
`tldr remove-item`

8
pages.nl/windows/rm.md Normal file
View File

@@ -0,0 +1,8 @@
# rm
> Dit commando is een alias van `remove-item`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/remove-item>.
- Bekijk de documentatie van het originele commando:
`tldr remove-item`

View File

@@ -0,0 +1,8 @@
# sc-config
> Dit commando is een alias van `sc`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-config>.
- Bekijk de documentatie van het originele commando:
`tldr sc`

View File

@@ -0,0 +1,8 @@
# sc-create
> Dit commando is een alias van `sc`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-create>.
- Bekijk de documentatie van het originele commando:
`tldr sc`

View File

@@ -0,0 +1,8 @@
# sc-delete
> Dit commando is een alias van `sc`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-delete>.
- Bekijk de documentatie van het originele commando:
`tldr sc`

View File

@@ -0,0 +1,8 @@
# sc-query
> Dit commando is een alias van `sc`.
> Meer informatie: <https://learn.microsoft.com/windows-server/administration/windows-commands/sc-query>.
- Bekijk de documentatie van het originele commando:
`tldr sc`

8
pages.nl/windows/sl.md Normal file
View File

@@ -0,0 +1,8 @@
# sl
> Dit commando is een alias van `set-location`.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/set-location>.
- Bekijk de documentatie van het originele commando:
`tldr set-location`

View File

@@ -0,0 +1,8 @@
# slmgr
> Dit commando is een alias van `slmgr.vbs`.
> Meer informatie: <https://learn.microsoft.com/windows-server/get-started/activation-slmgr-vbs-options>.
- Bekijk de documentatie van het originele commando:
`tldr slmgr.vbs`

View File

@@ -1,6 +1,7 @@
# wget
> In PowerShell kan dit commando een alias zijn van `Invoke-WebRequest` als het originele `wget` programma (<https://www.gnu.org/software/wget>) niet correct is geïnstalleerd.
> Meer informatie: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.
- Controleer of `wget` correct is geïnstalleerd door het versienummer te printen. Als dit commando resulteert in een error, heeft PowerShell dit commando mogelijk vervangen met `Invoke-WebRequest`: