Skip to content

Commit cd241e1

Browse files
Alfareizartobarcmaureir
authored
Traducción archivo library/ftplib.po (#2320)
close #1978 --------- Co-authored-by: rtobar <rtobarc@gmail.com> Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
1 parent 8a19634 commit cd241e1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

library/ftplib.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: 2021-10-20 02:00+0200\n"
14+
"PO-Revision-Date: 2023-02-28 10:21-0300\n"
1515
"Last-Translator: Meta Louis-Kosmas <louiskmeta@gmail.com>\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.0.1\n"
2324

2425
#: ../Doc/library/ftplib.rst:2
2526
msgid ":mod:`ftplib` --- FTP protocol client"
@@ -50,15 +51,19 @@ msgstr ""
5051
msgid "The default encoding is UTF-8, following :rfc:`2640`."
5152
msgstr "La codificación predeterminada es UTF-8, siguiendo :rfc:`2640`."
5253

54+
#, fuzzy
5355
msgid ":ref:`Availability <availability>`: not Emscripten, not WASI."
54-
msgstr ""
56+
msgstr ":ref:`Disponibilidad <availability>`: ni Emscripten, ni WASI."
5557

5658
#: ../Doc/library/cpython/Doc/includes/wasm-notavail.rst:5
5759
msgid ""
5860
"This module does not work or is not available on WebAssembly platforms "
5961
"``wasm32-emscripten`` and ``wasm32-wasi``. See :ref:`wasm-availability` for "
6062
"more information."
6163
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."
6267

6368
#: ../Doc/library/ftplib.rst:26
6469
msgid "Here's a sample session using the :mod:`ftplib` module::"

0 commit comments

Comments
 (0)