Skip to content

Traducido archivo howto/sockets #2361

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 7 commits into from Mar 26, 2023
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
Fix observation
  • Loading branch information
srmorita committed Mar 23, 2023
commit 499df209c051f5bda5d301a55e787a7012dac5fc
11 changes: 6 additions & 5 deletions howto/sockets.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: 2022-10-25 19:47+0200\n"
"PO-Revision-Date: 2023-03-22 13:04+0000\n"
"PO-Revision-Date: 2023-03-23 09:51-0300\n"
"Last-Translator: Francisco Mora <fr.morac@duocuc.cl>\n"
"Language-Team: python-doc-es\n"
"Language: es\n"
Expand Down Expand Up @@ -490,10 +490,11 @@ msgid ""
"bytes around appropriately."
msgstr ""
"Las bibliotecas de socket tienen llamadas para convertir enteros de 16 y 32 "
"bits - ``ntohl, htonl, ntohs, htons`` donde \"n\" significa *red* y \"h\" "
"significa *host*, \"s\" significa *corto* y \"l\" significa *largo*. Cuando "
"el orden de la red es el orden del host, estos no hacen nada, pero cuando la "
"máquina está invertida en bytes, intercambian los bytes de manera adecuada."
"bits - ``ntohl, htonl, ntohs, htons`` donde \"n\" significa *network* (red) "
"y \"h\" significa *host* (host), \"s\" significa *short* (corto) y \"l\" "
"significa *long* (largo). Cuando el orden de la red es el orden del host, "
"estos no hacen nada, pero cuando la máquina está invertida en bytes, "
"intercambian los bytes de manera adecuada."

#: ../Doc/howto/sockets.rst:268
msgid ""
Expand Down