Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Traducción archivo library/asyncio-queue.po
  • Loading branch information
Alfareiza committed Mar 9, 2023
commit 1eb3bc47c9af34d5916f21025ca94168d582291f
11 changes: 6 additions & 5 deletions library/asyncio-queue.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2020-10-08 11:54+0200\n"
"PO-Revision-Date: 2023-03-09 11:33-0300\n"
"Last-Translator: \n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Generated-By: Babel 2.10.3\n"
"X-Generator: Poedit 3.0.1\n"

#: ../Doc/library/asyncio-queue.rst:7
msgid "Queues"
Expand All @@ -35,7 +36,7 @@ msgid ""
"module. Although asyncio queues are not thread-safe, they are designed to "
"be used specifically in async/await code."
msgstr ""
"Las colas asyncio son diseñadas para ser similares a clases del módulo :mod:"
"las colas asyncio son diseñadas para ser similares a clases del módulo :mod:"
"`queue`. Sin embargo las colas asyncio no son seguras para hilos, son "
"diseñadas para usar específicamente en código async/await."

Expand Down Expand Up @@ -83,7 +84,7 @@ msgstr ""

#: ../Doc/library/asyncio-queue.rst:39
msgid "Removed the *loop* parameter."
msgstr ""
msgstr "Excluido el parámetro *loop*."

#: ../Doc/library/asyncio-queue.rst:43
msgid "This class is :ref:`not thread safe <asyncio-multithreading>`."
Expand Down