Skip to content

Traducción de library/ssl.po #1223

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 17 commits into from
May 23, 2021
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
Prev Previous commit
Next Next commit
Correcciones de la traducción
  • Loading branch information
mmmarcos authored Apr 20, 2021
commit 863035fb43c443327ae95d78cf06dad9d41a883d
4 changes: 2 additions & 2 deletions library/ssl.po
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ msgstr ""

#: ../Doc/library/ssl.rst:348
msgid "Writable :term:`bytes-like object` is now accepted."
msgstr "Ahora acepta `bytes-like object` modificables."
msgstr "Ahora se acepta :term:`bytes-like object` modificable."

#: ../Doc/library/ssl.rst:352
msgid "Certificate handling"
Expand Down Expand Up @@ -2091,7 +2091,7 @@ msgid ""
"performed. For client sockets the session can be set before :meth:"
"`~SSLSocket.do_handshake` has been called to reuse a session."
msgstr ""
"La :clase:`SSLSession` para esta conexión SSL. La sesión está disponible "
"La :class:`SSLSession` para esta conexión SSL. La sesión está disponible "
"para los sockets del lado del cliente y del servidor después de que se haya "
"realizado el handshake TLS. Para los sockets del cliente la sesión puede ser "
"establecida antes de que :meth:`~SSLSocket.do_handshake` haya sido llamado "
Expand Down