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

Skip to content

Commit 7834ee6

Browse files
committed
[po] auto sync bot
1 parent 20b222d commit 7834ee6

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

library/abc.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# Translators:
77
# Jerry Chen <[email protected]>, 2017
88
# cissoid <[email protected]>, 2018
9+
# Freesand Leo <[email protected]>, 2018
910
#
1011
#, fuzzy
1112
msgid ""
@@ -14,7 +15,7 @@ msgstr ""
1415
"Report-Msgid-Bugs-To: \n"
1516
"POT-Creation-Date: 2018-11-15 09:44+0900\n"
1617
"PO-Revision-Date: 2017-02-16 17:47+0000\n"
17-
"Last-Translator: cissoid <yangtukun1412@gmail.com>, 2018\n"
18+
"Last-Translator: Freesand Leo <yuqinju@163.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"
@@ -164,9 +165,9 @@ msgid ""
164165
"is also part of the ``MyIterable`` abstract base class, but it does not have"
165166
" to be overridden in non-abstract derived classes."
166167
msgstr ""
167-
"``MyIterable`` 定义了标准的迭代方法 :meth:`~iterator.__iter__` "
168-
"作为其抽象犯法。这里给出的实现也可以被子类调用。:medh:`get_iterator` 方法也是虚基类 ``MyIterable`` "
169-
"的一部分,但是并不必须要被派生类重载。"
168+
"ABC ``MyIterable`` 定义了标准的迭代方法 :meth:`~iterator.__iter__` "
169+
"作为一个抽象方法。这里给出的实现仍可在子类中被调用。:meth:`get_iterator` 方法也是 ``MyIterable`` "
170+
"抽象基类的一部分,但它并非必须被非抽象派生类所重载。"
170171

171172
#: ../../library/abc.rst:149
172173
msgid ""

reference/datamodel.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2046,7 +2046,7 @@ msgid ""
20462046
"The following methods can be defined to customize the meaning of attribute "
20472047
"access (use of, assignment to, or deletion of ``x.name``) for class "
20482048
"instances."
2049-
msgstr ""
2049+
msgstr "可以定义下列方法来自定义对类实例属性访问(``x.name`` 的使用、赋值或删除)的具体含义."
20502050

20512051
#: ../../reference/datamodel.rst:1490
20522052
msgid ""

0 commit comments

Comments
 (0)