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

Appearance settings

Commit 2368c59

Browse filesBrowse files
github-actions[bot]mattwang44
authored andcommitted
sync with cpython b6cb209d
1 parent 97e5579 commit 2368c59
Copy full SHA for 2368c59

File tree

Expand file treeCollapse file tree

10 files changed

+1457
-1355
lines changed
Filter options
Expand file treeCollapse file tree

10 files changed

+1457
-1355
lines changed

‎faq/programming.po

Copy file name to clipboardExpand all lines: faq/programming.po
+98-87Lines changed: 98 additions & 87 deletions
Large diffs are not rendered by default.

‎library/configparser.po

Copy file name to clipboardExpand all lines: library/configparser.po
+165-163Lines changed: 165 additions & 163 deletions
Large diffs are not rendered by default.

‎library/ftplib.po

Copy file name to clipboardExpand all lines: library/ftplib.po
+8-3Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2024-05-09 00:03+0000\n"
10+
"POT-Creation-Date: 2024-07-14 00:03+0000\n"
1111
"PO-Revision-Date: 2023-04-26 19:44+0800\n"
1212
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -278,8 +278,9 @@ msgstr ""
278278
msgid "Retrieve a file in binary transfer mode."
279279
msgstr "以二進位傳輸模式 (binary transfer mode) 取得檔案。"
280280

281-
#: ../../library/ftplib.rst:245 ../../library/ftplib.rst:289
282-
msgid "An appropriate ``STOR`` command: :samp:`\"STOR {filename}\"`."
281+
#: ../../library/ftplib.rst:245
282+
#, fuzzy
283+
msgid "An appropriate ``RETR`` command: :samp:`\"RETR {filename}\"`."
283284
msgstr "一個正確的 ``STOR`` 指令::samp:`\"STOR {filename}\"`。"
284285

285286
#: ../../library/ftplib.rst:248
@@ -336,6 +337,10 @@ msgstr ""
336337
msgid "Store a file in binary transfer mode."
337338
msgstr "以二進位傳輸模式儲存檔案。"
338339

340+
#: ../../library/ftplib.rst:289
341+
msgid "An appropriate ``STOR`` command: :samp:`\"STOR {filename}\"`."
342+
msgstr "一個正確的 ``STOR`` 指令::samp:`\"STOR {filename}\"`。"
343+
339344
#: ../../library/ftplib.rst:292
340345
msgid ""
341346
"A file object (opened in binary mode) which is read until EOF, using its :"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.