55#
66# Translators:
77# Rafael Fontenelle <[email protected] >, 20248+ # Freesand Leo <[email protected] >, 202489#
910#, fuzzy
1011msgid ""
1112msgstr ""
1213"Project-Id-Version : Python 3.12\n "
1314"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2024-05-11 19:07 +0000\n "
15+ "POT-Creation-Date : 2024-06-07 14:48 +0000\n "
1516"PO-Revision-Date : 2024-05-11 00:33+0000\n "
16- "Last-Translator : Rafael Fontenelle <rffontenelle@gmail .com>, 2024\n "
17+ "Last-Translator : Freesand Leo <yuqinju@163 .com>, 2024\n "
1718"Language-Team : Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1819"MIME-Version : 1.0\n "
1920"Content-Type : text/plain; charset=UTF-8\n "
@@ -23,7 +24,7 @@ msgstr ""
2324
2425#: ../../library/multiprocessing.rst:2
2526msgid ":mod:`!multiprocessing` --- Process-based parallelism"
26- msgstr ""
27+ msgstr ":mod:`!multiprocessing` --- 基于进程的并行 "
2728
2829#: ../../library/multiprocessing.rst:7
2930msgid "**Source code:** :source:`Lib/multiprocessing/`"
@@ -2930,7 +2931,7 @@ msgid ""
29302931"This method chops the iterable into a number of chunks which it submits to "
29312932"the process pool as separate tasks. The (approximate) size of these chunks "
29322933"can be specified by setting *chunksize* to a positive integer."
2933- msgstr "这个方法会将可迭代对象分割为许多块,然后提交给进程池。可以将 *chunksize* 设置为一个正整数从而 (近似)指定每个块的大小可以 。"
2934+ msgstr "这个方法会将可迭代对象分割为许多块,然后提交给进程池。 可以将 *chunksize* 设置为一个正整数来指定每个块的 (近似)大小 。"
29342935
29352936#: ../../library/multiprocessing.rst:2295
29362937msgid ""
@@ -3145,6 +3146,9 @@ msgid ""
31453146":exc:`~multiprocessing.AuthenticationError` is raised if authentication "
31463147"fails. See :ref:`multiprocessing-auth-keys`."
31473148msgstr ""
3149+ "如果给出了 *authkey* 并且不为 ``None``,则它应为一个字节串并且会被用作基于 HMAC 认证的密钥。 如果 *authkey* 为 "
3150+ "``None`` 则不会执行认证。 如果认证失败则会引发 :exc:`~multiprocessing.AuthenticationError`。 参见"
3151+ " :ref:`multiprocessing-auth-keys`。"
31483152
31493153#: ../../library/multiprocessing.rst:2483
31503154msgid ""
0 commit comments