44# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
55#
66# Translators:
7+ # makdon <[email protected] >, 201978# Freesand Leo <[email protected] >, 20198- # don mak <[email protected] >, 201999#
1010#, fuzzy
1111msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414"Report-Msgid-Bugs-To : \n "
1515"POT-Creation-Date : 2019-01-01 10:14+0900\n "
1616"PO-Revision-Date : 2017-02-16 17:33+0000\n "
17- "
Last-Translator :
don mak <[email protected] >, 2019\n"
17+ "
Last-Translator :
Freesand Leo <[email protected] >, 2019\n"
1818"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
1919"MIME-Version : 1.0\n "
2020"Content-Type : text/plain; charset=UTF-8\n "
@@ -63,13 +63,13 @@ msgstr "生成并返回一个包含 *ob* 的值的 Cell 对象。形参必须为
6363
6464#: ../../c-api/cell.rst:41
6565msgid "Return the contents of the cell *cell*."
66- msgstr ""
66+ msgstr "返回 cell 对象 *cell* 的内容。 "
6767
6868#: ../../c-api/cell.rst:46
6969msgid ""
7070"Return the contents of the cell *cell*, but without checking that *cell* is "
7171"non-*NULL* and a cell object."
72- msgstr ""
72+ msgstr "返回 cell 对象 *cell* 的内容,但是不检测 *cell* 是否非 *NULL* 并且为一个 cell 对象。 "
7373
7474#: ../../c-api/cell.rst:52
7575msgid ""
@@ -78,10 +78,14 @@ msgid ""
7878" must be non-*NULL*; if it is not a cell object, ``-1`` will be returned. "
7979"On success, ``0`` will be returned."
8080msgstr ""
81+ "将 cell 对象 *cell* 的内容设为 *value*。 这将释放任何对 cell 对象当前内容的引用。 *value* 可以为 *NULL*。 "
82+ "*cell* 必须为非 *NULL*;如果它不是一个 cell 对象则将返回 ``-1``。 如果设置成功则将返回 ``0``。"
8183
8284#: ../../c-api/cell.rst:60
8385msgid ""
8486"Sets the value of the cell object *cell* to *value*. No reference counts "
8587"are adjusted, and no checks are made for safety; *cell* must be non-*NULL* "
8688"and must be a cell object."
8789msgstr ""
90+ "将 cell 对象 *cell* 的值设为 *value*。 不会调整引用计数,并且不会进行检测以保证安全;*cell* 必须为非 *NULL* "
91+ "并且为一个 cell 对象。"
0 commit comments