Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

traduccion library/distribution#1113

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
cmaureir merged 9 commits intopython:3.9fromunknown repositoryMar 19, 2021
Merged

traduccion library/distribution#1113

cmaureir merged 9 commits intopython:3.9fromunknown repositoryMar 19, 2021

Conversation

ghost
Copy link

@ghostghost commentedOct 27, 2020
edited by cmaureir
Loading

Closes#877

@ghostghost mentioned this pull requestOct 27, 2020
Copy link
Contributor

@fjsevilla-devfjsevilla-dev left a comment
edited
Loading

Choose a reason for hiding this comment

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

Hola Laura, gracias por la traducción. Te dejo un par de sugerencias a ver que te parecen. El build falla solo por el ajuste de líneas, en mi última sugerencia incluyo el párrafo completo y he aplicadopowrap, si la aceptas como taldebería pasar el build.


#: ../Doc/library/distribution.rst:3
msgid "Software Packaging and Distribution"
msgstr "Distribución y Embalaje de Software"
Copy link
Contributor

Choose a reason for hiding this comment

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

Creo que "Packaging" debe traducirse en este contexto por "Empaquetado". Aparte de eso, por convención solo debe usarse mayúscula en la primera palabra del título (https://python-docs-es.readthedocs.io/es/3.8/translation-memory.html#reglas-de-estilo).

Suggested change
msgstr "Distribución yEmbalaje deSoftware"
msgstr "Empaquetado ydistribución desoftware"

Comment on lines 33 to 36
"Estos paquetes te ayudan a publicar e instalar Python software. Mientras "
"que estos módulos están diseñados para funcionar junto con Python "
"Package Index <https://pypi.org>`__, también pueden ser utilizados con "
"un servidor de índice local, o sin servidor de índice."
Copy link
Contributor

Choose a reason for hiding this comment

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

Falta una comilla invertida en el enlace a PyPI, aunque Travis no se queja, esto impide que se renderize correctamente. Aparte de ello, "libraries" debe traducirse en principio por "bibliotecas", de acuerdo a lamemoria de traducción. Por último, creo que "Python software" debería ser "software de Python".

Suggested change
"Estos paquetes te ayudan a publicar e instalarPythonsoftware. Mientras"
"queestos módulos están diseñados para funcionar junto con Python"
"Package Index<https://pypi.org>`__, también pueden ser utilizados con"
"un servidor de índicelocal, o sin servidor deíndice."
"Estas bibliotecas te ayudan a publicar e instalar software de Python. Aunque"
"estos módulos están diseñados para funcionar junto con`Python Package Index"
"<https://pypi.org>`__, también pueden ser utilizados con un servidor de"
"indexadolocal, o sin servidor deindexado."

Copy link
Author

@ghostghostOct 27, 2020
edited by ghost
Loading

Choose a reason for hiding this comment

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

@fjsevilla-dev agrego estos cambios

"Estas bibliotecas te ayudan a publicar e instalar software de Python. ""Aunque que estos módulos están diseñados para funcionar junto con ""`Python Package Index <https://pypi.org>`__, también pueden ser ""utilizados con un servidor de indexado local, o sin servidor de indexado."

Copy link
Author

Choose a reason for hiding this comment

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

Parece que aun no pasa el test de Travis.
Que esta saliendo mal?

Copy link
Contributor

@fjsevilla-devfjsevilla-devOct 27, 2020
edited
Loading

Choose a reason for hiding this comment

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

Parece que aun no pasa el test de Travis.
Que esta saliendo mal?

Hola@lgfunderburk, lo que falla en el build es powrap:

https://travis-ci.com/github/python/python-docs-es/builds/193834458#L317

Si te fijas en mi sugerencia anterior, lo único que difiere de tu último commit es simplemente la longitud de las líneas del párrafo (dónde se "parte" cada una), que es de lo que se ocupa powrap.

No obstante, me acabo de dar cuenta quetu archivo se llama "distribucion.po" y debería ser "distribution.po" (con "t"). Creo que has creado un nuevo archivo "library/distribucion.po" en vez de modificar el "distribution.po" existente en el directorio. Debes modificar el archivo .po original. Creo que puedes simplemente pasar los cambios al archivo correcto ("distribution.po") y eliminar este ("distribucion.po") y aplicar otro commit. Acuérdate de aplicarpowrap antes del commit o si tienes algún inconveniente con el mismo, dado que es un solo párrafo, simplemente déjalo como:

"Estas bibliotecas te ayudan a publicar e instalar software de Python. Aunque ""estos módulos están diseñados para funcionar junto con `Python Package Index ""<https://pypi.org>`__, también pueden ser utilizados con un servidor de ""indexado local, o sin servidor de indexado."

que es como me lo deja a mi powrap, con lo que debería dejar de quejarse Don Travis... :) Si te es más cómodo o tienes problemas puedes cerrar esta PR sin problemas y crear otra teniendo en cuanta lo comentado. Si tienes cualquier duda comenta, por aquí o por telegram.

Laura Gutierrez Funderburk added2 commitsOctober 27, 2020 13:25

#: ../Doc/library/distribution.rst:5
msgid ""
"These libraries help you with publishing and installing Python software. "
Copy link
Contributor

Choose a reason for hiding this comment

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

No entiendo porque esto que está traducido en inglés, lo marca como nuevo?

Copy link
Contributor

Choose a reason for hiding this comment

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

@eamanu arriba lo comento, el problema es que se ha creado un nuevo archivo ("distribucion.po") mientras que el original no se ha modificado. En primer lugar no me di cuenta, pero al ir a build de rtd me encontré que no estaba traducido... :)

@cmaureircmaureir added the hacktoberfest-acceptedmantainer-approved contribution to hacktoberfest labelOct 31, 2020
@cmaureir
Copy link
Collaborator

@lgfunderburk creo que solo tienes que renombrar el archivo y ver como van los cambios con el CI

git mv library/distribucion.po library/distribution.pogit commit -m "renombrando archivo"git push origin traduccion-distribution

Laura Gutierrez Funderburk added2 commitsNovember 25, 2020 21:37
traduccion necesita mantener el mismo nombre de archivo
@cmaureircmaureir changed the base branch from3.8 to3.9March 19, 2021 18:46
@cmaureircmaureir merged commitcfb6c3e intopython:3.9Mar 19, 2021
@cmaureir
Copy link
Collaborator

Muchas gracias@lgfunderburk 🎉

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
hacktoberfest-acceptedmantainer-approved contribution to hacktoberfest
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Translate 'library/distribution.po'
3 participants
@cmaureir@eamanu@fjsevilla-dev

[8]ページ先頭

©2009-2025 Movatter.jp