Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Translate library/socket.po #1371

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 42 commits into from
Sep 17, 2021
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
8e42027
Translate the library/socket.po
andresbermeoq Sep 7, 2021
0bfef08
Correction in library/socket.po
andresbermeoq Sep 7, 2021
a0f8325
Update file library_socket.txt
andresbermeoq Sep 8, 2021
1d0a5e6
Update file library_socket.txt
andresbermeoq Sep 8, 2021
6fc4886
Update file library_socket.txt
andresbermeoq Sep 8, 2021
6730006
Correction Errors file library_socket.txt
andresbermeoq Sep 8, 2021
7a9e48d
Correction Errors file library_socket.txt
andresbermeoq Sep 8, 2021
85837ed
Correction Errors file library_socket.txt
andresbermeoq Sep 8, 2021
60e19a3
Review library/socket.po
andresbermeoq Sep 10, 2021
f8994c8
Update library/socket.po
andresbermeoq Sep 10, 2021
dca6ec4
Update library/socket.po
andresbermeoq Sep 10, 2021
173cbb2
Update library/socket.po
andresbermeoq Sep 10, 2021
b78c19f
Update library/socket.po
andresbermeoq Sep 10, 2021
a8487bb
Review library/socket.po
andresbermeoq Sep 10, 2021
757cb5f
Review library/socket.po
andresbermeoq Sep 10, 2021
f40fe5f
Review library/socket.po
andresbermeoq Sep 10, 2021
b3ee55a
Review library/socket.po
andresbermeoq Sep 10, 2021
ef1220a
Review library/socket.po
andresbermeoq Sep 10, 2021
8ea6ed5
Review library/socket.po
andresbermeoq Sep 10, 2021
8958bcf
Correction Review library_socket.txt
andresbermeoq Sep 11, 2021
9e287b3
Correction Review library_socket.txt
andresbermeoq Sep 11, 2021
e6141e1
Update library/socket.po
andresbermeoq Sep 16, 2021
fa35d43
Update library/socket.po
andresbermeoq Sep 16, 2021
4df8e20
Update library/socket.po
andresbermeoq Sep 16, 2021
0db25aa
Update library/socket.po
andresbermeoq Sep 16, 2021
23629e4
Update library/socket.po
andresbermeoq Sep 16, 2021
fc5b073
Update library/socket.po
andresbermeoq Sep 16, 2021
dd1299d
Update library/socket.po
andresbermeoq Sep 16, 2021
38b969b
Update library/socket.po
andresbermeoq Sep 16, 2021
50a25c2
Update library/socket.po
andresbermeoq Sep 16, 2021
a20e736
Update library/socket.po
andresbermeoq Sep 16, 2021
6b9a794
Update library/socket.po
andresbermeoq Sep 16, 2021
9f27ff8
Update library/socket.po
andresbermeoq Sep 16, 2021
7e08299
Update library/socket.po
andresbermeoq Sep 16, 2021
7867e6f
Update library/socket.po
andresbermeoq Sep 16, 2021
3d888fa
Merge branch 'python:3.9' into library/socket.po
andresbermeoq Sep 16, 2021
845ae0d
Correction Review library_socket.txt
andresbermeoq Sep 17, 2021
c9d2cd1
Correction Review library_socket.txt
andresbermeoq Sep 17, 2021
cfa5d64
Correction Review library_socket.txt
andresbermeoq Sep 17, 2021
55de6ef
Update library/socket.po
andresbermeoq Sep 17, 2021
b51ee9f
Update library/socket.po
andresbermeoq Sep 17, 2021
3997ae1
Fix words
andresbermeoq Sep 17, 2021
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
Correction Errors file library_socket.txt
  • Loading branch information
