Skip to content

Commit

Permalink
Traducción archivo c-api/memoryview
Browse files Browse the repository at this point in the history
  • Loading branch information
taicoding committed Jan 6, 2025
1 parent a3b0146 commit e871849
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions c-api/memoryview.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-11-21 16:38-0300\n"
"PO-Revision-Date: 2024-10-29 21:14-0400\n"
"PO-Revision-Date: 2025-01-06 16:11-0400\n"
"Last-Translator: Cristián Maureira-Fredes <[email protected]>\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.16.0\n"
"X-Generator: Poedit 3.5\n"

#: ../Doc/c-api/memoryview.rst:9
msgid "MemoryView objects"
Expand Down Expand Up @@ -50,11 +51,11 @@ msgstr ""

#: ../Doc/c-api/memoryview.rst:26
msgid "Flag to request a readonly buffer."
msgstr ""
msgstr "Indicador para solicitar un búfer de solo lectura."

#: ../Doc/c-api/memoryview.rst:31
msgid "Flag to request a writable buffer."
msgstr ""
msgstr "Indicador para solicitar un búfer escribible."

#: ../Doc/c-api/memoryview.rst:36
msgid ""
Expand Down Expand Up @@ -89,12 +90,10 @@ msgstr ""
"realiza una copia y la vista de memoria apunta a un nuevo objeto de bytes."

#: ../Doc/c-api/memoryview.rst:55
#, fuzzy
msgid ""
"*buffertype* can be one of :c:macro:`PyBUF_READ` or :c:macro:`PyBUF_WRITE`."
msgstr ""
"Crea un objeto de vista de memoria usando *mem* como el búfer subyacente. "
"*flags* pueden ser uno de :c:macro:`PyBUF_READ` o :c:macro:`PyBUF_WRITE`."
"*buffertype* puede ser uno de :c:macro:`PyBUF_READ` o :c:macro:`PyBUF_WRITE`."

#: ../Doc/c-api/memoryview.rst:60
msgid ""
Expand Down

0 comments on commit e871849

Please sign in to comment.