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

Commit651c2e2

Browse files
committed
Traducido c-api/none
1 parent5841933 commit651c2e2

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

‎c-api/none.po

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
# Copyright (C) 2001-2020, Python Software Foundation
22
# This file is distributed under the same license as the Python package.
3-
# Maintained by the python-doc-es workteam.
3+
# Maintained by the python-doc-es workteam.
44
# docs-es@python.org / https://mail.python.org/mailman3/lists/docs-es.python.org/
55
# Check https://github.com/PyCampES/python-docs-es/blob/3.8/TRANSLATORS to get the list of volunteers
66
#
7-
#,fuzzy
87
msgid ""
98
msgstr ""
109
"Project-Id-Version:Python 3.8\n"
1110
"Report-Msgid-Bugs-To:\n"
1211
"POT-Creation-Date:2019-05-06 11:59-0400\n"
13-
"PO-Revision-Date:YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator:FULL NAME <EMAIL@ADDRESS>\n"
12+
"PO-Revision-Date:2020-05-09 03:15+0200\n"
1513
"Language-Team:python-doc-es\n"
1614
"MIME-Version:1.0\n"
1715
"Content-Type:text/plain; charset=UTF-8\n"
1816
"Content-Transfer-Encoding:8bit\n"
17+
"Plural-Forms:nplurals=2; plural=(n != 1);\n"
18+
"Last-Translator:\n"
19+
"Language:es\n"
20+
"X-Generator:Poedit 2.3\n"
1921

2022
#:../Doc/c-api/none.rst:6
2123
msgid"The ``None`` Object"
22-
msgstr""
24+
msgstr"El objeto ``None``"
2325

2426
#:../Doc/c-api/none.rst:10
2527
msgid""
@@ -28,16 +30,25 @@ msgid ""
2830
"identity (using ``==`` in C) is sufficient. There is no :c:func:"
2931
"`PyNone_Check` function for the same reason."
3032
msgstr""
33+
"Tenga en cuenta que :c:type:`PyTypeObject` para ``None`` no está expuesto "
34+
"directamente en la API de Python/C. Como ``None`` es un singleton, es "
35+
"suficiente probar la identidad del objeto (usando ``==`` en C). No existe la "
36+
"función :c:func:`PyNone_Check` por la misma razón."
3137

3238
#:../Doc/c-api/none.rst:18
3339
msgid""
3440
"The Python ``None`` object, denoting lack of value. This object has no "
3541
"methods. It needs to be treated just like any other object with respect to "
3642
"reference counts."
3743
msgstr""
44+
"El objeto ``None`` de Python, denota falta de valor. Este objeto no tiene "
45+
"métodos. Debe tratarse como cualquier otro objeto con respecto a los "
46+
"recuentos de referencia."
3847

3948
#:../Doc/c-api/none.rst:25
4049
msgid""
4150
"Properly handle returning :c:data:`Py_None` from within a C function (that "
4251
"is, increment the reference count of ``None`` and return it.)"
4352
msgstr""
53+
"Maneje adecuadamente el retorno :c:data:`Py_None` desde una función en C (es "
54+
"decir, incremente el recuento de referencia de ``None`` y devuélvalo)."

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp