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

Skip to content

Commit ad452b2

Browse files
[po] auto sync
1 parent 31bb49f commit ad452b2

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "95.18%", "updated_at": "2024-06-10T08:47:10Z"}
1+
{"translation": "95.18%", "updated_at": "2024-06-13T07:47:14Z"}

library/multiprocessing.po

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
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
2526
msgid ":mod:`!multiprocessing` --- Process-based parallelism"
26-
msgstr ""
27+
msgstr ":mod:`!multiprocessing` --- 基于进程的并行"
2728

2829
#: ../../library/multiprocessing.rst:7
2930
msgid "**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
29362937
msgid ""
@@ -3145,6 +3146,9 @@ msgid ""
31453146
":exc:`~multiprocessing.AuthenticationError` is raised if authentication "
31463147
"fails. See :ref:`multiprocessing-auth-keys`."
31473148
msgstr ""
3149+
"如果给出了 *authkey* 并且不为 ``None``,则它应为一个字节串并且会被用作基于 HMAC 认证的密钥。 如果 *authkey* 为 "
3150+
"``None`` 则不会执行认证。 如果认证失败则会引发 :exc:`~multiprocessing.AuthenticationError`。 参见"
3151+
" :ref:`multiprocessing-auth-keys`。"
31483152

31493153
#: ../../library/multiprocessing.rst:2483
31503154
msgid ""

0 commit comments

Comments
 (0)