Skip to content
Merged
Changes from all commits
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
10 changes: 7 additions & 3 deletions library/asyncio-sync.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: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-07 10:35+0200\n"
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date: 2021-11-25 01:47+0800\n"
"Last-Translator: Rodrigo Tobar <rtobarc@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

#: ../Doc/library/asyncio-sync.rst:7
msgid "Synchronization Primitives"
Expand Down Expand Up @@ -118,6 +119,9 @@ msgid ""
"running loop since 3.7. See :ref:`What's New in 3.10's Removed section "
"<whatsnew310-removed>` for more information."
msgstr ""
"El parámetro ``loop``. Desde 3.7 esta clase ha obtenido implícitamente el "
"bucle de eventos en ejecución. Véase :ref:`la sección \"Removido\" de Qué "
"hay de nuevo en 3.10 <whatsnew310-removed>` para más información."

#: ../Doc/library/asyncio-sync.rst:74
msgid "Acquire the lock."
Expand Down