diff --git a/c-api/buffer.po b/c-api/buffer.po index 6b98cb7fc0..e955e02f6b 100644 --- a/c-api/buffer.po +++ b/c-api/buffer.po @@ -11,15 +11,16 @@ msgstr "" "Project-Id-Version: Python 3.8\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2022-10-25 19:47+0200\n" -"PO-Revision-Date: 2021-08-02 01:18+0200\n" +"PO-Revision-Date: 2022-10-31 01:46-0400\n" "Last-Translator: Cristián Maureira-Fredes \n" -"Language: es\n" "Language-Team: python-doc-es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.10.3\n" +"X-Generator: Poedit 3.2.1\n" #: ../Doc/c-api/buffer.rst:11 msgid "Buffer Protocol" @@ -883,10 +884,12 @@ msgid "" "Copy data from *src* to *dest* buffer. Can convert between C-style and or " "Fortran-style buffers." msgstr "" +"Copiar datos del búfer *src* al *dest*. Puede convertir entre búferes de " +"estilo C o Fortran." #: ../Doc/c-api/buffer.rst:507 msgid "``0`` is returned on success, ``-1`` on error." -msgstr "" +msgstr "Se retorna ``0`` en caso de éxito, ``-1`` en caso de error." #: ../Doc/c-api/buffer.rst:511 msgid ""