@@ -11,15 +11,16 @@ 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 : 2024-10-29 21:11-0400 \n "
14
+ "PO-Revision-Date : 2025-04-08 20:40+0200 \n "
15
15
"
Last-Translator :
Sofía Denner <[email protected] >\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"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 "
23
24
24
25
#: ../Doc/c-api/bytearray.rst:6
25
26
msgid "Byte Array Objects"
@@ -68,16 +69,16 @@ msgstr "Funciones API directas"
68
69
69
70
#: ../Doc/c-api/bytearray.rst:42
70
71
msgid ""
71
- "Return a new bytearray object from any object, *o*, that implements the :ref: "
72
- "`buffer protocol <bufferobjects>`."
72
+ "Return a new bytearray object from any object, *o*, that implements "
73
+ "the :ref: `buffer protocol <bufferobjects>`."
73
74
msgstr ""
74
75
"Retorna un nuevo objeto de arreglo de bytes de cualquier objeto, *o*, que "
75
76
"implementa el :ref:`buffer protocol <bufferobjects>`."
76
77
77
78
#: ../Doc/c-api/bytearray.rst:45 ../Doc/c-api/bytearray.rst:52
78
79
#: ../Doc/c-api/bytearray.rst:59
79
80
msgid "On failure, return ``NULL`` with an exception set."
80
- msgstr ""
81
+ msgstr "Al fallar, retorna ``NULL`` con una excepción asignada. "
81
82
82
83
#: ../Doc/c-api/bytearray.rst:50
83
84
#, fuzzy
@@ -104,7 +105,7 @@ msgid ""
104
105
"``NULL`` pointer. The returned array always has an extra null byte appended."
105
106
msgstr ""
106
107
"Retorna el contenido de *bytearray* como un arreglo de caracteres después de "
107
- "verificar un puntero ``NULL``. La arreglo retornado siempre tiene un byte "
108
+ "verificar un puntero ``NULL``. El arreglo retornado siempre tiene un byte "
108
109
"nulo adicional agregado."
109
110
110
111
#: ../Doc/c-api/bytearray.rst:76
0 commit comments