@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"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 "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.2.1\n "
23
24
24
25
#: ../Doc/c-api/refcounting.rst:8
25
26
msgid "Reference Counting"
@@ -203,12 +204,18 @@ msgid ""
203
204
"Increment the reference count for object *o*. A function version of :c:func:"
204
205
"`Py_XINCREF`. It can be used for runtime dynamic embedding of Python."
205
206
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."
206
210
207
211
#: ../Doc/c-api/refcounting.rst:120
208
212
msgid ""
209
213
"Decrement the reference count for object *o*. A function version of :c:func:"
210
214
"`Py_XDECREF`. It can be used for runtime dynamic embedding of Python."
211
215
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."
212
219
213
220
#: ../Doc/c-api/refcounting.rst:124
214
221
msgid ""
0 commit comments