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

Add content/es/docs/tasks/configure-pod-container/configure-volume-storage.md #13949

Conversation

roivaz
Copy link
Contributor

@roivaz roivaz commented Apr 22, 2019

Localizes the docs/es/tasks/configure-pod-container/configure-volume-storage page to spanish

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 22, 2019
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. language/es Issues or PRs related to Spanish language sig/docs Categorizes an issue or PR as relevant to SIG Docs. labels Apr 22, 2019
@raelga raelga self-assigned this Apr 22, 2019
@raelga raelga changed the title Add tasks/configure-pod-container/configure-volume-storage.md Add content/es/docs/tasks/configure-pod-container/configure-volume-storage.md Apr 22, 2019
@netlify
Copy link

netlify bot commented Apr 22, 2019

Deploy preview for kubernetes-io-master-staging ready!

Built with commit 319e229

https://deploy-preview-13949--kubernetes-io-master-staging.netlify.com

Copy link
Contributor

@electrocucaracha electrocucaracha left a comment

Choose a reason for hiding this comment

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

Tengo duda de si se utilizara fichero o archivo en las todas traducciones. Quiza tambien sea un regionalismo

@@ -0,0 +1,131 @@
---
title: Configura un Pod para Usar un Volume como Alamacenamiento
Copy link
Contributor

Choose a reason for hiding this comment

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

s/Alamacenamiento/Almacenamiento

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Arreglado en commit e663e87

root 15 0.0 0.0 17500 2072 ? R+ 00:48 0:00 ps aux
```

1. En la shell, mata el proceso Redis:
Copy link
Contributor

Choose a reason for hiding this comment

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

s/proceso Redis/proceso de Redis

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Arreglado en commit e663e87

[restartPolicy](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core) (política de reinicio)
de `Always` (siempre).

1. Abre una shell en el Contenedor reiniciado:
Copy link
Contributor

Choose a reason for hiding this comment

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

Quiza sea regionalismo pero siempre he conocido shell como masculino y no como femenino.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Revisándolo me surgen varias dudas al respecto:

  • Quizá se debería traducir el término "shell" por terminal en lugar de tomar la palabra prestada del inglés.
  • En todo el texto he usado la forma femenina tanto de terminal como de shell cuando parece que la predominante en este contexto, al menos para terminal, es la forma masculina (http://lema.rae.es/dpd/srv/search?key=terminal):

b) Se usa asimismo en ambos géneros, con predominio del masculino, cuando significa ‘dispositivo conectado a un ordenador o computadora central, al que puede enviar y del que puede recibir información’: «La biblioteca contará con su banco de datos y doscientos terminales de ordenador» (Abc [Esp.] 23.8.89); «La Justicia Electoral asignará a cada apoderado que lo solicite una terminal de computadora» (Abc [Par.] 14.11.96).

¿Qué opináis @electrocucaracha @raelga?

Copy link
Contributor

Choose a reason for hiding this comment

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

Me parece mejor la idea de traducir shell por terminal o consola, ya que shell podría hacer referencia al lenguaje de scripting. De tal manera que la traducción quedaría:

1. Abre una terminal en el Contenedor reiniciado:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Cambiado todo el documento a "terminal", en género masculino. Me he decantado por la forma en masculino porque según la definición es la forma predominante. Personalmente, cualquiera de las dos me suena correcta.

Commit e663e87

Copy link
Contributor

Choose a reason for hiding this comment

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

@lominorama me parece que es mas usado en su forma femenina, por ejemplo la terminal de windows.

https://elportaldetuvoz.wordpress.com/tag/el-terminal-o-la-terminal/

Copy link
Member

Choose a reason for hiding this comment

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

Yo coincido con @lominorama, en el caso de terminal dentro del marco de la computación, la RAE recomienda el masculino. El enlace que comenta @electrocucaracha, hace referencia al terminal dentro del ámbito del transporte, y tanto el blog como la RAE, coinciden con que en ese caso, el género predominante es el femenino.

terminal @ http://lema.rae.es/dpd/srv/search?key=terminal

terminal. Como sustantivo, aunque vacila en género en todas sus acepciones, debe tenerse en cuenta lo siguiente:

b) Se usa asimismo en ambos géneros, con predominio del masculino, cuando significa ‘dispositivo conectado a un ordenador o computadora central, al que puede enviar y del que puede recibir información’: «La biblioteca contará con su banco de datos y doscientos terminales de ordenador» (Abc [Esp.] 23.8.89); «La Justicia Electoral asignará a cada apoderado que lo solicite una terminal de computadora» (Abc [Par.] 14.11.96).

c) Cuando significa ‘conjunto de instalaciones situadas en el extremo de una línea de transporte o comunicación, o de un oleoducto’, se usa predominantemente en femenino en la mayor parte del ámbito hispánico: «Al bajarme del autobús en la terminal de Ticomán sentí el calorón» (Ibargüengoitia Crímenes [Méx. 1979]); pero en algunos países como Chile, Colombia, el Perú o Venezuela se prefiere claramente el masculino: «Al ingresar en el terminal lo vi charlando animadamente con el jefe de estación» (Collyer Pájaros [Chile 1995]).

Copy link
Contributor

Choose a reason for hiding this comment

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

Okay, quien soy yo para cuestionar a la RAE

kubectl exec -it redis -- /bin/bash
```

