8000 Translate library/ftplib.po file (#1554) · abhishekyadav2000/python-docs-es@cc20885 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc20885

Browse files
lkmetacmaureir
andauthored
Translate library/ftplib.po file (python#1554)
* Translate library/ftplib.po file * fix powrap * Update library/ftplib.po * fix powrap * fix pospell * update translation Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
1 parent 2c886a4 commit cc20885

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

dictionaries/library_ftplib.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
perm
2+
invocarse
3+
Nótese

library/ftplib.po

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ msgstr ""
1111
"Project-Id-Version: Python 3.8\n"
1212
"Report-Msgid-Bugs-To: \n"
1313
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
14-
"PO-Revision-Date: 2021-08-07 19:06+0200\n"
15-
"Last-Translator: Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
14+
"PO-Revision-Date: 2021-10-20 02:00+0200\n"
15+
"Last-Translator: Meta Louis-Kosmas <louiskmeta@gmail.com>\n"
1616
"Language: es\n"
1717
"Language-Team: python-doc-es\n"
18-
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
19-
"MIME-Version: 1.0\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);nMIME-Version: 1.0\n"
2019
"Content-Type: text/plain; charset=utf-8\n"
2120
"Content-Transfer-Encoding: 8bit\n"
2221
"Generated-By: Babel 2.9.1\n"
22+
"X-Generator: Poedit 3.0\n"
2323

2424
#: ../Doc/library/ftplib.rst:2
2525
msgid ":mod:`ftplib` --- FTP protocol client"
@@ -38,6 +38,13 @@ msgid ""
3838
"mod:`urllib.request` to handle URLs that use FTP. For more information on "
3939
"FTP (File Transfer Protocol), see internet :rfc:`959`."
4040
msgstr ""
41+
"Este módulo define la clase :class:`FTP` y algunos elementos relacionados. "
42+
"La clase :class:`FTP` implementa el lado cliente del protocolo FTP. Puede "
43+
"usar esto para escribir programas de Python que realicen una variedad de "
44+
"trabajos FTP automatizados, como duplicar otros servidores FTP. También es "
45+
"utilizado por el módulo :mod:`urllib.request` para manejar URL que usan FTP. "
46+
"Para más información sobre FTP (File Transfer Protocol), ver internet :"
47+
"rfc:'959'."
4148

4249
#: ../Doc/library/ftplib.rst:22
4350
msgid "The default encoding is UTF-8, following :rfc:`2640`."

0 commit comments

Comments
 (0)
0