@@ -11,16 +11,15 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2024-11-21 16:38-0300\n "
14
- "PO-Revision-Date : 2025-04-09 09:25+0200\n "
15
- "Last-Translator : David Spindola\n "
16
- "Language-Team : python-doc-es\n "
14
+ "PO-Revision-Date : 2024-10-29 21:11-0400\n "
15
+ "Last-Translator : Sofía Denner <sofi.denner@gmail.com>\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
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.16.0\n "
23
- "X-Generator : Poedit 3.6\n "
24
23
25
24
#: ../Doc/c-api/bytearray.rst:6
26
25
msgid "Byte Array Objects"
@@ -69,22 +68,23 @@ msgstr "Funciones API directas"
69
68
70
69
#: ../Doc/c-api/bytearray.rst:42
71
70
msgid ""
72
- "Return a new bytearray object from any object, *o*, that implements "
73
- "the :ref: `buffer protocol <bufferobjects>`."
71
+ "Return a new bytearray object from any object, *o*, that implements the :ref: "
72
+ "`buffer protocol <bufferobjects>`."
74
73
msgstr ""
75
74
"Retorna un nuevo objeto de arreglo de bytes de cualquier objeto, *o*, que "
76
75
"implementa el :ref:`buffer protocol <bufferobjects>`."
77
76
78
77
#: ../Doc/c-api/bytearray.rst:45 ../Doc/c-api/bytearray.rst:52
79
78
#: ../Doc/c-api/bytearray.rst:59
80
79
msgid "On failure, return ``NULL`` with an exception set."
81
- msgstr "Al fallar, retorna ``NULL`` con una excepción asignada. "
80
+ msgstr ""
82
81
83
82
#: ../Doc/c-api/bytearray.rst:50
83
+ #, fuzzy
84
84
msgid "Create a new bytearray object from *string* and its length, *len*."
85
85
msgstr ""
86
86
"Crea un nuevo objeto de arreglo de bytes a partir de *string* y su longitud, "
87
- "*len*."
87
+ "*len*. En caso de fallo, se retorna ``NULL``. "
88
88
89
89
#: ../Doc/c-api/bytearray.rst:57
90
90
msgid ""
@@ -104,7 +104,7 @@ msgid ""
104
104
"``NULL`` pointer. The returned array always has an extra null byte appended."
105
105
msgstr ""
106
106
"Retorna el contenido de *bytearray* como un arreglo de caracteres después de "
107
- "verificar un puntero ``NULL``. El arreglo retornado siempre tiene un byte "
107
+ "verificar un puntero ``NULL``. La arreglo retornado siempre tiene un byte "
108
108
"nulo adicional agregado."
109
109
110
110
#: ../Doc/c-api/bytearray.rst:76
0 commit comments