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

Skip to content

Commit 4ac8dcb

Browse files
[po] auto sync
1 parent 6ce6c5c commit 4ac8dcb

23 files changed

Lines changed: 99 additions & 81 deletions

c-api/bool.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# QR Wang <[email protected]>, 2018
88
# isaced <[email protected]>, 2018
99
# Shengjing Zhu <[email protected]>, 2018
10+
# Freesand Leo <[email protected]>, 2021
1011
#
1112
#, fuzzy
1213
msgid ""
@@ -15,7 +16,7 @@ msgstr ""
1516
"Report-Msgid-Bugs-To: \n"
1617
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1718
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
18-
"Last-Translator: Shengjing Zhu <zsj950618@gmail.com>, 2018\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2021\n"
1920
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2021
"MIME-Version: 1.0\n"
2122
"Content-Type: text/plain; charset=UTF-8\n"
@@ -41,7 +42,7 @@ msgstr ""
4142
msgid ""
4243
"Return true if *o* is of type :c:data:`PyBool_Type`. This function always "
4344
"succeeds."
44-
msgstr ""
45+
msgstr "如果 *o* 的类型为 :c:data:`PyBool_Type` 则返回真值。 此函数总是会成功执行。"
4546

4647
#: ../../c-api/bool.rst:22
4748
msgid ""

c-api/bytearray.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# 刘士 <[email protected]>, 2018
88
# Pandaaaa906 <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -48,13 +48,13 @@ msgstr "类型检查宏"
4848
msgid ""
4949
"Return true if the object *o* is a bytearray object or an instance of a "
5050
"subtype of the bytearray type. This function always succeeds."
51-
msgstr ""
51+
msgstr "如果对象 *o* 是一个 bytearray 对象或者 bytearray 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
5252

5353
#: ../../c-api/bytearray.rst:33
5454
msgid ""
5555
"Return true if the object *o* is a bytearray object, but not an instance of "
5656
"a subtype of the bytearray type. This function always succeeds."
57-
msgstr ""
57+
msgstr "如果对象 *o* 是一个 bytearray 对象但不是 bytearray 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
5858

5959
#: ../../c-api/bytearray.rst:38
6060
msgid "Direct API functions"

c-api/bytes.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Iterator <[email protected]>, 2019
1111
# ppcfish <[email protected]>, 2019
1212
# 昌伟 任 <[email protected]>, 2019
13-
# Freesand Leo <[email protected]>, 2020
13+
# Freesand Leo <[email protected]>, 2021
1414
#
1515
#, fuzzy
1616
msgid ""
@@ -19,7 +19,7 @@ msgstr ""
1919
"Report-Msgid-Bugs-To: \n"
2020
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
2121
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
22-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
22+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2323
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2424
"MIME-Version: 1.0\n"
2525
"Content-Type: text/plain; charset=UTF-8\n"
@@ -53,13 +53,13 @@ msgstr ""
5353
msgid ""
5454
"Return true if the object *o* is a bytes object or an instance of a subtype "
5555
"of the bytes type. This function always succeeds."
56-
msgstr ""
56+
msgstr "如果对象 *o* 是一个 bytes 对象或者 bytes 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
5757

5858
#: ../../c-api/bytes.rst:33
5959
msgid ""
6060
"Return true if the object *o* is a bytes object, but not an instance of a "
6161
"subtype of the bytes type. This function always succeeds."
62-
msgstr ""
62+
msgstr "如果对象 *o* 是一个 bytes 对象但不是 bytes 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
6363

6464
#: ../../c-api/bytes.rst:39
6565
msgid ""

c-api/capsule.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Shengjing Zhu <[email protected]>, 2019
88
# Trim21 <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2020
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -59,7 +59,7 @@ msgstr "参阅 :c:func:`PyCapsule_New` 来获取 PyCapsule_Destructor 返回值
5959
msgid ""
6060
"Return true if its argument is a :c:type:`PyCapsule`. This function always "
6161
"succeeds."
62-
msgstr ""
62+
msgstr "如果参数是一个 :c:type:`PyCapsule` 则返回真值。 此函数总是会成功执行。"
6363

6464
#: ../../c-api/capsule.rst:43
6565
msgid ""

c-api/cell.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Makdon <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:33+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -55,7 +55,7 @@ msgstr "与 Cell 对象对应的类型对​​象。"
5555
msgid ""
5656
"Return true if *ob* is a cell object; *ob* must not be ``NULL``. This "
5757
"function always succeeds."
58-
msgstr ""
58+
msgstr "如果 *ob* 是一个 cell 对象则返回真值;*ob* 必须不为 ``NULL``。 此函数总是会成功执行。"
5959

6060
#: ../../c-api/cell.rst:36
6161
msgid ""

c-api/code.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# CommonZ <[email protected]>, 2018
88
# Meng Du <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -50,7 +50,7 @@ msgstr "这是一个 :c:type:`PyTypeObject` 实例,其表示Python的 :class:`
5050
msgid ""
5151
"Return true if *co* is a :class:`code` object. This function always "
5252
"succeeds."
53-
msgstr ""
53+
msgstr "如果 *co* 是一个 :class:`code` 对象则返回真值。 此函数总是会成功执行。"
5454

