Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Corrige entrada fuzzy en extending/newtypes_tutorial.po#1636

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes fromall 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
10 changes: 5 additions & 5 deletionsextending/newtypes_tutorial.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date:2020-06-26 22:37+0200\n"
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date:2021-11-12 10:39+0800\n"
"Last-Translator:Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/extending/newtypes_tutorial.rst:7
msgid "Defining Extension Types: Tutorial"
Expand DownExpand Up@@ -136,7 +137,6 @@ msgid "The first bit is::"
msgstr "La primera parte es::"

#: ../Doc/extending/newtypes_tutorial.rst:67
#, fuzzy
msgid ""
"This is what a Custom object will contain. ``PyObject_HEAD`` is mandatory "
"at the start of each object struct and defines a field called ``ob_base`` of "
Expand All@@ -152,7 +152,7 @@ msgstr ""
"objeto de tipo y un recuento de referencia (estos pueden ser accedidos "
"mediante las macros :c:macro:`Py_REFCNT` y :c:macro:`Py_TYPE` "
"respectivamente). El motivo de la macro es abstraer el diseño y habilitar "
"campos adicionales en las compilaciones de depuración."
"campos adicionales en las :ref:`compilaciones de depuración <debug-build>`."

#: ../Doc/extending/newtypes_tutorial.rst:76
msgid ""
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp