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

Skip to content

Commit ad9e6ae

Browse files
committed
[po] auto sync bot
1 parent 311d5d3 commit ad9e6ae

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

c-api/bool.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgstr ""
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13-
"Last-Translator: isaced <isaced@163.com>, 2018\n"
13+
"Last-Translator: 丰 李 <madlee_thegreat@hotmail.com>, 2018\n"
1414
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1515
"MIME-Version: 1.0\n"
1616
"Content-Type: text/plain; charset=UTF-8\n"
@@ -52,16 +52,16 @@ msgstr "Python 的 ``True`` 对象没有任何方法,它需要和其他对象
5252
msgid ""
5353
"Return :const:`Py_False` from a function, properly incrementing its "
5454
"reference count."
55-
msgstr ""
55+
msgstr "从函数返回:常量:`Py_False`时,需要增加它的引用计数。"
5656

5757
#: ../../c-api/bool.rst:39
5858
msgid ""
5959
"Return :const:`Py_True` from a function, properly incrementing its reference"
6060
" count."
61-
msgstr ""
61+
msgstr "从函数返回:常量:`Py_True`时,需要增加它的引用计数。"
6262

6363
#: ../../c-api/bool.rst:45
6464
msgid ""
6565
"Return a new reference to :const:`Py_True` or :const:`Py_False` depending on"
6666
" the truth value of *v*."
67-
msgstr ""
67+
msgstr "根据*v*的正确值,返回:常量:`Py_True` or :常量:`Py_False`的一个新引用。"

0 commit comments

Comments
 (0)