Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
python-docs-es/library/distutils.po at pythonversion-sphinx-variable · python/python-docs-es · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
python-docs-es
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
412
Star
368
Code
Issues
423
Pull requests
17
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Files
Expand file tree
pythonversion-sphinx-variable
Breadcrumbs
python-docs-es
/
library
/
distutils.po
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
128 lines (115 loc) · 5.45 KB
pythonversion-sphinx-variable
Breadcrumbs
python-docs-es
/
library
/
distutils.po
Copy path
Top
File metadata and controls
Code
Blame
128 lines (115 loc) · 5.45 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#
Copyright (C) 2001-2020, Python Software Foundation
#
This file is distributed under the same license as the Python package.
#
Maintained by the python-doc-es workteam.
#
docs-es@python.org /
#
https://mail.python.org/mailman3/lists/docs-es.python.org/
#
Check https://github.com/python/python-docs-es/blob/3.8/TRANSLATORS to get
#
the list of volunteers
#
msgid ""
msgstr ""
"
Project-Id-Version
:
Python 3.8\n
"
"
Report-Msgid-Bugs-To
:
\n
"
"
POT-Creation-Date
:
2021-10-16 21:42+0200\n
"
"
PO-Revision-Date
:
2021-10-21 13:44+0200\n
"
"
Last-Translator
:
\n
"
"
Language
:
es_MX\n
"
"
Language-Team
:
python-doc-es\n
"
"
Plural-Forms
:
nplurals=2; plural=(n != 1);\n
"
"
MIME-Version
:
1.0\n
"
"
Content-Type
:
text/plain; charset=utf-8\n
"
"
Content-Transfer-Encoding
:
8bit\n
"
"
Generated-By
:
Babel 2.9.1\n
"
"
X-Generator
:
Poedit 3.0\n
"
#:
../Doc/library/distutils.rst:2
msgid
":mod:`distutils` --- Building and installing Python modules"
msgstr
":mod:`distutils` --- Creación e instalación de módulos Python"
#:
../Doc/library/distutils.rst:12
msgid
""
":mod:`distutils` is deprecated with removal planned for Python 3.12. See "
"the :ref:`What's New <distutils-deprecated>` entry for more information."
msgstr
""
":mod:`distutils` está en desuso con la eliminación planificada para Python "
"3.12. Consulte :ref:`Novedades <distutils-deprecated>` para más información."
#:
../Doc/library/distutils.rst:17
msgid
""
"The :mod:`distutils` package provides support for building and installing "
"additional modules into a Python installation. The new modules may be "
"either 100%-pure Python, or may be extension modules written in C, or may be "
"collections of Python packages which include modules coded in both Python "
"and C."
msgstr
""
"El paquete :mod:`distutils` proporciona soporte para crear e instalar "
"módulos adicionales en una instalación de Python. Los nuevos módulos pueden "
"ser 100% Python puro, o pueden ser módulos de extensión escritos en C, o "
"pueden ser colecciones de paquetes de Python que incluyen módulos "
"programados en Python y C."
#:
../Doc/library/distutils.rst:22
msgid
""
"Most Python users will *not* want to use this module directly, but instead "
"use the cross-version tools maintained by the Python Packaging Authority. In "
"particular, `setuptools <https://setuptools.readthedocs.io/en/latest/>`__ is "
"an enhanced alternative to :mod:`distutils` that provides:"
msgstr
""
"La mayoría de los usuarios de Python *no* querrán utilizar este módulo "
"directamente, sino que usarán las herramientas de versión cruzada mantenidas "
"por la Python Packaging Authority. En particular, `setuptools <https://"
"setuptools.readthedocs.io/en/latest/>`__ es una alternativa mejorada a :mod:"
"`distutils` que proporciona:"
#:
../Doc/library/distutils.rst:28
msgid
"support for declaring project dependencies"
msgstr
"soporte para declarar dependencias del proyecto"
#:
../Doc/library/distutils.rst:29
msgid
""
"additional mechanisms for configuring which files to include in source "
"releases (including plugins for integration with version control systems)"
msgstr
""
"mecanismos adicionales para configurar cuáles archivos incluir en "
"lanzamientos de código fuente (incluyendo plugins para la integración con "
"sistemas de control de versiones)"
#:
../Doc/library/distutils.rst:31
msgid
""
"the ability to declare project
\"
entry points
\"
, which can be used as the "
"basis for application plugin systems"
msgstr
""
"la capacidad de declarar
\"
puntos de entrada
\"
del proyecto, los cuales "
"pueden ser utilizados como base para los sistemas de plugins de aplicaciones"
#:
../Doc/library/distutils.rst:33
msgid
""
"the ability to automatically generate Windows command line executables at "
"installation time rather than needing to prebuild them"
msgstr
""
"la capacidad de generar, automáticamente, ejecutables de línea de comandos "
"de Windows en el momento de la instalación, en lugar de tener que "
"compilarlos previamente"
#:
../Doc/library/distutils.rst:35
msgid
"consistent behaviour across all supported Python versions"
msgstr
"comportamiento consistente en todas las versiones de Python soportadas"
#:
../Doc/library/distutils.rst:37
msgid
""
"The recommended `pip <https://pip.pypa.io/>`__ installer runs all ``setup."
"py`` scripts with ``setuptools``, even if the script itself only imports "
"``distutils``. Refer to the `Python Packaging User Guide <https://packaging."
"python.org>`_ for more information."
msgstr
""
"El instalador `pip <https://pip.pypa.io/>`__ recomendado ejecuta todos los "
"scripts ``setup.py`` con ``setuptools``, incluso si el propio script sólo "
"importa ``distutils``. Consulte la `Python Packaging User Guide <https://"
"packaging.python.org>`_ para más información."
#:
../Doc/library/distutils.rst:43
msgid
""
"For the benefits of packaging tool authors and users seeking a deeper "
"understanding of the details of the current packaging and distribution "
"system, the legacy :mod:`distutils` based user documentation and API "
"reference remain available:"
msgstr
""
"Para beneficio de los autores de herramientas de empaquetado y los usuarios "
"que buscan una comprensión más profunda de los detalles del sistema actual "
"de empaquetado y distribución, la documentación de usuario heredada basada "
"en :mod:`distutils` y la referencia de la API permanecen disponibles:"
#:
../Doc/library/distutils.rst:48
msgid
":ref:`install-index`"
msgstr
":ref:`install-index`"
#:
../Doc/library/distutils.rst:49
msgid
":ref:`distutils-index`"
msgstr
":ref:`distutils-index`"
You can’t perform that action at this time.