Skip to content

Commit fc8ed18

Browse files
committed
Translate c-api/bytearray.po
1 parent 9b99734 commit fc8ed18

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

c-api/bytearray.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ msgstr ""
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2026-02-26 18:44-0300\n"
1414
"PO-Revision-Date: 2025-04-09 09:25+0200\n"
15-
"Last-Translator: David Spindola\n"
15+
"Last-Translator: Manuela Trujillo\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
1818
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -107,16 +107,18 @@ msgstr ""
107107
"nulo adicional agregado."
108108

109109
#: ../Doc/c-api/bytearray.rst:76
110-
#, fuzzy
111110
msgid ""
112111
"Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` "
113112
"return with an exception set."
114-
msgstr "Cambia el tamaño del búfer interno de *bytearray* a *len*."
113+
msgstr "Cambia el tamaño del búfer interno de *bytearray* a *len. El fallo se"
114+
"indica con un retorno de ``-1`` y una excepción asignada."
115115

116116
#: ../Doc/c-api/bytearray.rst:79
117117
msgid ""
118118
"A negative *len* will now result in an exception being set and -1 returned."
119119
msgstr ""
120+
"Una *len* negativa ahora resultará en que se establezca una excepción"
121+
"y retorne -1."
120122

121123
#: ../Doc/c-api/bytearray.rst:84
122124
msgid "Macros"

0 commit comments

Comments
 (0)