1. En la shell, ve a `/data/redis` y verifica que `test-file` todavía existe:
Copy link
Contributor

Choose a reason for hiding this comment

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

ditto: linea 99

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Commit e663e87

@k8s-ci-robot
Copy link
Contributor

Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA.

It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.


  • If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check your existing CLA data and verify that your email is set on your git commits.
  • If you signed the CLA as a corporation, please sign in with your organization's credentials at https://identity.linuxfoundation.org/projects/cncf to be authorized.
  • If you have done the above and are still having issues with the CLA being reported as unsigned, please email the CNCF helpdesk: [email protected]

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. I understand the commands that are listed here.

@k8s-ci-robot k8s-ci-robot added cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. and removed cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 24, 2019
@roivaz roivaz force-pushed the docs/es/tasks/configure-pod-container/configure-volume-storage branch 2 times, most recently from a7023e2 to e663e87 Compare April 24, 2019 19:39
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. and removed cncf-cla: no Indicates the PR's author has not signed the CNCF CLA. labels Apr 24, 2019
@raelga
Copy link
Member

raelga commented May 1, 2019

A part for the minor clarifications, /lgtm.

Thanks a lot @lominorama for the localization!

@raelga raelga added this to the KubeCon EU 2019 milestone May 1, 2019
@roivaz roivaz force-pushed the docs/es/tasks/configure-pod-container/configure-volume-storage branch from e663e87 to 319e229 Compare May 3, 2019 15:03
@raelga
Copy link
Member

raelga commented May 3, 2019

@electrocucaracha Cómo lo ves?

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 3, 2019
@raelga
Copy link
Member

raelga commented May 3, 2019

Tracked in #13948

@raelga
Copy link
Member

raelga commented May 12, 2019

@electrocucaracha ¿Puedes echarle un vistazo?

Solo faltaría tu visto bueno sobre los cambios que solicitaste en la review y podremos aprobarlo.

Gracias!

@electrocucaracha
Copy link
Contributor

Supongo que me tendré que acostumbrar a leer fichero en lugar de archivo

/lgtm

@raelga
Copy link
Member

raelga commented May 13, 2019

/approve

@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 13, 2019
@k8s-ci-robot k8s-ci-robot merged commit abf7289 into kubernetes:master May 13, 2019
yoonian pushed a commit to yoonian/kubernetes-website that referenced this pull request May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/es Issues or PRs related to Spanish language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants