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

Skip to content

Commit 24add60

Browse files
[po] auto sync
1 parent 4755f0c commit 24add60

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

library/weakref.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# ww song <[email protected]>, 2020
88
# Menghua Xiao <[email protected]>, 2020
9-
# Freesand Leo <[email protected]>, 2020
109
# Siyuan Xu <[email protected]>, 2020
10+
# Freesand Leo <[email protected]>, 2020
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2020-06-11 14:11+0000\n"
1818
"PO-Revision-Date: 2020-05-30 12:14+0000\n"
19-
"Last-Translator: Siyuan Xu <mf20070535@126.com>, 2020\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\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"
@@ -61,7 +61,7 @@ msgid ""
6161
"A primary use for weak references is to implement caches or mappings holding"
6262
" large objects, where it's desired that a large object not be kept alive "
6363
"solely because it appears in a cache or mapping."
64-
msgstr "弱引用的主要用途是实现保存大对象的高速缓存或映射,但又并希望大对象仅仅因为它出现在高速缓存或映射中而保持存活。"
64+
msgstr "弱引用的主要用途是实现保存大对象的高速缓存或映射,但又不希望大对象仅仅因为它出现在高速缓存或映射中而保持存活。"
6565

6666
#: ../../library/weakref.rst:35
6767
msgid ""

tutorial/errors.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
# Translators:
77
# ww song <[email protected]>, 2020
88
# Junkai Shao <[email protected]>, 2020
9-
# Freesand Leo <[email protected]>, 2020
109
# Larry Wang <[email protected]>, 2020
1110
# Woostundy <[email protected]>, 2020
1211
# dannyvi <[email protected]>, 2020
12+
# Freesand Leo <[email protected]>, 2020
1313
#
1414
#, fuzzy
1515
msgid ""
@@ -18,7 +18,7 @@ msgstr ""
1818
"Report-Msgid-Bugs-To: \n"
1919
"POT-Creation-Date: 2020-02-09 12:40+0000\n"
2020
"PO-Revision-Date: 2020-05-30 12:16+0000\n"
21-
"Last-Translator: dannyvi <dannyvis@icloud.com>, 2020\n"
21+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2020\n"
2222
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2323
"MIME-Version: 1.0\n"
2424
"Content-Type: text/plain; charset=UTF-8\n"
@@ -325,7 +325,8 @@ msgid ""
325325
"Many standard modules define their own exceptions to report errors that may "
326326
"occur in functions they define. More information on classes is presented in"
327327
" chapter :ref:`tut-classes`."
328-
msgstr "许多标准模块定义了它们自己的异常,以报告它们定义的函数中可能出现的错误。有关类的更多信息,请参见类 :ref:`tut-classes`。"
328+
msgstr ""
329+
"许多标准模块定义了它们自己的异常,以报告它们定义的函数中可能出现的错误。有关类的更多信息,请参见 :ref:`tut-classes` 章节。"
329330

330331
#: ../../tutorial/errors.rst:328
331332
msgid "Defining Clean-up Actions"

0 commit comments

Comments
 (0)