Skip to content

Commit bb37647

Browse files
sync with cpython 0a80015a
1 parent 2c62dbe commit bb37647

File tree

9 files changed

+2309
-2200
lines changed

9 files changed

+2309
-2200
lines changed

c-api/memory.po

Lines changed: 253 additions & 190 deletions
Large diffs are not rendered by default.

library/email.parser.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-02-07 00:19+0000\n"
9+
"POT-Creation-Date: 2026-03-12 00:16+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:01+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -206,7 +206,7 @@ msgstr ""
206206
msgid ""
207207
"Read all the data from the binary file-like object *fp*, parse the resulting "
208208
"bytes, and return the message object. *fp* must support both the :meth:`~io."
209-
"IOBase.readline` and the :meth:`~io.IOBase.read` methods."
209+
"IOBase.readline` and the :meth:`~io.BufferedIOBase.read` methods."
210210
msgstr ""
211211

212212
#: ../../library/email.parser.rst:161

library/exceptions.po

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-12-17 00:14+0000\n"
10+
"POT-Creation-Date: 2026-03-12 00:16+0000\n"
1111
"PO-Revision-Date: 2024-12-20 16:57+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -342,10 +342,11 @@ msgid "Added the :attr:`name` and :attr:`obj` attributes."
342342
msgstr "新增 :attr:`name` 與 :attr:`obj` 屬性。"
343343

344344
#: ../../library/exceptions.rst:223
345+
#, fuzzy
345346
msgid ""
346347
"Raised when the :func:`input` function hits an end-of-file condition (EOF) "
347-
"without reading any data. (Note: the :meth:`!io.IOBase.read` and :meth:`io."
348-
"IOBase.readline` methods return an empty string when they hit EOF.)"
348+
"without reading any data. (Note: the :meth:`io.TextIOBase.read` and :meth:"
349+
"`io.IOBase.readline` methods return an empty string when they hit EOF.)"
349350
msgstr ""
350351
"當 :func:`input` 函式在沒有讀到任何資料而到達檔案結尾 (end-of-file, EOF) 條件"
351352
"的時候被引發。(注意::meth:`!io.IOBase.read` 和 :meth:`io.IOBase.readline` "
@@ -1090,8 +1091,8 @@ msgid ""
10901091
"it blocked. This attribute is available when using the buffered I/O classes "
10911092
"from the :mod:`io` module."
10921093
msgstr ""
1093-
"一個整數,內容為在其阻塞之前,已寫進串流的\\ **位元組**\\ 數。當使用 :mod:`io` 模組裡的緩"
1094-
" I/O 類別時這個屬性是可用的。"
1094+
"一個整數,內容為在其阻塞之前,已寫進串流的\\ **位元組**\\ 數。當使用 :mod:"
1095+
"`io` 模組裡的緩衝 I/O 類別時這個屬性是可用的。"
10951096

10961097
#: ../../library/exceptions.rst:744
10971098
msgid ""

0 commit comments

Comments
 (0)