@@ -11,15 +11,16 @@ msgstr ""
11
11
"Project-Id-Version : Python 3.8\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
13
"POT-Creation-Date : 2022-10-25 19:47+0200\n "
14
- "PO-Revision-Date : 2021-10-20 02:00+0200 \n "
14
+ "PO-Revision-Date : 2023-02-28 10:21-0300 \n "
15
15
"Last-Translator : Meta Louis-Kosmas <louiskmeta@gmail.com>\n "
16
- "Language : es\n "
17
16
"Language-Team : python-doc-es\n "
18
- "Plural-Forms : nplurals=2; plural=(n != 1); \n "
17
+ "Language : es \n "
19
18
"MIME-Version : 1.0\n "
20
19
"Content-Type : text/plain; charset=utf-8\n "
21
20
"Content-Transfer-Encoding : 8bit\n "
21
+ "Plural-Forms : nplurals=2; plural=(n != 1);\n "
22
22
"Generated-By : Babel 2.10.3\n "
23
+ "X-Generator : Poedit 3.0.1\n "
23
24
24
25
#: ../Doc/library/ftplib.rst:2
25
26
msgid ":mod:`ftplib` --- FTP protocol client"
@@ -50,15 +51,19 @@ msgstr ""
50
51
msgid "The default encoding is UTF-8, following :rfc:`2640`."
51
52
msgstr "La codificación predeterminada es UTF-8, siguiendo :rfc:`2640`."
52
53
54
+ #, fuzzy
53
55
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
54
- msgstr ""
56
+ msgstr ":ref:`Disponibilidad <availability>`: ni Emscripten, ni WASI. "
55
57
56
58
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
57
59
msgid ""
58
60
"This module does not work or is not available on WebAssembly platforms "
59
61
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
60
62
"more information."
61
63
msgstr ""
64
+ "Este modulo no funciona o no está disponible para plataformas WebAssembly "
65
+ "``wasm32-emscripten`` y ``wasm32-wasi``. Consulte :ref:`wasm-availability` "
66
+ "para más información."
62
67
63
68
#: ../Doc/library/ftplib.rst:26
64
69
msgid "Here's a sample session using the :mod:`ftplib` module::"
0 commit comments