66# Translators:
77# Chi Xu <[email protected] >, 201988# zeroswan <[email protected] >, 20209+ # Freesand Leo <[email protected] >, 2020910#
1011#, fuzzy
1112msgid ""
@@ -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."
274275msgstr ""
276+ "*sequence* 会被用来为一个新的 ``ShareableList`` 填充值。 设为 ``None`` "
277+ "则会基于唯一的共享内存名称关联到已经存在的 ``ShareableList``。"
275278
276279#: ../../library/multiprocessing.shared_memory.rst:273
277280msgid ""
@@ -280,6 +283,8 @@ msgid ""
280283"``ShareableList``, specify its shared memory block's unique name while "
281284"leaving ``sequence`` set to ``None``."
282285msgstr ""
286+ "*name* 是所请求的共享内存的唯一名称,与 :class:`SharedMemory` 的定义中所描述的一致。 当关联到现有的 "
287+ "``ShareableList`` 时,则指明其共享内存块的唯一名称并将 ``sequence`` 设为 ``None``。"
283288
284289#: ../../library/multiprocessing.shared_memory.rst:280
285290msgid "Returns the number of occurrences of ``value``."
@@ -295,21 +300,21 @@ msgstr "返回 ``value`` 首次出现的位置,如果 ``value`` 不存在, 则
295300msgid ""
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
301306msgid "The :class:`SharedMemory` instance where the values are stored."
302- msgstr ""
307+ msgstr "存储了值的 :class:`SharedMemory` 实例。 "
303308
304309#: ../../library/multiprocessing.shared_memory.rst:297
305310msgid ""
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
311316msgid ""
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