Skip to content

Commit 412bb10

Browse files
committed
Fix reference from the translation
1 parent 71d7f05 commit 412bb10

File tree

1 file changed

+3
-296
lines changed

1 file changed

+3
-296
lines changed

distributing/index.po

Lines changed: 3 additions & 296 deletions
Original file line numberDiff line numberDiff line change
@@ -32,299 +32,6 @@ msgid ""
3232
"been moved to the `Python Packaging User Guide`_, and the tutorial on "
3333
"`packaging Python projects`_."
3434
msgstr ""
35-
"La información y orientación sobre la distribución de módulos y paquetes "
36-
"de Python se ha trasladado a la `Guía del Usuario de Empaquetado de Python <Python Packaging User Guide>`_"
37-
"y al tutorial sobre `empaquetar proyectos de Python."
38-
39-
#~ msgid "Email"
40-
#~ msgstr "Email"
41-
42-
#~ msgid "distutils-sig@python.org"
43-
#~ msgstr "distutils-sig@python.org"
44-
45-
#~ msgid ""
46-
#~ "As a popular open source development project, Python has an active "
47-
#~ "supporting community of contributors and users that also make their "
48-
#~ "software available for other Python developers to use under open source "
49-
#~ "license terms."
50-
#~ msgstr ""
51-
#~ "Como un proyecto de desarrollo de código abierto popular, Python tiene "
52-
#~ "una comunidad activa de colaboradores y usuarios que también hacen que su "
53-
#~ "software esté disponible para que otros desarrolladores de Python los "
54-
#~ "usen bajo términos de licencia de código abierto."
55-
56-
#~ msgid ""
57-
#~ "This allows Python users to share and collaborate effectively, benefiting "
58-
#~ "from the solutions others have already created to common (and sometimes "
59-
#~ "even rare!) problems, as well as potentially contributing their own "
60-
#~ "solutions to the common pool."
61-
#~ msgstr ""
62-
#~ "Esto permite a los usuarios de Python compartir y colaborar eficazmente, "
63-
#~ "beneficiándose de las soluciones que otros ya han creado a problemas "
64-
#~ "comunes (¡y a veces incluso raros!), así como potencialmente "
65-
#~ "contribuyendo con sus propias soluciones al grupo común."
66-
67-
#~ msgid ""
68-
#~ "This guide covers the distribution part of the process. For a guide to "
69-
#~ "installing other Python projects, refer to the :ref:`installation guide "
70-
#~ "<installing-index>`."
71-
#~ msgstr ""
72-
#~ "Esta guía cubre la parte de distribución del proceso. Para obtener una "
73-
#~ "guía para instalar otros proyectos de Python, consulte :ref:`installation "
74-
#~ "guide <installing-index>`."
75-
76-
#~ msgid ""
77-
#~ "For corporate and other institutional users, be aware that many "
78-
#~ "organisations have their own policies around using and contributing to "
79-
#~ "open source software. Please take such policies into account when making "
80-
#~ "use of the distribution and installation tools provided with Python."
81-
#~ msgstr ""
82-
#~ "Para usuarios corporativos y otros usuarios institucionales, tenga en "
83-
#~ "cuenta que muchas organizaciones tienen sus propias políticas en torno al "
84-
#~ "uso y la contribución al software de código abierto. Por favor tenga en "
85-
#~ "cuenta estas políticas al hacer uso de las herramientas de distribución e "
86-
#~ "instalación proporcionadas con Python."
87-
88-
#~ msgid "Key terms"
89-
#~ msgstr "Términos clave"
90-
91-
#~ msgid ""
92-
#~ "the `Python Package Index <https://pypi.org>`__ is a public repository of "
93-
#~ "open source licensed packages made available for use by other Python users"
94-
#~ msgstr ""
95-
#~ "el `Python Package Index <https://pypi.org>`__ es un repositorio público "
96-
#~ "de paquetes con licencia de código abierto puestos a disposición para su "
97-
#~ "uso por otros usuarios de Python"
98-
99-
#~ msgid ""
100-
#~ "the `Python Packaging Authority <https://www.pypa.io/>`__ are the group "
101-
#~ "of developers and documentation authors responsible for the maintenance "
102-
#~ "and evolution of the standard packaging tools and the associated metadata "
103-
#~ "and file format standards. They maintain a variety of tools, "
104-
#~ "documentation and issue trackers on both `GitHub <https://github.com/"
105-
#~ "pypa>`__ and `Bitbucket <https://bitbucket.org/pypa/>`__."
106-
#~ msgstr ""
107-
#~ "la `Python Packaging Authority <https://www.pypa.io/>`__ es el grupo de "
108-
#~ "desarrolladores y autores de documentación responsables del mantenimiento "
109-
#~ "y la evolución de las herramientas de empaquetado estándar y los "
110-
#~ "metadatos asociados y los estándares de formato de archivo. Ellos "
111-
#~ "mantienen una variedad de herramientas, documentación y rastreadores de "
112-
#~ "problemas tanto en `GitHub <https://github.com/pypa>`__ como `Bitbucket "
113-
#~ "<https://bitbucket.org/pypa/>`__."
114-
115-
#~ msgid ""
116-
#~ ":mod:`distutils` is the original build and distribution system first "
117-
#~ "added to the Python standard library in 1998. While direct use of :mod:"
118-
#~ "`distutils` is being phased out, it still laid the foundation for the "
119-
#~ "current packaging and distribution infrastructure, and it not only "
120-
#~ "remains part of the standard library, but its name lives on in other ways "
121-
#~ "(such as the name of the mailing list used to coordinate Python packaging "
122-
#~ "standards development)."
123-
#~ msgstr ""
124-
#~ ":mod:`distutils` es el sistema de distribución y compilación original que "
125-
#~ "se agregó por primera vez a la biblioteca estándar de Python en 1998. Si "
126-
#~ "bien el uso directo de :mod:`distutils` se está eliminando, aún es la "
127-
#~ "base para la infraestructura de empaquetado y distribución actual, y no "
128-
#~ "solo sigue siendo parte de la biblioteca estándar, sino que su nombre "
129-
#~ "vive de otras formas (como el nombre de la lista de correo utilizada para "
130-
#~ "coordinar el desarrollo de estándares de empaquetado de Python)."
131-
132-
#~ msgid ""
133-
#~ "`setuptools`_ is a (largely) drop-in replacement for :mod:`distutils` "
134-
#~ "first published in 2004. Its most notable addition over the unmodified :"
135-
#~ "mod:`distutils` tools was the ability to declare dependencies on other "
136-
#~ "packages. It is currently recommended as a more regularly updated "
137-
#~ "alternative to :mod:`distutils` that offers consistent support for more "
138-
#~ "recent packaging standards across a wide range of Python versions."
139-
#~ msgstr ""
140-
#~ "`setuptools`_ es un reemplazo (en gran parte) directo de :mod:`distutils` "
141-
#~ "publicado por primera vez en 2004. Su adición más notable sobre las "
142-
#~ "herramientas sin modificar :mod:`distutils` fue la capacidad de declarar "
143-
#~ "dependencias en otros paquetes. Actualmente se recomienda como una "
144-
#~ "alternativa actualizada con más regularidad a :mod:`distutils` que ofrece "
145-
#~ "soporte consistente para estándares de empaquetado más recientes en una "
146-
#~ "amplia gama de versiones de Python."
147-
148-
#~ msgid ""
149-
#~ "`wheel`_ (in this context) is a project that adds the ``bdist_wheel`` "
150-
#~ "command to :mod:`distutils`/`setuptools`_. This produces a cross platform "
151-
#~ "binary packaging format (called \"wheels\" or \"wheel files\" and defined "
152-
#~ "in :pep:`427`) that allows Python libraries, even those including binary "
153-
#~ "extensions, to be installed on a system without needing to be built "
154-
#~ "locally."
155-
#~ msgstr ""
156-
#~ "`wheel`_ (en este contexto) es un proyecto que agrega el comando "
157-
#~ "``bdist_wheel`` a :mod:`distutils`/`setuptools`_. Esto produce un formato "
158-
#~ "de empaquetado binario multiplataforma (llamado \"wheels\" o \"wheel "
159-
#~ "files\" y definido en :pep:`427`) que permite que las bibliotecas de "
160-
#~ "Python, incluso aquellas que incluyen extensiones binarias, se instalen "
161-
#~ "en un sistema sin necesidad de ser compiladas en la zona."
162-
163-
#~ msgid "Open source licensing and collaboration"
164-
#~ msgstr "Licencias de código abierto y colaboración"
165-
166-
#~ msgid ""
167-
#~ "In most parts of the world, software is automatically covered by "
168-
#~ "copyright. This means that other developers require explicit permission "
169-
#~ "to copy, use, modify and redistribute the software."
170-
#~ msgstr ""
171-
#~ "En la mayor parte del mundo, el software está automáticamente protegido "
172-
#~ "por derechos de autor. Esto significa que otros desarrolladores requieren "
173-
#~ "permiso explícito para copiar, usar, modificar y redistribuir el software."
174-
175-
#~ msgid ""
176-
#~ "Open source licensing is a way of explicitly granting such permission in "
177-
#~ "a relatively consistent way, allowing developers to share and collaborate "
178-
#~ "efficiently by making common solutions to various problems freely "
179-
#~ "available. This leaves many developers free to spend more time focusing "
180-
#~ "on the problems that are relatively unique to their specific situation."
181-
#~ msgstr ""
182-
#~ "La concesión de licencias de código abierto es una forma de otorgar "
183-
#~ "explícitamente dicho permiso de una manera relativamente consistente, lo "
184-
#~ "que permite a los desarrolladores compartir y colaborar de manera "
185-
#~ "eficiente al hacer que las soluciones comunes a varios problemas estén "
186-
#~ "disponibles de forma gratuita. Esto deja a muchos desarrolladores libres "
187-
#~ "para dedicar más tiempo a concentrarse en los problemas que son "
188-
#~ "relativamente únicos para su situación específica."
189-
190-
#~ msgid ""
191-
#~ "The distribution tools provided with Python are designed to make it "
192-
#~ "reasonably straightforward for developers to make their own contributions "
193-
#~ "back to that common pool of software if they choose to do so."
194-
#~ msgstr ""
195-
#~ "Las herramientas de distribución proporcionadas con Python están "
196-
#~ "diseñadas para que sea razonablemente sencillo para los desarrolladores "
197-
#~ "hacer sus propias contribuciones a ese grupo común de software si así lo "
198-
#~ "desean."
199-
200-
#~ msgid ""
201-
#~ "The same distribution tools can also be used to distribute software "
202-
#~ "within an organisation, regardless of whether that software is published "
203-
#~ "as open source software or not."
204-
#~ msgstr ""
205-
#~ "Las mismas herramientas de distribución también se pueden utilizar para "
206-
#~ "distribuir software dentro de una organización, independientemente de si "
207-
#~ "ese software se publica como software de código abierto o no."
208-
209-
#~ msgid "Installing the tools"
210-
#~ msgstr "Instalando las herramientas"
211-
212-
#~ msgid ""
213-
#~ "The standard library does not include build tools that support modern "
214-
#~ "Python packaging standards, as the core development team has found that "
215-
#~ "it is important to have standard tools that work consistently, even on "
216-
#~ "older versions of Python."
217-
#~ msgstr ""
218-
#~ "La biblioteca estándar no incluye herramientas de compilación que sean "
219-
#~ "compatibles con los estándares de empaquetado de Python modernos, ya que "
220-
#~ "el equipo de desarrollo central ha descubierto que es importante tener "
221-
#~ "herramientas estándar que funcionen de manera consistente, incluso en "
222-
#~ "versiones anteriores de Python."
223-
224-
#~ msgid ""
225-
#~ "The currently recommended build and distribution tools can be installed "
226-
#~ "by invoking the ``pip`` module at the command line::"
227-
#~ msgstr ""
228-
#~ "Las herramientas de construcción y distribución recomendadas actualmente "
229-
#~ "se pueden instalar invocando el módulo ``pip`` en la línea de comando::"
230-
231-
#~ msgid ""
232-
#~ "For POSIX users (including macOS and Linux users), these instructions "
233-
#~ "assume the use of a :term:`virtual environment`."
234-
#~ msgstr ""
235-
#~ "Para los usuarios POSIX (incluidos los usuarios de macOS y Linux), estas "
236-
#~ "instrucciones asumen el uso de un :term:`virtual environment`."
237-
238-
#~ msgid ""
239-
#~ "For Windows users, these instructions assume that the option to adjust "
240-
#~ "the system PATH environment variable was selected when installing Python."
241-
#~ msgstr ""
242-
#~ "Para los usuarios de Windows, estas instrucciones asumen que se "
243-
#~ "seleccionó la opción para ajustar la variable de entorno PATH del sistema "
244-
#~ "al instalar Python."
245-
246-
#~ msgid ""
247-
#~ "The Python Packaging User Guide includes more details on the `currently "
248-
#~ "recommended tools`_."
249-
#~ msgstr ""
250-
#~ "La \"Python Packaging User Guide\" incluye más detalles sobre las "
251-
#~ "`currently recommended tools`_."
252-
253-
#~ msgid "Reading the Python Packaging User Guide"
254-
#~ msgstr "Leyendo la \"Python Packaging User Guide\""
255-
256-
#~ msgid ""
257-
#~ "The Python Packaging User Guide covers the various key steps and elements "
258-
#~ "involved in creating and publishing a project:"
259-
#~ msgstr ""
260-
#~ "La \"Python Packaging User Guide\" cubre los diversos pasos y elementos "
261-
#~ "clave involucrados en la creación y publicación de un proyecto:"
262-
263-
#~ msgid "`Project structure`_"
264-
#~ msgstr "`Estructura del proyecto`_"
265-
266-
#~ msgid "`Building and packaging the project`_"
267-
#~ msgstr "`Compilando y empaquetando el proyecto`_"
268-
269-
#~ msgid "`Uploading the project to the Python Package Index`_"
270-
#~ msgstr "`Subiendo el proyecto al Python Package Index`_"
271-
272-
#~ msgid "`The .pypirc file`_"
273-
#~ msgstr "`El archivo .pypirc`_"
274-
275-
#~ msgid "How do I...?"
276-
#~ msgstr "Cómo puedo...?"
277-
278-
#~ msgid "These are quick answers or links for some common tasks."
279-
#~ msgstr "Estas son respuestas rápidas o enlaces para algunas tareas comunes."
280-
281-
#~ msgid "... choose a name for my project?"
282-
#~ msgstr "... elegir un nombre para mi proyecto?"
283-
284-
#~ msgid "This isn't an easy topic, but here are a few tips:"
285-
#~ msgstr "Este no es un tema fácil, pero aquí hay algunos consejos:"
286-
287-
#~ msgid "check the Python Package Index to see if the name is already in use"
288-
#~ msgstr ""
289-
#~ "verifique el \"Python Package Index\" para ver si el nombre ya está en uso"
290-
291-
#~ msgid ""
292-
#~ "check popular hosting sites like GitHub, Bitbucket, etc to see if there "
293-
#~ "is already a project with that name"
294-
#~ msgstr ""
295-
#~ "verifique sitios de alojamiento populares como GitHub, Bitbucket, etc. "
296-
#~ "para ver si ya existe un proyecto con ese nombre"
297-
298-
#~ msgid "check what comes up in a web search for the name you're considering"
299-
#~ msgstr ""
300-
#~ "verifique lo que aparece en una búsqueda web para el nombre que está "
301-
#~ "considerando"
302-
303-
#~ msgid ""
304-
#~ "avoid particularly common words, especially ones with multiple meanings, "
305-
#~ "as they can make it difficult for users to find your software when "
306-
#~ "searching for it"
307-
#~ msgstr ""
308-
#~ "evite palabras particularmente comunes, especialmente aquellas con "
309-
#~ "múltiples significados, ya que pueden dificultar que los usuarios "
310-
#~ "encuentren su software cuando lo busquen"
311-
312-
#~ msgid "... create and distribute binary extensions?"
313-
#~ msgstr "... crear y distribuir extensiones binarias?"
314-
315-
#~ msgid ""
316-
#~ "This is actually quite a complex topic, with a variety of alternatives "
317-
#~ "available depending on exactly what you're aiming to achieve. See the "
318-
#~ "Python Packaging User Guide for more information and recommendations."
319-
#~ msgstr ""
320-
#~ "Este es un tema bastante complejo, con una variedad de alternativas "
321-
#~ "disponibles según exactamente lo que pretenda lograr. Consulte la "
322-
#~ "\"Python Packaging User Guide\" para obtener más información y "
323-
#~ "recomendaciones."
324-
325-
#~ msgid ""
326-
#~ "`Python Packaging User Guide: Binary Extensions <https://packaging.python."
327-
#~ "org/guides/packaging-binary-extensions/>`__"
328-
#~ msgstr ""
329-
#~ "`Python Packaging User Guide: Binary Extensions <https://packaging.python."
330-
#~ "org/guides/packaging-binary-extensions/>`__"
35+
"La información y orientación sobre la distribución de módulos y paquetes de "
36+
"Python se trasladaron a `Python Packaging User Guide`_ y al tutorial sobre "
37+
"`packaging Python projects`_."

0 commit comments

Comments
 (0)