Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork397
Traducciónc-api/none
#3400
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
base:3.13
Are you sure you want to change the base?
Traducciónc-api/none
#3400
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -11,51 +11,53 @@ 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:2025-06-0916:42-0500\n" | ||
"Last-Translator: \n" | ||
"Language-Team: python-doc-es\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.6\n" | ||
#: ../Doc/c-api/none.rst:6 | ||
msgid "The ``None`` Object" | ||
msgstr "El objeto ``None``" | ||
#: ../Doc/c-api/none.rst:10 | ||
msgid "" | ||
"Note that the :c:type:`PyTypeObject` for ``None`` is not directly exposed in " | ||
"the Python/C API. Since ``None`` is a singleton, testing for object " | ||
"identity (using ``==`` in C) is sufficient. There is no :c:func:`!" | ||
"PyNone_Check` function for the same reason." | ||
msgstr "" | ||
"Ten en cuenta que el :c:type:`PyTypeObject` para ``None`` no está expuesto " | ||
"directamente en la API de Python/C. Dado que``None`` es un singleton, " | ||
"basta con comprobarla identidad del objeto (usando ``==`` en C). No existe " | ||
"unafunción :c:func:`!PyNone_Check` por la misma razón." | ||
#: ../Doc/c-api/none.rst:18 | ||
msgid "" | ||
"The Python ``None`` object, denoting lack of value. This object has no " | ||
"methods and is :term:`immortal`." | ||
msgstr "" | ||
"El objeto Python ``None``, que denota falta de valor. Este objeto no tiene " | ||
"métodos y es :term:`inmortal`." | ||
Sublian marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/c-api/none.rst:21 | ||
msgid ":c:data:`Py_None` is :term:`immortal`." | ||
msgstr ":c:data:`Py_None` es :term:`inmortal`." | ||
Sublian marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
#: ../Doc/c-api/none.rst:26 | ||
msgid "Return :c:data:`Py_None` from a function." | ||
msgstr "Retorna :c:data:`Py_None` desde una función." | ||
#: ../Doc/c-api/none.rst:8 | ||
msgid "object" | ||
msgstr "objeto" | ||
#: ../Doc/c-api/none.rst:8 | ||
msgid "None" | ||
msgstr "Nada" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Me parece que éste debe permanecer sin traducir |
Uh oh!
There was an error while loading.Please reload this page.