andresbermeoq committed Sep 8, 2021
commit 85837ed0c0207b120d08418e14de3df1538cf503
32 changes: 16 additions & 16 deletions library/socket.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: 2021-03-19 11:16+0100\n"
"PO-Revision-Date: 2021-09-07 20:48-0500\n"
"PO-Revision-Date: 2021-09-07 22:05-0500\n"
"Language-Team: python-doc-es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -930,7 +930,7 @@ msgstr ""
"Crear un nuevo socket usando la dirección de familia dada, tipo de socket y "
"el numero de protocolo. La dirección de familia debería ser :const:`AF_INET` "
"(por defecto), :const:`AF_INET6`, :const:`AF_UNIX`, :const:`AF_CAN`, :const:"
"`AF_PACKET`, o :const:`AF_RDS`. El tipo de socket debería ser:const:"
"`AF_PACKET`, o :const:`AF_RDS`. El tipo de socket debería ser :const:"
"`SOCK_STREAM` (por defecto), :const:`SOCK_DGRAM`, :const:`SOCK_RAW` o quizás "
"una de las otras constantes ``SOCK_``. El numero de protocolo es usualmente "
"cero o tal vez omitirlo o en el caso donde la familia de dirección es :const:"
Expand Down Expand Up @@ -1055,8 +1055,8 @@ msgid ""
"succeeds. This makes it easy to write clients that are compatible to both "
"IPv4 and IPv6."
msgstr ""
"Conecta con un servicio TCP escuchando una *direccion* Internet ( una tupla "
"de 2 ``(host, port)``), y devuelve el objeto socket. Este es una función de "
"Conecta con un servicio TCP escuchando una *address* Internet ( una tupla de "
"2 ``(host, port)``), y devuelve el objeto socket. Este es una función de "
"nivel superior que :meth:`socket.connect`: si *host* es un nombre de host no "
"numérico, intentara resolverlo para ambos :data:`AF_INET` y :data:"
"`AF_INET6`, y luego intenta conectarte a todas las direcciones posibles a la "
Expand Down Expand Up @@ -1104,10 +1104,10 @@ msgid ""
"reasonable value is chosen. *reuse_port* dictates whether to set the :data:"
"`SO_REUSEPORT` socket option."
msgstr ""
"*familia* debe ser :d ata:'AF_INET' o :d ata:'AF_INET6'. *backlog* es el "
"tamaño de la cola pasado a :meth:'socket.listen'; cuando ''0'' se elige un "
"valor razonable predeterminado. *reuse_port* dicta si se debe establecer la "
"opción de socket :d ata:'SO_REUSEPORT'."
"*family* debe ser :data:`AF_INET` o :data:`AF_INET6`. *backlog* es el tamaño "
"de la cola pasado a :meth:`socket.listen`; cuando ``0`` se elige un valor "
"razonable predeterminado. *reuse_port* dicta si se debe establecer la opción "
"de socket :data:`SO_REUSEPORT`."

#: ../Doc/library/socket.rst:660
msgid ""
Expand Down Expand Up @@ -1648,8 +1648,8 @@ msgid ""
msgstr ""
"Convierte una dirección IP desde su formato de cadena especifico de la "
"familia a un empaquetado, formato binario :func:`inet_pton` es usado cuando "
"una librería o protocolo de red llamado desde un objeto de tipo :c:type:"
"`struct in_addr` (similar a func:`inet_aton`) o :c:type:`struct in6_addr`."
"una librería o protocolo de red llamado desde un objeto de tipo :c:type:"
"`struct in_addr` (similar a :func:`inet_aton`) o :c:type:`struct in6_addr`."

#: ../Doc/library/socket.rst:976
msgid ""
Expand Down Expand Up @@ -1718,8 +1718,8 @@ msgstr ""
"auxiliares con datos asociados del *length*. Este valor se puede utilizar a "
"menudo como tamaño de búfer para :meth:`~socket.recvmsg` para recibir un "
"solo valor de datos auxiliares, pero :rfc:`3542` requiere aplicaciones "
"portables para usar func:`CMSG_SPACE` y así incluir espacio para el relleno, "
"incluso cuando el elemento será el último en el búfer. Genera :exc:"
"portables para usar :func:`CMSG_SPACE` y así incluir espacio para el "
"relleno, incluso cuando el elemento será el último en el búfer. Genera :exc:"
"`OverflowError` si *length* está fuera del rango de valores permitido."

#: ../Doc/library/socket.rst:1029 ../Doc/library/socket.rst:1050
Expand Down Expand Up @@ -2342,7 +2342,7 @@ msgstr ""
"tuplas ``(cmsg_level, cmsg_type, cmsg_data)`` representado los datos "
"auxiliares (control de mensajes) recibidos: *cmsg_level* y *cmsg_type* son "
"enteros especificando el nivel de protocolo y tipo específico de protocolo "
"respectivamente, y *cmsg_data* es un objeto class:`bytes` sosteniendo los "
"respectivamente, y *cmsg_data* es un objeto :class:`bytes` sosteniendo los "
"datos asociados. El valor *msg_flags* es el OR bit a bit de varios "
"indicadores que indican condiciones en el mensaje recibido; consulte la "
"documentación de su sistema para obtener más detalles. Si la toma de "
Expand All @@ -2367,8 +2367,8 @@ msgstr ""
"sockets :const:`SOCK_STREAM`), :meth:`recvmsg`devolverá, en sus datos "
"auxiliares, elementos del formulario ``(socket.SOL_SOCKET, socket."
"SCM_RIGHTS, fds)``, donde *fds* es un objeto :class:`bytes` representado el "
"nuevo descriptor de archivos como una matriz binaria de la C nativa :c:type:"
"`int` type. Si :meth:`recvmsg` genera un excepción después del retorno de la "
"nuevo descriptor de archivos como una matriz binaria del tipo C nativa ::c:"
"type:`int`. Si :meth:`recvmsg` genera un excepción después del retorno de la "
"llamada del sistema, primero intentará cerrar cualquier descriptor de "
"archivo recibido a través de este mecanismo."

Expand Down Expand Up @@ -3046,7 +3046,7 @@ msgid ""
"There is a :mod:`socket` flag to set, in order to prevent this, :data:"
"`socket.SO_REUSEADDR`::"
msgstr ""
"Este es una bandera mod:`socket` para establecer, en orden para prevenir "
"Este es una bandera :mod:`socket` para establecer, en orden para prevenir "
"esto, :data:`socket.SO_REUSEADDR`::"

#: ../Doc/library/socket.rst:2048
Expand Down