Skip to content

Commit 052c2fc

Browse files
sync with cpython f283ac45
1 parent a48e697 commit 052c2fc

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

library/multiprocessing.po

Lines changed: 9 additions & 9 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-04-13 00:26+0000\n"
9+
"POT-Creation-Date: 2026-04-20 00:26+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:06+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -2005,8 +2005,8 @@ msgstr ""
20052005

20062006
#: ../../library/multiprocessing.rst:1333
20072007
msgid ""
2008-
"If *offset* is given then data is read from that position in *buffer*. If "
2009-
"*size* is given then that many bytes will be read from buffer. Very large "
2008+
"If *offset* is given then data is read from that position in *buf*. If "
2009+
"*size* is given then that many bytes will be read from *buf*. Very large "
20102010
"buffers (approximately 32 MiB+, though it depends on the OS) may raise a :"
20112011
"exc:`ValueError` exception"
20122012
msgstr ""
@@ -2033,17 +2033,17 @@ msgstr ""
20332033

20342034
#: ../../library/multiprocessing.rst:1356
20352035
msgid ""
2036-
"Read into *buffer* a complete message of byte data sent from the other end "
2037-
"of the connection and return the number of bytes in the message. Blocks "
2038-
"until there is something to receive. Raises :exc:`EOFError` if there is "
2039-
"nothing left to receive and the other end was closed."
2036+
"Read into *buf* a complete message of byte data sent from the other end of "
2037+
"the connection and return the number of bytes in the message. Blocks until "
2038+
"there is something to receive. Raises :exc:`EOFError` if there is nothing "
2039+
"left to receive and the other end was closed."
20402040
msgstr ""
20412041

20422042
#: ../../library/multiprocessing.rst:1362
20432043
msgid ""
2044-
"*buffer* must be a writable :term:`bytes-like object`. If *offset* is given "
2044+
"*buf* must be a writable :term:`bytes-like object`. If *offset* is given "
20452045
"then the message will be written into the buffer from that position. Offset "
2046-
"must be a non-negative integer less than the length of *buffer* (in bytes)."
2046+
"must be a non-negative integer less than the length of *buf* (in bytes)."
20472047
msgstr ""
20482048

20492049
#: ../../library/multiprocessing.rst:1367

using/android.po

Lines changed: 10 additions & 11 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-09-19 00:15+0000\n"
10+
"POT-Creation-Date: 2026-04-20 00:26+0000\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -29,10 +29,9 @@ msgid ""
2929
"running a :program:`python` executable and entering commands at an "
3030
"interactive prompt, or by running a Python script."
3131
msgstr ""
32-
"Android 上的 Python 與桌面版的 Python 不同。在桌面版上,Python 通常作為系統"
33-
"資源安裝,供該台電腦上的任何使用者使用。使用者通常透過執行 :program:`python` "
34-
"可執行檔並在互動式提示字元中輸入指令,或是直接執行 Python 腳本與 Python 互"
35-
"動。"
32+
"Android 上的 Python 與桌面版的 Python 不同。在桌面版上,Python 通常作為系統資"
33+
"源安裝,供該台電腦上的任何使用者使用。使用者通常透過執行 :program:`python` 可"
34+
"執行檔並在互動式提示字元中輸入指令,或是直接執行 Python 腳本與 Python 互動。"
3635

3736
#: ../../using/android.rst:13
3837
msgid ""
@@ -53,10 +52,10 @@ msgid ""
5352
"for its own private use."
5453
msgstr ""
5554
"因此,在 Android 上使用 Python 的唯一方式就是以嵌入模式運作 - 也就是撰寫一個"
56-
"原生的 Android 應用程式,使用 ``libpython`` 嵌入 Python 直譯器,並透"
57-
"過 :ref:`Python 嵌入式 API <embedding>` 呼叫 Python 程式碼。完整的 Python "
58-
"直譯器、標準函式庫,以及你所有的 Python 程式碼,都會被打包進你的應用程式,"
59-
"該應用程式使用。"
55+
"原生的 Android 應用程式,使用 ``libpython`` 嵌入 Python 直譯器,並透過 :ref:"
56+
"`Python 嵌入式 API <embedding>` 呼叫 Python 程式碼。完整的 Python 直譯器、標"
57+
"準函式庫,以及你所有的 Python 程式碼,都會被打包進你的應用程式,供該應用程式"
58+
"使用。"
6059

6160
#: ../../using/android.rst:23
6261
msgid ""
@@ -80,8 +79,8 @@ msgstr ""
8079
"驗:"
8180

8281
#: ../../using/android.rst:33
83-
msgid ""
84-
"`Briefcase <https://briefcase.readthedocs.io>`__, from the BeeWare project"
82+
#, fuzzy
83+
msgid "`Briefcase <https://briefcase.beeware.org>`__, from the BeeWare project"
8584
msgstr "`Briefcase <https://briefcase.readthedocs.io>`__,由 BeeWare 專案提供"
8685

8786
#: ../../using/android.rst:34

0 commit comments

Comments
 (0)