Skip to content

Commit e1acdc5

Browse files
committed
Merge branch '3.8' into traduccion-weakref
2 parents 33657b0 + 5841933 commit e1acdc5

File tree

485 files changed

+2110
-2153
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

485 files changed

+2110
-2153
lines changed

.overrides/CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,5 +115,5 @@ Y luego accediendo a http://localhost:8000/
115115
.. _poedit: https://poedit.net/
116116

117117
.. _nuestro canal de Telegram: https://t.me/python_docs_es
118-
.. _Memoria de traducción: https://python-docs-es.readthedocs.io/es/3.7/translation-memory.html
118+
.. _Memoria de traducción: https://python-docs-es.readthedocs.io/page/translation-memory.html
119119
.. _lista de issues en GitHub: https://github.com/PyCampES/python-docs-es/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc

.overrides/progress.rst

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
:orphan:
2+
3+
===========================
4+
Progreso de la traducción
5+
===========================
6+
7+
Aquí puedes ver a la lista de todos los archivo de la documentación,
8+
con sus respectivos porcentajes de lo traducido, los párrafos marcados como ``fuzzy``,
9+
y otras estadísticas.
10+
11+
.. note::
12+
13+
Esta lista se actualiza automáticamente cuando Pull Requests se *mergean* a la rama ``3.8``.
14+
15+
.. runblock:: console
16+
17+
$ potodo --offline --path .

.overrides/tools/templates/indexsidebar.html

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<h3>¡Ayúdanos a traducir!</h3>
22
<ul>
33
<li><a href="CONTRIBUTING.html">Guía para contribuir</a></li>
4+
<li><a href="progress.html">Progreso de la traducción</a></li>
45
</ul>
56

67
<h3>Recursos</h3>

.overrides/translation-memory.rst

+27-24
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,41 @@ Si quieres ver cómo se ha utilizado un término anteriormente, puedes utilizar
3131
Éstos son las palabras que hemos coordinado hasta el momento:
3232

3333

34-
loop
35-
Bucle. ``tutorial/controlflow.po``
36-
37-
handle exception
38-
Gestionar excepción. ``tutorial/inputoutput.po``
34+
awaitable
35+
aguardable ``glossary``
3936

40-
docstring
41-
docstring. ``library/idle.po``
37+
built-in
38+
incorporada ``glossary.po``
4239

43-
path
44-
Ruta. ``glossary.po``
40+
bytecodes
41+
queda igual ``glossary.po``
4542

46-
named tuple.
47-
tupla nombrada ``glossary.po``
43+
callable
44+
invocable ``glossary.po``
4845

49-
bytecodes
50-
queda igual ``glossary.po``
51-
52-
deallocated
46+
deallocated
5347
desalojable ``glossary.po``
5448

55-
callable
56-
invocable ``glossary.po``
49+
docstring
50+
docstring. ``library/idle.po``
5751

58-
built-in
59-
incorporada ``glossary.po``
52+
handle exception
53+
Gestionar excepción. ``tutorial/inputoutput.po``
6054

61-
mapping
55+
loop
56+
Bucle. ``tutorial/controlflow.po``
57+
58+
mapping
6259
mapeo ``glossary.po``
6360

64-
underscore
65-
guión bajo ``glossary.po``
61+
named tuple.
62+
tupla nombrada ``glossary.po``
6663

67-
awaitable
68-
aguardable ``glossary``
64+
path
65+
Ruta. ``glossary.po``
66+
67+
realease
68+
version ``HOWTO``
69+
70+
underscore
71+
guión bajo ``glossary.po``

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ help:
4040
# treated as errors, which is good to skip simple Sphinx syntax mistakes.
4141
.PHONY: build
4242
build: setup
43-
sphinx-build -j auto -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
43+
PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d $(OUTPUT_DOCTREE) -D language=$(LANGUAGE) . $(OUTPUT_HTML)
4444
@echo "Success! Open file://`pwd`/$(OUTPUT_HTML)/index.html, " \
4545
"or run 'make serve' to see them in http://localhost:8000";
4646

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Spanish Translation of the Python Documentation
1313
How to Contribute
1414
-----------------
1515

16-
We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/es/3.7/CONTRIBUTING.html.
16+
We have a guide that will help you to contribute at: https://python-docs-es.readthedocs.io/page/CONTRIBUTING.html.
1717
Please, check the details there.
1818

1919

