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

Skip to content

Commit 4f5ef0c

Browse files
committed
[po] auto sync bot
1 parent e72ec48 commit 4f5ef0c

7 files changed

Lines changed: 103 additions & 51 deletions

File tree

bugs.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
# Larry Wang <[email protected]>, 2018
1515
# zkonge, 2018
1616
# Freesand Leo <[email protected]>, 2019
17-
# tom smith <[email protected]>, 2019
17+
# ppcfish <[email protected]>, 2019
18+
# rpish yao <[email protected]>, 2019
1819
#
1920
#, fuzzy
2021
msgid ""
@@ -23,7 +24,7 @@ msgstr ""
2324
"Report-Msgid-Bugs-To: \n"
2425
"POT-Creation-Date: 2019-01-10 10:19+0900\n"
2526
"PO-Revision-Date: 2017-02-16 17:31+0000\n"
26-
"Last-Translator: tom smith <ppcfish@gmail.com>, 2019\n"
27+
"Last-Translator: rpish yao <rpishmail@gmail.com>, 2019\n"
2728
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2829
"MIME-Version: 1.0\n"
2930
"Content-Type: text/plain; charset=UTF-8\n"
@@ -40,15 +41,15 @@ msgid ""
4041
"Python is a mature programming language which has established a reputation "
4142
"for stability. In order to maintain this reputation, the developers would "
4243
"like to know of any deficiencies you find in Python."
43-
msgstr "Python 是一门成熟的编程语言,以稳定著称。为了维持这种声誉,开发者想知道您在 Python 中找到的所有缺陷。"
44+
msgstr "Python 是一门以稳定著称的编程语言。为了保持它的稳定性,开发者们想了解您在 Python 中发现的任何缺陷。"
4445

4546
#: ../../bugs.rst:11
4647
msgid ""
4748
"It can be sometimes faster to fix bugs yourself and contribute patches to "
4849
"Python as it streamlines the process and involves less people. Learn how to "
4950
":ref:`contribute <contributing-to-python>`."
5051
msgstr ""
51-
"有时候自己修复漏洞并将补丁提交给 Python 会更快,因为它简化了流程并且减少了参与的人力。学习如何提交补丁,请参考 :ref:`提供修正 "
52+
"由于Python 简单的处理流程和匮乏的人力,有时自行修复漏洞并将补丁提交给 Python 能够更快地解决问题。如何贡献补丁,请参考 :ref:` "
5253
"<contributing-to-python>`。"
5354

5455
#: ../../bugs.rst:16

c-api/function.po

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#
66
# Translators:
77
# Meng Du <[email protected]>, 2019
8-
# c pan <[email protected]>, 2019
98
# Josh Ouyang <[email protected]>, 2019
109
# allenjuly7 <[email protected]>, 2019
10+
# Kade For, 2019
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2019-01-01 10:14+0900\n"
1818
"PO-Revision-Date: 2017-02-16 17:35+0000\n"
19-
"Last-Translator: allenjuly7 <[email protected]>, 2019\n"
19+
"Last-Translator: Kade For, 2019\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"
@@ -86,7 +86,7 @@ msgstr "返回与函数对象 *op* 关联的代码对象。"
8686
#: ../../c-api/function.rst:59
8787
msgid ""
8888
"Return the globals dictionary associated with the function object *op*."
89-
msgstr "返回与函数对象*op*相关联的主目录"
89+
msgstr "返回与函数对象*op*相关联的全局字典。"
9090

9191
#: ../../c-api/function.rst:64
9292
msgid ""
@@ -117,22 +117,22 @@ msgstr "失败时引发 :exc:`SystemError` 异常并返回 ``-1`` 。"
117117
msgid ""
118118
"Return the closure associated with the function object *op*. This can be "
119119
"*NULL* or a tuple of cell objects."
120-
msgstr ""
120+
msgstr "返回与函数对象 *op* 相关联的闭包。它可以是 *NULL* 或者是一个由 cell 对象组成的元组。"
121121

122122
#: ../../c-api/function.rst:91
123123
msgid ""
124124
"Set the closure associated with the function object *op*. *closure* must be "
125125
"*Py_None* or a tuple of cell objects."
126-
msgstr ""
126+
msgstr "设置与函数对象 *op* 相关联的闭包。这个*闭包*必须是 *Py_None* 或者是一个由 cell 对象组成的元组。"
127127

128128
#: ../../c-api/function.rst:99
129129
msgid ""
130130
"Return the annotations of the function object *op*. This can be a mutable "
131131
"dictionary or *NULL*."
132-
msgstr ""
132+
msgstr "返回函数对象 *op* 的注解。它可以是一个可变字典或 *NULL*。"
133133

134134
#: ../../c-api/function.rst:105
135135
msgid ""
136136
"Set the annotations for the function object *op*. *annotations* must be a "
137137
"dictionary or *Py_None*."
138-
msgstr ""
138+
msgstr "设置函数对象 *op* 的注解。这个*注解*必须是一个字典或者 *Py_None*。"

0 commit comments

Comments
 (0)