8000 Traducción archivo c-api/memoryview by taicoding · Pull Request #3356 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducción archivo c-api/memoryview #3356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Traducción archivo c-api/memoryview
  • Loading branch information
taicoding committed Jan 6, 2025
commit e871849c51f6186360710f7bd8301ef6d48fe9b4
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 <cmaureirafredes@gmail.com>\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