Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ping, ping6: add Spanish translation #9803

Merged
merged 8 commits into from Feb 13, 2023
Merged

Conversation

Jaimepas77
Copy link
Contributor

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page(s) have at most 8 examples.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

@github-actions github-actions bot added the translation Translate pages from one language to another. label Jan 24, 2023
@tldr-bot
Copy link

The build for this PR failed with the following error(s):

pages.es/common/ping6.md:4: TLDR002 A single space should precede a sentence

Please fix the error(s) and push again.

@@ -0,0 +1,28 @@
# ping

> Enviar paquetes ICMP ECHO_REQUEST ("pings") a hosts de la red.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Enviar paquetes ICMP ECHO_REQUEST ("pings") a hosts de la red.
> Envia paquetes ICMP ECHO_REQUEST (pings) a hosts de la red.

> Enviar paquetes ICMP ECHO_REQUEST ("pings") a hosts de la red.
> Más información: <https://manned.org/ping>.

- Enviar pings a un host:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Romance languages, the present indicative fits better.

Suggested change
- Enviar pings a un host:
- Envia pings a un host:


`ping {{host}}`

- Enviar un número determinado de pings a un host:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar un número determinado de pings a un host:
- Envia un número determinado de pings a un host:


`ping -c {{numero}} {{host}}`

- Enviar pings a un host especificando el intervalo de tiempo entre peticiones (por defecto un segundo):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host especificando el intervalo de tiempo entre peticiones (por defecto un segundo):
- Envia pings a un host especificando el intervalo de tiempo entre peticiones (por defecto es 1 segundo):


`ping -i {{segundos}} {{host}}`

- Enviar pings a un host sin intentar resolver nombres simbólicos de direcciones:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host sin intentar resolver nombres simbólicos de direcciones:
- Envia pings a un host sin intentar resolver nombres simbólicos de direcciones:

> Enviar paquetes ICMP ECHO_REQUEST ("pings") a hosts de la red usando direcciones IPv6.
> Más información: <https://manned.org/ping6>.

- Enviar pings a un host:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host:
- Envia pings a un host:


`ping6 {{host}}`

- Enviar un número determinado de pings a un host:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar un número determinado de pings a un host:
- Envia un número específico de pings a un host:


`ping6 -c {{numero}} {{host}}`

- Enviar pings a un host especificando el intervalo de tiempo entre peticiones (por defecto un segundo):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host especificando el intervalo de tiempo entre peticiones (por defecto un segundo):
- Envia pings a un host, especificando el intervalo de tiempo entre peticiones (por defecto es 1 segundo):


`ping6 -i {{segundos}} {{host}}`

- Enviar pings a un host sin intentar resolver nombres simbólicos de direcciones:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host sin intentar resolver nombres simbólicos de direcciones:
- Envia pings a un host sin intentar resolver nombres simbólicos de direcciones:


`ping6 -n {{host}}`

- Enviar pings a un host y emitir un sonido cuando un paquete sea recibido (si la terminal lo soporta):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Enviar pings a un host y emitir un sonido cuando un paquete sea recibido (si la terminal lo soporta):
- Envia pings a un host y emite un sonido cuando un paquete es recibido (si la terminal lo soporta):

@navarroaxel navarroaxel merged commit ed0fa9a into tldr-pages:main Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
translation Translate pages from one language to another.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants