Skip to content

Traducido extending/index #445

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 2 commits into from
Jul 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: narvmtz <51009725+narvmtz@users.noreply.github.com>
  • Loading branch information
cmaureir and narvmtz authored Jul 11, 2020
commit a438aee561b65c17d5434c2dacac2bf4c0eb1a1b
10 changes: 5 additions & 5 deletions extending/index.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msgid ""
"extension modules so that they can be loaded dynamically (at run time) into "
"the interpreter, if the underlying operating system supports this feature."
msgstr ""
"Este documento describe cómo escribir módulos en C o C ++ para extender el "
"Este documento describe cómo escribir módulos en C o C++ para extender el "
"intérprete de Python con nuevos módulos. Esos módulos no solo pueden definir "
"nuevas funciones sino también nuevos tipos de objetos y sus métodos. El "
"documento también describe cómo incrustar el intérprete de Python en otra "
Expand Down Expand Up @@ -82,14 +82,14 @@ msgstr ""
"terceros como `Cython <http://cython.org/>`_, `cffi <https://cffi."
"readthedocs.io>`_, `SWIG <http://www.swig.org>`_ y `Numba <https://numba."
"pydata.org/>`_ ofrecen enfoques más simples y sofisticados para crear "
"extensiones C y C ++ para Python."
"extensiones C y C++ para Python."

#: ../Doc/extending/index.rst:40
msgid ""
"`Python Packaging User Guide: Binary Extensions <https://packaging.python."
"org/guides/packaging-binary-extensions/>`_"
msgstr ""
"`Guía del usuario de Empaquetamiento de Python: Extensiones binarias "
"`Guía del Usuario de Empaquetamiento de Python: Extensiones binarias "
"<https://packaging.python.org/guides/packaging-binary-extensions/>`_"

#: ../Doc/extending/index.rst:38
Expand All @@ -98,7 +98,7 @@ msgid ""
"simplify the creation of binary extensions, but also discusses the various "
"reasons why creating an extension module may be desirable in the first place."
msgstr ""
"La Guía del usuario de Empaquetamiento de Python no solo cubre varias "
"La Guía del Usuario de Empaquetamiento de Python no solo cubre varias "
"herramientas disponibles que simplifican la creación de extensiones "
"binarias, sino que también discute las diversas razones por las cuales crear "
"un módulo de extensión puede ser deseable en primer lugar."
Expand All @@ -114,7 +114,7 @@ msgid ""
"those tools, rather than being a recommended way to create your own C "
"extensions."
msgstr ""
"Esta sección de la guía cubre la creación de extensiones C y C ++ sin la "
"Esta sección de la guía cubre la creación de extensiones C y C++ sin la "
"ayuda de herramientas de terceros. Está destinado principalmente a los "
"creadores de esas herramientas, en lugar de ser una forma recomendada de "
"crear sus propias extensiones C."
Expand Down