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

Skip to content

Commit 4e2ce78

Browse files
[po] auto sync
1 parent 07e7f20 commit 4e2ce78

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

library/multiprocessing.shared_memory.po

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Chi Xu <[email protected]>, 2019
88
# zeroswan <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2020
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2020-05-31 09:25+0000\n"
1617
"PO-Revision-Date: 2019-09-01 14:31+0000\n"
17-
"Last-Translator: zeroswan <weditor@163.com>, 2020\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
1819
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1920
"MIME-Version: 1.0\n"
2021
"Content-Type: text/plain; charset=UTF-8\n"
@@ -272,6 +273,8 @@ msgid ""
272273
" to ``None`` to instead attach to an already existing ``ShareableList`` by "
273274
"its unique shared memory name."
274275
msgstr ""
276+
"*sequence* 会被用来为一个新的 ``ShareableList`` 填充值。 设为 ``None`` "
277+
"则会基于唯一的共享内存名称关联到已经存在的 ``ShareableList``。"
275278

276279
#: ../../library/multiprocessing.shared_memory.rst:273
277280
msgid ""
@@ -280,6 +283,8 @@ msgid ""
280283
"``ShareableList``, specify its shared memory block's unique name while "
281284
"leaving ``sequence`` set to ``None``."
282285
msgstr ""
286+
"*name* 是所请求的共享内存的唯一名称,与 :class:`SharedMemory` 的定义中所描述的一致。 当关联到现有的 "
287+
"``ShareableList`` 时,则指明其共享内存块的唯一名称并将 ``sequence`` 设为 ``None``。"
283288

284289
#: ../../library/multiprocessing.shared_memory.rst:280
285290
msgid "Returns the number of occurrences of ``value``."
@@ -295,21 +300,21 @@ msgstr "返回 ``value`` 首次出现的位置,如果 ``value`` 不存在, 则
295300
msgid ""
296301
"Read-only attribute containing the :mod:`struct` packing format used by all "
297302
"currently stored values."
298-
msgstr ""
303+
msgstr "包含由所有当前存储值所使用的 :mod:`struct` 打包格式的只读属性。"
299304

300305
#: ../../library/multiprocessing.shared_memory.rst:294
301306
msgid "The :class:`SharedMemory` instance where the values are stored."
302-
msgstr ""
307+
msgstr "存储了值的 :class:`SharedMemory` 实例。"
303308

304309
#: ../../library/multiprocessing.shared_memory.rst:297
305310
msgid ""
306311
"The following example demonstrates basic use of a :class:`ShareableList` "
307312
"instance:"
308-
msgstr ""
313+
msgstr "下面的例子演示了 :class:`ShareableList` 实例的基本用法:"
309314

310315
#: ../../library/multiprocessing.shared_memory.rst:330
311316
msgid ""
312317
"The following example depicts how one, two, or many processes may access the"
313318
" same :class:`ShareableList` by supplying the name of the shared memory "
314319
"block behind it:"
315-
msgstr ""
320+
msgstr "下面的例子演示了一个、两个或多个进程如何通过提供下层的共享内存块名称来访问同一个 :class:`ShareableList`:"

0 commit comments

Comments
 (0)