Skip to content

Commit d686296

Browse files
authored
Traduce entradas fuzzy sin issues en c-api (#1681)
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent 175d7f5 commit d686296

13 files changed

+112
-122
lines changed

c-api/call.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ msgstr ""
99
"Project-Id-Version: Python en Español 3.9\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
12-
"PO-Revision-Date: 2021-08-02 09:56+0200\n"
13-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
12+
"PO-Revision-Date: 2021-12-09 10:27+0800\n"
13+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1414
"Language: es\n"
1515
"Language-Team: \n"
16-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1717
"MIME-Version: 1.0\n"
1818
"Content-Type: text/plain; charset=utf-8\n"
1919
"Content-Transfer-Encoding: 8bit\n"
2020
"Generated-By: Babel 2.9.1\n"
21+
"X-Generator: Poedit 3.0\n"
2122

2223
#: ../Doc/c-api/call.rst:6
2324
msgid "Call Protocol"
@@ -346,17 +347,16 @@ msgid "Object Calling API"
346347
msgstr "API para invocar objetos"
347348

348349
#: ../Doc/c-api/call.rst:185
349-
#, fuzzy
350350
msgid ""
351351
"Various functions are available for calling a Python object. Each converts "
352352
"its arguments to a convention supported by the called object – either "
353353
"*tp_call* or vectorcall. In order to do as little conversion as possible, "
354354
"pick one that best fits the format of data you have available."
355355
msgstr ""
356-
"Hay varias funciones disponibles para llamar a un objeto Python. Cada uno "
356+
"Hay varias funciones disponibles para llamar a un objeto Python. Cada una "
357357
"convierte sus argumentos a una convención respaldada por el objeto llamado, "
358358
"ya sea *tp_call* o vectorcall. Para realizar la menor conversión posible, "
359-
"elija el que mejor se adapte al formato de datos que tiene disponible."
359+
"elija la que mejor se adapte al formato de datos que tiene disponible."
360360

361361
#: ../Doc/c-api/call.rst:191
362362
msgid ""

c-api/complex.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-01 20:16+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 10:18+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/c-api/complex.rst:6
2526
msgid "Complex Number Objects"
@@ -81,13 +82,12 @@ msgstr ""
8182
"C :c:type:`Py_complex`."
8283

8384
#: ../Doc/c-api/complex.rst:51
84-
#, fuzzy
8585
msgid ""
8686
"Return the negation of the complex number *num*, using the C :c:type:"
8787
"`Py_complex` representation."
8888
msgstr ""
89-
"Retorna la negación del número complejo *complex*, utilizando la "
90-
"representación C :c:type:`Py_complex`."
89+
"Retorna la negación del número complejo *num*, utilizando la representación "
90+
"C :c:type:`Py_complex`."
9191

9292
#: ../Doc/c-api/complex.rst:57
9393
msgid ""

c-api/contextvars.po

+10-12
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2020-05-16 17:54+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 10:23+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/c-api/contextvars.rst:6
2526
msgid "Context Variables Objects"
@@ -156,17 +157,17 @@ msgid "Context variable functions:"
156157
msgstr "Funciones variables de contexto:"
157158

158159
#: ../Doc/c-api/contextvars.rst:109
159-
#, fuzzy
160160
msgid ""
161161
"Create a new ``ContextVar`` object. The *name* parameter is used for "
162162
"introspection and debug purposes. The *def* parameter specifies a default "
163163
"value for the context variable, or ``NULL`` for no default. If an error has "
164164
"occurred, this function returns ``NULL``."
165165
msgstr ""
166166
"Crea un nuevo objeto ``ContextVar``. El parámetro *name* se usa para "
167-
"propósitos de introspección y depuración. El parámetro *def* puede "
168-
"especificar opcionalmente el valor predeterminado para la variable de "
169-
"contexto. Si se ha producido un error, esta función retorna ``NULL``."
167+
"propósitos de introspección y depuración. El parámetro *def* especifica el "
168+
"valor predeterminado para la variable de contexto, o ``NULL`` para no "
169+
"especificar un valor predeterminado. Si se ha producido un error, esta "
170+
"función retorna ``NULL``."
170171

171172
#: ../Doc/c-api/contextvars.rst:116
172173
msgid ""
@@ -199,19 +200,16 @@ msgid "``NULL``"
199200
msgstr "``NULL``"
200201

201202
#: ../Doc/c-api/contextvars.rst:127
202-
#, fuzzy
203203
msgid "Except for ``NULL``, the function returns a new reference."
204-
msgstr "Si se encontró el valor, la función creará una nueva referencia a él."
204+
msgstr "A excepción de ``NULL``, la función retorna una nueva referencia."
205205

206206
#: ../Doc/c-api/contextvars.rst:131
207-
#, fuzzy
208207
msgid ""
209208
"Set the value of *var* to *value* in the current context. Returns a new "
210209
"token object for this change, or ``NULL`` if an error has occurred."
211210
msgstr ""
212211
"Establece el valor de *var* en *value* en el contexto actual. Retorna un "
213-
"puntero a un objeto :c:type:`PyObject`, o ``NULL`` si se ha producido un "
214-
"error."
212+
"nuevo objeto token para este cambio, o ``NULL`` si se ha producido un error."
215213

216214
#: ../Doc/c-api/contextvars.rst:136
217215
msgid ""

c-api/conversion.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-02 01:41+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 10:24+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/c-api/conversion.rst:6
2526
msgid "String conversion and formatting"
@@ -64,7 +65,6 @@ msgstr ""
6465
"(*corner cases*), que las funciones del Estándar C no hacen."
6566

6667
#: ../Doc/c-api/conversion.rst:28
67-
#, fuzzy
6868
msgid ""
6969
"The wrappers ensure that ``str[size-1]`` is always ``'\\0'`` upon return. "
7070
"They never write more than *size* bytes (including the trailing ``'\\0'``) "
@@ -73,8 +73,8 @@ msgid ""
7373
msgstr ""
7474
"Las envolturas aseguran que ``str[size-1]`` sea siempre ``'\\0'`` al "
7575
"retornar. Nunca se escriben más de *size* bytes (incluido el ``'\\0'`` del "
76-
"final) en *str*. Ambas funciones requieren que ``str != NULL``, ``size > 0`` "
77-
"y ``format != NULL``."
76+
"final) en *str*. Ambas funciones requieren que ``str != NULL``, ``size > "
77+
"0``, ``format != NULL`` y ``size < INT_MAX``."
7878

7979
#: ../Doc/c-api/conversion.rst:33
8080
msgid ""

c-api/descriptor.po

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2020-05-09 03:08+0200\n"
15-
"Last-Translator: \n"
14+
"PO-Revision-Date: 2021-12-09 10:58+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/c-api/descriptor.rst:6
2526
msgid "Descriptor Objects"
@@ -38,12 +39,11 @@ msgid "The type object for the built-in descriptor types."
3839
msgstr "El objeto de tipo para los tipos de descriptor incorporado."
3940

4041
#: ../Doc/c-api/descriptor.rst:35
41-
#, fuzzy
4242
msgid ""
4343
"Return non-zero if the descriptor objects *descr* describes a data "
4444
"attribute, or ``0`` if it describes a method. *descr* must be a descriptor "
4545
"object; there is no error checking."
4646
msgstr ""
47-
"Retorna verdadero si el descriptor objetos *descr* describe un atributo de "
48-
"datos, o falso si describe un método. *descr* debe ser un objeto descriptor; "
49-
"No hay comprobación de errores."
47+
"Retorna distinto de cero si el descriptor objetos *descr* describe un "
48+
"atributo de datos, o ``0`` si describe un método. *descr* debe ser un objeto "
49+
"descriptor; no hay comprobación de errores."

c-api/function.po

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-10-25 10:42+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 10:29+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -105,14 +105,13 @@ msgstr ""
105105
"*__module__* del objeto función *op*. Puede ser *NULL*."
106106

107107
#: ../Doc/c-api/function.rst:67
108-
#, fuzzy
109108
msgid ""
110109
"This is normally a string containing the module name, but can be set to any "
111110
"other object by Python code."
112111
msgstr ""
113-
"Retorna el atributo *__module__* del objeto función *op*. Normalmente es una "
114-
"cadena de caracteres que contiene el nombre del módulo, pero se puede "
115-
"establecer en cualquier otro objeto mediante el código Python."
112+
"Éste es normalmente una cadena de caracteres que contiene el nombre del "
113+
"módulo, pero se puede establecer en cualquier otro objeto mediante código "
114+
"Python."
116115

117116
#: ../Doc/c-api/function.rst:73
118117
msgid ""

c-api/intro.po

+23-24
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-02 01:28+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-12-09 10:48+0800\n"
15+
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1919
"MIME-Version: 1.0\n"
2020
"Content-Type: text/plain; charset=utf-8\n"
2121
"Content-Transfer-Encoding: 8bit\n"
2222
"Generated-By: Babel 2.9.1\n"
23+
"X-Generator: Poedit 3.0\n"
2324

2425
#: ../Doc/c-api/intro.rst:8
2526
msgid "Introduction"
@@ -556,7 +557,6 @@ msgid "Reference Count Details"
556557
msgstr "Detalles del conteo de referencia"
557558

558559
#: ../Doc/c-api/intro.rst:318
559-
#, fuzzy
560560
msgid ""
561561
"The reference count behavior of functions in the Python/C API is best "
562562
"explained in terms of *ownership of references*. Ownership pertains to "
@@ -579,13 +579,14 @@ msgstr ""
579579
"responsable de llamar a ``Py_DECREF`` cuando ya no se necesita la "
580580
"referencia. La propiedad también se puede transferir, lo que significa que "
581581
"el código que recibe la propiedad de la referencia se hace responsable de "
582-
"eventualmente decretarla llamando a :c:func:`Py_DECREF` o :c:func:"
583-
"`Py_XDECREF` cuando ya no es necesario --- o transmitir esta responsabilidad "
584-
"(generalmente a la persona que llama). Cuando una función transfiere la "
585-
"propiedad de una referencia a su llamador, se dice que el que llama recibe "
586-
"una *nueva* referencia. Cuando no se transfiere ninguna propiedad, se dice "
587-
"que la persona que llama *toma prestada* la referencia. No es necesario "
588-
"hacer nada para obtener una referencia prestada."
582+
"eventualmente disminuirla llamando a :c:func:`Py_DECREF` o :c:func:"
583+
"`Py_XDECREF` cuando ya no es necesario --- o transmitiendo esta "
584+
"responsabilidad (generalmente a la persona que llama). Cuando una función "
585+
"transfiere la propiedad de una referencia a su llamador, se dice que el que "
586+
"llama recibe una *nueva* referencia. Cuando no se transfiere ninguna "
587+
"propiedad, se dice que la persona que llama *toma prestada* la referencia. "
588+
"No es necesario hacer nada para obtener una :term:`referencia prestada "
589+
"<borrowed reference>`."
589590

590591
#: ../Doc/c-api/intro.rst:331
591592
msgid ""
@@ -1094,7 +1095,6 @@ msgstr ""
10941095
"las compilaciones más utilizadas se describirán en el resto de esta sección."
10951096

10961097
#: ../Doc/c-api/intro.rst:744
1097-
#, fuzzy
10981098
msgid ""
10991099
"Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined "
11001100
"produces what is generally meant by :ref:`a debug build of Python <debug-"
@@ -1105,24 +1105,23 @@ msgid ""
11051105
"disabled."
11061106
msgstr ""
11071107
"Compilar el intérprete con el macro :c:macro:`Py_DEBUG` definido produce lo "
1108-
"que generalmente se entiende por \"una compilación de depuración\" de "
1109-
"Python. :c:macro:`Py_DEBUG` se habilita en la compilación de Unix agregando "
1110-
"``--with-pydebug`` al comando :file:`./configure`. También está implícito en "
1111-
"la presencia del macro no específico de Python :c:macro:`_DEBUG`. Cuando :c:"
1112-
"macro:`Py_DEBUG` está habilitado en la compilación de Unix, la optimización "
1113-
"del compilador está deshabilitada."
1108+
"que generalmente se entiende por :ref:`una compilación de depuración de "
1109+
"Python <debug-build>`. :c:macro:`Py_DEBUG` se habilita en la compilación de "
1110+
"Unix agregando :option:`--with-pydebug` al comando :file:`./configure`. "
1111+
"También está implícito en la presencia del macro no específico de Python :c:"
1112+
"macro:`_DEBUG`. Cuando :c:macro:`Py_DEBUG` está habilitado en la compilación "
1113+
"de Unix, la optimización del compilador está deshabilitada."
11141114

11151115
#: ../Doc/c-api/intro.rst:752
1116-
#, fuzzy
11171116
msgid ""
11181117
"In addition to the reference count debugging described below, extra checks "
11191118
"are performed, see :ref:`Python Debug Build <debug-build>`."
11201119
msgstr ""
11211120
"Además de la depuración del recuento de referencia que se describe a "
1122-
"continuación, se realizan las siguientes verificaciones adicionales:"
1121+
"continuación, se realizan verificaciones adicionales, véase :ref:"
1122+
"`compilaciones de depuración <debug-build>`."
11231123

11241124
#: ../Doc/c-api/intro.rst:755
1125-
#, fuzzy
11261125
msgid ""
11271126
"Defining :c:macro:`Py_TRACE_REFS` enables reference tracing (see the :option:"
11281127
"`configure --with-trace-refs option <--with-trace-refs>`). When defined, a "
@@ -1131,13 +1130,13 @@ msgid ""
11311130
"well. Upon exit, all existing references are printed. (In interactive mode "
11321131
"this happens after every statement run by the interpreter.)"
11331132
msgstr ""
1134-
"Definiendo :c:macro:`Py_TRACE_REFS` habilita el rastreo de referencias. "
1133+
"Definiendo :c:macro:`Py_TRACE_REFS` habilita el rastreo de referencias "
1134+
"(véase la opción :option:`configure --with-trace-refs <--with-trace-refs>`). "
11351135
"Cuando se define, se mantiene una lista circular doblemente vinculada de "
11361136
"objetos activos al agregar dos campos adicionales a cada :c:type:`PyObject`. "
11371137
"También se realiza un seguimiento de las asignaciones totales. Al salir, se "
11381138
"imprimen todas las referencias existentes. (En modo interactivo, esto sucede "
1139-
"después de cada declaración ejecutada por el intérprete). Implicado por :c:"
1140-
"macro:`Py_DEBUG`."
1139+
"después de cada declaración ejecutada por el intérprete)."
11411140

11421141
#: ../Doc/c-api/intro.rst:762
11431142
msgid ""

0 commit comments

Comments
 (0)