Skip to content

Traducido library/asyncio-eventloop.po #657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Oct 4, 2020
Merged
Show file tree
Hide file tree
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
Prev Previous commit
Next Next commit
Fixed some typos and added myself to TRANSLATORS
  • Loading branch information
brunildisimo committed Sep 22, 2020
commit 25469a3624c301811c80d81ff4daea0f73e8441e
1 change: 1 addition & 0 deletions TRANSLATORS
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Adolfo Hristo David Roque Gámez (@hristoroque)
Luis Llave (@llaveluis)
Marcos Sánchez Provencio (@rapto)
Francisco Jesús Sevilla García (@fjsevilla-dev)
Bruno Geninatti (@bgeninatti)
María Camila Guerrero Giraldo (@macaguegi)
José Miguel Hernández Cabrera (@miguelheca)
Carlos Bernad (@carlos-bernad)
Expand Down
10 changes: 5 additions & 5 deletions library/asyncio-eventloop.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-05-05 12:54+0200\n"
"PO-Revision-Date: 2020-09-22 17:24+0000\n"
"PO-Revision-Date: 2020-09-22 17:54+0000\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -187,7 +187,7 @@ msgid ""
"`SelectorEventLoop` and :class:`ProactorEventLoop` classes;"
msgstr ""
"La sección `Implementaciones de bucle de eventos`_ documenta las clases :"
"class:`SelectorEventLoop`y :class:`ProactorEventLoop`;"
"class:`SelectorEventLoop` y :class:`ProactorEventLoop`;"

#: ../Doc/library/asyncio-eventloop.rst:86
msgid ""
Expand Down Expand Up @@ -685,8 +685,8 @@ msgstr ""
"*ssl*: si se provee y no es falso, un transporte SSL/TLS es creado (de "
"manera predeterminada se crea un transporte TCP plano). Si *ssl* es un "
"objeto :class:`ssl.SSLContext`, este contexto es utilizado para crear el "
"transporte; si *ssl* es :const:`True`, un contexto predeterminado es "
"retornado."
"transporte; si *ssl* es :const:`True`, se utiliza un contexto predeterminado "
"retornado por :func:`ssl.create_default_context`."

#: ../Doc/library/asyncio-eventloop.rst:392
msgid ":ref:`SSL/TLS security considerations <ssl-security>`"
Expand Down Expand Up @@ -1725,7 +1725,7 @@ msgid ""
":class:`SelectorEventLoop` does not support the above methods on Windows. "
"Use :class:`ProactorEventLoop` instead for Windows."
msgstr ""
"class:`SelectorEventLoop` no soporta los métodos anteriores en windows. En "
":class:`SelectorEventLoop` no soporta los métodos anteriores en windows. En "
"su lugar, use :class:`ProactorEventLoop` para Windows."

#: ../Doc/library/asyncio-eventloop.rst:1013
Expand Down