- Notifications
You must be signed in to change notification settings - Fork395
traduccion de socketserver.po#2840
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
39a52e1
traduccion de socketserver.po
RiveroDev13631bc
Update library/socketserver.po
RiveroDevf6cd555
Update library/socketserver.po
RiveroDev5866881
Update library/socketserver.po
RiveroDevdf9105e
Update library/socketserver.po
RiveroDevf344f13
Update library/socketserver.po
RiveroDevc5a98a8
Update socketserver.po
RiveroDev12461ff
correccion con powrap
RiveroDevFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
28 changes: 13 additions & 15 deletionslibrary/socketserver.po
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -38,7 +38,6 @@ msgstr "" | ||
"red." | ||
#: ../Doc/includes/wasm-notavail.rst:3 | ||
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI." | ||
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI." | ||
@@ -175,16 +174,14 @@ msgstr "" | ||
"representan servidores síncronos de cuatro tipos:" | ||
#: ../Doc/library/socketserver.rst:97 | ||
msgid "" | ||
"Note that :class:`UnixDatagramServer` derives from :class:`UDPServer`, not " | ||
"from :class:`UnixStreamServer` --- the only difference between an IP and a " | ||
"Unix server is the address family." | ||
msgstr "" | ||
"Tenga en cuenta que :class:`UnixDatagramServer` deriva de :class:" | ||
"`UDPServer`, no de :class:`UnixStreamServer` --- la única diferencia entre " | ||
"un servidor IP y uno Unix es la familia de direcciones." | ||
#: ../Doc/library/socketserver.rst:105 | ||
msgid "" | ||
@@ -260,6 +257,8 @@ msgid "" | ||
"The ``ForkingUnixStreamServer`` and ``ForkingUnixDatagramServer`` classes " | ||
"were added." | ||
msgstr "" | ||
"Las clases ``ForkingUnixStreamServer`` y ``ForkingUnixDatagramServer`` " | ||
"fueron agregadas." | ||
#: ../Doc/library/socketserver.rst:154 | ||
msgid "" | ||
@@ -327,7 +326,6 @@ msgstr "" | ||
"de solicitudes el método :meth:`~BaseRequestHandler.handle`." | ||
#: ../Doc/library/socketserver.rst:180 | ||
msgid "" | ||
"Another approach to handling multiple simultaneous requests in an " | ||
"environment that supports neither threads nor :func:`~os.fork` (or where " | ||
@@ -338,15 +336,14 @@ msgid "" | ||
"client can potentially be connected for a long time (if threads or " | ||
"subprocesses cannot be used)." | ||
msgstr "" | ||
"Otro enfoque paragestionar múltiples solicitudes simultáneas en un entorno " | ||
"que no admite subprocesos ni :func:`~os.fork` (o donde estos son demasiado " | ||
"costosos oinadecuados para el servicio) es mantener una tabla explícita de " | ||
"solicitudes parcialmente terminadas y utilizar :mod:`selectors` para decidir " | ||
"en qué solicitud trabajar a continuación (o si manejar una nueva solicitud " | ||
"entrante). Esto es particularmente importante para los servicios de " | ||
"transmisión en los que cada cliente puede potencialmente estar conectado " | ||
"durante mucho tiempo (si no se pueden utilizar subprocesos o subprocesos)." | ||
#: ../Doc/library/socketserver.rst:193 | ||
msgid "Server Objects" | ||
@@ -693,7 +690,6 @@ msgstr "" | ||
"`setup` lanza una excepción, no se llamará a esta función." | ||
#: ../Doc/library/socketserver.rst:434 | ||
rtobar marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
msgid "" | ||
"These :class:`BaseRequestHandler` subclasses override the :meth:" | ||
"`~BaseRequestHandler.setup` and :meth:`~BaseRequestHandler.finish` methods, " | ||
@@ -704,12 +700,14 @@ msgid "" | ||
"interface, and :attr:`!wfile` attributes support the :class:`!io." | ||
"BufferedIOBase` writable interface." | ||
msgstr "" | ||
"Estas subclasesde:class:`BaseRequestHandler`sobrescriben los métodos :" | ||
"meth:`~BaseRequestHandler.setup` y :meth:`~BaseRequestHandler.finish`, y " | ||
"proporcionanlos atributos:attr:`self.rfile` y :attr:`self.wfile`. Los " | ||
"atributos :attr:`self.rfile` y :attr:`self.wfile` se pueden leer o escribir, " | ||
"respectivamente, para obtener los datos de la solicitud o devolver datos al " | ||
"cliente. Los atributos :attr:`!rfile` son compatibles con la interfaz de " | ||
"lectura de :class:`io.BufferedIOBase`, y los atributos :attr:`!wfile` son " | ||
"compatibles con la interfaz de escritura de :class:`!io.BufferedIOBase`." | ||
#: ../Doc/library/socketserver.rst:443 | ||
msgid "" | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.