|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version: Python 3.12\n"
|
9 | 9 | "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" |
11 | 11 | "PO-Revision-Date: 2023-04-26 19:44+0800\n"
|
12 | 12 | " Last-Translator: Matt Wang <[email protected]>\n"
|
13 | 13 | "Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -278,8 +278,9 @@ msgstr ""
|
278 | 278 | msgid "Retrieve a file in binary transfer mode."
|
279 | 279 | msgstr "以二進位傳輸模式 (binary transfer mode) 取得檔案。"
|
280 | 280 |
|
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}\"`." |
283 | 284 | msgstr "一個正確的 ``STOR`` 指令::samp:`\"STOR {filename}\"`。"
|
284 | 285 |
|
285 | 286 | #: ../../library/ftplib.rst:248
|
@@ -336,6 +337,10 @@ msgstr ""
|
336 | 337 | msgid "Store a file in binary transfer mode."
|
337 | 338 | msgstr "以二進位傳輸模式儲存檔案。"
|
338 | 339 |
|
| 340 | +#: ../../library/ftplib.rst:289 |
| 341 | +msgid "An appropriate ``STOR`` command: :samp:`\"STOR {filename}\"`." |
| 342 | +msgstr "一個正確的 ``STOR`` 指令::samp:`\"STOR {filename}\"`。" |
| 343 | + |
339 | 344 | #: ../../library/ftplib.rst:292
|
340 | 345 | msgid ""
|
341 | 346 | "A file object (opened in binary mode) which is read until EOF, using its :"
|
|
0 commit comments