Skip to content

Commit 14dceb6

Browse files
committed
update translations for c-api/capsule
1 parent 8f00cec commit 14dceb6

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

c-api/capsule.po

Lines changed: 7 additions & 11 deletions
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-08-01 20:17+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
16-
"Language: es\n"
14+
"PO-Revision-Date: 2022-10-30 16:51-0300\n"
15+
"Last-Translator: Sofía Denner <sofi.denner@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\n"
2324

2425
#: ../Doc/c-api/capsule.rst:6
2526
msgid "Capsules"
@@ -33,7 +34,6 @@ msgstr ""
3334
"estos objetos."
3435

3536
#: ../Doc/c-api/capsule.rst:17
36-
#, fuzzy
3737
msgid ""
3838
"This subtype of :c:type:`PyObject` represents an opaque value, useful for C "
3939
"extension modules who need to pass an opaque value (as a :c:expr:`void*` "
@@ -186,7 +186,6 @@ msgstr ""
186186
"func:`PyErr_Occurred` para desambiguar."
187187

188188
#: ../Doc/c-api/capsule.rst:103
189-
#, fuzzy
190189
msgid ""
191190
"Import a pointer to a C object from a capsule attribute in a module. The "
192191
"*name* parameter should specify the full name to the attribute, as in "
@@ -196,10 +195,7 @@ msgstr ""
196195
"Importa un puntero a un objeto C desde un atributo cápsula en un módulo. El "
197196
"parámetro *name* debe especificar el nombre completo del atributo, como en "
198197
"``module.attribute``. El nombre *name* almacenado en la cápsula debe "
199-
"coincidir exactamente con esta cadena de caracteres. Si *no_block* es "
200-
"verdadero, importa el módulo sin bloquear (usando :c:func:"
201-
"`PyImport_ImportModuleNoBlock`). Si *no_block* es falso, importa el módulo "
202-
"convencionalmente (usando :c:func:`PyImport_ImportModule`)."
198+
"coincidir exactamente con esta cadena de caracteres."
203199

204200
#: ../Doc/c-api/capsule.rst:108
205201
msgid ""
@@ -211,7 +207,7 @@ msgstr ""
211207

212208
#: ../Doc/c-api/capsule.rst:111
213209
msgid "*no_block* has no effect anymore."
214-
msgstr ""
210+
msgstr "*no_block* ya no tiene efecto."
215211

216212
#: ../Doc/c-api/capsule.rst:117
217213
msgid ""

0 commit comments

Comments
 (0)