Skip to content

Commit 5131e03

Browse files
mmmarcosrtobar
andauthored
Traducido archivo library/socketserver (#2309)
Closes #1934 --------- Co-authored-by: rtobar <[email protected]>
1 parent ba8c5a4 commit 5131e03

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

library/socketserver.po

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2022-10-25 19:47+0200\n"
14-
"PO-Revision-Date: 2020-10-20 03:19-0300\n"
14+
"PO-Revision-Date: 2023-02-07 17:04+0100\n"
1515
"Last-Translator: \n"
16-
"Language: es\n"
1716
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
17+
"Language: es\n"
1918
"MIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
21+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2222
"Generated-By: Babel 2.10.3\n"
23+
"X-Generator: Poedit 3.2.2\n"
2324

2425
#: ../Doc/library/socketserver.rst:2
2526
msgid ":mod:`socketserver` --- A framework for network servers"
@@ -37,15 +38,19 @@ msgstr ""
3738
"El módulo :mod:`socketserver` simplifica la tarea de escribir servidores de "
3839
"red."
3940

41+
#, fuzzy
4042
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
41-
msgstr ""
43+
msgstr ":ref:`Disponibilidad <availability>`: no Emscripten, no WASI."
4244

4345
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
4446
msgid ""
4547
"This module does not work or is not available on WebAssembly platforms "
4648
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
4749
"more information."
4850
msgstr ""
51+
"Este módulo no funciona o no está disponible en las plataformas WebAssembly "
52+
"``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
53+
"para mas información."
4954

5055
#: ../Doc/library/socketserver.rst:15
5156
msgid "There are four basic concrete server classes:"

0 commit comments

Comments
 (0)