@@ -10,17 +10,16 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2020-05-05 12:54+0200 \n "
13
+ "POT-Creation-Date : 2021-03-19 11:16+0100 \n "
14
14
"PO-Revision-Date : 2020-06-21 13:52+0200\n "
15
15
"
Last-Translator :
Cristián Maureira-Fredes <[email protected] >\n "
16
- "Language-Team : python-doc-es\n "
17
16
"Language : es\n "
17
+ "Language-Team : python-doc-es\n "
18
+ "Plural-Forms : nplurals=2; plural=(n != 1)\n "
18
19
"MIME-Version : 1.0\n "
19
- "Content-Type : text/plain; charset=UTF -8\n "
20
+ "Content-Type : text/plain; charset=utf -8\n "
20
21
"Content-Transfer-Encoding : 8bit\n "
21
- "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.8.0\n "
23
- "X-Generator : Poedit 2.3\n "
24
23
25
24
#: ../Doc/c-api/arg.rst:6
26
25
msgid "Parsing arguments and building values"
@@ -335,10 +334,11 @@ msgid "``S`` (:class:`bytes`) [PyBytesObject \\*]"
335
334
msgstr "``S`` (:class:`bytes`) [PyBytesObject \\ *]"
336
335
337
336
#: ../Doc/c-api/arg.rst:132
337
+ #, fuzzy
338
338
msgid ""
339
339
"Requires that the Python object is a :class:`bytes` object, without "
340
340
"attempting any conversion. Raises :exc:`TypeError` if the object is not a "
341
- "bytes object. The C variable may also be declared as :c:type:`PyObject\\ *`."
341
+ "bytes object. The C variable may also be declared as :c:type:`PyObject*`."
342
342
msgstr ""
343
343
"Requiere que el objeto Python es un objeto :class:`bytes`, sin intentar "
344
344
"ninguna conversión. Lanza :exc:`TypeError` si el objeto no es un objeto "
@@ -349,11 +349,12 @@ msgid "``Y`` (:class:`bytearray`) [PyByteArrayObject \\*]"
349
349
msgstr "``Y`` (:class:`bytearray`) [PyByteArrayObject \\ *]"
350
350
351
351
#: ../Doc/c-api/arg.rst:137
352
+ #, fuzzy
352
353
msgid ""
353
354
"Requires that the Python object is a :class:`bytearray` object, without "
354
355
"attempting any conversion. Raises :exc:`TypeError` if the object is not a :"
355
356
"class:`bytearray` object. The C variable may also be declared as :c:type:"
356
- "`PyObject\\ *`."
357
+ "`PyObject*`."
357
358
msgstr ""
358
359
"Requiere que el objeto Python es un objeto :class:`bytearray`, sin intentar "
359
360
"ninguna conversión. Lanza :exc:`TypeError` si el objeto no es un objecto :"
@@ -440,10 +441,11 @@ msgid "``U`` (:class:`str`) [PyObject \\*]"
440
441
msgstr "``U`` (:class:`str`) [PyObject \\ *]"
441
442
442
443
#: ../Doc/c-api/arg.rst:184
444
+ #, fuzzy
443
445
msgid ""
444
446
"Requires that the Python object is a Unicode object, without attempting any "
445
447
"conversion. Raises :exc:`TypeError` if the object is not a Unicode object. "
446
- "The C variable may also be declared as :c:type:`PyObject\\ *`."
448
+ "The C variable may also be declared as :c:type:`PyObject*`."
447
449
msgstr ""
448
450
"Requiere que el objeto Python es un objeto Unicode, sin intentar ninguna "
449
451
"conversión. Lanza :exc:`TypeError` si el objeto no es un objeto Unicode. La "
@@ -478,15 +480,15 @@ msgstr ""
478
480
"caracteres. Solo funciona para datos codificados sin bytes NUL integrados."
479
481
480
482
#: ../Doc/c-api/arg.rst:198
483
+ #, fuzzy
481
484
msgid ""
482
485
"This format requires two arguments. The first is only used as input, and "
483
- "must be a :c:type:`const char\\ *` which points to the name of an encoding as "
484
- "a NUL-terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is "
486
+ "must be a :c:type:`const char*` which points to the name of an encoding as a "
487
+ "NUL-terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is "
485
488
"used. An exception is raised if the named encoding is not known to Python. "
486
- "The second argument must be a :c:type:`char\\ *\\ *`; the value of the pointer "
487
- "it references will be set to a buffer with the contents of the argument "
488
- "text. The text will be encoded in the encoding specified by the first "
489
- "argument."
489
+ "The second argument must be a :c:type:`char**`; the value of the pointer it "
490
+ "references will be set to a buffer with the contents of the argument text. "
491
+ "The text will be encoded in the encoding specified by the first argument."
490
492
msgstr ""
491
493
"Este formato requiere dos argumentos. El primero solo se usa como entrada, y "
492
494
"debe ser :c:type:`const char\\ *` que apunta al nombre de una codificación "
@@ -547,12 +549,13 @@ msgstr ""
547
549
"entrada que contienen caracteres NUL."
548
550
549
551
#: ../Doc/c-api/arg.rst:221
552
+ #, fuzzy
550
553
msgid ""
551
554
"It requires three arguments. The first is only used as input, and must be "
552
- "a :c:type:`const char\\ *` which points to the name of an encoding as a NUL-"
555
+ "a :c:type:`const char*` which points to the name of an encoding as a NUL-"
553
556
"terminated string, or ``NULL``, in which case ``'utf-8'`` encoding is used. "
554
557
"An exception is raised if the named encoding is not known to Python. The "
555
- "second argument must be a :c:type:`char\\ * \\ *`; the value of the pointer it "
558
+ "second argument must be a :c:type:`char* *`; the value of the pointer it "
556
559
"references will be set to a buffer with the contents of the argument text. "
557
560
"The text will be encoded in the encoding specified by the first argument. "
558
561
"The third argument must be a pointer to an integer; the referenced integer "
@@ -823,10 +826,11 @@ msgid "``O!`` (object) [*typeobject*, PyObject \\*]"
823
826
msgstr "``O!`` (object) [*typeobject*, PyObject \\ *]"
824
827
825
828
#: ../Doc/c-api/arg.rst:323
829
+ #, fuzzy
826
830
msgid ""
827
831
"Store a Python object in a C object pointer. This is similar to ``O``, but "
828
832
"takes two C arguments: the first is the address of a Python type object, the "
829
- "second is the address of the C variable (of type :c:type:`PyObject\\ *`) into "
833
+ "second is the address of the C variable (of type :c:type:`PyObject*`) into "
830
834
"which the object pointer is stored. If the Python object does not have the "
831
835
"required type, :exc:`TypeError` is raised."
832
836
msgstr ""
@@ -841,10 +845,11 @@ msgid "``O&`` (object) [*converter*, *anything*]"
841
845
msgstr "``O&`` (object) [*converter*, *anything*]"
842
846
843
847
#: ../Doc/c-api/arg.rst:332
848
+ #, fuzzy
844
849
msgid ""
845
850
"Convert a Python object to a C variable through a *converter* function. "
846
851
"This takes two arguments: the first is a function, the second is the address "
847
- "of a C variable (of arbitrary type), converted to :c:type:`void \\ *`. The "
852
+ "of a C variable (of arbitrary type), converted to :c:type:`void *`. The "
848
853
"*converter* function in turn is called as follows::"
849
854
msgstr ""
850
855
"Convierte un objeto Python en una variable C a través de una función "
@@ -854,9 +859,10 @@ msgstr ""
854
859
"siguiente manera::"
855
860
856
861
#: ../Doc/c-api/arg.rst:339
862
+ #, fuzzy
857
863
msgid ""
858
864
"where *object* is the Python object to be converted and *address* is the :c:"
859
- "type:`void\\ *` argument that was passed to the :c:func:`PyArg_Parse\\ *` "
865
+ "type:`void*` argument that was passed to the :c:func:`PyArg_Parse\\ *` "
860
866
"function. The returned *status* should be ``1`` for a successful conversion "
861
867
"and ``0`` if the conversion has failed. When the conversion fails, the "
862
868
"*converter* function should raise an exception and leave the content of "
@@ -1132,6 +1138,7 @@ msgstr ""
1132
1138
"descomponer otras tuplas, y puede continuar usándose para ese propósito."
1133
1139
1134
1140
#: ../Doc/c-api/arg.rst:479
1141
+ #, fuzzy
1135
1142
msgid ""
1136
1143
"A simpler form of parameter retrieval which does not use a format string to "
1137
1144
"specify the types of the arguments. Functions which use this method to "
@@ -1140,13 +1147,12 @@ msgid ""
1140
1147
"should be passed as *args*; it must actually be a tuple. The length of the "
1141
1148
"tuple must be at least *min* and no more than *max*; *min* and *max* may be "
1142
1149
"equal. Additional arguments must be passed to the function, each of which "
1143
- "should be a pointer to a :c:type:`PyObject\\ *` variable; these will be "
1144
- "filled in with the values from *args*; they will contain borrowed "
1145
- "references. The variables which correspond to optional parameters not given "
1146
- "by *args* will not be filled in; these should be initialized by the caller. "
1147
- "This function returns true on success and false if *args* is not a tuple or "
1148
- "contains the wrong number of elements; an exception will be set if there was "
1149
- "a failure."
1150
+ "should be a pointer to a :c:type:`PyObject*` variable; these will be filled "
1151
+ "in with the values from *args*; they will contain borrowed references. The "
1152
+ "variables which correspond to optional parameters not given by *args* will "
1153
+ "not be filled in; these should be initialized by the caller. This function "
1154
+ "returns true on success and false if *args* is not a tuple or contains the "
1155
+ "wrong number of elements; an exception will be set if there was a failure."
1150
1156
msgstr ""
1151
1157
"Una forma más simple de recuperación de parámetros que no utiliza una cadena "
1152
1158
"de formato para especificar los tipos de argumentos. Las funciones que "
@@ -1491,10 +1497,11 @@ msgstr ""
1491
1497
"de objetos en la lista de argumentos."
1492
1498
1493
1499
#: ../Doc/c-api/arg.rst:654
1500
+ #, fuzzy
1494
1501
msgid ""
1495
1502
"Convert *anything* to a Python object through a *converter* function. The "
1496
1503
"function is called with *anything* (which should be compatible with :c:type:"
1497
- "`void \\ *`) as its argument and should return a \" new\" Python object, or "
1504
+ "`void*`) as its argument and should return a \" new\" Python object, or "
1498
1505
"``NULL`` if an error occurred."
1499
1506
msgstr ""
1500
1507
"Convierte *anything* a un objeto Python a través de una función *converter*. "
0 commit comments