◐ Shell
clean mode source ↗

Translate c-api/bytearray.po by Manu-t-c · Pull Request #3858 · python/python-docs-es

Expand Up @@ -12,7 +12,7 @@ msgstr "" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-02-26 18:44-0300\n" "PO-Revision-Date: 2025-04-09 09:25+0200\n" "Last-Translator: David Spindola\n" "Last-Translator: Manuela Trujillo\n" "Language: es\n" "Language-Team: python-doc-es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" Expand Down Expand Up @@ -107,16 +107,18 @@ msgstr "" "nulo adicional agregado."
#: ../Doc/c-api/bytearray.rst:76 #, fuzzy msgid "" "Resize the internal buffer of *bytearray* to *len*. Failure is a ``-1`` " "return with an exception set." msgstr "Cambia el tamaño del búfer interno de *bytearray* a *len*." msgstr "Cambia el tamaño del búfer interno de *bytearray* a *len. El fallo se" "indica con un retorno de ``-1`` y una excepción asignada."
#: ../Doc/c-api/bytearray.rst:79 msgid "" "A negative *len* will now result in an exception being set and -1 returned." msgstr "" "Una *len* negativa ahora resultará en que se establezca una excepción" "y retorne -1."
#: ../Doc/c-api/bytearray.rst:84 msgid "Macros" Expand Down