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

Skip to content

Commit 35eec39

Browse files
[po] auto sync
1 parent 43f68bb commit 35eec39

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

c-api/list.po

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# Translators:
77
# Ming Jia <[email protected]>, 2017
88
# Pandaaaa906 <[email protected]>, 2019
9-
# Freesand Leo <[email protected]>, 2019
109
# ppcfish <[email protected]>, 2019
10+
# Freesand Leo <[email protected]>, 2019
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2019-09-01 14:24+0000\n"
1818
"PO-Revision-Date: 2017-02-16 17:36+0000\n"
19-
"Last-Translator: ppcfish <ppcfish@gmail.com>, 2019\n"
19+
"Last-Translator: Freesand Leo <yuqinju@163.com>, 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"
@@ -100,20 +100,22 @@ msgstr "将列表中索引为 *index* 的对象设为 *item*。成功时返回 `
100100
msgid ""
101101
"This function \"steals\" a reference to *item* and discards a reference to "
102102
"an item already in the list at the affected position."
103-
msgstr ""
103+
msgstr "此函数会“偷走”一个对 *item* 的引用并丢弃一个对列表中受影响位置上的已有条目的引用。"
104104

105105
#: ../../c-api/list.rst:85
106106
msgid ""
107107
"Macro form of :c:func:`PyList_SetItem` without error checking. This is "
108108
"normally only used to fill in new lists where there is no previous content."
109-
msgstr ""
109+
msgstr "不带错误检测的宏版本 :c:func:`PyList_SetItem`。 这通常只被用于新列表中之前没有内容的位置进行填充。"
110110

111111
#: ../../c-api/list.rst:90
112112
msgid ""
113113
"This macro \"steals\" a reference to *item*, and, unlike "
114114
":c:func:`PyList_SetItem`, does *not* discard a reference to any item that is"
115115
" being replaced; any reference in *list* at position *i* will be leaked."
116116
msgstr ""
117+
"该宏会“偷走”一个对 *item* 的引用,但与 :c:func:`PyList_SetItem` 不同的是它 *不会* 丢弃对任何被替换条目的引用;在"
118+
" *list* 的 *i* 位置上的任何引用都将被泄露。"
117119

118120
#: ../../c-api/list.rst:98
119121
msgid ""

0 commit comments

Comments
 (0)