Skip to content

Traducción library/stringprep.po #1073

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

Merged
merged 6 commits into from
Nov 21, 2020
Merged

Traducción library/stringprep.po #1073

merged 6 commits into from
Nov 21, 2020

Conversation

Xhiel23
Copy link
Contributor

@Xhiel23 Xhiel23 commented Oct 13, 2020

Closes #865

Copy link
Contributor

@alcides29 alcides29 left a comment

Choose a reason for hiding this comment

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

Gracias por tu aporte en la traducción @Xhiel23
Hubieron dos palabras que el validador Travis no pasó, "mappings" y "union", una debía de traducirse y la otra le faltaba acento. Después agregué algunas sugerencias para que puedas revisar.

Este video explica como revisar los comentarios https://youtu.be/SH8HGBPASYY
Cualquier duda o consulta podes escribirnos

Co-authored-by: Alcides Rivarola <aerivarola@gmail.com>
@Xhiel23
Copy link
Contributor Author

Xhiel23 commented Oct 18, 2020

Gracias por tu aporte en la traducción @Xhiel23
Hubieron dos palabras que el validador Travis no pasó, "mappings" y "union", una debía de traducirse y la otra le faltaba acento. Después agregué algunas sugerencias para que puedas revisar.

Este video explica como revisar los comentarios https://youtu.be/SH8HGBPASYY
Cualquier duda o consulta podes escribirnos

De acuerdo. Muchas gracias por la revisión. Miro el vídeo y hago los cambios :)

Copy link
Contributor

@alcides29 alcides29 left a comment

Choose a reason for hiding this comment

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

Creo que está bien, lo dejo a que alguien más lo revise por si me haya pasado algo por alto @cmaureir @clacri @humitos

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

hay que reemplazar un par de comillas de configuración local en español.

Copy link
Collaborator

@cmaureir cmaureir left a comment

Choose a reason for hiding this comment

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

un par de Devolver -> Retornar

Co-authored-by: Claudia Millán <clmilneb@gmail.com>
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
@alcides29
Copy link
Contributor

Return se traduciría siempre a retorna? Yo lo uso indistintamente Devuelve o retorna.

@cmaureir
Copy link
Collaborator

Return se traduciría siempre a retorna? Yo lo uso indistintamente Devuelve o retorna.

99% retorna, y siempre queda la excepción respecto a algún contexto, pero si es documentación de funciones que comienza con "Return..." o en un otro lado dice "... and this returns True" ahí siempre retorna.
https://python-docs-es.readthedocs.io/es/3.8/translation-memory.html

@cmaureir
Copy link
Collaborator

como aceptaste palabras, hay que pasarle powrap de nuevo al archivo y hacemos merge.

@cmaureir cmaureir added the hacktoberfest-accepted mantainer-approved contribution to hacktoberfest label Oct 24, 2020
@alcides29
Copy link
Contributor

hola @Xhiel23 Necesitas ayuda con esto?

@Xhiel23
Copy link
Contributor Author

Xhiel23 commented Oct 31, 2020

hola @Xhiel23 Necesitas ayuda con esto?

Sip, no se como hacer el powrap

@alcides29
Copy link
Contributor

Podes fijarte aquí https://youtu.be/SH8HGBPASYY?t=68 aproximadamente desde el tiempo 1:08 explica como hacer nuevamente

@alcides29
Copy link
Contributor

@Xhiel23 Básicamente tendrías que estar en la rama que creaste y ejecutar los siguiente comandos para descargar todos los cambios
git pull origin [nombre_de_tu_rama]
powrap library/stringprep.po

Luego, se vuelve a hacer un commit
git add library/stringprep.po
git commit -m "powrap library/stringprep"
git push origin [nombre_de_tu_rama]

Ahora ya tendría que estar actualizado

@Xhiel23
Copy link
Contributor Author

Xhiel23 commented Nov 9, 2020

@alcides29 Buenas! He intentado los comandos que sugieres en el comentario pero me salta un error con el comando powrap: 'powrap' is not recognized as an internal or external command, operable program or batch file.
¿Alguna sugerencia?

@alcides29
Copy link
Contributor

@Xhiel23 Qué sistema operativo estás utilizando?

@Xhiel23
Copy link
Contributor Author

Xhiel23 commented Nov 9, 2020

@Xhiel23 Qué sistema operativo estás utilizando?

Windows

@alcides29
Copy link
Contributor

@Xhiel23 probá instalar el git bash https://git-scm.com/download/win
Otra opción sería habilitar el Linux Subsystem https://docs.microsoft.com/en-us/windows/wsl/install-win10
Otra alternativa sería verificar que powrap esté en la variable de entorno https://helpdeskgeek.com/how-to/fix-not-recognized-as-an-internal-or-external-command/

Yo no utilizó windows, pero voy a ver si puedo probar hacer powrap desde un windows.

@Xhiel23
Copy link
Contributor Author

Xhiel23 commented Nov 10, 2020

@Xhiel23 probá instalar el git bash https://git-scm.com/download/win
Otra opción sería habilitar el Linux Subsystem https://docs.microsoft.com/en-us/windows/wsl/install-win10
Otra alternativa sería verificar que powrap esté en la variable de entorno https://helpdeskgeek.com/how-to/fix-not-recognized-as-an-internal-or-external-command/

Yo no utilizó windows, pero voy a ver si puedo probar hacer powrap desde un windows.

Voy a probar. Muchas gracias :)

@cmaureir
Copy link
Collaborator

le pasé powrap @Xhiel23 a ver si con eso ayuda a que travis no se queje

@alcides29
Copy link
Contributor

le pasé powrap @Xhiel23 a ver si con eso ayuda a que travis no se queje

Cómo haría para hacer lo que hiciste? Actualizar mi clone con la rama de @Xhiel23 y pasarle yo un powrap, por ejemplo en estos casos.

@cmaureir
Copy link
Collaborator

le pasé powrap @Xhiel23 a ver si con eso ayuda a que travis no se queje

Cómo haría para hacer lo que hiciste? Actualizar mi clone con la rama de @Xhiel23 y pasarle yo un powrap, por ejemplo en estos casos.

sin permisos de merge en este repo no puedes hacerlo como "revisor"

@cmaureir cmaureir merged commit 1fe336a into python:3.8 Nov 21, 2020
@cmaureir
Copy link
Collaborator

Muchas gracias @Xhiel23 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted mantainer-approved contribution to hacktoberfest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Translate 'library/stringprep.po'
4 participants