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

Skip to content

Commit d110841

Browse files
committed
[po] auto sync bot
1 parent a8d134d commit d110841

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

glossary.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ msgstr "argument -- 参数"
132132
msgid ""
133133
"A value passed to a :term:`function` (or :term:`method`) when calling the "
134134
"function. There are two kinds of argument:"
135-
msgstr "在调用函数时传给 :term:`function`(或 :term:`method`)的值。参数分为两种:"
135+
msgstr "在调用函数时传给 :term:`function` (或 :term:`method` )的值。参数分为两种"
136136

137137
#: ../../glossary.rst:61
138138
msgid ""

reference/datamodel.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1895,6 +1895,10 @@ msgid ""
18951895
"operand has priority, otherwise the left operand's method has priority. "
18961896
"Virtual subclassing is not considered."
18971897
msgstr ""
1898+
"这些方法并没有对调参数版本(在左边参数不支持该操作但右边参数支持时使用);而是 :meth:`__lt__` 和 :meth:`__gt__` "
1899+
"互为对方的反射, :meth:`__le__` 和 :meth:`__ge__` 互为对方的反射,而 :meth:`__eq__` 和 "
1900+
":meth:`__ne__` "
1901+
"则是它们自己的反射。如果两个操作数的类型不同,且右操作数类型是左操作数类型的直接或间接子类,则优先选择右操作数的反射方法,否则优先选择左操作数的方法。虚拟子类不会被考虑。"
18981902

18991903
#: ../../reference/datamodel.rst:1390
19001904
msgid ""

tutorial/classes.po

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
# Junkai Shao <[email protected]>, 2018
1010
# ww song <[email protected]>, 2018
1111
# 浩康 王 <[email protected]>, 2018
12+
# SKY H. <[email protected]>, 2018
1213
#
1314
#, fuzzy
1415
msgid ""
@@ -17,7 +18,7 @@ msgstr ""
1718
"Report-Msgid-Bugs-To: \n"
1819
"POT-Creation-Date: 2018-11-08 09:41+0900\n"
1920
"PO-Revision-Date: 2017-02-16 23:39+0000\n"
20-
"Last-Translator: 浩康 王 <hk13231757930@gmail.com>, 2018\n"
21+
"Last-Translator: SKY H. <sky19960802@gmail.com>, 2018\n"
2122
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2223
"MIME-Version: 1.0\n"
2324
"Content-Type: text/plain; charset=UTF-8\n"
@@ -168,6 +169,9 @@ msgid ""
168169
"remove the attribute :attr:`the_answer` from the object named by "
169170
"``modname``."
170171
msgstr ""
172+
"属性可以是只读或者可写的。如果为后者,那么对属性的赋值是可行的。模块属性是可以写,你可以写出 ``modname.the_answer = 42`` "
173+
"。可写的属性同样可以用 :keyword:`del` 语句删除。例如,``del modname.the_answer`` 将会从名为 "
174+
"``modname`` 的对象中移除 :attr:`the_answer` 属性。"
171175

172176
#: ../../tutorial/classes.rst:96
173177
msgid ""

tutorial/stdlib2.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# ww song <[email protected]>, 2018
88
# Henry Zhu <[email protected]>, 2018
9+
# SKY H. <[email protected]>, 2018
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2018-06-30 05:56+0900\n"
1617
"PO-Revision-Date: 2017-02-16 23:41+0000\n"
17-
"Last-Translator: Henry Zhu <zhuhe212@163.com>, 2018\n"
18+
"Last-Translator: SKY H. <sky19960802@gmail.com>, 2018\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"
@@ -248,7 +249,7 @@ msgstr ""
248249

249250
#: ../../tutorial/stdlib2.rst:289
250251
msgid "Tools for Working with Lists"
251-
msgstr ""
252+
msgstr "用于操作列表的工具"
252253

253254
#: ../../tutorial/stdlib2.rst:291
254255
msgid ""

0 commit comments

Comments
 (0)