-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Add content/es/docs/templates #14135
Add content/es/docs/templates #14135
Conversation
@raelga: GitHub didn't allow me to request PR reviews from the following users: emedina. Note that only kubernetes members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Deploy preview for kubernetes-io-master-staging ready! Built with commit 8dd0998 https://deploy-preview-14135--kubernetes-io-master-staging.netlify.com |
* No está completamente testeada, por lo que habilitar la funcionalidad puede exponer problemas. Se encuentra deshabilitada por defecto. | ||
* El soporte de la funcionalidad puede desestimarse en cualquier momento sin previo aviso. | ||
* La API puede romper la compatibilidad en releases posteriores sin previo aviso. | ||
* Se recomienda utilizar este tipo de funcionalidades unicamente en clústeres efímeros para testing, dado el elevado riesgo de problemas que puede provocar y la falta de soporte a larga plazo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- tilde en únicamente.
- to diría probada en vez de testeada, pero fuera de es-ES tiene sentido.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* El nombre de la versión contiene beta (por ejemplo, v2beta3) | ||
* El código está bien testeado y la funcionalidad se puede habilitar de forma segura. Se encuentra habilitada por defecto. | ||
* Se mantendrá el soporte sobre esta nueva funcionalidad, aunque algunos detalles pueden cambiar. | ||
* El esquema o la semántica de los objetos puede cambiar rompiendo la compatibilidad en futuras versiones. Cuando esto ocurre, se proporcionarán instrucciones para migrar a la siguiente versión. La migración puede implicar el borrar, edición o recreación de algunos objetos de la API. Este proceso puede implicar la necesidad de planificar el cambio y puede suponer afectaciones del servicio en las aplicaciones que utilicen la nueva funcionalidad. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La migración puede implicar el borrar, --> ... el borrado, edición o recreación ....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* El nombre de la versión contiene beta (por ejemplo, v2beta3) | ||
* El código está bien testeado y la funcionalidad se puede habilitar de forma segura. Se encuentra habilitada por defecto. | ||
* Se mantendrá el soporte sobre esta nueva funcionalidad, aunque algunos detalles pueden cambiar. | ||
* El esquema o la semántica de los objetos puede cambiar rompiendo la compatibilidad en futuras versiones. Cuando esto ocurre, se proporcionarán instrucciones para migrar a la siguiente versión. La migración puede implicar el borrar, edición o recreación de algunos objetos de la API. Este proceso puede implicar la necesidad de planificar el cambio y puede suponer afectaciones del servicio en las aplicaciones que utilicen la nueva funcionalidad. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
afectaciones... --> Este proceso puede conllevar la necesidad de planificar el cambio y puede afectar el (nivel de) servicio en aplicaciones que utilicen la nueva funcionalidad.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
59443f0
to
8dd0998
Compare
Gracias por la review @glo-pena, he aplicado los cambios en el último push. |
Tracked in #13948 |
@electrocucaracha, @glo-pena or @alexbrand can you Thanks!! |
Reviewed and LGTM! Thanks @raelga /lgtm |
Gracias @alexbrand! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR adds the feature state templates used in several documents across the site.
/cc @emedina