ping: add Dutch translation and fix typos (#13017)

* ping: add Dutch translation and fix typos

* ping6: add Dutch translation

* Apply suggestions from code review

* Apply suggestions from code review

* Update ping.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Sebastiaan Speck 2024-06-18 22:17:14 +02:00 committed by GitHub
parent 3cdca255a4
commit 3d2229fb34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 92 additions and 12 deletions

View File

@ -11,18 +11,18 @@
`ping -c {{cuenta}} "{{host}}"`
- Ping al `host`, especificando el intervalo en `segundos` entre peticiones (por defecto es 1 segundo):
- Ping al host, especificando el intervalo en segundos entre peticiones (por defecto es 1 segundo):
`ping -i {{segundos}} "{{host}}"`
- Ping a `host` sin intentar buscar nombres simbólicos para las direcciones:
- Ping al host sin intentar buscar nombres simbólicos para las direcciones:
`ping -n "{{host}}"`
- Ping al `host` y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta):
- Ping al host y hace sonar la campana cuando se recibe un paquete (si tu terminal lo soporta):
`ping -a "{{host}}"`
- Ping al `host` y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple):
- Ping al host y muestra la hora en la que se ha recibido un paquete (esta opción es un añadido de Apple):
`ping --apple-time "{{host}}"`

28
pages.nl/common/ping.md Normal file
View File

@ -0,0 +1,28 @@
# ping
> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts.
> Meer informatie: <https://manned.org/ping>.
- Ping host:
`ping {{host}}`
- Ping een host een specifiek aantal keren:
`ping -c {{aantal}} {{host}}`
- Ping host met een specifiek interval in seconden tussen verzoeken (standaard is 1 seconde):
`ping -i {{seconden}} {{host}}`
- Ping host zonder te proberen symbolische namen voor adressen op te zoeken:
`ping -n {{host}}`
- Ping host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt):
`ping -a {{host}}`
- Toon ook een bericht als er geen reactie is ontvangen:
`ping -O {{host}}`

24
pages.nl/common/ping6.md Normal file
View File

@ -0,0 +1,24 @@
# ping6
> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts via een IPv6-adres.
> Meer informatie: <https://manned.org/ping6>.
- Ping een host:
`ping6 {{host}}`
- Ping een host een specifiek aantal keren:
`ping6 -c {{aantal}} {{host}}`
- Ping een host met een specifiek interval in seconden tussen verzoeken (standaard is 1 seconde):
`ping6 -i {{seconden}} {{host}}`
- Ping een host zonder te proberen symbolische namen voor adressen op te zoeken:
`ping6 -n {{host}}`
- Ping een host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt):
`ping6 -a {{host}}`

28
pages.nl/osx/ping.md Normal file
View File

@ -0,0 +1,28 @@
# ping
> Verstuur ICMP ECHO_REQUEST-pakketten naar netwerkhosts.
> Meer informatie: <https://keith.github.io/xcode-man-pages/ping.8.html>.
- Ping een specifieke host:
`ping "{{hostnaam}}"`
- Ping een host een specifiek aantal keren:
`ping -c {{aantal}} "{{host}}"`
- Ping een host, met een specifiek interval in seconden tussen de verzoeken (standaard is 1 seconde):
`ping -i {{seconden}} "{{host}}"`
- Ping een host zonder te proberen symbolische namen voor adressen op te zoeken:
`ping -n "{{host}}"`
- Ping een host en laat een bel afgaan wanneer een pakket wordt ontvangen (als je terminal dit ondersteunt):
`ping -a "{{host}}"`
- Ping een host en toon de tijd wanneer een pakket is ontvangen (deze optie is een Apple-toevoeging):
`ping --apple-time "{{host}}"`

View File

@ -11,18 +11,18 @@
`ping -c {{次数}} "{{主机}}"`
- Ping `主机` , 指定请求之间的间隔(以``为单位)(默认为 1 秒):
- Ping 主机 , 指定请求之间的间隔(以秒为单位)(默认为 1 秒):
`ping -i {{秒}} "{{主机}}"`
- Ping `主机`, 但不尝试查找地址的符号名:
- Ping 主机, 但不尝试查找地址的符号名:
`ping -n "{{主机}}"`
- Ping `主机` 并在收到数据包时响铃(如果您的终端支持):
- Ping 主机 并在收到数据包时响铃(如果您的终端支持):
`ping -a "{{主机}}"`
- Ping `主机` 并打印接收数据包的时间(此选项是 Apple 的附加项):
- Ping 主机 并打印接收数据包的时间(此选项是 Apple 的附加项):
`ping --apple-time "{{主机}}"`

View File

@ -11,18 +11,18 @@
`ping -c {{count}} "{{host}}"`
- Ping `host`, specifying the interval in `seconds` between requests (default is 1 second):
- Ping a host, specifying the interval in seconds between requests (default is 1 second):
`ping -i {{seconds}} "{{host}}"`
- Ping `host` without trying to lookup symbolic names for addresses:
- Ping a host without trying to lookup symbolic names for addresses:
`ping -n "{{host}}"`
- Ping `host` and ring the bell when a packet is received (if your terminal supports it):
- Ping a host and ring the bell when a packet is received (if your terminal supports it):
`ping -a "{{host}}"`
- Ping `host` and prints the time a packet was received (this option is an Apple addition):
- Ping a host and prints the time a packet was received (this option is an Apple addition):
`ping --apple-time "{{host}}"`