Skip to content

Commit 7584bc8

Browse files
rodpobleteRodrigo Poblete
and
Rodrigo Poblete
authored
Traducido archivo c-api/refcounting (#2163)
Closed #2052 Co-authored-by: Rodrigo Poblete <rodrigopoblete.dev@gmail.com>
1 parent 26add29 commit 7584bc8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

c-api/refcounting.po

+11-4
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2021-10-30 18:20+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-11-04 09:05-0300\n"
15+
"Last-Translator: Rodrigo Poblete <rodrigopoblete.dev@gmail.com>\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.1\n"
2324

2425
#: ../Doc/c-api/refcounting.rst:8
2526
msgid "Reference Counting"
@@ -203,12 +204,18 @@ msgid ""
203204
"Increment the reference count for object *o*. A function version of :c:func:"
204205
"`Py_XINCREF`. It can be used for runtime dynamic embedding of Python."
205206
msgstr ""
207+
"Incrementa el conteo de referencias para objeto *o*. Una versión de la "
208+
"función :c:func:`Py_XINCREF`. Puede utilizarse para la integración dinámica "
209+
"en tiempo de ejecución de Python."
206210

207211
#: ../Doc/c-api/refcounting.rst:120
208212
msgid ""
209213
"Decrement the reference count for object *o*. A function version of :c:func:"
210214
"`Py_XDECREF`. It can be used for runtime dynamic embedding of Python."
211215
msgstr ""
216+
"Disminuye el conteo de referencias del objeto *o*. Una versión de la "
217+
"función :c:func:`Py_XDECREF`. Puede utilizarse para la integración dinámica "
218+
"en tiempo de ejecución de Python."
212219

213220
#: ../Doc/c-api/refcounting.rst:124
214221
msgid ""

0 commit comments

Comments
 (0)