Skip to content

Commit 58ef213

Browse files
authored
Traducido archivo library/queue.po (#2206)
close issue #2004
1 parent d79e234 commit 58ef213

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

library/queue.po

+12-8
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: 2020-06-27 18:30-0500\n"
14+
"PO-Revision-Date: 2022-11-17 12:05-0300\n"
1515
"Last-Translator: \n"
16-
"Language: es\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.0.1\n"
2324

2425
#: ../Doc/library/queue.rst:2
2526
msgid ":mod:`queue` --- A synchronized queue class"
@@ -239,9 +240,8 @@ msgstr ""
239240
"es ignorado en ese caso)."
240241

241242
#: ../Doc/library/queue.rst:141
242-
#, fuzzy
243243
msgid "Equivalent to ``put(item, block=False)``."
244-
msgstr "Equivalente a ``put(item, False)``."
244+
msgstr "Equivalente a ``put(item, block=False)``."
245245

246246
#: ../Doc/library/queue.rst:146
247247
msgid ""
@@ -390,15 +390,19 @@ msgid ""
390390
"This makes it appropriate for use in destructors such as ``__del__`` methods "
391391
"or :mod:`weakref` callbacks."
392392
msgstr ""
393+
"Este método tiene una implementación en C la cual ha sido usada "
394+
"anteriormente. Los llamados ``put()`` o ``get()``pueden ser interrumpidos "
395+
"por otro llamado ``put()``en el mismo hilo sin bloquear o corrompoer el "
396+
"estado interno dentro de la fila. Esto lo hace apropiado para su uso en "
397+
"destructores como los métodos ``__del__`` o las retrollamadas :mod:`weakref`."
393398

394399
#: ../Doc/library/queue.rst:252
395-
#, fuzzy
396400
msgid ""
397401
"Equivalent to ``put(item, block=False)``, provided for compatibility with :"
398402
"meth:`Queue.put_nowait`."
399403
msgstr ""
400-
"Equivalente a ``put(item)``, siempre y cuando sea compatible con :meth:"
401-
"`Queue.put_nowait``."
404+
"Equivalente a ``put(item, block=False)``, siempre y cuando sea compatible "
405+
"con :meth:`Queue.put_nowait``."
402406

403407
#: ../Doc/library/queue.rst:258
404408
msgid ""

0 commit comments

Comments
 (0)