Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Translate library/ftplib.po file#1554

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
cmaureir merged 12 commits intopython:3.10fromlkmeta:library/ftplib
Oct 21, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletionsdictionaries/library_ftplib.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
perm
invocarse
Nótese
15 changes: 11 additions & 4 deletionslibrary/ftplib.po
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -11,15 +11,15 @@ msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-16 21:42+0200\n"
"PO-Revision-Date: 2021-08-07 19:06+0200\n"
"Last-Translator:Cristián Maureira-Fredes <cmaureirafredes@gmail.com>\n"
"PO-Revision-Date: 2021-10-20 02:00+0200\n"
"Last-Translator:Meta Louis-Kosmas <louiskmeta@gmail.com>\n"
"Language: es\n"
"Language-Team: python-doc-es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"MIME-Version: 1.0\n"
"Plural-Forms: nplurals=2; plural=(n != 1);nMIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.9.1\n"
"X-Generator: Poedit 3.0\n"

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

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

[8]ページ先頭

©2009-2025 Movatter.jp