Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2368c59

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

File tree

10 files changed

+1457
-1355
lines changed

10 files changed

+1457
-1355
lines changed

faq/programming.po

Lines changed: 98 additions & 87 deletions
Large diffs are not rendered by default.

library/configparser.po

Lines changed: 165 additions & 163 deletions
Large diffs are not rendered by default.

library/ftplib.po

Lines 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 <[email protected]>\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)