about.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: Python 3.7\n"
9+
"Project-Id-Version: Python 3.8\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
1212
"PO-Revision-Date: 2019-12-22 12:23+0100\n"
@@ -15,7 +15,7 @@ msgstr ""
1515
"Content-Transfer-Encoding: 8bit\n"
1616
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"Last-Translator: \n"
18-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es.python.org)\n"
18+
"Language-Team: python-doc-es\n"
1919
"Language: es\n"
2020
"X-Generator: Poedit 2.2.4\n"
2121

bugs.po

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,18 @@
33
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org /
55
# https://mail.python.org/mailman3/lists/docs-es.python.org/
6-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to
6+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to
77
# get the list of volunteers
88
#
99
msgid ""
1010
msgstr ""
11-
"Project-Id-Version: Python 3.7\n"
11+
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
1414
"PO-Revision-Date: 2020-02-23 16:37+0100\n"
1515
"Last-Translator: \n"
1616
"Language: es\n"
17-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
18-
"python.org)\n"
17+
"Language-Team: python-doc-es\n"
1918
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
2019
"MIME-Version: 1.0\n"
2120
"Content-Type: text/plain; charset=utf-8\n"
@@ -45,7 +44,7 @@ msgid ""
4544
msgstr ""
4645
"A veces puede ser más rápido corregir errores y añadir parches a Python, ya "
4746
"que agiliza el proceso e involucra a menos personas. Aprenda a :ref:"
48-
"`contribuir <contributing-to-python>`.</contributing-to-python>."
47+
"`contribute <contributing-to-python>`."
4948

5049
#: ../Doc/bugs.rst:16
5150
msgid "Documentation bugs"

c-api/abstract.po

+19-9
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
10-
"Project-Id-Version: Python 3.7\n"
9+
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
16-
"python.org)\n"
12+
"PO-Revision-Date: 2020-05-08 01:13+0200\n"
13+
"Language-Team: python-doc-es\n"
1714
"MIME-Version: 1.0\n"
1815
"Content-Type: text/plain; charset=UTF-8\n"
1916
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.3\n"
2021

2122
#: ../Doc/c-api/abstract.rst:7
2223
msgid "Abstract Objects Layer"
23-
msgstr ""
24+
msgstr "Capa de objetos abstractos"
2425

2526
#: ../Doc/c-api/abstract.rst:9
2627
msgid ""
@@ -29,6 +30,11 @@ msgid ""
2930
"or all sequence types). When used on object types for which they do not "
3031
"apply, they will raise a Python exception."
3132
msgstr ""
33+
"Las funciones de este capítulo interactúan con los objetos de Python "
34+
"independientemente de su tipo, o con amplias clases de tipos de objetos (por "
35+
"ejemplo, todos los tipos numéricos o todos los tipos de secuencia). Cuando "
36+
"se usan en tipos de objetos para los que no se aplican, generarán una "
37+
"excepción de Python."
3238

3339
#: ../Doc/c-api/abstract.rst:14
3440
msgid ""
@@ -37,3 +43,7 @@ msgid ""
3743
"`PyList_New`, but whose items have not been set to some non-\\ ``NULL`` "
3844
"value yet."
3945
msgstr ""
46+
"No es posible utilizar estas funciones en objetos que no se inicializan "
47+
"correctamente, como un objeto de lista que ha sido creado por :c:func:"
48+
"`PyList_New`, pero cuyos elementos no se han establecido en algunos valores "
49+
"no-\\``NULL`` aún."

c-api/allocation.po

+40-11
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
5-
# Check https://github.com/PyCampES/python-docs-es/blob/3.7/TRANSLATORS to get the list of volunteers
5+
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#, fuzzy
87
msgid ""
98
msgstr ""
10-
"Project-Id-Version: Python 3.7\n"
9+
"Project-Id-Version: Python 3.8\n"
1110
"Report-Msgid-Bugs-To: \n"
1211
"POT-Creation-Date: 2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: python-doc-es (https://mail.python.org/mailman3/lists/docs-es."
16-
"python.org)\n"
12+
"PO-Revision-Date: 2020-05-08 01:33+0200\n"
13+
"Language-Team: python-doc-es\n"
1714
"MIME-Version: 1.0\n"
1815
"Content-Type: text/plain; charset=UTF-8\n"
1916
"Content-Transfer-Encoding: 8bit\n"
17+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator: \n"
19+
"Language: es\n"
20+
"X-Generator: Poedit 2.3\n"
2021

