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

Skip to content

Commit 47ee1c7

Browse files
[po] auto sync
1 parent 3569233 commit 47ee1c7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

library/builtins.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Translators:
77
# ww song <[email protected]>, 2020
8-
# 刘玉龙 <banbooliu@gmail.com>, 2020
8+
# Freesand Leo <yuqinju@163.com>, 2020
99
#
1010
#, fuzzy
1111
msgid ""
@@ -14,7 +14,7 @@ msgstr ""
1414
"Report-Msgid-Bugs-To: \n"
1515
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
1616
"PO-Revision-Date: 2020-05-30 11:57+0000\n"
17-
"Last-Translator: 刘玉龙 <banbooliu@gmail.com>, 2020\n"
17+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\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"
@@ -56,5 +56,5 @@ msgid ""
5656
"it may not be used by alternate implementations of Python."
5757
msgstr ""
5858
"作为一个实现细节,大多数模块都将名称 ``__builtins__`` 作为其全局变量的一部分提供。 ``__builtins__`` "
59-
"的值通常是这个模块或者这个模块的值 :attr:`~object.__dict__` "
60-
"属性。由于这是一个实现细节,因此Python的替代实现可能不会使用它。"
59+
"的值通常是这个模块或者这个模块的值 :attr:`~object.__dict__` 属性。由于这是一个实现细节,因此 Python "
60+
"的替代实现可能不会使用它。"

library/weakref.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ msgid ""
9696
msgstr ""
9797
":class:`WeakKeyDictionary` 和 :class:`WeakValueDictionary` "
9898
"在它们的实现中使用弱引用,在弱引用上设置回调函数,当键或值被垃圾回收回收时通知弱字典。 :class:`WeakSet` 实现了 "
99-
":class:`set` 接口,但像 :class:`WeakKeyDictionary` 一样,只持有其元素的弱引用。`"
99+
":class:`set` 接口,但像 :class:`WeakKeyDictionary` 一样,只持有其元素的弱引用。"
100100

101101
#: ../../library/weakref.rst:55
102102
msgid ""

0 commit comments

Comments
 (0)