5555
#: ../../c-api/code.rst:34
5656
msgid "Return the number of free variables in *co*."

c-api/complex.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# Pandaaaa906 <[email protected]>, 2019
8-
# Freesand Leo <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -126,12 +126,16 @@ msgid ""
126126
"Return true if its argument is a :c:type:`PyComplexObject` or a subtype of "
127127
":c:type:`PyComplexObject`. This function always succeeds."
128128
msgstr ""
129+
"如果它的参数是一个 :c:type:`PyComplexObject` 或者 :c:type:`PyComplexObject` 的子类型则返回真值。 "
130+
"此函数总是会成功执行。"
129131

130132
#: ../../c-api/complex.rst:102
131133
msgid ""
132134
"Return true if its argument is a :c:type:`PyComplexObject`, but not a "
133135
"subtype of :c:type:`PyComplexObject`. This function always succeeds."
134136
msgstr ""
137+
"如果它的参数是一个 :c:type:`PyComplexObject` 但不是 :c:type:`PyComplexObject` 的子类型则返回真值。"
138+
" 此函数总是会成功执行。"
135139

136140
#: ../../c-api/complex.rst:108
137141
msgid ""

c-api/coro.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# ww song <[email protected]>, 2018
8-
# Freesand Leo <[email protected]>, 2019
8+
# Freesand Leo <[email protected]>, 2021
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1616
"PO-Revision-Date: 2017-02-16 17:34+0000\n"
17-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
17+
"Last-Translator: Freesand Leo <[email protected]>, 2021\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"
@@ -45,6 +45,7 @@ msgid ""
4545
"Return true if *ob*'s type is :c:type:`PyCoro_Type`; *ob* must not be "
4646
"``NULL``. This function always succeeds."
4747
msgstr ""
48+
"如果 *ob* 的类型是 :c:type:`PyCoro_Type` 则返回真值;*ob* 必须不为 ``NULL``。 此函数总是会成功执行。"
4849

4950
#: ../../c-api/coro.rst:32
5051
msgid ""

c-api/dict.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# ww song <[email protected]>, 2018
88
# Pandaaaa906 <[email protected]>, 2019
99
# Josh Ouyang <[email protected]>, 2019
10-
# Freesand Leo <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2021
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1818
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2020\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -44,13 +44,13 @@ msgstr ""
4444
msgid ""
4545
"Return true if *p* is a dict object or an instance of a subtype of the dict "
4646
"type. This function always succeeds."
47-
msgstr ""
47+
msgstr "如果 *p* 是一个 dict 对象或者 dict 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
4848

4949
#: ../../c-api/dict.rst:30
5050
msgid ""
5151
"Return true if *p* is a dict object, but not an instance of a subtype of the"
5252
" dict type. This function always succeeds."
53-
msgstr ""
53+
msgstr "如果 *p* 是一个 dict 对象但不是 dict 类型的子类型的实例则返回真值。 此函数总是会成功执行。"
5454

5555
#: ../../c-api/dict.rst:36
5656
msgid "Return a new empty dictionary, or ``NULL`` on failure."

c-api/float.po

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Translators:
77
# Pandaaaa906 <[email protected]>, 2019
88
# Meng Du <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
9+
# Freesand Leo <[email protected]>, 2021
1010
#
1111
#, fuzzy
1212
msgid ""
@@ -15,7 +15,7 @@ msgstr ""
1515
"Report-Msgid-Bugs-To: \n"
1616
"POT-Creation-Date: 2021-01-07 05:06+0000\n"
1717
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
18-
"Last-Translator: Freesand Leo <[email protected]>, 2019\n"
18+
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
1919
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2020
"MIME-Version: 1.0\n"
2121
"Content-Type: text/plain; charset=UTF-8\n"
@@ -46,12 +46,16 @@ msgid ""
4646
"Return true if its argument is a :c:type:`PyFloatObject` or a subtype of "
4747
":c:type:`PyFloatObject`. This function always succeeds."
4848
msgstr ""
49+
"如果它的参数是一个 :c:type:`PyFloatObject` 或者 :c:type:`PyFloatObject` 的子类型则返回真值。 "
50+
"此函数总是会成功执行。"
4951

5052
#: ../../c-api/float.rst:30
5153
msgid ""
5254
"Return true if its argument is a :c:type:`PyFloatObject`, but not a subtype "
5355
"of :c:type:`PyFloatObject`. This function always succeeds."
5456
msgstr ""
57+
"如果它的参数是一个 :c:type:`PyFloatObject` 但不是 :c:type:`PyFloatObject` 的子类型则返回真值。 "
58+
"此函数总是会成功执行。"
5559

5660
#: ../../c-api/float.rst:36
5761
msgid ""

0 commit comments

Comments
 (0)