2122
#: ../Doc/c-api/allocation.rst:6
2223
msgid "Allocating Objects on the Heap"
23-
msgstr ""
24+
msgstr "Asignación de objetos en el montículo"
2425

2526
#: ../Doc/c-api/allocation.rst:17
2627
msgid ""
@@ -30,12 +31,18 @@ msgid ""
3031
"detector's set of observed objects. Other fields of the object are not "
3132
"affected."
3233
msgstr ""
34+
"Inicializa un objeto *op* recientemente asignado con su tipo y referencia "
35+
"inicial. Retorna el objeto inicializado. Si *type* indica que el objeto "
36+
"participa en el detector de basura cíclico, se agrega al conjunto de objetos "
37+
"observados del detector. Otros campos del objeto no se ven afectados."
3338

3439
#: ../Doc/c-api/allocation.rst:26
3540
msgid ""
3641
"This does everything :c:func:`PyObject_Init` does, and also initializes the "
3742
"length information for a variable-size object."
3843
msgstr ""
44+
"Esto hace todo lo que :c:func:`PyObject_Init` hace, y también inicializa la "
45+
"información de longitud para un objeto de tamaño variable."
3946

4047
#: ../Doc/c-api/allocation.rst:32
4148
msgid ""
@@ -45,6 +52,11 @@ msgid ""
4552
"the memory allocation is determined from the :c:member:`~PyTypeObject."
4653
"tp_basicsize` field of the type object."
4754
msgstr ""
55+
"Asigna un nuevo objeto Python usando el tipo de estructura de C *TYPE* y el "
56+
"objeto tipo Python *type*. Los campos no definidos por el encabezado del "
57+
"objeto Python no se inicializan;el conteo de referencias del objeto será "
58+
"uno. El tamaño de la asignación de memoria se determina a partir del campo :"
59+
"c:member:`~PyTypeObject.tp_basicsize` del tipo de objeto."
4860

4961
#: ../Doc/c-api/allocation.rst:41
5062
msgid ""
@@ -57,6 +69,15 @@ msgid ""
5769
"Embedding the array of fields into the same allocation decreases the number "
5870
"of allocations, improving the memory management efficiency."
5971
msgstr ""
72+
"Asigna un nuevo objeto Python usando el tipo de estructura de C *TYPE* y el "
73+
"objeto tipo Python *type*. Los campos no definidos por el encabezado del "
74+
"objeto Python no se inicializan. La memoria asignada permite los campos de "
75+
"la estructura *TYPE* más los campos *size* del tamaño dado por el campo :c:"
76+
"member:`~PyTypeObject.tp_itemsize` de *type*. Esto es útil para implementar "
77+
"objetos como tuplas, que pueden determinar su tamaño en el momento de la "
78+
"construcción. Incrustar el arreglo de campos en la misma asignación "
79+
"disminuye el número de asignaciones, mejorando la eficiencia de la gestión "
80+
"de memoria."
6081

6182
#: ../Doc/c-api/allocation.rst:53
6283
msgid ""
@@ -66,18 +87,26 @@ msgid ""
6687
"fields of the object should not be accessed after this call as the memory is "
6788
"no longer a valid Python object."
6889
msgstr ""
90+
"Libera memoria asignada a un objeto usando :c:func:`PyObject_New` o :c:func:"
91+
"`PyObject_NewVar`. Esto normalmente se llama desde el manejador :c:member:"
92+
"`~PyTypeObject.tp_dealloc` especificado en el tipo de objeto. No se debe "
93+
"acceder a los campos del objeto después de esta llamada, ya que la memoria "
94+
"ya no es un objeto Python válido."
6995

7096
#: ../Doc/c-api/allocation.rst:62
7197
msgid ""
7298
"Object which is visible in Python as ``None``. This should only be accessed "
7399
"using the :c:macro:`Py_None` macro, which evaluates to a pointer to this "
74100
"object."
75101
msgstr ""
102+
"Objeto que es visible en Python como ``None``. Esto solo se debe acceder "
103+
"utilizando el macro :c:macro:`Py_None`, que se evalúa como un puntero a este "
104+
"objeto."
76105

77106
#: ../Doc/c-api/allocation.rst:69
78107
msgid ":c:func:`PyModule_Create`"
79-
msgstr ""
108+
msgstr ":c:func:`PyModule_Create`"
80109

81110
#: ../Doc/c-api/allocation.rst:70
82111
msgid "To allocate and create extension modules."
83-
msgstr ""
112+
msgstr "Para asignar y crear módulos de extensión."

0 commit comments

Comments
 (0)